https://www.youtube.com/watch?v=Mp88Nuci68c
Their website redirects to https://m.youtube.com/watch?v=dQw4w9WgXcQ
@CONNECT_SPD https://blog.littlepolygon.com/posts/missile/
Skip to main content 🎮 Little Polygon Game Dev Blog About Tags Archive I designed and prototyped the missile attack! The math was clever and I want to show-off! Let’s talk about cubic bezier curves , perlin noise , and rotation minimizing frames . Doing Ichirō Itano proud. I’ll keep this article a little lighter on code. I really want to focus instead of the geometry. Many people are intimidated by math, but keep in mind that you don’t need to understand everything to use it. Even if this is retreading topics you’ve already mastered, hopefully my own solution shows you some new ways you can combine these techniques creatively. Broadly speaking, there’s two flavors of movement code. Iterative Code updates an object position incrementally one frame at a time, in a process college-professors call integration . A common example of thi...
https://www.youtube.com/watch?v=lXiy8NyX3iY
@CONNECT_SPD https://www.youtube.com/watch?v=8RosDxQIjf8
http://crawl.chaosforge.org/Potion_of_degeneration
https://www.youtube.com/watch?v=L2RNuj2hhk8
https://infosec.exchange/@SecurityWriter/109777576538835360
To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform. xml version="1.0" encoding="UTF-8"? xml version="1.0" encoding="UTF-8"? ...
https://cddawiki.chezzo.com/cdda_wiki/index.php/Choosing_Martial_Arts_Styles
https://cddawiki.chezzo.com/cdda_wiki/index.php/The_First_Day
https://admiralcloudberg.medium.com/fields-of-fortune-the-crash-of-united-airlines-flight-232-9cf65ae14c68
https://fabiensanglard.net/mjolnir/ V. pretty PC case
https://admiralcloudberg.medium.com/call-of-the-void-seven-years-on-what-do-we-know-about-the-disappearance-of-malaysia-airlines-77fa5244bf99
https://www.youtube.com/watch?v=rigELsRq_64
@CONNECT_SPD I added assertions: https://git.sr.ht/~qpfiffer/lair/commit/57ba725136b7161e2f06b4a0e319cb51e6273372
sourcehut Log in — Register ~qpfiffer summary tree log refs 57ba725136b7161e2f06b4a0e319cb51e6273372 — Quinlan Pfiffer a minute ago db88921 syntax_update_2023 Assert works! patch browse 4 files changed, 7 insertions(+), 3 deletions(-) M include/error.h M src/error.c M src/lair_std.c M src/parse.c M include/error.h => include/error.h +1 -0 @@ 6 ,6 6 ,7 @@ struct _lair_runtime; typedef enum { ERR_PARSE, ERR_SYNTAX, + ERR_ASSERT, ERR_RUNTIME } ERROR_TYPE; M src/error.c => src/error.c +1 -0 @@ 11 ,6 11 ,7 @@ static inline const char *_friendly_err(const ERROR_TYPE err) { switch (err) { case ERR_PARSE: return "ERR_PARSE"; + case ERR_ASSERT: return "ERR_ASSERT"; case ERR_RUNTIME: return "ERR_RUNTIME"; case ERR_SYNTAX: return "ERR_SYNTAX"; default: return "ERROR"; M src/lair_std.c ...
https://www.tiktok.com/@brodyrhamilton/video/6931773583454702853
https://open.spotify.com/track/6zA43TUM4LXfVzkVW63yYU
Open App Öngyilkos Vasárnap Venetian Snares • Rossz Csillag Alatt Született • 2005 • 3:26 Sign in to see lyrics and listen to the full track Sign up Artist Venetian Snares Hajnal 2,345,510 Öngyilkos Vasárnap 2,227,634 Skelechairs - Venetian Snares Remix 241,288 Szamár Madár 966,550 Rossz Csillag Alatt Született Album • 2005 Traditional Synthesizer Music Album • 2016 Songs About My Cats Album • 2001 Skelechairs Single • 2004 Detrimentalist Album • 2008 The Chocolate Wheelchair Album Album • 2003 Greg Hates Car Culture Album • 2019 Traditional Synthesizer Music Album • 2016 Your Face Album • 2015 My Love Is a Bulldozer Album • 2014 My So-Called Life Album • 2010 Filth Album • 2009 La parole 2 (Venetian Snares Remix) Single • 2020 Fool the Detector EP • 2012 Cubist Reggae EP • 2011 Horsey Noises EP • 2009 Miss Balaton Single • 2008 Hospitality EP • 2006 Mike & Rich Drumcorps Xanopticon Shi...
https://www.healthline.com/health/skin-turgor
Health Conditions Featured Breast Cancer IBD Migraine Multiple Sclerosis (MS) Rheumatoid Arthritis Type 2 Diabetes Sponsored Topics Articles Acid Reflux ADHD Allergies Alzheimer's & Dementia Bipolar Disorder Cancer Crohn's Disease Chronic Pain Cold & Flu COPD Depression Fibromyalgia Heart Disease High Cholesterol HIV Hypertension IPF Osteoarthritis Psoriasis Skin Disorders and Care STDs Discover Wellness Topics Nutrition Fitness Skin Care Sexual Health Women's Health Mental Well-Being Sleep Product Reviews Vitamins & Supplements Sleep Mental Health Nutrition At-Home Testing CBD Men’s Health Original Series Fresh Food Fast Diagnosis Diaries You’re Not Alone Present Tense Video Series Youth in Focus Healthy Harvest No More Silence Future of Health Plan Health Challenges Mindful Eating Sugar Savvy Move Your Body Gut Health Mood Foods Align Your Spine Find Care Primary Care Mental Health OB...
Mainly this part https://www.youtube.com/watch?v=P-gGZ2rJqfQ
https://www.youtube.com/watch?v=dhUueNk3w6s
https://ghost-stories.shithouse.tv/
https://www.youtube.com/watch?v=pN2UmX3Kmrs
Heres a better one: https://paste.sr.ht/~qpfiffer/2c5776c2541659bd30c95e09e6e62ec53513839b
sourcehut Log in — Register ~qpfiffer unlisted view paste # -rw-r--r-- 2.7 KiB View raw 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 Parsing: (5 == 5 == 5) is not None Dumped form: Module( body=[ Expr( value=Compare( left=Compare( left=Constant(value=5), ops=[ Eq(), Eq()], comparators=[ Constant(value=5), Constant(value=5)]), ...
https://twitter.com/michaelbivins44/status/1517007651678220288
https://en.wikipedia.org/wiki/Chelyabinsk_meteor
CentralNotice Chelyabinsk meteor From Wikipedia, the free encyclopedia Jump to navigation Jump to search Near-Earth asteroid that fell over Russia in 2013 "Russian meteor" redirects here. For the 1908 Tunguska explosion, see Tunguska event . For the fragmented remains of this meteor, see Chelyabinsk meteorite . Chelyabinsk meteor ( video link ) Meteor fireball seen from Kamensk-Uralsky where it was still dawn, in an oblast north of Chelyabinsk. Location of the meteor Date 15 February 2013 ( 2013-02-15 ) Time 09:20:29 YEKT ( UTC+06:00 ) Location Chebarkul , Chelyabinsk Oblast , Russia Coordinates 55°09′00″N 61°24′36″E / 55.150°N 61.410°E / 55.150; 61.410 Coordinates : 55°09′00″N 61°24′36″E / 55.150°N 61.410°E / 55.150; 61.410 [1] Also known as Chelyabinsk meteorite [2] Cause Meteor air burst Non-fatal injuries 1,491 indirect injuries [3] Property dam...