<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: morty_s</title><link>https://news.ycombinator.com/user?id=morty_s</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 23:55:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=morty_s" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by morty_s in "Canadian search teams hunt for wreckage amid UFO anxiety"]]></title><description><![CDATA[
<p>I wonder if these “objects” are being shot down due to political reasons or if something fundamental ha changed..?</p>
]]></description><pubDate>Sun, 12 Feb 2023 20:23:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=34766488</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=34766488</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34766488</guid></item><item><title><![CDATA[History of the Earth [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.ga.gov.au/__data/assets/pdf_file/0009/86634/History-of-the-Earth-poster.pdf">https://www.ga.gov.au/__data/assets/pdf_file/0009/86634/History-of-the-Earth-poster.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=29963784">https://news.ycombinator.com/item?id=29963784</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 17 Jan 2022 06:03:42 +0000</pubDate><link>https://www.ga.gov.au/__data/assets/pdf_file/0009/86634/History-of-the-Earth-poster.pdf</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=29963784</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29963784</guid></item><item><title><![CDATA[New comment by morty_s in "Ask HN: Looking for a book on algorithms and data structures"]]></title><description><![CDATA[
<p>CLRS does about 5 pages on linked lists. If you want more, my advice would be to implement one in your language of choice, then look at the API for the standard lib impl of a linked list in your language of choice (if there is one).<p>Otherwise, for more reading on linked lists, read through adlist.c from redis, by antirez.<p>Next, one of the best books (IMO) on algorithmic thinking is SICP. Get through a few chapters, do the exercises, grok recursion, etc.<p>In no particular order:<p>Algorithm Design Manual, Skiena<p>Algorithm Design, by Kleinberg/Tardos<p>Algorithms, Sedgwick 4th ed. (also Algorithms in C)<p>If you find you need or would like more math:<p>Discrete Mathematics (Epp is an easier read, Rosen seems more verbose)<p>Mathematical Proofs, Charrand<p>For interview prep:<p>Elements of Programming Interviews (EPI)<p>Designing Data Intensive Applications</p>
]]></description><pubDate>Sun, 14 Nov 2021 21:38:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=29220975</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=29220975</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29220975</guid></item><item><title><![CDATA[New comment by morty_s in "Serving Netflix Video at 400Gb/s on FreeBSD [pdf]"]]></title><description><![CDATA[
<p>Enjoying the slides! Is there a small typo on slide 17?<p>>Strategy: Keep as much of our 200GB/sec of bulk data off the NUMA fabric [as] possible</p>
]]></description><pubDate>Sun, 19 Sep 2021 17:07:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=28585958</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=28585958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28585958</guid></item><item><title><![CDATA[New comment by morty_s in "An Introduction to Type Level Programming in Haskell"]]></title><description><![CDATA[
<p>> Criss is still here, at least physically.<p>Got me.</p>
]]></description><pubDate>Fri, 10 Sep 2021 06:47:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=28478482</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=28478482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28478482</guid></item><item><title><![CDATA[New comment by morty_s in "I completely ignored the front end development scene for 6 months. It was fine"]]></title><description><![CDATA[
<p>Eh, idk. We could have lisp, x-expressions, macros, and DSLs instead of most frameworks. We could even use lisp dialects to “write C” (eg Chicken Scheme).<p>I do think a lot of frameworks are fashion statements, but that’s okay because style matters when doing creative work.</p>
]]></description><pubDate>Sat, 04 Sep 2021 00:42:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=28411066</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=28411066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28411066</guid></item><item><title><![CDATA[New comment by morty_s in "I completely ignored the front end development scene for 6 months. It was fine"]]></title><description><![CDATA[
<p>Was reading through some C++ at work the other day and was like “why is this reference.. assigned to… copy constructor?… oh, yeah…”<p>IMO it’s better (explicit) to see a call to `.clone()`, but maybe this is because I’m not up to my elbows in C++ everyday. Either way, I think Rust will continue to grow in popularity (C as well).</p>
]]></description><pubDate>Sat, 04 Sep 2021 00:27:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=28410965</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=28410965</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28410965</guid></item><item><title><![CDATA[OpenAI disbands its robotics research team]]></title><description><![CDATA[
<p>Article URL: <a href="https://venturebeat.com/2021/07/16/openai-disbands-its-robotics-research-team/">https://venturebeat.com/2021/07/16/openai-disbands-its-robotics-research-team/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=27861201">https://news.ycombinator.com/item?id=27861201</a></p>
<p>Points: 164</p>
<p># Comments: 119</p>
]]></description><pubDate>Fri, 16 Jul 2021 21:03:45 +0000</pubDate><link>https://venturebeat.com/2021/07/16/openai-disbands-its-robotics-research-team/</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=27861201</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27861201</guid></item><item><title><![CDATA[New comment by morty_s in "Instagram Has Become SkyMall"]]></title><description><![CDATA[
<p>Yeah, they’re tailored. I get ads for perf dev tools, compilers. I still get ads for vehicles months after buying one.<p>I’ve only had one ad that was “eerie.” Coworkers were talking about a kind of beverage I’d never heard of (talking over zoom, on a work-only machine), got an ad for the product later that day. Could be that I just recognized the name from our convo which caused me to scroll back up...</p>
]]></description><pubDate>Sun, 11 Jul 2021 02:08:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=27797962</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=27797962</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27797962</guid></item><item><title><![CDATA[New comment by morty_s in "Linux Rust Support"]]></title><description><![CDATA[
<p>When I think about Linus’ lack of objection to Rust I immediately think about his vocal disdain for C++<p>When I learned rust I thought it felt more C-like than C++ to be honest. Nowadays I’m pretty happy to be in this c to rust to c loop.<p>I think you’re exactly right about c++ not offering much benefit to someone like Linus. It’s much simpler than c++. Rust has also informed the way I write C (granted, I’ve also gained more experience along the way, but rust forced me to have more discipline for sure).</p>
]]></description><pubDate>Wed, 07 Jul 2021 00:03:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=27755894</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=27755894</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27755894</guid></item><item><title><![CDATA[New comment by morty_s in "Porsche Taycan EV Recall Announcement to Fix Software Issue Soon: Sources"]]></title><description><![CDATA[
<p>Wow. I can read Bloomberg articles for the low annual rate of $290/year for the first year, but after that the introductory offer expires and then I would only be charged $415/year... /s<p>Alright, sarcasm aside, does anyone pay for this subscription? What makes it “worth it?”</p>
]]></description><pubDate>Fri, 02 Jul 2021 06:12:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=27708300</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=27708300</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27708300</guid></item><item><title><![CDATA[New comment by morty_s in "Let's Build a Chip with Math"]]></title><description><![CDATA[
<p>Does that mean they don’t exist? Are the FAANG chip makers paying a lot more for engineering than in the asics space? Genuine questions, I have a growing interest in this (vast) space.</p>
]]></description><pubDate>Wed, 30 Jun 2021 01:20:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=27683858</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=27683858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27683858</guid></item><item><title><![CDATA[New comment by morty_s in "Ask HN: What Are You Learning?"]]></title><description><![CDATA[
<p>Probability theory with Jaynes.<p>Computer org and design (risc-v) with Patterson<p>Digital signal processing</p>
]]></description><pubDate>Fri, 25 Jun 2021 16:52:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=27633311</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=27633311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27633311</guid></item><item><title><![CDATA[New comment by morty_s in "Drinking coffee may cut risk of chronic liver disease, study suggests"]]></title><description><![CDATA[
<p>Is it possible that the appetite-suppressing effects of coffee are at play here? I’ve read about the general health benefits of reducing calories and I wonder how big a factor that is in caffeine/coffee studies.</p>
]]></description><pubDate>Tue, 22 Jun 2021 18:15:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=27595134</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=27595134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27595134</guid></item><item><title><![CDATA[New comment by morty_s in "Ask HN: How did an adult ADHD diagnosis help you?"]]></title><description><![CDATA[
<p>I’ve been taking vyvanse for the last few years. I was skeptical whether medication would “work” or even about what “work” would mean. I’ve seen other commenters relate adhd meds to glasses. I think that’s reasonable. I wear glasses and they really smooth things out. Going through life without glasses would be so much more annoying. I think I’ll get lasik or something in the near future because, you know, good eyesight is pretty cool.<p>Without glasses I’d have to position myself in odd ways to get a good enough perspective of reality to interact with it in ways I want. Could I do it without glasses? Sure. Do I wish I didn’t need them? Yeah.<p>Vyvanse is tool. My life <i>has</i> been different since I started using this tool. However, I was trying to change—to be more consistent, less impulsive, and to reduce my anxiety. I can consistently practice other techniques and develop better habits long enough that they stick. Three years passed between my initial diagnosis and when I agreed to try out medication.<p>Since I’ve been on medication, I’ve gained a lot of the consistency I sought. I take a capsule in the morning around 6am and I go to bed at 10pm (almost every night, whereas I wasn’t on a schedule before). I have a little morning routine of reading or working on things before work (long term goals stuff). I start winding down with the fam at around 6-7pm. The daily consistent effort has helped my anxiety a lot (prior, I’d procrastinate a lot more). I can actually relax when it’s time to relax. I also <i>need</i> to exercise 1-3 times a week (medication isn’t a silver bullet). I don’t “take breaks.” I take it daily, as prescribed. I take the lowest dose that “works.” A 10mg higher dose delays my bed time and shortens my sleep window (fwiw I don’t use an alarm). I keep a little daily journal and I still have “off days,” I just have far fewer. There’s still things that I can’t stand doing, but I can at least articulate that to someone else (or keep it to myself) and make a procrastination plan.<p>I’ve been “successful” with and without medication, but my life is a little healthier now which was unexpected given my initial thoughts on amphetamines. Prior, I would pack my days so tightly I didn’t have the option of deviating. When things would slow down, it was apparent I needed to explore better alternatives. Over the past four years I’ve periodically thought “hey, I’m doing pretty good, I probably don’t need this stuff. However, one side effect of stimulants is that they can increase your confidence (just something to be mindful of).<p>It can take time to find a dosage that works for you. I started low and ramped up. For me, it took about 3 months of consistent use to determine if a dose was better or worse (except for a dosage that was too high). I think some people like to “feel it working,” but I would advise against using an immediate metric like that.<p>Unfortunately there’s not a common language that we can all speak in about these things. I think everyone struggles with some amount of the common symptoms for adhd, but it can be hard to quantify personal experiences (asking 20/20 vision people the right questions might lead down a path of “yeah, sometimes I do have some trouble seeing certain things”). There’s some things you’ve got to experience for yourself.<p>If things are going really well right now and this is a one-off lingering family issue, it may not be worth your time to run all the tests. I’m actually pretty impressed that your providers want to run tests (maybe that’s something you should listen to). However, it’s possible that taking medication can make things worse before it can make them better.<p>To actually answer your question, an adult adhd diagnosis helped group together some observed effects under one name. After this thing had a name I went about making improvements that helped my situation (both with and without medication). To be honest, I have to read between the lines of your description which is “my life is going great, but I have a lingering family issue and my doc thinks I have adhd because of it.” I can imagine a scenario where this adds up, but I’d keep working with your doc and I’d get a second opinion before subjecting yourself to (possibly invasive) time-consuming testing.</p>
]]></description><pubDate>Tue, 15 Jun 2021 23:22:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=27522907</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=27522907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27522907</guid></item><item><title><![CDATA[New comment by morty_s in "Zero to Production in Rust"]]></title><description><![CDATA[
<p>Rust requires more of an initial investment than Node/Java, but IMO the ROI is higher or at least more consistent. Others have noted “correctness” as a reason for using Rust, this is accurate. A few reasons I’d give for why it’s easier end more ergonomic to write correct programs in Rust are:<p>* exhaustive pattern matching<p>* Result and Option types<p>* builtin first class unit testing ability<p>* builtin first class documentation ability<p>The enforced exhaustive pattern matching tells you “hey you didn’t cover all cases.” Result and Option types make error handling explicit and ergonomic—the notion that each function can either succeed or fail is supported at the language level (in other languages, it’s up to you to ensure you’ve covered all cases and have thought about what “success” and “failure” mean for each function.<p>Testing is “built right into the language,” it’s frictionless. It’s super easy to write unit tests. You don’t have to canvass and vet a ton of testing frameworks to get going.<p>Documentation is easy, fun, and quick to write. So, now combine all the above with the culture of detailed documentation Rust has and now you’re really thinking through your codebase—you can use writing docs to tighten up the interfaces, seamlessly transition to writing a test that enforces some invariant, leverage “compiler driven development” to rinse and repeat this process.<p>The strongest reason to use Rust is that you’ve detailed the requirements for a piece of code and determine Rust is a better fit than LangX. A weaker, but still valuable reason to use Rust is to experience the discipline and idioms Rust enforces/enables and then take that experience back to your native language (I.e. exhaustive matching, which of used in certain ways can be a kind of “proof by cases” that your code does exactly what you expect, then you can easily inspect what you expect via tests).</p>
]]></description><pubDate>Sat, 05 Jun 2021 16:57:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=27406645</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=27406645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27406645</guid></item><item><title><![CDATA[New comment by morty_s in "The Feynman Lectures on Physics Audio Collection"]]></title><description><![CDATA[
<p>I’d suggest reading from the foreword and working through chapters 1-3. You’ll know if you want to finish by then.<p>It’s a really fun read; it’s an exercise in thinking differently. If you’re looking for a new/different perspective on programming this is it.<p>People either love or hate this book, but it’s popular for a reason. It’s not uncommon to struggle a bit through the exercises. Some people dislike it for this reason.<p>The intro CS course I took waded based on this book and I never even saw this book. It wasn’t until after the course was over that I found, read, and worked through (most) of it. I took my time with it—a little each day.<p>It’ll definitely grant you some “aha!” moments.</p>
]]></description><pubDate>Sat, 29 May 2021 17:42:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=27326893</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=27326893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27326893</guid></item><item><title><![CDATA[New comment by morty_s in "An Introduction to Knowledge Graphs"]]></title><description><![CDATA[
<p>I think it stands for _resource description framework_, <a href="https://en.wikipedia.org/wiki/Resource_Description_Framework" rel="nofollow">https://en.wikipedia.org/wiki/Resource_Description_Framework</a></p>
]]></description><pubDate>Sun, 23 May 2021 14:16:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=27255141</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=27255141</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27255141</guid></item><item><title><![CDATA[New comment by morty_s in "2022 Ford F-150 Lightning"]]></title><description><![CDATA[
<p>> 80% of people buying an f150 or similar never have been and never will be building contractors or lumberjacks<p>Yeah, I feel this. I used to have a big work truck, but it was for work. Everyone has a truck in my hometown (seemingly). Last week I saw a big F-250 super duty pull up and the dude that got out was in scrubs (a nurse).<p>Friends of mine have considered the super duty’s for towing, but now they’re interested in the lightning for the same reasons.</p>
]]></description><pubDate>Fri, 21 May 2021 14:41:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=27234589</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=27234589</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27234589</guid></item><item><title><![CDATA[New comment by morty_s in "Embrace the Grind"]]></title><description><![CDATA[
<p>> You will be fooled by a trick if it involves more time, money and practice than you (or any other sane onlooker) would be willing to invest.<p>Ah, this is so good. I think you could swap “trick” for “talent” and this would read just as true.</p>
]]></description><pubDate>Sat, 10 Apr 2021 00:01:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=26757640</link><dc:creator>morty_s</dc:creator><comments>https://news.ycombinator.com/item?id=26757640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26757640</guid></item></channel></rss>