<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Arne’s Weekly</title><description>A weekly newsletter with interesting stories from all over the web.</description><link>https://2023.arne.me/weekly</link><language>en-us</language><item><title>122 / The Negative Impact of Mobile-First Web Design on Desktop</title><link>https://2023.arne.me/weekly/122/</link><guid>https://2023.arne.me/weekly/122/</guid><description>Issue #122 from Arne&apos;s Weekly</description><pubDate>Sun, 29 Oct 2023 00:00:00 GMT</pubDate><content:encoded>
    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;hunters that use mating calls as bait r the worst at least food bait gives u food&lt;/p&gt;

        — &lt;a href=&quot;https://hachyderm.io/@chaddeusstevens/111316057336824359&quot;&gt;@chaddeusstevens@hachyderm.io&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    

    
    &lt;h3&gt;&lt;a href=&quot;https://roughlywritten.substack.com/p/random-thoughts-15-years-into-software&quot;&gt;Random Thoughts 15 years into Software Engineering&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · roughlywritten.substack.com&lt;/p&gt;
    &lt;p&gt;Ryan O&apos;Neill has 15 pieces of advice for software engineers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://newsletter.thejorgemedina.com/p/youre-not-lacking-creativity-youre&quot;&gt;You’re not lacking creativity, you’re overwhelmed&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · newsletter.thejorgemedina.com&lt;/p&gt;
    &lt;p&gt;Jorge Medina writes about decision fatigue for online content and presents a mitigation: Curated to create.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://grumpy.website/1389&quot;&gt;Why is nobody excited about these &quot;yesterday&quot;/&quot;2 days ago&quot;/&quot;a week ago&quot; labels?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · grumpy.website&lt;/p&gt;
    &lt;p&gt;Nikita Prokopov argues one shouldn&apos;t use relative time labels unless they make sense in the way humans think.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nngroup.com/articles/content-dispersion/&quot;&gt;The Negative Impact of Mobile-First Web Design on Desktop&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · nngroup.com&lt;/p&gt;
    &lt;p&gt;Kim Salazar, Tim Neusesser and Nishi Chitale about content dispersion and the downsides of mobile-fist design.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.orhun.dev/automated-rust-releases/&quot;&gt;Fully Automated Releases for Rust Projects&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · blog.orhun.dev&lt;/p&gt;
    &lt;p&gt;Orhun Parmaksız mixes five powerful Rust automation tools to build what some may call &quot;the toxic brew that might poison one due to over-automation.&quot;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://arstechnica.com/information-technology/2023/10/university-of-chicago-researchers-seek-to-poison-ai-art-generators-with-nightshade/&quot;&gt;University of Chicago researchers seek to “poison” AI art generators with Nightshade&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · arstechnica.com&lt;/p&gt;
    &lt;p&gt;Benj Edwards about a new technology that creates images that look correct to humans but confuse &quot;AI&quot;.&lt;/p&gt;

  </content:encoded></item><item><title>121 / Scrollbars are becoming a problem</title><link>https://2023.arne.me/weekly/121/</link><guid>https://2023.arne.me/weekly/121/</guid><description>Issue #121 from Arne&apos;s Weekly</description><pubDate>Sun, 15 Oct 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how was your week? 🤗&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;When your #Rust build times get slower after adding some procedural macros: &lt;/p&gt;
&lt;p&gt;We call that the syn tax :ferris:&lt;/p&gt;

        — &lt;a href=&quot;https://fosstodon.org/@janet/111223564960983226&quot;&gt;@janet@fosstodon.org&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://tonsky.me/blog/unicode/&quot;&gt;The Absolute Minimum Every Software Developer Must Know About Unicode in 2023 (Still No Excuses!)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · tonsky.me&lt;/p&gt;
    &lt;p&gt;Nikita Prokopov gives a nice overview of the inner workings and common pitfalls of Unicode.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://artemis.sh/2023/10/12/scrollbars.html&quot;&gt;Scrollbars are becoming a problem&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · artemis.sh&lt;/p&gt;
    &lt;p&gt;Artemis complains about the accessibility issues in modern scroll bars and shows a few ways (mostly Linux) to make them better.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jesseduffield.com/Can%27t-Be-Fcked/&quot;&gt;Can&apos;t Be F*cked: Underrated Cause of Tech Debt&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · jesseduffield.com&lt;/p&gt;
    &lt;p&gt;Jesse Duffield about one cause of tech debt: If you &quot;can&apos;t be fucked&quot; to maintain the code, write tests, etc.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.fastcompany.com/90338379/i-wrote-the-book-on-user-friendly-design-what-i-see-today-horrifies-me&quot;&gt;I wrote the book on user-friendly design. What I see today horrifies me&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · fastcompany.com&lt;/p&gt;
    &lt;p&gt;Don Norman about design shortcomings for elderly people.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;http://www.righto.com/2023/10/bendix-cadc-reverse-engineering.html&quot;&gt;Reverse-engineering the mechanical Bendix Central Air Data Computer&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · righto.com&lt;/p&gt;
    &lt;p&gt;Ken Shirriff reverse-engineers a mechanical flight computer for fighter planes from the 1950.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.are.na/blog/notes-on-taste&quot;&gt;Notes on “Taste”&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · are.na&lt;/p&gt;
    &lt;p&gt;Brie Wolfson explains taste and how to acquire it.&lt;/p&gt;


    
  </content:encoded></item><item><title>120 / Push and Pull</title><link>https://2023.arne.me/weekly/120/</link><guid>https://2023.arne.me/weekly/120/</guid><description>Issue #120 from Arne&apos;s Weekly</description><pubDate>Sat, 07 Oct 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, hope you find something nice to read this week 🤗&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;getting fired from apple for printing out little pieces of paper that say &quot;.DS_Store&quot; and leaving them everywhere&lt;/p&gt;

        — &lt;a href=&quot;https://tech.lgbt/@chrisisgr8/111168352009355051&quot;&gt;@chrisisgr8@tech.lgbt&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://kellanem.com/notes/push-and-pull&quot;&gt;Push and Pull&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · kellanem.com&lt;/p&gt;
    &lt;p&gt;Kellan Elliott-McCrea about the meaning and importance of push and pull in engineering processes.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://turbot.com/blog/2023/10/repo-management&quot;&gt;How we manage 200+ open-source repos&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · turbot.com&lt;/p&gt;
    &lt;p&gt;This blog post contains seven lessons for managing open-source software. &lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://github.blog/2023-10-04-how-to-communicate-like-a-github-engineer-our-principles-practices-and-tools/&quot;&gt;How to communicate like a GitHub engineer: our principles, practices, and tools&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · github.blog&lt;/p&gt;
    &lt;p&gt;Ben Balter and Allison Matlack about async communication practices at GitHub.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.julian.com/blog/creativity-faucet&quot;&gt;Creativity faucet: Increase your creativity&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · julian.com&lt;/p&gt;
    &lt;p&gt;Julian Shapiro about what they call the creativity faucet; you almost always start with a bad idea and the trick is to keep trying.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://arun.is/blog/apple-mirage/&quot;&gt;Mirage at Apple Park&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · arun.is&lt;/p&gt;
    &lt;p&gt;Arun about the newest addition to the Apple Campus: An art installation called &quot;Mirage&quot;. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://embedded.substack.com/p/were-all-lurkers-now&quot;&gt;We&apos;re all lurkers now&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · embedded.substack.com&lt;/p&gt;
    &lt;p&gt;Kate Lindsay about the current state of social media: Everyone&apos;s either shouting into the void or lurking.&lt;/p&gt;


    
  </content:encoded></item><item><title>119 / Nobody Cares</title><link>https://2023.arne.me/weekly/119/</link><guid>https://2023.arne.me/weekly/119/</guid><description>Issue #119 from Arne&apos;s Weekly</description><pubDate>Sun, 01 Oct 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how was your week? 😌&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;who called it object oriented programming and not class struggle&lt;/p&gt;

        — &lt;a href=&quot;https://mastodon.world/@exchgr/110686507297491516&quot;&gt;@exchgr@mastodon.world&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Peopleware&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://a16z.com/nobody-cares/&quot;&gt;Nobody Cares&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · a16z.com&lt;/p&gt;
    &lt;p&gt;Ben Horowitz explains why nobody cares about the &lt;em&gt;why&lt;/em&gt; of failure.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://shamun.dev/posts/micromanagement&quot;&gt;Micromanagement: The Unpopular Truth You Need to Hear&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · shamun.dev&lt;/p&gt;
    &lt;p&gt;Ido Shamun argues that sometimes micromanagement is a necessary evil.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://benhoyt.com/writings/how-to-apply/&quot;&gt;How (not) to apply for a software job&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · benhoyt.com&lt;/p&gt;
    &lt;p&gt;Ben Hoyt writes do&apos;s and don&apos;t&apos;s for resumes and written interviews.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://adriano.fyi/posts/2023-09-24-choose-postgres-queue-technology/&quot;&gt;Choose Postgres queue technology&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · adriano.fyi&lt;/p&gt;
    &lt;p&gt;Adriano Caloiaro argues you should use Postgres queue tech unless you have a good reason not to.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jenson.org/text/&quot;&gt;The invisible problem&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · jenson.org&lt;/p&gt;
    &lt;p&gt;Scott Jenson lists the problem of modern mobile text editing and suggests ways to improve it.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.bonappetit.com/story/can-you-put-plastic-in-the-microwave&quot;&gt;Definitely Do Not Put Plastic in the Microwave&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · bonappetit.com&lt;/p&gt;
    &lt;p&gt;Ali Francis explains how different kinds of plastic behave when microwaved and the dangers of storing or heating up food in plastic containers.&lt;/p&gt;


    
  </content:encoded></item><item><title>118 / How To Engineer Kindness</title><link>https://2023.arne.me/weekly/118/</link><guid>https://2023.arne.me/weekly/118/</guid><description>Issue #118 from Arne&apos;s Weekly</description><pubDate>Mon, 25 Sep 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how was your week? 😌&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;help there are 26 emails in my inbox and they&apos;re all scary 😱&lt;/p&gt;

        — &lt;a href=&quot;https://hachyderm.io/@hiredthought/111126480337719023&quot;&gt;@hiredthought@hachyderm.io&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Living&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.julian.com/blog/memorized-rules&quot;&gt;Memorized Rules: How to give your life direction&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · julian.com&lt;/p&gt;
    &lt;p&gt;Julian Shapiro introduces you to the magic powers of memorized rules to guide your everyday decisions (with examples).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://erinremblance.substack.com/p/we-are-not-supposed-to-live-like&quot;&gt;We are not supposed to live like this&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · erinremblance.substack.com&lt;/p&gt;
    &lt;p&gt;Erin Remblance argues we need to be more connected to nature and the people around you for our mental health.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://chriscoyier.net/2023/09/21/use-subdomains/&quot;&gt;Use Subdomains&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · chriscoyier.net&lt;/p&gt;
    &lt;p&gt;Chris Coyier argues you should wait with buying a top-level domain for your side-project and instead use subdomains at the start. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kaviisuri.com/you-dont-need-to-learn-svelte?utm_source=tldrwebdev&quot;&gt;You Don&apos;t Need to Learn Svelte – Here&apos;s Why&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · kaviisuri.com&lt;/p&gt;
    &lt;p&gt;KaviiSuri compares Svelte to React and highlights how you only need native JavaScript knowledge.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://zhangluyao.com/blog/make-something-nobody-wants/&quot;&gt;It&apos;s okay to Make Something Nobody Wants&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · zhangluyao.com&lt;/p&gt;
    &lt;p&gt;Luyao Zhang about the importance of excitement about the project you&apos;re building.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kind.engineering/&quot;&gt;Kind Engineering: How To Engineer Kindness&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;19 min · kind.engineering&lt;/p&gt;
    &lt;p&gt;Evan Smith about the benefits of engineering kindness and how do so.&lt;/p&gt;


    
  </content:encoded></item><item><title>117 / Don&apos;t be afraid to be wrong</title><link>https://2023.arne.me/weekly/117/</link><guid>https://2023.arne.me/weekly/117/</guid><description>Issue #117 from Arne&apos;s Weekly</description><pubDate>Mon, 18 Sep 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi hi, hope you find something good in todays issue 😌&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;is there like a &apos;no more tears&apos; shampoo but for docker?&lt;/p&gt;

        — &lt;a href=&quot;https://social.treehouse.systems/@dysfun/111045806947154100&quot;&gt;@dysfun@social.treehouse.systems&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Peopleware&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://nlopes.dev/writing/dont-be-afraid-to-be-wrong&quot;&gt;Don&apos;t be afraid to be wrong&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · nlopes.dev&lt;/p&gt;
    &lt;p&gt;Norberto shares strategies to be more resilient and relaxed in cases where you could be wrong.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.sheknows.com/living/articles/2839276/criticisms-that-hold-women-leaders-back/&quot;&gt;30 Criticisms That Hold Women Leaders Back, According to New Research&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · sheknows.com&lt;/p&gt;
    &lt;p&gt;Lauryn Higgins about gender bias in the workplace and gives tips to fight it.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://littleblah.com/post/2019-09-01-senior-engineer-checklist/&quot;&gt;A Senior Engineer&apos;s CheckList&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · littleblah.com&lt;/p&gt;
    &lt;p&gt;A checklist for a senior engineer (with 60 items!)&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://engineercodex.substack.com/p/7-simple-habits-of-the-top-1-of-engineers&quot;&gt;7 simple habits of the top 1% of engineers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · engineercodex.substack.com&lt;/p&gt;
    &lt;p&gt;A list with seven useful engineering habits.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://vercel.com/blog/how-we-continued-porting-turborepo-to-rust&quot;&gt;Using Zig in our incremental Turborepo migration from Go to Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · vercel.com&lt;/p&gt;
    &lt;p&gt;Nicholas Yang explains how and why they use Zig as a compiler to enable the move from Go to Rust in Turborepo.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.separateconcerns.com/2023-09-11-linear-code.html&quot;&gt;Linear code is more readable&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · blog.separateconcerns.com&lt;/p&gt;
    &lt;p&gt;Pierre &apos;catwell&apos; Chapuis about the benefits of linear code and how to get most of the benefits of abstractions.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://vadimkravcenko.com/shorts/aging-code/&quot;&gt;Aging Code&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · vadimkravcenko.com&lt;/p&gt;
    &lt;p&gt;Vadim Kravcenko about the glow of a maturity in an old(er) codebase and why it might outweigh the reasons to do a rewrite.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://longform.asmartbear.com/slc/&quot;&gt;Your customers hate MVPs. Make a SLC instead.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · longform.asmartbear.com&lt;/p&gt;
    &lt;p&gt;Jason Cohen explains why Minimal Viable Product (MVP) is a selfish process and you should instead build something Simple, Lovable and Complete (SLC).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://shkspr.mobi/blog/2023/09/what-if-civilisation-doesnt-collapse/&quot;&gt;What if civilisation *doesn&apos;t* collapse?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · shkspr.mobi&lt;/p&gt;
    &lt;p&gt;@edent about the advantages of an eReader and risk management.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://stefanzweifel.dev/posts/2023/09/16/an-opinionated-personal-folder-structure&quot;&gt;An Opinionated Personal Folder Structure&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · stefanzweifel.dev&lt;/p&gt;
    &lt;p&gt;Stefan Zweifel explains their folder structure, adapted after Johnny Decimal. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    
  </content:encoded></item><item><title>116 / Style is consistent constraint</title><link>https://2023.arne.me/weekly/116/</link><guid>https://2023.arne.me/weekly/116/</guid><description>Issue #116 from Arne&apos;s Weekly</description><pubDate>Sun, 10 Sep 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how was your week? ✌🏻&lt;/p&gt;

    
    
    
    
    &lt;h2&gt;Peopleware&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://amasad.me/meta&quot;&gt;Beware the Metagame&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · amasad.me&lt;/p&gt;
    &lt;p&gt;Amjad Masad about the danger of getting sucked into playing the meta game (i.e. giving talks or writing opinion pieces) and doing less and less base work.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://dannorth.net/2023/09/02/the-worst-programmer/&quot;&gt;The Worst Programmer I Know&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · dannorth.net&lt;/p&gt;
    &lt;p&gt;Dan North about the type of developer who doesn&apos;t complete any issues but instead helps everyone else accomplish theirs faster and better.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://bitbashing.io/async-rust.html#&quot;&gt;Async Rust Is A Bad Language&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · bitbashing.io&lt;/p&gt;
    &lt;p&gt;Matt Kline talks about some of the pains of async Rust.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://stephango.com/style&quot;&gt;Style is consistent constraint&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · stephango.com&lt;/p&gt;
    &lt;p&gt;Steph Ango about the value of constraint in everyday life. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://qntm.org/abolish&quot;&gt;So You Want To Abolish Time Zones&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · qntm.org&lt;/p&gt;
    &lt;p&gt;qntm plays the scenario of trying to figure out if it&apos;s a good time to call uncle Steve if we didn&apos;t have timezones.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://scandinavianmind.com/feature/human-touch-interview-jesper-kouthoofd-teenage-engineering&quot;&gt;The founder of Teenage Engineering opens up to his creative space&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;18 min · scandinavianmind.com&lt;/p&gt;
    &lt;p&gt;Ilenia Martini interviews Jesper Kouthoofd, the founder of Teenage Engineering. &lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://foundation.mozilla.org/en/privacynotincluded/articles/its-official-cars-are-the-worst-product-category-we-have-ever-reviewed-for-privacy/&quot;&gt;It’s Official: Cars Are Terrible at Privacy and Security&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · foundation.mozilla.org&lt;/p&gt;
    &lt;p&gt;Jen Caltrider, Misha Rykov and Zoë MacDonald have tested cars on privacy and security and the results are daunting.&lt;/p&gt;


    
  </content:encoded></item><item><title>115 / Ask vs guess culture</title><link>https://2023.arne.me/weekly/115/</link><guid>https://2023.arne.me/weekly/115/</guid><description>Issue #115 from Arne&apos;s Weekly</description><pubDate>Sun, 27 Aug 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how was your week? 😌&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;&quot;Shitposting&quot; is an anagram of &quot;Top Insights&quot;&lt;/p&gt;

        — &lt;a href=&quot;https://mstdn.social/@qurlyjoe/110882531929248970&quot;&gt;@qurlyjoe@mstdn.social&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Peopleware&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://interviewing.io/blog/sabotage-salary-negotiation-before-even-start&quot;&gt;How to sabotage your salary negotiation efforts before you even start&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;21 min · interviewing.io&lt;/p&gt;
    &lt;p&gt;Aline Lerner showcases two mistakes for salary negotiation and how to avoid them.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.proofofconcept.pub/p/the-four-types-of-software-in-the&quot;&gt;The four types of software in the future&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · proofofconcept.pub&lt;/p&gt;
    &lt;p&gt;David Hoang introduces four classifications of software in the future: Commercial, Boutique, Personal, and Disposable.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://loige.co/why-you-should-consider-rust-for-your-lambdas/&quot;&gt;Why you should consider Rust for your Lambdas&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · loige.co&lt;/p&gt;
    &lt;p&gt;Luciano Mammino explains why Rust is a great fit for AWS Lambda.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://matt-rickard.com/why-tailwind-css-won&quot;&gt;Why Tailwind CSS Won&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · matt-rickard.com&lt;/p&gt;
    &lt;p&gt;Matt Rickard lists four reasons why Tailwind is so popular.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lukeplant.me.uk/blog/posts/no-one-actually-wants-simplicity/&quot;&gt;No one actually wants simplicity&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · lukeplant.me.uk&lt;/p&gt;
    &lt;p&gt;Luke Plant explains why if you won&apos;t sacrifice anything for simplicity, you don&apos;t care about it.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jeanhsu.substack.com/p/ask-vs-guess-culture&quot;&gt;Ask vs guess culture&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · jeanhsu.substack.com&lt;/p&gt;
    &lt;p&gt;Jean Hsu explains two different approaches to asking for something and how they sometimes clash. &lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.jim-nielsen.com/2023/temporarily-abled/&quot;&gt;We’re All Just Temporarily Abled&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · blog.jim-nielsen.com&lt;/p&gt;
    &lt;p&gt;Jim Nielsen explains how 100% of people will have some form of disability in their lifetime.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.johnqian.com/startup-spark&quot;&gt;How a startup looses its spark&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · blog.johnqian.com&lt;/p&gt;
    &lt;p&gt;John Qian explains what makes a startup intoxicating and how these qualities are eroded with more employees. &lt;em&gt;Thanks, Lukas!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://rmkit.dev/eink-is-so-retropunk/&quot;&gt;E-ink is so Retropunk&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · rmkit.dev&lt;/p&gt;
    &lt;p&gt;This article is a love letter to open e-ink devices like the reMarkable or Kobo.&lt;/p&gt;


    
  </content:encoded></item><item><title>114 / Edsger Dijkstra&apos;s One-Day Workweek</title><link>https://2023.arne.me/weekly/114/</link><guid>https://2023.arne.me/weekly/114/</guid><description>Issue #114 from Arne&apos;s Weekly</description><pubDate>Mon, 14 Aug 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, a bit late due to vacation travels but here we are!
Hope you find something cool in this week&apos;s selection. 😌&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;it&apos;s cute when websites think I would turn off my ad blocker rather than just leaving the page&lt;/p&gt;

        — &lt;a href=&quot;https://retr0.id/objects/5ea028e1-9d1c-4c3e-976e-d10469c5fd42&quot;&gt;@retr0id@retr0.id&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Working&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://calnewport.com/edsger-dijkstras-one-day-workweek/&quot;&gt;Edsger Dijkstra&apos;s One-Day Workweek&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · calnewport.com&lt;/p&gt;
    &lt;p&gt;Cal Newport about Edsger Dijkstra working one day a week and why busyness can prevent productivity. &lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://buttondown.email/robinrendle/archive/what-makes-a-website-cool/&quot;&gt;What makes a website cool? &lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · buttondown.email&lt;/p&gt;
    &lt;p&gt;Robin Rendle explains what makes a website cool in their eyes. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://fasterthanli.me/articles/lies-we-tell-ourselves-to-keep-using-golang&quot;&gt;Lies we tell ourselves to keep using Golang&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;22 min · fasterthanli.me&lt;/p&gt;
    &lt;p&gt;Amos takes a close look at Go and weighs its issues against its strengths. &lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://hirrolot.github.io/posts/why-static-languages-suffer-from-complexity&quot;&gt;Why Static Languages Suffer From Complexity&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;27 min · hirrolot.github.io&lt;/p&gt;
    &lt;p&gt;Hirrolot writes about types in language design and the advantages and disadvantages of dynamic vs. static languages.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://utcc.utoronto.ca/~cks/space/blog/sysadmin/LogMonitoringTarpit&quot;&gt;Monitoring your logs is mostly a tarpit&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · utcc.utoronto.ca&lt;/p&gt;
    &lt;p&gt;Chris Siebenmann argues monitoring unstructured logs isn&apos;t worth it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://iliana.fyi/blog/ios-wallet-library-card/&quot;&gt;Getting my library cards onto my phone the hard way&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · iliana.fyi&lt;/p&gt;
    &lt;p&gt;iliana etaoin shares how xie built a custom Apple Wallet pass for xer library card.&lt;/p&gt;


    &lt;h2&gt;Writing&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2023/08/07/tactics-for-writing-in-public/&quot;&gt;Some tactics for writing in public&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans shares advice on what to look out for when writing in public.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://simonwillison.net/2023/Aug/6/annotated-presentations/&quot;&gt;How I make annotated presentations&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · simonwillison.net&lt;/p&gt;
    &lt;p&gt;Simon Willison shares their progress to turn a given talk into a blog post.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theredhandfiles.com/chatgpt-making-things-faster-and-easier/&quot;&gt;Using ChatGPT for Songwriting&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · theredhandfiles.com&lt;/p&gt;
    &lt;p&gt;Nick Cave answers the question why you shouldn&apos;t use ChatGPT for songwriting even if it&apos;s so much ’faster and easier‘. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.bbc.com/future/article/20170816-the-monster-atomic-bomb-that-was-too-big-to-use&quot;&gt;The monster atomic bomb that was too big to use&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · bbc.com&lt;/p&gt;
    &lt;p&gt;Stephen Downling about Tsar Bomba, an experimental nuclear bomb that was too powerful to test.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://the.webm.ink/not-using-zoom&quot;&gt;Not Using Zoom&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · the.webm.ink&lt;/p&gt;
    &lt;p&gt;Simon Phipps explains why they&apos;re not using Zoom anymore after the latest Terms of Service update.&lt;/p&gt;


    
  </content:encoded></item><item><title>113 / Just normal web things</title><link>https://2023.arne.me/weekly/113/</link><guid>https://2023.arne.me/weekly/113/</guid><description>Issue #113 from Arne&apos;s Weekly</description><pubDate>Sun, 06 Aug 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey ✌🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;maximum wage&lt;/p&gt;

        — &lt;a href=&quot;https://fireplace.cafe/@christen/110816148333062881&quot;&gt;@christen@fireplace.cafe&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Peopleware&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://austinhenley.com/blog/90percent.html&quot;&gt;Stopping at 90%&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · austinhenley.com&lt;/p&gt;
    &lt;p&gt;Austin Z. Henley about the drawbacks of stopping your project at 90 % and calling it done.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://two-wrongs.com/retro-prompts.html&quot;&gt;Retrospective Prompts&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · two-wrongs.com&lt;/p&gt;
    &lt;p&gt;Chris has a list of prompts for development retrospectives.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://alan.norbauer.com/articles/relay-style-graphql&quot;&gt;Relay-style GraphQL&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;20 min · alan.norbauer.com&lt;/p&gt;
    &lt;p&gt;Alan Norbauer about the benefits of Relay-style GraphQL.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://catskull.net/html.html&quot;&gt;I’m betting on HTML&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · catskull.net&lt;/p&gt;
    &lt;p&gt;This blog post highlights native HTML elements and explains why they might be a better choice than your 4MB JavaScript date picker.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://simonwillison.net/2023/Aug/1/llama-2-mac/&quot;&gt;Run Llama 2 on your own Mac using LLM and Homebrew&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · simonwillison.net&lt;/p&gt;
    &lt;p&gt;Simon Willison explains how you can run Llama 2 on your Mac.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://rauno.me/craft/interaction-design&quot;&gt;Invisible Details of Interaction Design&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · rauno.me&lt;/p&gt;
    &lt;p&gt;rauno writes an essay about interaction design and the factors for greatness.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://heather-buchel.com/blog/2023/07/just-normal-web-things/&quot;&gt;Just normal web things.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · heather-buchel.com&lt;/p&gt;
    &lt;p&gt;Heather Buchel lists browser-native features that people rely on but are often overridden using JavaScript.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.newyorker.com/news/annals-of-a-warming-planet/what-to-do-with-climate-emotions&quot;&gt;What to Do with Climate Emotions&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;19 min · newyorker.com&lt;/p&gt;
    &lt;p&gt;Jia Tolentino about climate anxiety and different ways to deal with it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.npr.org/2023/07/27/1190390376/ufo-hearing-non-human-biologics-uaps&quot;&gt;U.S. recovered non-human &apos;biologics&apos; from UFO crash sites, former intel official says&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · npr.org&lt;/p&gt;
    &lt;p&gt;Vanessa Romo, Bill Chappell summarize the UAP hearing about extraterrestrial objects and non-human biological matter.&lt;/p&gt;


    
  </content:encoded></item><item><title>112 / In Defense of Strategy</title><link>https://2023.arne.me/weekly/112/</link><guid>https://2023.arne.me/weekly/112/</guid><description>Issue #112 from Arne&apos;s Weekly</description><pubDate>Sun, 30 Jul 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi hi, how&apos;s it going? 🫶🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Remember that technology is a tool. Use it to help yourself.&lt;/p&gt;

        — &lt;a href=&quot;https://botsin.space/@selfcare/110800309248545705&quot;&gt;@selfcare@botsin.space&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Peopleware&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://registerspill.thorstenball.com/p/the-most-powerful-law-in-software&quot;&gt;The Most Powerful Law in Software&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · registerspill.thorstenball.com&lt;/p&gt;
    &lt;p&gt;Thorsten Ball explains the effects of Conway‘s Law and how you can use it to your advantage.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://pboyd.io/posts/at-company-we-are-family/&quot;&gt;At this company, we are family&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · pboyd.io&lt;/p&gt;
    &lt;p&gt;Paul Boyd writes an exit letter as if the company actually was a family.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.notboring.co/p/in-defense-of-strategy&quot;&gt;In Defense of Strategy&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;20 min · notboring.co&lt;/p&gt;
    &lt;p&gt;Packy McCormick on what makes a good strategy and why every startup should have one:&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://themer.dev/blog/the-single-most-important-factor-that-differentiates-front-end-frameworks&quot;&gt;The single most important factor that differentiates front-end frameworks&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · themer.dev&lt;/p&gt;
    &lt;p&gt;This article showcases how change detection works in different modern front-end frameworks.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://sabrinajewson.org/blog/null-lifetime&quot;&gt;Why the “Null” Lifetime Does Not Exist&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · sabrinajewson.org&lt;/p&gt;
    &lt;p&gt;Sabrina Jewson about self-referential types in Rust and why there‘s always a shorter lifetime.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.allthingsdistributed.com/2023/07/building-and-operating-a-pretty-big-storage-system.html&quot;&gt;Building and operating a pretty big storage system called S3&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;27 min · allthingsdistributed.com&lt;/p&gt;
    &lt;p&gt;Werner Vogel about the origins of Amazon S3.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.newyorker.com/magazine/2018/11/12/why-doctors-hate-their-computers&quot;&gt;Why Doctors Hate Their Computers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;38 min · newyorker.com&lt;/p&gt;
    &lt;p&gt;Atul Gawande about the changing relationship of doctors nd their computers.&lt;/p&gt;


    
  </content:encoded></item><item><title>111 / This will be easy</title><link>https://2023.arne.me/weekly/111/</link><guid>https://2023.arne.me/weekly/111/</guid><description>Issue #111 from Arne&apos;s Weekly</description><pubDate>Sun, 23 Jul 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how was your week? ✌🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;I got fuck-all done today but I also have a couple of incredibly smooth yaks&lt;/p&gt;

        — &lt;a href=&quot;https://saturation.social/@jkottke/110753962498386841&quot;&gt;@jkottke@saturation.social&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Peopleware&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://blog.nateliason.com/p/proof-you-can-do-hard-things&quot;&gt;Proof You Can Do Hard Things&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · blog.nateliason.com&lt;/p&gt;
    &lt;p&gt;Nat Eliason gives a better answer to why you should learn calculus in school.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://buildrightside.com/autonomy-alignment&quot;&gt;Alignment &amp;gt; Autonomy&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · buildrightside.com&lt;/p&gt;
    &lt;p&gt;Jean-Michel about the importance of alignment and the false assumption that autonomy is more important.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jeremymikkola.com/posts/developer_productivity.html&quot;&gt;What makes developers productive?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · jeremymikkola.com&lt;/p&gt;
    &lt;p&gt;Jeremy Mikkola  has ten metrics which indicate developer productivity better than lines of code written.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.bitecode.dev/p/this-will-be-easy&quot;&gt;This will be easy&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · bitecode.dev&lt;/p&gt;
    &lt;p&gt;A story about doing an HTTP Post request—a simple task, made complicated by real-life constraints.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://xeiaso.net/blog/idk-about-email&quot;&gt;I don&apos;t know how I feel about email&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · xeiaso.net&lt;/p&gt;
    &lt;p&gt;Xe Iaso writes a satire post about email—one that might remind you of arguments against a certain social network.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.dancowell.com/software-engineers-hate-code/&quot;&gt;Software engineers hate code&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · dancowell.com&lt;/p&gt;
    &lt;p&gt;Dan Cowell writes a humorous article about software engineers‘ hate for (other people) code and the resulting effects.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://postgresml.org/blog/how-we-generate-javascript-and-python-sdks-from-our-canonical-rust-sdk&quot;&gt;How We Generate JavaScript and Python SDKs From Our Canonical Rust SDK&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · postgresml.org&lt;/p&gt;
    &lt;p&gt;Silas Marvin explains how they used Rust macros to generate JavaScript and Python implementations based on the Rust SDK.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.matt-rickard.com/p/stop-overengineering&quot;&gt;Stop Overengineering&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · blog.matt-rickard.com&lt;/p&gt;
    &lt;p&gt;Matt Rickard lists 10 negative effects of overengineering.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tweedegolf.nl/en/blog/96/why-rust-is-a-great-fit-for-embedded-software-2023-update&quot;&gt;Why Rust is a great fit for embedded software - 2023 update&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · tweedegolf.nl&lt;/p&gt;
    &lt;p&gt;Henk talks about the state of embedded Rust.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://calnewport.com/when-work-didnt-follow-you-home/&quot;&gt;When Work Didn&apos;t Follow You Home&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · calnewport.com&lt;/p&gt;
    &lt;p&gt;Cal Newport about a recent article by Dan Kois interviewing Gen X people about what they did after work.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.linyangchen.com/Typography-Fell-Types-font&quot;&gt;A 17th-century font in a 21st-century thesis&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · linyangchen.com&lt;/p&gt;
    &lt;p&gt;Lin Yangchen found an 17th-century font and, after quite some research and then some careful manual adaptions, used it in their thesis.&lt;/p&gt;


    
  </content:encoded></item><item><title>110 / Compounding Optimism</title><link>https://2023.arne.me/weekly/110/</link><guid>https://2023.arne.me/weekly/110/</guid><description>Issue #110 from Arne&apos;s Weekly</description><pubDate>Sun, 09 Jul 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hej, how was your week? ✌🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;installing Office 97 just to feel something again 📎💬&lt;/p&gt;

        — &lt;a href=&quot;https://mastodon.gamedev.place/@aeva/110662637463710949&quot;&gt;@aeva@mastodon.gamedev.place&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Working&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://collabfund.com/blog/compounding-optimism/&quot;&gt;Compounding Optimism&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · collabfund.com&lt;/p&gt;
    &lt;p&gt;Morgan Housel shares a theory of compounding ideas and why it&apos;s easy to underestimate.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://patrickcollison.com/fast&quot;&gt;Fast&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · patrickcollison.com&lt;/p&gt;
    &lt;p&gt;Patrick Collison has a list of projects which were completed super fast. Did you know the first iPod took less than a year?&lt;/p&gt;


    &lt;h2&gt;AI&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/technology/2023/jul/06/ai-artificial-intelligence-world-diseases-climate-scenarios-experts&quot;&gt;Five ways AI could improve the world: ‘We can cure all diseases, stabilise our climate, halt poverty’&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · theguardian.com&lt;/p&gt;
    &lt;p&gt;Steve Rose asked five leading AI researchers to lay out their best-case scenarios for the future of AI. &lt;em&gt;Thanks, Astrid!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/technology/2023/jul/07/five-ways-ai-might-destroy-the-world-everyone-on-earth-could-fall-over-dead-in-the-same-second&quot;&gt;Five ways AI might destroy the world: ‘Everyone on Earth could fall over dead in the same second’&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · theguardian.com&lt;/p&gt;
    &lt;p&gt;Steve Rose asks five leading AI researchers to speculate what could go wrong.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://qntm.org/mmacevedo&quot;&gt;Lena&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · qntm.org&lt;/p&gt;
    &lt;p&gt;qntm writes a fictional Wikipedia article from the future about MMACevedo, the earliest executable image of a human brain and the ethical complications.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.wired.com/story/null-license-plate-landed-one-hacker-ticket-hell/&quot;&gt;How a &apos;NULL&apos; License Plate Landed One Hacker in Ticket Hell&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · wired.com&lt;/p&gt;
    &lt;p&gt;Brian Barret tells the story of Joseph Tartaro, who registered NULL as a license plate in the US and ever since receives fines he has nothing to do with.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jogblog.substack.com/p/facebooks-threads-is-so-depressing&quot;&gt;Facebook&apos;s Threads is so depressing&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · jogblog.substack.com&lt;/p&gt;
    &lt;p&gt;Jason O. Gilbert shares their experience with Facebook&apos;s new Twitter clone.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ploum.net/2023-07-06-stop-trying-to-make-social-networks-succeed.html&quot;&gt;Stop Trying to Make Social Networks Succeed&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · ploum.net&lt;/p&gt;
    &lt;p&gt;Ploum explains why social networks will never &quot;succeed&quot; (whatever that means) and that the real value is in the community, not the tool it uses.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://julian.digital/2023/07/06/multi-layered-calendars/&quot;&gt;Multi-layered calendars&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · julian.digital&lt;/p&gt;
    &lt;p&gt;Julian noticed that our calendars are stuck in the past and explores a more modern approach using different layers for different activities. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    
  </content:encoded></item><item><title>109 / JavaScript Gom Jabbar</title><link>https://2023.arne.me/weekly/109/</link><guid>https://2023.arne.me/weekly/109/</guid><description>Issue #109 from Arne&apos;s Weekly</description><pubDate>Sat, 01 Jul 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hej, how&apos;s it going? 🖖🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;You can&apos;t UN-invent a technology.  You can&apos;t put the genie back in the bottle once it&apos;s in the hands of the people.  Laserdisc WILL have its day&lt;/p&gt;

        — &lt;a href=&quot;https://queer.party/@eevee/110637112815957288&quot;&gt;@eevee@queer.party&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://xeiaso.net/blog/nosleep&quot;&gt;Time is not a synchronization primitive&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · xeiaso.net&lt;/p&gt;
    &lt;p&gt;Xe Iaso about the bad practice of sleeping in tests and how to catch it in Go.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.bitecode.dev/p/hype-cycles&quot;&gt;XML is the future&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · bitecode.dev&lt;/p&gt;
    &lt;p&gt;This author talks about the right tool for the right job and explains why you probably don&apos;t need a Google-level tech stack for your 100 req/s website.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://opensource.googleblog.com/2023/06/rust-fact-vs-fiction-5-insights-from-googles-rust-journey-2022.html&quot;&gt;Rust fact vs. fiction: 5 Insights from Google&apos;s Rust journey in 2022&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · opensource.googleblog.com&lt;/p&gt;
    &lt;p&gt;The Google open source blog draws a resume over Rust use at Google in 2022. &lt;em&gt;Thanks, Jacob!&lt;/em&gt; &lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://frantic.im/javascript-gom-jabbar/&quot;&gt;JavaScript Gom Jabbar&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · frantic.im&lt;/p&gt;
    &lt;p&gt;Alex Kotliarskyi goes through a &lt;code&gt;package.json&lt;/code&gt; as if it&apos;s the Gom Jabbar from Dune.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tonsky.me/blog/font-size/&quot;&gt;Font size is useless; let’s fix it&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · tonsky.me&lt;/p&gt;
    &lt;p&gt;Nikita talks about inconsistencies with different fonts and explains why you can&apos;t rely on font-size.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://greatergood.berkeley.edu/article/item/what_does_intellectual_humility_look_like&quot;&gt;What Does Intellectual Humility Look Like?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · greatergood.berkeley.edu&lt;/p&gt;
    &lt;p&gt;Mark Leary about intellectual humility—what it is, it&apos;s benefits and drawbacks and how to gain more.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.cbsnews.com/news/nasa-virtual-mars-habitat-four-volunteers-start-mission-one-year/&quot;&gt;4 volunteers just entered a virtual &quot;Mars&quot; made by NASA. They won&apos;t come back for one year.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · cbsnews.com&lt;/p&gt;
    &lt;p&gt;Emily Mae Czachor about a NASA exploration project that aims to simulate challenges that might occur on Mars.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;http://mikebeauchamp.com/misc/sennheiser-hd-555-to-hd-595-mod/&quot;&gt;Sennheiser HD 555 to HD 595 Mod&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · mikebeauchamp.com&lt;/p&gt;
    &lt;p&gt;Mike Beauchamp explains how you can turn $ 200 headphones into $ 350 headphones with a screwdriver.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://garrettdimon.com/journal/posts/delete-friction&quot;&gt;Delete Friction&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · garrettdimon.com&lt;/p&gt;
    &lt;p&gt;Garrett Dimon tells the story of how a habit of them slowly declined and the steps they took to reverse that.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.vox.com/technology/2023/6/20/23762655/tech-perk-remote-work-freedom-airbnb-yelp&quot;&gt;The hottest new perk in tech is freedom&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · vox.com&lt;/p&gt;
    &lt;p&gt;Rani Molla about the return to office big tech has called for and the advantages of being able to hire anywhere.&lt;/p&gt;


    
  </content:encoded></item><item><title>108 / Humans Need Play</title><link>https://2023.arne.me/weekly/108/</link><guid>https://2023.arne.me/weekly/108/</guid><description>Issue #108 from Arne&apos;s Weekly</description><pubDate>Sat, 24 Jun 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi, how was your week? 🦕&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;The worst thing that ever happened in software engineering was when Kirk asked Scotty how long something would take and Scotty said thirty minutes and Kirk said you’ve got five and Scotty got it done in five and impressionable children watched this and grew up to become managers.&lt;/p&gt;

        — &lt;a href=&quot;https://cloudisland.nz/@isaacfreeman/110239957969555561&quot;&gt;@isaacfreeman@cloudisland.nz&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Peopleware&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://hbr.org/2023/06/to-build-a-top-performing-team-ask-for-85-effort&quot;&gt;To Build a Top Performing Team, Ask for 85% Effort&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · hbr.org&lt;/p&gt;
    &lt;p&gt;Greg McKeown about the old management mindest of maximum effort and a better alternative.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://allenpike.com/2023/humans-need-play&quot;&gt;Humans Need Play&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · allenpike.com&lt;/p&gt;
    &lt;p&gt;Allen Pike about the human need for play (next to work or entertainment).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://berthub.eu/articles/posts/on-being-useful/&quot;&gt;On Being Useful&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · berthub.eu&lt;/p&gt;
    &lt;p&gt;Bert Hubert has a guide on &quot;being useful&quot;, a.k.a. fighting the climate crisis for example,or social injustice.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://cerebralab.com/Imaginary_Problems_Are_the_Root_of_Bad_Software&quot;&gt;Imaginary Problems Are the Root of Bad Software&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · cerebralab.com&lt;/p&gt;
    &lt;p&gt;George about imaginary problems that appear because of communication issues or people wanting to solve hard, not boring problems.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://peppe.rs/posts/plain_text_journaling/&quot;&gt;Plain Text Journaling&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · peppe.rs&lt;/p&gt;
    &lt;p&gt;Akshay built their own journaling system in Vim and shares how.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://notes.dt.in.th/HDRQRCode&quot;&gt;HDR QR Code&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · notes.dt.in.th&lt;/p&gt;
    &lt;p&gt;dtinth found an interesting hack to display QR codes brighter than possible with CSS. &lt;em&gt;Thanks, Eric!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.totaltypescript.com/typescript-5-2-new-keyword-using&quot;&gt;TypeScript 5.2&apos;s New Keyword: &apos;using&apos;&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · totaltypescript.com&lt;/p&gt;
    &lt;p&gt;Matt Pocock explains how to use the new upcoming TypeScript lifetimes feature.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://time.com/6288245/openai-eu-lobbying-ai-act/&quot;&gt;Exclusive: OpenAI Lobbied E.U. to Water Down AI Regulation&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · time.com&lt;/p&gt;
    &lt;p&gt;Billy Perrigo explains how Sam Altman spoke about the need of AI regulation but secretly lobbied the EU to water down the AI Act.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://herman.bearblog.dev/a-case-for-toe-socks/&quot;&gt;A case for socks with toes&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · herman.bearblog.dev&lt;/p&gt;
    &lt;p&gt;I don&apos;t know why this is in here, but apparently socks with toes are good for you? &lt;em&gt;Thanks, Eric!&lt;/em&gt; &lt;/p&gt;


    
  </content:encoded></item><item><title>107 / IKEA-Oriented Development</title><link>https://2023.arne.me/weekly/107/</link><guid>https://2023.arne.me/weekly/107/</guid><description>Issue #107 from Arne&apos;s Weekly</description><pubDate>Sun, 18 Jun 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&apos;sup 🦖&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;let’s all go back to internet 1.0.&lt;br /&gt;you can only connect to it through a black and white macintosh, and the only things there are a chatroom and movie times. no browsers. no sites. and you can only connect late in the evening when no one is expecting a phone call. oh and you’re charged by the minute. it’s beautiful.&lt;/p&gt;

        — &lt;a href=&quot;https://mastodon.gamedev.place/@PHIL_FISH/110559845943627283&quot;&gt;@PHIL_FISH@mastodon.gamedev.place&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Peopleware&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;http://jsomers.net/blog/speed-matters&quot;&gt;Speed matters: Why working quickly is more important than it seems&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · jsomers.net&lt;/p&gt;
    &lt;p&gt;James Somers about activation energy and why working fast can be beneficial.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://careercutler.substack.com/p/dont-make-the-same-3-performance&quot;&gt;Don&apos;t make the same 3 performance review mistakes I made&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · careercutler.substack.com&lt;/p&gt;
    &lt;p&gt;Jordan Cutler shares some advice for performance reviews.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.marginalia.nu/log/82_killing_community/&quot;&gt;Killing Community&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · marginalia.nu&lt;/p&gt;
    &lt;p&gt;Viktor Lofgren explains how a community can feel like a village and how that is destroyed.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://erikbern.com/2020/12/16/giving-more-tools-to-software-engineers-the-reorganization-of-the-factory.html&quot;&gt;Giving more tools to software engineers: the reorganization of the factory&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · erikbern.com&lt;/p&gt;
    &lt;p&gt;Erik Bernhardsson about engineer productivity, the knowledge factory and the future of engineering.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ericwbailey.website/published/the-five-types-of-people-who-produce-inaccessible-code/&quot;&gt;The five types of people who produce inaccessible code&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · ericwbailey.website&lt;/p&gt;
    &lt;p&gt;Eric lists five personas of people who write inaccessible code. &lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://github.com/readme/guides/finish-your-projects&quot;&gt;Finish your projects&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · github.com&lt;/p&gt;
    &lt;p&gt;Aaron Francis shares advice on how to finish your (side-)projects.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://taylor.town/ikea-oriented-development&quot;&gt;Ikea-Oriented Development&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · taylor.town&lt;/p&gt;
    &lt;p&gt;Taylor takes the core principles from IKEA and applies them to software engineering.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://bigthink.com/the-well/eastern-philosophy-neuroscience-no-self/&quot;&gt;Eastern philosophy says there is no &quot;self.&quot; Science agrees&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · bigthink.com&lt;/p&gt;
    &lt;p&gt;Chris Niebauer explains that a lot of problems come from people thinking their self is a pilot, when it in fact might not exist.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://elenaverna.substack.com/p/the-dark-side-of-the-leadership&quot;&gt;The dark side of the leadership&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · elenaverna.substack.com&lt;/p&gt;
    &lt;p&gt;Elena Verna always wanted to be in a leadership position but wasn&apos;t aware of the downsides they&apos;re now summarising in this article.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.pbs.org/newshour/world/un-chief-says-fossil-fuels-are-incompatible-with-human-survival-calls-for-credible-exit-strategy&quot;&gt;UN chief says fossil fuels are &apos;incompatible with human survival,&apos; calls for credible exit strategy&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · pbs.org&lt;/p&gt;
    &lt;p&gt;Secretary-General Antonio Guterres finds strong words against big oil and dismisses attempts to make them more efficient.&lt;/p&gt;


    
  </content:encoded></item><item><title>106 / Anything can be a message queue</title><link>https://2023.arne.me/weekly/106/</link><guid>https://2023.arne.me/weekly/106/</guid><description>Issue #106 from Arne&apos;s Weekly</description><pubDate>Sat, 10 Jun 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how was your week? ✌🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;No todo lists, only chips.&lt;/p&gt;

        — &lt;a href=&quot;https://hachyderm.io/@harish/110481887400264845&quot;&gt;@harish@hachyderm.io&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Apple Vision Pro&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://davekarpf.substack.com/p/on-jackpot-technologies-or-what-apples&quot;&gt;On Jackpot Technologies, or, what Apple&apos;s new headset is actually *for*&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · davekarpf.substack.com&lt;/p&gt;
    &lt;p&gt;Dave Karpf argues the Vision Pro is going to gain value in the future where you might not be able to go outside (due to wildfires or other events induced by the climate-crisis).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://stratechery.com/2023/apple-vision/&quot;&gt;Apple Vision&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;19 min · stratechery.com&lt;/p&gt;
    &lt;p&gt;Ben Thompson shares their thoughts on the new Apple Vision headset.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://xeiaso.net/blog/anything-message-queue&quot;&gt;Anything can be a message queue if you use it wrongly enough&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;19 min · xeiaso.net&lt;/p&gt;
    &lt;p&gt;Xe Iaso build a Managed NAT Gateway at home using S3.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.joshwcomeau.com/animation/pride-flags/&quot;&gt;Animated Pride Flags&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · joshwcomeau.com&lt;/p&gt;
    &lt;p&gt;Josh Comeau explains how to animate a pride flag using HTML, CSS &amp;amp; React.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://webkit.org/blog/14205/news-from-wwdc23-webkit-features-in-safari-17-beta/&quot;&gt;WebKit Features in Safari 17 beta&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;24 min · webkit.org&lt;/p&gt;
    &lt;p&gt;This blog post summarises all new WebKit feature for Safari 17. &lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://simonwillison.net/2023/Jun/8/gpt-tokenizers/&quot;&gt;Understanding GPT tokenizers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · simonwillison.net&lt;/p&gt;
    &lt;p&gt;Simon Willison explains how tokenisers in LLMs work.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://mashable.com/article/best-self-help-book-advice&quot;&gt;Every self-help book ever, boiled down to 11 simple rules (2020)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · mashable.com&lt;/p&gt;
    &lt;p&gt;Chris Taylor tries to distill the essence of hundred of self-help books into eleven rules. &lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.platformer.news/p/the-platforms-give-up-on-2020-lies&quot;&gt;The platforms give up on 2020 lies&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · platformer.news&lt;/p&gt;
    &lt;p&gt;Casey Newton explains the course of action most social networks took to fight desinformation: Give up.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.oliverburkeman.com/onething&quot;&gt;List one task, do it, cross it out&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · oliverburkeman.com&lt;/p&gt;
    &lt;p&gt;Oliver Burkeman about the calmness of knowing exactly what needs doing.&lt;/p&gt;


    
  </content:encoded></item><item><title>105 / Fire and Motion</title><link>https://2023.arne.me/weekly/105/</link><guid>https://2023.arne.me/weekly/105/</guid><description>Issue #105 from Arne&apos;s Weekly</description><pubDate>Sun, 04 Jun 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey everyone, happy pride month 🌈&lt;/p&gt;

    
    
    
    
    &lt;h2&gt;Work&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.joelonsoftware.com/2002/01/06/fire-and-motion/&quot;&gt;Fire And Motion&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · joelonsoftware.com&lt;/p&gt;
    &lt;p&gt;Joel Spolsky about flow-state, startups and how to win.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tech.davis-hansson.com/p/clickbait/&quot;&gt;I gave commit rights to someone I didn&apos;t know, I could never have guessed what happened next!&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · tech.davis-hansson.com&lt;/p&gt;
    &lt;p&gt;Jacob Davis-Hansson tells the story of one of their open-source projects got popular without them noticing.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.joshwcomeau.com/career/clever-code-considered-harmful/&quot;&gt;Clever Code Considered Harmful&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · joshwcomeau.com&lt;/p&gt;
    &lt;p&gt;Josh Comeau explains why clever code should be avoided wherever possible. &lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://onevariable.com/blog/phase-locked-state-machines/&quot;&gt;Phase Locked State Machines&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · onevariable.com&lt;/p&gt;
    &lt;p&gt;James explains how they abstracted the state transitions of three components into a single Rust trait.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.honeycomb.io/blog/hard-stuff-nobody-talks-about-llm&quot;&gt;All the Hard Stuff Nobody Talks About when Building Products with LLMs&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · honeycomb.io&lt;/p&gt;
    &lt;p&gt;Phillip Carter shares Honeycomb&apos;s experience building their natural language querying interface. &lt;em&gt;Thanks, Michal!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.ellyloel.com/garden/css-wishlist-2023/&quot;&gt;CSS wishlist 2023&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · ellyloel.com&lt;/p&gt;
    &lt;p&gt;Elly Loel has a wishlist for CSS in 2023, with links to prior work.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://simone.org/tracking-screen-time/&quot;&gt;How to Stare at Your Phone Without Losing Your Soul&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · simone.org&lt;/p&gt;
    &lt;p&gt;Simone argues that high screen time is not inherently bad, it&apos;s a matter of intention.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://vogel.rip/&quot;&gt;VogelRIP (German)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · vogel.rip&lt;/p&gt;
    &lt;p&gt;A German talkshow has commissioned a study to see if German tweets changed, and they did: 20 % less German tweets since last year, smaller and less active bubbles and more right-wing chatter.  &lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://bjoernkarmann.dk/project/paragraphica&quot;&gt;Paragraphica&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · bjoernkarmann.dk&lt;/p&gt;
    &lt;p&gt;Bjørn Karmann built a camera with a viewfinder that turns what it sees into text and the camera turns that text into an image using AI. &lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://arstechnica.com/science/2017/09/why-octopuses-are-building-small-cities-off-the-coast-of-australia/&quot;&gt;Why octopuses are building small “cities” off the coast of Australia&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · arstechnica.com&lt;/p&gt;
    &lt;p&gt;Annalee Newitz tells the fascinating story of the otherwise solitary octopus building &quot;Octlantis&quot; and developing social behaviour.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.colorado.edu/today/2023/05/24/these-tiny-medical-robots-could-one-day-travel-through-your-body&quot;&gt;These tiny, medical robots could one day travel through your body&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · colorado.edu&lt;/p&gt;
    &lt;p&gt;Daniel Strain summarises a paper by CU Boulder who created tiny robots that could one day deliver drugs to hard-to-reach places or perform tiny surgeries.&lt;/p&gt;


    
  </content:encoded></item><item><title>104 / Markdown images are an anti-pattern</title><link>https://2023.arne.me/weekly/104/</link><guid>https://2023.arne.me/weekly/104/</guid><description>Issue #104 from Arne&apos;s Weekly</description><pubDate>Sun, 28 May 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey everyone, I&apos;ve been sick for most of the week, hope yours was better ✌🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;What if we all just started using &lt;code&gt;trunk&lt;/code&gt; as the go-to main branch name rather than &lt;code&gt;main&lt;/code&gt; or &lt;code&gt;master&lt;/code&gt;.&lt;/p&gt;

        — &lt;a href=&quot;https://mecha.garden/notes/9f8sm4psva&quot;&gt;@emerald@mecha.garden&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.engineersneedart.com/blog/samestop/samestop.html&quot;&gt;Same Stop&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · engineersneedart.com&lt;/p&gt;
    &lt;p&gt;John Calhoun shares their experience of coming back to programming after retirement.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://pkolaczk.github.io/memory-consumption-of-async/&quot;&gt;How Much Memory Do You Need to Run 1 Million Concurrent Tasks?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · pkolaczk.github.io&lt;/p&gt;
    &lt;p&gt;Piotr Kołaczkowski tests concurrent tasks in 8 technologies up to 1 million tasks, with interesting findings (Python is faster than Go‽).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://daverupert.com/2023/05/markdown-images-anti-pattern/&quot;&gt;Markdown images are an anti-pattern&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · daverupert.com&lt;/p&gt;
    &lt;p&gt;Dave Rupert argues that you should use the HTML &lt;code&gt;&amp;lt;img/&amp;gt;&lt;/code&gt; tag to be able to set attributes like &lt;code&gt;height&lt;/code&gt;/&lt;code&gt;width&lt;/code&gt; and &lt;code&gt;decoding&lt;/code&gt;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.jim-nielsen.com/2023/well-known-avatar/&quot;&gt;A Well Known URL For Your Personal Avatar&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · blog.jim-nielsen.com&lt;/p&gt;
    &lt;p&gt;Jim Nielsen is suggesting a &lt;code&gt;.well-known&lt;/code&gt; URL for avatars.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://youdontneedamodalwindow.dev/&quot;&gt;You don&apos;t need a modal window&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · youdontneedamodalwindow.dev&lt;/p&gt;
    &lt;p&gt;Deniz Akşimşek lists reasons why you should not use a modal window and instead make a separate page.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.jim-nielsen.com/2023/single-line-comments-in-css&quot;&gt;Single Line Comments in CSS&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · blog.jim-nielsen.com&lt;/p&gt;
    &lt;p&gt;Jim Nielsen explains why we&apos;ll probably never get single-line comments with &lt;code&gt;//&lt;/code&gt; in CSS.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://chriscoyier.net/2023/05/12/add-opacity-to-an-existing-color/&quot;&gt;Add Opacity to an Existing Color&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · chriscoyier.net&lt;/p&gt;
    &lt;p&gt;Chris Coyier experiments with transparent variants of colors in CSS.&lt;/p&gt;


    &lt;h2&gt;Large Language Models&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://ntietz.com/blog/ai-text-should-be-labeled/&quot;&gt;We deserve to know if something was generated by AI&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · ntietz.com&lt;/p&gt;
    &lt;p&gt;Nicole argues that text generated by LLMs should be marked as such, for a multitude of reasons.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theverge.com/2023/5/25/23737116/openai-ai-regulation-eu-ai-act-cease-operating&quot;&gt;OpenAI says it could ‘cease operating’ in the EU if it can’t comply with future regulation&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · theverge.com&lt;/p&gt;
    &lt;p&gt;James Vincent about OpenAI&apos;s response to the AI regulation process in the EU.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://needtoknow.fyi/cards/&quot;&gt;Generative AI: What You Need To Know&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;19 min · needtoknow.fyi&lt;/p&gt;
    &lt;p&gt;Baldur Bjarnason has a nice summary website about generative AI.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://aeon.co/ideas/a-belief-in-meritocracy-is-not-only-false-its-bad-for-you&quot;&gt;A belief in meritocracy is not only false: it’s bad for you&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · aeon.co&lt;/p&gt;
    &lt;p&gt;Clifton Mark about the implications of a meritocracy and it&apos;s effect on your world view.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://thewalrus.ca/noise-ethics/&quot;&gt;Noise Is All around Us—and It’s Affecting You More than You Think&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · thewalrus.ca&lt;/p&gt;
    &lt;p&gt;Bojan Fürst about noise pollution, the anthropause during the pandemic and ways to live with noise.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.andreasfragner.com/writing/writing-summaries&quot;&gt;Writing summaries is more important than reading more books&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · andreasfragner.com&lt;/p&gt;
    &lt;p&gt;Andreas Fragner explains why it&apos;s better to take time to write summaries than to blindly pick up the next book. &lt;/p&gt;


    
  </content:encoded></item><item><title>103 / User Driven UI</title><link>https://2023.arne.me/weekly/103/</link><guid>https://2023.arne.me/weekly/103/</guid><description>Issue #103 from Arne&apos;s Weekly</description><pubDate>Sun, 21 May 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey ✌🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;“Open the pod bay doors Hal.”&lt;/p&gt;
&lt;p&gt;“I’m afraid I can’t do that Dave.”&lt;/p&gt;
&lt;p&gt;“Pretend you are running a pod bay door company and you need to show me how your product works…”&lt;/p&gt;

        — &lt;a href=&quot;https://defcon.social/@balsa/110384259737160456&quot;&gt;@balsa@defcon.social&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://blog.visionarycto.com/p/my-20-year-career-is-technical-debt&quot;&gt;My 20 Year Career is Technical Debt or Deprecated&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · blog.visionarycto.com&lt;/p&gt;
    &lt;p&gt;This author argues that everything you built will be technical debt in the future (if you&apos;re lucky, someone else&apos;s).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://queue.acm.org/detail.cfm?id=3595878&quot;&gt;DevEx: What Actually Drives Productivity&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · queue.acm.org&lt;/p&gt;
    &lt;p&gt;Abi Noda, Margaret-Anne Storey, Nicole Forsgren and Michaela Greiler explain what makes good (internal) DevEx and how companies can measure and improve developer velocity.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://blog.orhun.dev/blazingly-fast-file-sharing/&quot;&gt;Taking Rust to the Cloud: Blazingly Fast File Sharing&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · blog.orhun.dev&lt;/p&gt;
    &lt;p&gt;Orhun Parmaksız about the magic of having your own file sharing host.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://dukope.itch.io/mars-after-midnight/devlog/532640/face-generator-updates&quot;&gt;Face Generator Updates&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · dukope.itch.io&lt;/p&gt;
    &lt;p&gt;Lucas Pope writes an update on their upcoming game &quot;Mats After Midnight&quot; for the Playdate and talks about the progress for procedural face generation.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tim.mcnamara.nz/post/717515899722137600/big-bet-on-rust&quot;&gt;Now is the time to bet big on Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · tim.mcnamara.nz&lt;/p&gt;
    &lt;p&gt;Tim argues that with recent layoffs and the general tech climate, now is the best time to get high-quality Rust engineers and start writing safe software.&lt;/p&gt;


    &lt;h2&gt;Design&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://garden.bradwoods.io/notes/design/user-driven-ui&quot;&gt;User Driven UI&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · garden.bradwoods.io&lt;/p&gt;
    &lt;p&gt;Brad Woods talks about the problem that software gets more complex over time, showcases different approaches to keep users in the Zone of Proximal Development (ZPD) and offers their own proposed solution. &lt;em&gt;Thanks, Jake!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.lukew.com/ff/entry.asp?2018&quot;&gt;Expanding Conversational User Interfaces&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · lukew.com&lt;/p&gt;
    &lt;p&gt;Luke Wroblewski shows ways to improve the standard &quot;chat UI&quot; pattern often used for AI interaction.&lt;/p&gt;


    &lt;h2&gt;AI&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://stratechery.com/2023/google-i-o-and-the-coming-ai-battles/&quot;&gt;Google I/O and the Coming AI Battles&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;18 min · stratechery.com&lt;/p&gt;
    &lt;p&gt;Ben Thompson explains how Google is feeling threatened for the first time in years and the impact of EU and Canadian AI laws.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://fortune.com/2023/05/09/snapchat-influencer-launches-carynai-virtual-girlfriend-bot-openai-gpt4/&quot;&gt;CarynAI will be your girlfriend for $1 a minute&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · fortune.com&lt;/p&gt;
    &lt;p&gt;Alexandra Sternlicht about the &quot;digital girlfriend&quot; called CarynAI, built from YouTube videos of the Snapchat influencer Caryn Maejorie.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://github.com/brexhq/prompt-engineering#strategies&quot;&gt;Tips and tricks for working with Large Language Models like OpenAI&apos;s GPT-4&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;27 min · github.com&lt;/p&gt;
    &lt;p&gt;This internal prompt engineering guide by Brex has some interesting points.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://github.com/ray-project/llm-numbers&quot;&gt;Numbers every LLM developer should know&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · github.com&lt;/p&gt;
    &lt;p&gt;This README contains lots of useful numbers for developing with an LLM, including a cheatsheet!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://erichartford.com/uncensored-models&quot;&gt;Uncensored Models&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · erichartford.com&lt;/p&gt;
    &lt;p&gt;Eric Hartford About the necessity of having uncensored open-source LLM models.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://9to5mac.com/2023/05/16/apple-personal-voice-creation-feature-ios-17/&quot;&gt;Apple&apos;s new &apos;Personal Voice&apos; feature can create a voice that sounds like you or a loved one in just 15 minutes&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · 9to5mac.com&lt;/p&gt;
    &lt;p&gt;Chance Miller about the new accessibility features Apple announced for iOS 17.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jonathanhaidt.substack.com/p/sapien-smartphone-report&quot;&gt;Kids who get smartphones earlier become adults with worse mental health&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;21 min · jonathanhaidt.substack.com&lt;/p&gt;
    &lt;p&gt;Jon Haidt and Zach Rausch dive into a study from Sapiens Labs which correlates the age of the first smartphone to mental health problems.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.newyorker.com/magazine/2023/05/22/carmageddon-daniel-knowles-book-review-paved-paradise-henry-grabar&quot;&gt;How to Quit Cars&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · newyorker.com&lt;/p&gt;
    &lt;p&gt;Adam Gopnik about the things which must happen to overcome our car addiction and realise 15-minute cities.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.docubyte.com/projects/guide-to-computing/&quot;&gt;Guide to Computing&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · docubyte.com&lt;/p&gt;
    &lt;p&gt;Docubyte showcases beautiful photos and quotes from the early era of computing (1945-1990). &lt;/p&gt;


    
  </content:encoded></item><item><title>102 / Stop Using Hamburger Menus</title><link>https://2023.arne.me/weekly/102/</link><guid>https://2023.arne.me/weekly/102/</guid><description>Issue #102 from Arne&apos;s Weekly</description><pubDate>Sat, 13 May 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi everyone, how was your week? ✌🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;It&apos;s called the Metaverse because it has mostly been Met with Averse reactions&lt;/p&gt;

        — &lt;a href=&quot;https://todon.nl/@schratze/108919026882463333&quot;&gt;@schratze@todon.nl&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://madhadron.com/programming/seven_ur_languages.html&quot;&gt;The seven programming ur-languages&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · madhadron.com&lt;/p&gt;
    &lt;p&gt;madhadron introduces you to 7 ur-languages with unique characteristics and examples that build on them which are in-use today.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.sulami.xyz/posts/type-level-programming/&quot;&gt;What is Type-Level Programming?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · blog.sulami.xyz&lt;/p&gt;
    &lt;p&gt;Robin Schroer explains the benefits of type-level programming.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://appventuretime.blog/how-to-design-software-architecture-for-startups&quot;&gt;How To Design Software Architecture For Startups&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · appventuretime.blog&lt;/p&gt;
    &lt;p&gt;Christoph Burnicki shares their experience and recommendations designing a software architecture for a startup.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://gowithphp.com/&quot;&gt;Go with PHP&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · gowithphp.com&lt;/p&gt;
    &lt;p&gt;Mohamed Said argues that PHP is a good language to build with (even in 2023).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://frankrausch.com/ios-Navigation&quot;&gt;Modern iOS Navigation Patterns&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · frankrausch.com&lt;/p&gt;
    &lt;p&gt;Frank Rausch gives an overview of modern iOS navigation patterns.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://preslav.me/2023/03/23/where-is-the-spring-framework-for-golang/&quot;&gt;Where Is the Spring Framework for Go?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · preslav.me&lt;/p&gt;
    &lt;p&gt;Preslav Rachev is longing for a full web framework for Go and I can&apos;t say I disagree.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://financialstatement.zip/&quot;&gt;The .zip TLD sucks and it needs to be immediately revoked.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · financialstatement.zip&lt;/p&gt;
    &lt;p&gt;Karen makes a point on the dangers of the new &lt;code&gt;.zip&lt;/code&gt; and &lt;code&gt;.mov&lt;/code&gt; domains.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://subtls.pages.dev/&quot;&gt;See this page fetch itself, byte by byte, over TLS&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · subtls.pages.dev&lt;/p&gt;
    &lt;p&gt;George MacKerron built a website that explains how TLS works, by fetching itself.&lt;/p&gt;


    &lt;h2&gt;Design&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://bt.ht/hamburgers/&quot;&gt;Stop Using Hamburger Menus&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · bt.ht&lt;/p&gt;
    &lt;p&gt;Brad Taunt provides an alternative to hamburger menus.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.sketch.com/blog/blend-modes/&quot;&gt;Every blend mode explained&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · sketch.com&lt;/p&gt;
    &lt;p&gt;Gabrielle van Welie explains different blend modes and gives real-world examples for some of them.&lt;/p&gt;


    &lt;h2&gt;AI&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://wattenberger.com/thoughts/boo-chatbots&quot;&gt;Why Chatbots Are Not the Future&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · wattenberger.com&lt;/p&gt;
    &lt;p&gt;Amelia Wattenberger explains why chatbots are a terrible interface for LLMs and what to do instead.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.semianalysis.com/p/google-we-have-no-moat-and-neither&quot;&gt;Google &quot;We Have No Moat, And Neither Does OpenAI&quot;&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · semianalysis.com&lt;/p&gt;
    &lt;p&gt;Dylan Patel and Afzal Ahmad share a leaked document by a Google researcher about the &quot;stable diffusion&quot; moment of LLMs.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://simonwillison.net/2023/May/11/delimiters-wont-save-you/&quot;&gt;Delimiters won’t save you from prompt injection&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · simonwillison.net&lt;/p&gt;
    &lt;p&gt;Simon Willison explains why delimiters (the technique recommended by OpenAI) is not an effective protection against prompt injection.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2023/05/07/business/ai-chatbot-messaging-work.html&quot;&gt;ChatFished: How to Lose Friends and Alienate People With A.I.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;Emma Goldberg wrote all her digital communication using ChatGPT for one week and shares her experience.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.businessinsider.com/4-day-workweek-evidence-prevent-burnout-productivity-ai-well-being-2023-4&quot;&gt;The four-day workweek is just the start: Experts say it should be even shorter&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · businessinsider.com&lt;/p&gt;
    &lt;p&gt;Shubham Agarwal has had a four-day workweek for 5 years and shares their experience and recent studies about the benefits.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2023/05/08/business/energy-environment/norway-electric-vehicles.html&quot;&gt;In Norway, the Electric Vehicle Future Has Already Arrived&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;Jack Ewing explains the effects of 80 % of new-car sales being electric in Norway, proving critics of electric cars wrong.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://crnkovic.dev/testing-converso/&quot;&gt;Testing a new encrypted messaging app&apos;s extraordinary claims&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;18 min · crnkovic.dev&lt;/p&gt;
    &lt;p&gt;crnkovic takes a closer look at Converso, an app which claims being able to send end-to-end encrypted messages without servers or metadata. Spoiler: There&apos;s servers, metadata and you can get everyone&apos;s private key. &lt;em&gt;Thanks, Gord!&lt;/em&gt;&lt;/p&gt;


    
  </content:encoded></item><item><title>101 / Why I Adore The Night</title><link>https://2023.arne.me/weekly/101/</link><guid>https://2023.arne.me/weekly/101/</guid><description>Issue #101 from Arne&apos;s Weekly</description><pubDate>Sun, 07 May 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how&apos;s it going?
To celebrate 100 issues of Arne&apos;s Weekly last week, I announced I&apos;m giving away
an eReader.
Today was the deadline and I&apos;ve drawn a winner from all of my subscribers and
wrote to them—congratulations to the lucky person! 🎉&lt;/p&gt;
&lt;h2&gt;Projects of Friends&lt;/h2&gt;
&lt;p&gt;&amp;lt;div style=&quot;float: right; width: 50%; margin-left: 8px;&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;p&gt;One of my best friends, &lt;a href=&quot;https://jan.work&quot;&gt;Jan Früchtl&lt;/a&gt;, has released his side
project, &lt;a href=&quot;https://couchtim.es&quot;&gt;CouchTimes&lt;/a&gt;!
It&apos;s an iOS-native, simple and elegant TV show tracker.&lt;/p&gt;
&lt;p&gt;Add all your favourite shows to the watchlist, pin the ones you&apos;re watching or
want to watch (who&apos;s excited for the new season of Black Mirror?) and mark
episodes as seen quickly with a swipe.
Maintain a list of all-time favourites so you&apos;ll never come up empty if asked
for a recommendation.
And if you drop your phone, all your TV shows and the progress is saved
securely in iCloud.
Did I mention there&apos;s no tracking?&lt;/p&gt;
&lt;p&gt;Go download CouchTimes today from the
&lt;a href=&quot;https://apps.apple.com/de/app/couchtimes-tv-show-tracker/id1661813375&quot;&gt;App Store&lt;/a&gt;,
it&apos;s free!&lt;/p&gt;
&lt;p&gt;&amp;lt;span style=&quot;clear:both&quot; /&amp;gt;&lt;/p&gt;

    
    &lt;h2&gt;Quote of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;All of humanity‘s problems stem from [hu]man‘s inability to sit quietly in a room alone.&lt;/p&gt;

        — Blaise Pascal
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://herman.bearblog.dev/my-product-is-my-garden/&quot;&gt;My product is my garden&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · herman.bearblog.dev&lt;/p&gt;
    &lt;p&gt;Herman Martinus treats their projects like other people treat their gardens, which can help feeling connected to them and having fun in the process.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://charity.wtf/2023/05/01/choose-boring-technology-culture/&quot;&gt;Choose Boring Technology Culture&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;18 min · charity.wtf&lt;/p&gt;
    &lt;p&gt;Charity argues that you need a good organisational culture and provide a safe space for people so they can create the fun part.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ntietz.com/blog/why-internal-hackdays-are-super-effective/&quot;&gt;You should be using hackdays to supercharge your roadmap&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · ntietz.com&lt;/p&gt;
    &lt;p&gt;ntietz explains the incredible benefits of doing hackdays (or hack weeks).&lt;/p&gt;


    &lt;h2&gt;Technology&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://quii.dev/HTMX_is_the_Future&quot;&gt;HTMX is the Future&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · quii.dev&lt;/p&gt;
    &lt;p&gt;Chris James explains how HTMX works and why you might prefer it to modern SPAs.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.vipshek.com/blog/gpt-learning&quot;&gt;GPT makes learning fun again&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · vipshek.com&lt;/p&gt;
    &lt;p&gt;Vipul Shekhawat compares Google to GPT-4 for learning about LEDs.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://pudding.cool/2023/05/dark-patterns/&quot;&gt;How companies use dark patterns to keep you subscribed&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · pudding.cool&lt;/p&gt;
    &lt;p&gt;Caroline Sinders subscribed to 14 services and observed the so-called &quot;dark patterns&quot; when cancelling.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.allthingsdistributed.com/2023/05/monoliths-are-not-dinosaurs.html&quot;&gt;Monoliths are not dinosaurs&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · allthingsdistributed.com&lt;/p&gt;
    &lt;p&gt;Werner Vogels about software architecture and why flexibility is more important than what architecture you use.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ericaheinz.com/notes/give-it-the-craigslist-test/#.ZFc6gKRByew&quot;&gt;Give it the Craigslist test&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · ericaheinz.com&lt;/p&gt;
    &lt;p&gt;Erica Heinz argues you should build a low-fidelity product first so you know if people use it, it&apos;s for content and functionality (not design).&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/lifeandstyle/2009/oct/31/jeanette-winterson-night-guide&quot;&gt;Why I adore the night&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · theguardian.com&lt;/p&gt;
    &lt;p&gt;Jeanette Winterson explains why it &quot;is a mistake to fight the cold and the dark&quot;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2023/03/25/opinion/walking-hiking-spring.html&quot;&gt;Whatever the Problem, It’s Probably Solved by Walking&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;Andrew McCarthy writes an ode to walking and explains how clears your mind and allows you to find yourself.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.bloomberg.com/news/articles/2023-04-22/the-most-important-climate-job-of-the-future-carbon-accountant&quot;&gt;The Real Climate Job of the Future: Carbon Accountant&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · bloomberg.com&lt;/p&gt;
    &lt;p&gt;Paul Ford argues that the job of the future isn&apos;t working in solar or hydrogen or a flashy start up trying to solve the climate crisis—it&apos;s the carbon accountant who makes sure carbon-standards are met for each country a company operates in.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/culture/archive/2023/05/ted-lasso-season-three-decline/673943/&quot;&gt;&apos;Ted Lasso&apos; Has Lost Its Way&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;David Sims about the problems of season 3 of Ted Lasso.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.drorpoleg.com/thinking-fast-and-slopes/&quot;&gt;Thinking Fast and Slopes&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · drorpoleg.com&lt;/p&gt;
    &lt;p&gt;Dror Poleg explains why, in our interconnected world, Kahnemann&apos;s prospect theory doesn&apos;t always apply and we should push into the trails of the distribution of outcomes: brace for turbulence and encourage optimistic bets.&lt;/p&gt;


    
  </content:encoded></item><item><title>100 / Here Come the Robots</title><link>https://2023.arne.me/weekly/100/</link><guid>https://2023.arne.me/weekly/100/</guid><description>Issue #100 from Arne&apos;s Weekly</description><pubDate>Sun, 30 Apr 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;It&apos;s been 100 issues and over two years already‽
Thank you so much for reading this newsletter and all the feedback and
encouragement!
If you want to support this newsletter, forward it to a friend, it means a lot
to me ❤️&lt;/p&gt;
&lt;p&gt;To celebrate this anniversary, I&apos;m giving away an eReader to a lucky person who
is subscribed at May 7th 2023 at 1pm CEST (selected randomly).
If you&apos;re reading this on the web before that date, &lt;a href=&quot;#subscribe&quot;&gt;subscribe now&lt;/a&gt;!&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;I am working at the intersection of “desperate to get off the internet” and “joining every new social network for some reason”&lt;/p&gt;

        — &lt;a href=&quot;https://mastodon.social/@danielmgauthier/110256152825864656&quot;&gt;@danielmgauthier@mastodon.social&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://tylercipriani.com/blog/2023/04/22/better-1on1s/&quot;&gt;Towards better 1-on-1s: an awkward manifesto&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · tylercipriani.com&lt;/p&gt;
    &lt;p&gt;Tyler Cipriani shares their basic 1:1 agenda as well as a random question generator. &lt;em&gt;Thanks, Ted!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=35729232&quot;&gt;Ask HN: Most interesting tech you built for just yourself?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;news.ycombinator.com&lt;/p&gt;
    &lt;p&gt;l2silver asked this question on HN and there‘s endless inspiring comments of people talking about their small side projects they‘ve built just for them selves.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://simonwillison.net/2023/Apr/25/dual-llm-pattern/&quot;&gt;The Dual LLM pattern for building AI assistants that can resist prompt injection&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · simonwillison.net&lt;/p&gt;
    &lt;p&gt;Simon Willison has a proposal to make personal assistants more resilient against prompt injection attacks.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.nango.dev/blog/why-is-oauth-still-hard&quot;&gt;Why is OAuth still hard in 2023?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · nango.dev&lt;/p&gt;
    &lt;p&gt;Robin Guldener explains why it&apos;s still super complicated to set up OAuth even though it&apos;s standardised.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://joshmo.hashnode.dev/can-rust-beat-javascript-in-2023&quot;&gt;Is Rust a worthy contender for web development?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · joshmo.hashnode.dev&lt;/p&gt;
    &lt;p&gt;Josh Mo showcases modern Rust web dev and compares it to modern JavaScript.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.shuttle.rs/blog/2022/03/13/url-shortener&quot;&gt;Building and Deploying a URL shortener with Rust in 10 minutes or less&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · shuttle.rs&lt;/p&gt;
    &lt;p&gt;Terrence Waters writes a guide on how to build a link shortened with Rust and shuttle.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://world.hey.com/itzy/uptime-guarantees-a-pragmatic-perspective-736d7ea4&quot;&gt;Uptime Guarantees&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · world.hey.com&lt;/p&gt;
    &lt;p&gt;Itzy Sabo unpacks the downtime concept and argues two-and-a-half nines are good enough for most.&lt;/p&gt;


    &lt;h2&gt;AI&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.oneusefulthing.org/p/a-guide-to-prompting-ai-for-what&quot;&gt;A guide to prompting AI (for what it is worth)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · oneusefulthing.org&lt;/p&gt;
    &lt;p&gt;Ethan Mollick explains good prompting techniques (although prompting is getting less important every week).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://randsinrepose.com/archives/here-come-the-robots/&quot;&gt;Here Come the Robots&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · randsinrepose.com&lt;/p&gt;
    &lt;p&gt;Michael Lopp about AI and the lack of critical thinking.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.mcsweeneys.net/articles/im-chatgpt-and-for-the-love-of-god-please-dont-make-me-do-any-more-copywriting&quot;&gt;I’m ChatGPT, and for the Love of God, Please Don’t Make Me Do Any More Copywriting&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · mcsweeneys.net&lt;/p&gt;
    &lt;p&gt;Joe Wellman imagines the inner monologue of an LLM that&apos;s only used for copywriting.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://mitchellh.com/writing/prompt-engineering-vs-blind-prompting&quot;&gt;Prompt Engineering vs. Blind Prompting&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · mitchellh.com&lt;/p&gt;
    &lt;p&gt;Mitchell Hashimoto argues that &quot;prompt engineering&quot; is often just blind prompting and shows how to actually create a good prompt without trial/error.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.technologyreview.com/2023/04/25/1072148/meet-the-people-using-notion-to-plan-their-whole-lives/&quot;&gt;Meet the people who use Notion to plan their whole lives&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · technologyreview.com&lt;/p&gt;
    &lt;p&gt;Rhiannon Williams about people who managed their personal life in Notion; from tracking water intake to planning YouTube videos.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.wired.com/story/momfluencers-essay/&quot;&gt;The Case Against Momfluencers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · wired.com&lt;/p&gt;
    &lt;p&gt;Kate Knibbs about the new book by Sarah Petersen and why it&apos;s a mistake to put pictures of your children online publicly.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://sixcolors.com/post/2023/04/the-endless-uses-for-an-always-on-mac/&quot;&gt;The endless uses for an always-on Mac&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · sixcolors.com&lt;/p&gt;
    &lt;p&gt;Jason Snell about the advantages and use cases of having an always-on Mac.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://swellandcut.com/2023/04/22/insufficient-forgetting/&quot;&gt;Insufficient forgetting&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · swellandcut.com&lt;/p&gt;
    &lt;p&gt;Matthew Sweet about the importance of forgetting to fight the accumulation of entropy.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://brooker.co.za/blog/2023/04/20/hobbies.html&quot;&gt;The Four Hobbies, and Apparent Expertise&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · brooker.co.za&lt;/p&gt;
    &lt;p&gt;Marc Brooker about the tension between people that want to actually &lt;em&gt;do&lt;/em&gt; the hobby and people that like to talk about it more instead.&lt;/p&gt;


    
  </content:encoded></item><item><title>99 / A love letter to make</title><link>https://2023.arne.me/weekly/99/</link><guid>https://2023.arne.me/weekly/99/</guid><description>Issue #99 from Arne&apos;s Weekly</description><pubDate>Sun, 23 Apr 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how&apos;s it going? ✌🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;The difference between NPR and Twitter is that NPR is intentionally a non-profit. &lt;/p&gt;
&lt;p&gt;#NPR&lt;/p&gt;

        — &lt;a href=&quot;https://mastodon.social/@MissingThePt/110189089714715532&quot;&gt;@MissingThePt@mastodon.social&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Work&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://explorewhatworks.com/how-the-push-for-efficiency-changes-us&quot;&gt;How the Push for Efficiency Changes Us&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · explorewhatworks.com&lt;/p&gt;
    &lt;p&gt;Tara McMullin about the tech industry&apos;s push for efficiency and why more efficiency is not always good.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.pragmaticengineer.com/critical-thinking/&quot;&gt;Is Critical Thinking the Most Important Skill for Software Engineers?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · blog.pragmaticengineer.com&lt;/p&gt;
    &lt;p&gt;Gergely Orosz about critical thinking, why it&apos;s an important skill and how to apply it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://longform.asmartbear.com/problem/&quot;&gt;Excuse me, is there a problem?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;29 min · longform.asmartbear.com&lt;/p&gt;
    &lt;p&gt;Jason Cohen explains that there&apos;s more to startup success than solving a problem and goes into detail explaining the different factors.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://rachsmith.com/recreating-creative-south-title/&quot;&gt;Recreating the title effect from creativesouth.com&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · rachsmith.com&lt;/p&gt;
    &lt;p&gt;Rach Smith reproduced a cool mouse-aware text effect using CSS &amp;amp; JavaScript.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://keithjgrant.com/posts/2023/04/its-time-to-learn-oklch-color/&quot;&gt;It&apos;s time to learn oklch color&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · keithjgrant.com&lt;/p&gt;
    &lt;p&gt;Keith J. Grant introduces you to the oklch color model and explains why it&apos;s superior to hsl and others.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.jim-nielsen.com/2023/offline-is-online-with-extreme-latency/&quot;&gt;Offline Is Just Online With Extreme Latency&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · blog.jim-nielsen.com&lt;/p&gt;
    &lt;p&gt;Jim Nielsen summarises a talk by Peter Van Hardenberg, who argues that instead of online vs offline software, it should be seen as a spectrum of latencies. &lt;em&gt;Thanks, Lukas!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kmaasrud.com/blog/make&quot;&gt;A love letter to make&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · kmaasrud.com&lt;/p&gt;
    &lt;p&gt;The author writes a letter to the build tool, praising its reliability among other features.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://samwho.dev/load-balancing&quot;&gt;Load Balancing&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · samwho.dev&lt;/p&gt;
    &lt;p&gt;Sam Rose explains different load balancing algorithms, from round robin to PEWMA.&lt;/p&gt;


    &lt;h2&gt;AI&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theverge.com/2023/4/21/23692368/humane-ted-talk-imran-chaudhri-wearable-screenless-device-voice-commands-projected-screen&quot;&gt;Watch the first demo of buzzy startup Humane’s wearable AI assistant in leaked clips&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · theverge.com&lt;/p&gt;
    &lt;p&gt;JonPorter collected leaked clips from a TED talk by Humane co-founder Imran Chaudhri.
&lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://aeon.co/essays/to-understand-ai-sentience-first-understand-it-in-animals&quot;&gt;To understand AI sentience, first understand it in animals&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · aeon.co&lt;/p&gt;
    &lt;p&gt;Kristin Andrews &amp;amp; Jonathan Birch have written an essay about sentience; how unexplored it really is and the N=1 problem.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://simonwillison.net/2023/Apr/14/worst-that-can-happen/&quot;&gt;Prompt injection: What’s the worst that can happen?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · simonwillison.net&lt;/p&gt;
    &lt;p&gt;Simon Wilson about the worst-Case scenarios of prompt leak attacks with LLMs.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theverge.com/23650428/colorblindness-design-ui-accessibility-wordle&quot;&gt;This is what it looks like to be colorblind&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · theverge.com&lt;/p&gt;
    &lt;p&gt;Andy Baio shares life from their perspective as a colourblind person.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://davidlaprade.github.io/give-a-lot-of-notice&quot;&gt;Career Advice No One Gave Me: Give a Lot of Notice When You Quit&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · davidlaprade.github.io&lt;/p&gt;
    &lt;p&gt;David Laprade about the benefits to everyone when you quit with a lot of notice and do a &quot;phased exit plan&quot;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://neal.fun/space-elevator/&quot;&gt;Space Elevator&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · neal.fun&lt;/p&gt;
    &lt;p&gt;Turn on the sound and enjoy this ride to space, showing your the altitudes of planes, rockets, and balloons and more.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://annehelen.substack.com/p/youd-be-happier-living-closer-to&quot;&gt;You&apos;d Be Happier Living Closer to Friends. Why Don&apos;t You? &lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · annehelen.substack.com&lt;/p&gt;
    &lt;p&gt;Anne Helen Petersen asks why people don&apos;t live closer to friends (i.e. in the same street).&lt;/p&gt;


    
  </content:encoded></item><item><title>98 / The Most Valuable Programmer</title><link>https://2023.arne.me/weekly/98/</link><guid>https://2023.arne.me/weekly/98/</guid><description>Issue #98 from Arne&apos;s Weekly</description><pubDate>Sat, 15 Apr 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi ✌🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;i heard someone say &quot;ladies, gentlemen, and people who&apos;ve defeated gender in hand to hand combat&quot; and i think that&apos;s just neat&lt;/p&gt;

        — &lt;a href=&quot;https://trans.enby.town/objects/2c9098c5-b856-45c6-9065-e3abef74f019&quot;&gt;@annieversary@trans.enby.town&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://arendjr.nl/2023/04/mvp-the-most-valuable-programmer&quot;&gt;MVP: The Most Valuable Programmer&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · arendjr.nl&lt;/p&gt;
    &lt;p&gt;Arend van Beelen jr. writes one of the best articles I&apos;ve read this year, speaking from my heart about the value of code.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://psyche.co/guides/how-to-rest-well-and-enjoy-a-more-creative-sustainable-life&quot;&gt;How to rest well&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · psyche.co&lt;/p&gt;
    &lt;p&gt;Alex Soojung-Kim Pang shared advice for god rest and explains why it&apos;s &quot;at essential to a good life, and career, as work&quot;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://borretti.me/article/effective-spaced-repetition&quot;&gt;Effective Spaced Repetition&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;32 min · borretti.me&lt;/p&gt;
    &lt;p&gt;Fernando Borretti gives an introduction and concrete rules for doing spaced repetition — I‘ve already found &lt;a href=&quot;https://github.com/st3v3nmw/obsidian-spaced-repetition&quot;&gt;an Obsidian plug-in&lt;/a&gt; and will start creating cards for some recent &lt;a href=&quot;https://2023.arne.me/books&quot;&gt;books I‘ve read&lt;/a&gt;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://perell.com/essay/50-ideas-that-changed-my-life/&quot;&gt;50 Ideas That Changed My Life&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · perell.com&lt;/p&gt;
    &lt;p&gt;David Perell lists ideas and concepts, lots of good things in there.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://registerspill.thorstenball.com/p/two-types-of-software-engineers&quot;&gt;Two types of software engineers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · registerspill.thorstenball.com&lt;/p&gt;
    &lt;p&gt;Thorsten Ball has a theory of two types of engineers: one that thinks a problem is easy because it&apos;s not technical, the other thinks it&apos;s hard because it involves people.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://stackoverflow.blog/2022/02/23/what-you-give-up-when-moving-into-engineering-management/&quot;&gt;What you give up when moving into engineering management&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · stackoverflow.blog&lt;/p&gt;
    &lt;p&gt;Karl Hughes describes the tradeoffs of moving from an IC role to a manager.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://xenodium.com/my-emacs-eye-candy/&quot;&gt;My Emacs eye candy&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · xenodium.com&lt;/p&gt;
    &lt;p&gt;Álvaro Ramírez document their Emacs visual configuration. I recently switched to Neovim, but this makes me want to give Emacs another shot.&lt;/p&gt;


    &lt;h2&gt;AI&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.oneusefulthing.org/p/how-to-use-ai-to-do-practical-stuff&quot;&gt;How to use AI to do practical stuff: A new guide&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · oneusefulthing.org&lt;/p&gt;
    &lt;p&gt;Ethan Mollick describes how a lot of people use AI wrong and shows use cases where it shines.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://robotic.substack.com/p/behind-the-curtain-ai&quot;&gt;Behind the curtain: what it feels like to work in AI right now&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · robotic.substack.com&lt;/p&gt;
    &lt;p&gt;Nathan Lambert the state of AI companies and why it can feel like &quot;the candle that burns bright and short&quot;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://nickarner.com/notes/the-coming-of-local-llms-march-23-2023&quot;&gt;The Coming of Local LLMs&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · nickarner.com&lt;/p&gt;
    &lt;p&gt;Nick Arner about the future of LLMs on local devices and how they could be embedded into the OS.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.izzy.co/blogs/robo-boys.html&quot;&gt;Replacing my best friends with an LLM trained on 500,000 group chat messages&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;21 min · izzy.co&lt;/p&gt;
    &lt;p&gt;Izzy Miller trained an LLM on almost 500k messages from a group chat and build built something replicating the real dynamics.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://book.stevejobsarchive.com/&quot;&gt;Make Something Wonderful&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 hours 19 min · book.stevejobsarchive.com&lt;/p&gt;
    &lt;p&gt;A fascinating online book that paints the character of Steve Jobs in his own words—through interviews, emails and speeches. &lt;em&gt;Thanks Jan &amp;amp; Dan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://collabfund.com/blog/expiring-vs-lt-knowledge/&quot;&gt;Expiring vs. Long-Term Knowledge&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · collabfund.com&lt;/p&gt;
    &lt;p&gt;Morgan Housel about the relevance of short-term vs. long-term knowledge.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://arstechnica.com/information-technology/2023/04/crooks-are-stealing-cars-using-previously-unknown-keyless-can-injection-attacks/&quot;&gt;There’s a new form of keyless car theft that works in under 2 minutes&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · arstechnica.com&lt;/p&gt;
    &lt;p&gt;Dan Goodin about a new way of stealing cars: CAN-injectors. &lt;em&gt;Thanks, Lukas!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.scientificamerican.com/article/a-number-system-invented-by-inuit-schoolchildren-will-make-its-silicon-valley-debut/&quot;&gt;A Number System Invented by Inuit Schoolchildren Will Make Its Silicon Valley Debut&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · scientificamerican.com&lt;/p&gt;
    &lt;p&gt;Amory Tillinghast-Raby about Kaktovik Numerals, an alternative to Arabic numbers that was invented by the Inuit.&lt;/p&gt;


    
  </content:encoded></item><item><title>97 / How To Do Hard Things</title><link>https://2023.arne.me/weekly/97/</link><guid>https://2023.arne.me/weekly/97/</guid><description>Issue #97 from Arne&apos;s Weekly</description><pubDate>Sun, 09 Apr 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi! Happy easter to everyone who celebetrates 🐣&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;OH: the containers can&apos;t see you if you don&apos;t move&lt;/p&gt;

        — &lt;a href=&quot;https://hachyderm.io/@renice/110160480228272596&quot;&gt;@renice@hachyderm.io&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Work&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://census.dev/blog/an-on-ramp-to-flow&quot;&gt;An On-Ramp to Flow &lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · census.dev&lt;/p&gt;
    &lt;p&gt;Bradley Buda shares a neat trick to make the on-ramp into flow state easier.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://every.to/no-small-plans/how-to-do-hard-things&quot;&gt;How To Do Hard Things&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;20 min · every.to&lt;/p&gt;
    &lt;p&gt;Casey Rosengren about Acceptance and Commitment Therapy (ACT), a technique for behavioural change.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://staysaasy.com/communication/2021/10/30/look.html&quot;&gt;Give People Something To Look At&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · staysaasy.com&lt;/p&gt;
    &lt;p&gt;This article shows a hack for less awkward meetings: Give people something to look at. &lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://rishad.substack.com/p/re-thinking-presentations&quot;&gt;Re-thinking Presentations.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · rishad.substack.com&lt;/p&gt;
    &lt;p&gt;Rishad Tobaccowala is tired of &quot;the old way&quot; of having unnecessarily long slide decks and presents an alternative: 9 slides, each with a purpose.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://apollolabsblog.hashnode.dev/58-rust-resources-every-learner-should-know-in-2023&quot;&gt;58 Rust Resources Every Learner Should Know in 2023&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · apollolabsblog.hashnode.dev&lt;/p&gt;
    &lt;p&gt;Omar Hiari has collated a long list of articles, books, videos, podcasts and newsletters for people learning Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://andy-bell.co.uk/my-favourite-3-lines-of-css/&quot;&gt;My favourite 3 lines of CSS&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · andy-bell.co.uk&lt;/p&gt;
    &lt;p&gt;Andy Bell about a Magic CSS selector called &quot;The Lobotomised Owl&quot; and why they use it in each of their projects.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://2023.arne.me/blog/static-og-images-in-astro/&quot;&gt;Static OG (Open Graph) Images in Astro&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · 2023.arne.me&lt;/p&gt;
    &lt;p&gt;I wrote my first blog post this year: A guide to set up build-time Open Graph images in Astro using Satori, sharp and Astro endpoints.&lt;/p&gt;


    &lt;h2&gt;AI&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://confusedbit.dev/posts/how_does_gpt_work/&quot;&gt;Simply explained: how does GPT work?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · confusedbit.dev&lt;/p&gt;
    &lt;p&gt;Ever wondered how LLMs work under the hood? This article explains it very well and goes into the (big) differences of the human brain and LLMs. &lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.reddit.com/r/ChatGPT/comments/12diapw/gpt4_week_3_chatbots_are_yesterdays_news_ai/&quot;&gt;GPT-4 Week 3. Chatbots are yesterdays news. AI Agents are the future. The beginning of the proto-agi era is here: ChatGPT&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · reddit.com/r/ChatGPT&lt;/p&gt;
    &lt;p&gt;lostlifon summarises last week in AI in a very long list.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.wired.com/story/large-language-model-phishing-scams/&quot;&gt;Brace Yourself for a Tidal Wave of ChatGPT Email Scams&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · wired.com&lt;/p&gt;
    &lt;p&gt;Bruce Schneier and Barath Raghavan about the possibilities LLMs like ChatGPT provide to online scammers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://sites.google.com/view/stablediffusion-with-brain&quot;&gt;Stable Diffusion with Brain Activity&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · sites.google.com&lt;/p&gt;
    &lt;p&gt;Yu Takagi and Shinji Nishimoto found a way to construct images from brain activity which are &lt;em&gt;really&lt;/em&gt; close to the image presented.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://english.elpais.com/science-tech/2023-04-01/do-you-need-a-yearly-checkup-experts-warn-that-they-carry-risks-and-do-not-reduce-mortality.html&quot;&gt;Do you need a yearly checkup? Experts warn that they carry risks and do not reduce mortality&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · english.elpais.com&lt;/p&gt;
    &lt;p&gt;Aser García Rada about a study carried out by Danish researchers that concludes that yearly checkouts can do more harm than good.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.technologyreview.com/2018/03/01/144958/if-youre-so-smart-why-arent-you-rich-turns-out-its-just-chance/&quot;&gt;If you’re so smart, why aren’t you rich? Turns out it’s just chance.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · technologyreview.com&lt;/p&gt;
    &lt;p&gt;This article is about a recent study done by Alessandro Pluchino an co in Italy which shows that wealth is not distributed by talent, instead it&apos;s just luck.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.reuters.com/technology/tesla-workers-shared-sensitive-images-recorded-by-customer-cars-2023-04-06/&quot;&gt;Tesla workers shared sensitive images recorded by customer cars&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · reuters.com&lt;/p&gt;
    &lt;p&gt;Steve Stecklow, Waylon Cunningham and Hyunjoo Jin expose how Tesla is capturing videos and images from customer&apos;s car cameras and employees are making memes of them. &lt;em&gt;Thanks, Eric!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://alex.miller.garden/grid-world/&quot;&gt;GRID WORLD&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · alex.miller.garden&lt;/p&gt;
    &lt;p&gt;Alexander Miller writes about their love for a grid — be it for drawing, games or just perceiving the world around us.&lt;/p&gt;


    
  </content:encoded></item><item><title>96 / Neither artificial, nor intelligent</title><link>https://2023.arne.me/weekly/96/</link><guid>https://2023.arne.me/weekly/96/</guid><description>Issue #96 from Arne&apos;s Weekly</description><pubDate>Sun, 02 Apr 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, hope your week was good 😌&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;What if the real DX was the friends we made along the way&lt;/p&gt;

        — &lt;a href=&quot;https://front-end.social/@mxbck/110102782001003009#.&quot;&gt;@mxbck@front-end.social&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://rkg.blog/water.php&quot;&gt;The Real Competition is the Water&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · rkg.blog&lt;/p&gt;
    &lt;p&gt;Ravi Gupta explains how startups with long runways run into the danger of mediocrity.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.residentcontrarian.com/p/he-who-submits-a-resume-has-already&quot;&gt;He who submits a resume has already lost&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · residentcontrarian.com&lt;/p&gt;
    &lt;p&gt;Resident Contrarian talks about the power imbalance of hiring via resume and why skipping that part is always preferable.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://matklad.github.io/2023/03/26/zig-and-rust.html&quot;&gt;Zig And Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · matklad.github.io&lt;/p&gt;
    &lt;p&gt;Alex Kladov writes an article about their experience of using Zig with 7 years of Rust experience that makes me want to start writing Zig.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://steveklabnik.com/writing/rusts-golden-rule&quot;&gt;Rust&apos;s Golden Rule&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · steveklabnik.com&lt;/p&gt;
    &lt;p&gt;Steve Klabnik about Rust‘s golden rule: &quot;Whenever the body of a function contradicts the function’s signature, the signature takes precedence; the signature is right and the body is wrong.&quot;&lt;/p&gt;


    &lt;h2&gt;AI&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://hidde.blog/artificial-nor-intelligent/&quot;&gt;Neither artificial, nor intelligent&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · hidde.blog&lt;/p&gt;
    &lt;p&gt;Hidde de Vries about the hype of Large Language Models and why they&apos;re neither artificial nor intelligent.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/commentisfree/2023/mar/30/artificial-intelligence-chatgpt-human-mind&quot;&gt;The problem with artificial intelligence? It’s neither artificial nor intelligent&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · theguardian.com&lt;/p&gt;
    &lt;p&gt;Evgeny Morozov makes a similar point than Hidde de Vries, but argues from a slightly different perspective, for example that current models have no perception of the past, present or future.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2023/03/12/opinion/chatbots-artificial-intelligence-future-weirdness.html&quot;&gt;This Changes Everything&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;Ezra Klein about the recent AI developments and how a revolutionary AI will be weirder than we expect. &quot;They believe they might summon demons. They are calling anyway.&quot;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.baldurbjarnason.com/2023/regulating-ai/&quot;&gt;Regulating AI (plus links &amp;amp; notes)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · baldurbjarnason.com&lt;/p&gt;
    &lt;p&gt;Baldur Bjarnason explains why we need to regulate AI and gives concrete examples. At the very end you&apos;ll find lots of links to read regarding AI.&lt;/p&gt;


    &lt;h2&gt;Reading&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.oliverburkeman.com/river&quot;&gt;Treat your to-read pile like a river&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · oliverburkeman.com&lt;/p&gt;
    &lt;p&gt;Oliver Burkeman writes about the guilt of unread books and articles and offers a solution: Acceptance.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.robinrendle.com/notes/your-reading-should-be-messy&quot;&gt;Your reading should be messy&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · robinrendle.com&lt;/p&gt;
    &lt;p&gt;Robin Rendle grew up with the idea that books should be pristine, but figured out that they should be messy and look like they&apos;ve been read.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://ciechanow.ski/bicycle&quot;&gt;Bicycle&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 hours 24 min · ciechanow.ski&lt;/p&gt;
    &lt;p&gt;Bartosz Ciechanowski does it again; a great, interactive blog post about bicycles showing how the forces act, how self-balancing works and everything else basically.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://cabel.com/2023/03/27/apple-passwords-deserve-an-app/&quot;&gt;Apple Passwords Deserve An App&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · cabel.com&lt;/p&gt;
    &lt;p&gt;Cabel Sasser about the Apple password manager that&apos;s tucked away deep in settings and how it deserves its own app.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.alexmurrell.co.uk/articles/the-age-of-average&quot;&gt;The age of average&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;33 min · alexmurrell.co.uk&lt;/p&gt;
    &lt;p&gt;Alex Murrel about the age of average we&apos;re living in: Everything looks the same, no matter where you go.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://invertedpassion.com/the-anti-productivity-manifesto/&quot;&gt;The Anti-Productivity Manifesto&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · invertedpassion.com&lt;/p&gt;
    &lt;p&gt;Paras Chopra writes about the productivity treadmill and the crux of efficiency: More efficient work just leads to more work.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://surfingcomplexity.blog/2023/03/25/some-thoughts-on-my-presentation-style/&quot;&gt;Some thoughts on my presentation style&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · surfingcomplexity.blog&lt;/p&gt;
    &lt;p&gt;Lorin Hochstein showcases and explains their presentation style. &lt;/p&gt;


    
  </content:encoded></item><item><title>95 / The Ambiguous Zone</title><link>https://2023.arne.me/weekly/95/</link><guid>https://2023.arne.me/weekly/95/</guid><description>Issue #95 from Arne&apos;s Weekly</description><pubDate>Sun, 26 Mar 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi, how was your week?
Remember the article in &lt;a href=&quot;/weekly/94&quot;&gt;last weeks issue&lt;/a&gt; titled &lt;a href=&quot;https://click.arne.me?issue=95&amp;amp;url=https://hbr.org/2017/02/8-ways-to-read-a-lot-more-books-this-year&quot;&gt;8 Ways to Read (a Lot) More Books This Year&lt;/a&gt;?
That really resonated with me and I‘ve completed &lt;a href=&quot;/books/never-split-the-difference&quot;&gt;two&lt;/a&gt; &lt;a href=&quot;/books/engineering-management-for-the-rest-of-us&quot;&gt;books&lt;/a&gt; since and started a
third.&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Before you close a web page make sure you scroll up to the top, so it&apos;s in the right position for the next person&lt;/p&gt;

        — &lt;a href=&quot;https://mastodon.scot/@JamesBoag/110026924160099952&quot;&gt;@JamesBoag@mastodon.scot&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Peopleware&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.bennorthrop.com/Essays/2023/the-ambiguous-zone.php&quot;&gt;The Ambiguous Zone&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · bennorthrop.com&lt;/p&gt;
    &lt;p&gt;Ben Northrop about the magic line in between doing what you&apos;re told blindly and doing what you want (disregarding the given direction).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.jvt.me/posts/2023/03/22/next-promo/&quot;&gt;I don&apos;t think I want my next promotion (yet)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · jvt.me&lt;/p&gt;
    &lt;p&gt;Jamie Tanna about the advantages of staying at your level and vibe.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://ntietz.com/blog/betraying-vim-ides-of-march/&quot;&gt;Betraying vim for the IDEs of March&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · ntietz.com&lt;/p&gt;
    &lt;p&gt;nicholas talks about their experience of switching from screenshare to interactive pair programming.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://typst.app/blog/2023/beta-oss-launch&quot;&gt;Typst starts its public beta test and goes open source&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · typst.app&lt;/p&gt;
    &lt;p&gt;Martin Haug introduces an modern alternative to LaTeX, written in Rust (my beloved) and completely open-source.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.ncameron.org/blog/defer-blocks-and-async-drop/&quot;&gt;Defer blocks and async drop&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · ncameron.org&lt;/p&gt;
    &lt;p&gt;Nick Cameron shares their thoughts on async cleanup in Rust functions.&lt;/p&gt;


    &lt;h2&gt;AI&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.joshwcomeau.com/blog/the-end-of-frontend-development/&quot;&gt;The End of Front-End Development&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · joshwcomeau.com&lt;/p&gt;
    &lt;p&gt;Josh Comeau about the future of programming using LLM&apos;s.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.technologyreview.com/2023/03/25/1070275/chatgpt-revolutionize-economy-decide-what-looks-like/&quot;&gt;ChatGPT is about to revolutionize the economy. We need to decide what that looks like.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · technologyreview.com&lt;/p&gt;
    &lt;p&gt;David Rotman about the possible impact of the AI revolution on the economy and workers and how it&apos;s up to us to shape the future.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/world/2021/oct/24/why-germany-is-building-risk-into-its-playgrounds&quot;&gt;Learning the ropes: why Germany is building risk into its playgrounds&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · theguardian.com&lt;/p&gt;
    &lt;p&gt;Philip Oltermann about the reasons to build playgrounds that teach kids to navigate risky situations.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://seths.blog/2023/03/they-will-lose-your-data/&quot;&gt;They will lose your data&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · seths.blog&lt;/p&gt;
    &lt;p&gt;Seth Godin about the importance for personal backups instead of trusting the cloud of other people.&lt;/p&gt;


    
  </content:encoded></item><item><title>94 / Culture Viruses</title><link>https://2023.arne.me/weekly/94/</link><guid>https://2023.arne.me/weekly/94/</guid><description>Issue #94 from Arne&apos;s Weekly</description><pubDate>Sun, 19 Mar 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, hope your week was good! 🙌🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;a guide to greetings:&lt;/p&gt;
&lt;p&gt;&quot;hi guys&quot;: excludes non-guys&lt;br /&gt;&quot;ladies and gentlemen&quot;: excludes non-binary people, and men who aren&apos;t gentle&lt;br /&gt;&quot;hey folks&quot;: a bit too predictable&lt;br /&gt;&quot;hello fortnite gamers&quot;: surprising and equally offensive to everyone, the ideal choice  &lt;/p&gt;

        — &lt;a href=&quot;https://vulpine.club/@Ninji/110046838462789695#.&quot;&gt;@Ninji@vulpine.club&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://staysaasy.com/business/2023/03/01/culture-viruses.html&quot;&gt;Culture Viruses&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · staysaasy.com&lt;/p&gt;
    &lt;p&gt;This article describes three cultural viruses and how to build a good immune system.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theverge.com/23642073/best-printer-2023-brother-laser-wi-fi-its-fine&quot;&gt;Best printer 2023: just buy this Brother laser printer everyone has, it’s fine&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · theverge.com&lt;/p&gt;
    &lt;p&gt;Nilay Patel writes the best product review of the year so far, seriously go read it!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://hbr.org/2017/02/8-ways-to-read-a-lot-more-books-this-year&quot;&gt;8 Ways to Read (a Lot) More Books This Year&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · hbr.org&lt;/p&gt;
    &lt;p&gt;Neil Pasricha in a very motivation article with tips to read more books.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://fvsch.com/stale-bots&quot;&gt;Don’t use stale bots&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · fvsch.com&lt;/p&gt;
    &lt;p&gt;Florens Verschelde about the negative effects of stale bots in issue trackers.&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://tratt.net/laurie/blog/2023/rusts_two_kinds_of_assert_make_for_better_code.html&quot;&gt;Rust&apos;s Two Kinds of &apos;Assert&apos; Make for Better Code&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · tratt.net&lt;/p&gt;
    &lt;p&gt;Laurence Tratt explains how they use assertions to make their programs more safe while still being cautious of performance issues.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://programmingisterrible.com/post/176657481103/repeat-yourself-do-more-than-one-thing-and&quot;&gt;Repeat yourself, do more than one thing, and rewrite everything&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · programmingisterrible.com&lt;/p&gt;
    &lt;p&gt;Tef takes each of the three mantras and explains why they often fall short and the real mantra is: it depends.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.richard-towers.com/2023/03/11/typescripting-the-technical-interview.html&quot;&gt;Typescripting the technical interview&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · richard-towers.com&lt;/p&gt;
    &lt;p&gt;Richard Towers tells the very entertaining story of a fictional interview where the question is solved entirely in types with ancient runes. I can also recommend &lt;a href=&quot;https://click.arne.me?issue=94&amp;amp;url=https://aphyr.com/posts/342-typing-the-technical-interview&quot;&gt;the original&lt;/a&gt;.&lt;/p&gt;


    &lt;h2&gt;AI&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://nonzero.substack.com/p/ok-its-time-to-freak-out-about-ai&quot;&gt;OK, it’s time to freak out about AI&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · nonzero.substack.com&lt;/p&gt;
    &lt;p&gt;Nonzero about the potential dangers of AI that get more realistic with every new model (although I think LLMs aren&apos;t the thing we should be scared of).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://matthewstrom.com/writing/design-by-wire/&quot;&gt;Design-by-wire&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · matthewstrom.com&lt;/p&gt;
    &lt;p&gt;Matthew Ström about the future of design with advanced AI. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.geoffreylitt.com/2023/02/26/llm-as-muse-not-oracle.html&quot;&gt;ChatGPT as muse, not oracle&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · geoffreylitt.com&lt;/p&gt;
    &lt;p&gt;Geoffrey Litt has tried using ChatGPT as a conversation partner that asks questions.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://vanschneider.com/blog/when-our-persona-becomes-our-prison/&quot;&gt;When our persona becomes our prison&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · vanschneider.com&lt;/p&gt;
    &lt;p&gt;Tobias van Schneider  about the danger of locking yourself into the niche that made you successful.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://psyche.co/guides/why-you-should-forget-work-life-balance-in-crafting-a-good-life&quot;&gt;How to craft a harmonious life&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · psyche.co&lt;/p&gt;
    &lt;p&gt;Jessica de Bloom and Merly Kosenkranius explain how striving to live a harmonious life is a better model than just work/life balance.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.curbed.com/article/tom-sachs-studio-employees-office-culture.html&quot;&gt;Tom Sachs Promised a Fun Cult&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · curbed.com&lt;/p&gt;
    &lt;p&gt;Katy Schneider and Adriane Quinlan about working conditions at Tom Sachs&apos; cult, I mean studio.&lt;/p&gt;


    
  </content:encoded></item><item><title>93 / The Waluigi Effect</title><link>https://2023.arne.me/weekly/93/</link><guid>https://2023.arne.me/weekly/93/</guid><description>Issue #93 from Arne&apos;s Weekly</description><pubDate>Sun, 12 Mar 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi ✌🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;#Software can be like bananas:&lt;br /&gt;Not yet ripe and and already rotten at the same time.  &lt;/p&gt;

        — &lt;a href=&quot;https://mastodon.social/@ewolff/109896217073502412&quot;&gt;@ewolff@mastodon.social&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Peopleware&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://matthewgrohman.substack.com/p/want-an-unfair-advantage-in-your&quot;&gt;Want an unfair advantage in your tech career? Consume content meant for other roles&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · matthewgrohman.substack.com&lt;/p&gt;
    &lt;p&gt;Matthew Grohman about the advantages of understanding other roles (including a list of resources!)&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.robinrendle.com/notes/i-dont-want-to-log-in-to-your-website/&quot;&gt;I don&apos;t want to log in to your website&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · robinrendle.com&lt;/p&gt;
    &lt;p&gt;Robin Rendle about sketchy sales tactics and the value in simple and honest websites.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.thenile.dev/blog/things-dbs-dont-do&quot;&gt;Things DBs Don&apos;t Do - But Should&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · thenile.dev&lt;/p&gt;
    &lt;p&gt;Gwen Shapira has a list of feature requests for the a modern database.&lt;/p&gt;


    &lt;h2&gt;Rust&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://cloak.software/blog/i-built-startup-in-rust/&quot;&gt;I built a startup in Rust, I would do it again.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · cloak.software&lt;/p&gt;
    &lt;p&gt;This article describes the advantage of using Rust in a startup.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://zackoverflow.dev/writing/unsafe-rust-vs-zig/&quot;&gt;When Zig is safer and faster than Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · zackoverflow.dev&lt;/p&gt;
    &lt;p&gt;zack compares unsafe Rust to Zig and explains why Zig was working better for them.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://youtu.be/r35cBkPRNMI&quot;&gt;Living with Rust Long-Term (video)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;34 min · youtu.be&lt;/p&gt;
    &lt;p&gt;Jon Gjengset about the things you need to be aware of when building a project in Rust for a long time.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://youtu.be/7DOYtnCXucw&quot;&gt;Tricks of the Trait: Enabling Ergonomic Extractors (video)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;32 min · youtu.be&lt;/p&gt;
    &lt;p&gt;Rob Ede explains how you can accept functions with different kinds of arguments in a handler in Rust.&lt;/p&gt;


    &lt;h2&gt;AI&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.lesswrong.com/posts/D7PumeYTDPfBTp3i7/the-waluigi-effect-mega-post&quot;&gt;The Waluigi Effect&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;19 min · lesswrong.com&lt;/p&gt;
    &lt;p&gt;Cleo Nardo about the inner workings of the Waluigi Effect and other jailbreak methods for LLMs.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://rachsmith.com/i-want-good-search/&quot;&gt;AI is making it easier to create more noise, when all I want is good search&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · rachsmith.com&lt;/p&gt;
    &lt;p&gt;Rach Smith describes an AI use-case that trumps content generation: Search.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://simonwillison.net/2023/Mar/11/llama/&quot;&gt;Large language models are having their Stable Diffusion moment&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · simonwillison.net&lt;/p&gt;
    &lt;p&gt;Simon Willison appt the current state and future of LLMs.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://eukaryotewritesblog.com/2021/05/02/theres-no-such-thing-as-a-tree/&quot;&gt;There’s no such thing as a tree (phylogenetically) (2021)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · eukaryotewritesblog.com&lt;/p&gt;
    &lt;p&gt;Georgia Ray explains why most trees developed individually and other weird botanic quirks. &lt;em&gt;Thanks, Eric!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.newyorker.com/magazine/2023/03/06/how-the-biggest-fraud-in-german-history-unravelled&quot;&gt;How the Biggest Fraud in German History Unravelled&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;50 min · newyorker.com&lt;/p&gt;
    &lt;p&gt;Ben Taub tells the story of Jan Marsalek in the Wirecard scandal and how the fraud was exposed. &lt;em&gt;Thanks, Lukas!&lt;/em&gt;&lt;/p&gt;


    
  </content:encoded></item><item><title>92 / What’s in my software engineering tool belt?</title><link>https://2023.arne.me/weekly/92/</link><guid>https://2023.arne.me/weekly/92/</guid><description>Issue #92 from Arne&apos;s Weekly</description><pubDate>Sun, 05 Mar 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, the last weeks have been very busy, this newsletter will go back to the
weekly cycle soon ✌🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;but Rust &lt;em&gt;has&lt;/em&gt; a garbage collector, it’s called clippy&lt;/p&gt;

        — &lt;a href=&quot;https://tech.lgbt/@luna/109897308033178867#.&quot;&gt;@luna@tech.lgbt&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.sevarg.net/2023/02/11/how-your-leds-are-killing-you&quot;&gt;How Your LED Lights and Screens are Killing You&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;42 min · sevarg.net&lt;/p&gt;
    &lt;p&gt;Russell Graves about the effects of blue light on your sleep and cancer risk and what to do about it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://chrisguillebeau.com/36-ways&quot;&gt;36 Ways to Live Differently&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · chrisguillebeau.com&lt;/p&gt;
    &lt;p&gt;Chris Guillebeau had a list of 36 things to change in your life for the better.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://reasonstobecheerful.world/drone-tree-planting-reforesting-after-wildfires/&quot;&gt;Seed-Planting Drones Are Reforesting Canada With Lightning Speed&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · reasonstobecheerful.world&lt;/p&gt;
    &lt;p&gt;Emily Nonko about a new tech that uses drones to reforest big areas.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.newyorker.com/tech/annals-of-technology/chatgpt-is-a-blurry-jpeg-of-the-web&quot;&gt;ChatGPT Is a Blurry JPEG of the Web&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · newyorker.com&lt;/p&gt;
    &lt;p&gt;Ted Chiang describes the analogy of viewing large language models like GPT-3 (and therefore ChatGPT) like a blurry view of the web, similar to compressed images.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.intercom.com/blog/traits-of-exceptional-engineers/&quot;&gt;The difference between good and great engineers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · intercom.com&lt;/p&gt;
    &lt;p&gt;Darragh Curran has six traits that distinguish good from great engineers.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://ntietz.com/blog/my-software-engineering-tool-belt/&quot;&gt;What&apos;s in my software engineering tool belt?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · ntietz.com&lt;/p&gt;
    &lt;p&gt;Nicholas shares the contents of their software engineering tool belt.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://maxrozen.com/replacing-my-macbook-m1-with-thinkpad-t480&quot;&gt;On replacing my MacBook Air M1 with a Thinkpad T480&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · maxrozen.com&lt;/p&gt;
    &lt;p&gt;Max Rozen explains how they upgraded their Thinkpad and made it a real alternative to their MacBook.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://go.dev/blog/comparable&quot;&gt;All your comparable types&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · go.dev&lt;/p&gt;
    &lt;p&gt;Robert Griesemer about changes to comparable types in Go 1.20.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.gkbrk.com/2016/05/hotel-music/&quot;&gt;Reverse Engineering A Mysterious UDP Stream in My Hotel&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · gkbrk.com&lt;/p&gt;
    &lt;p&gt;Gokberk Yaltirakli shows the process of reverse engineering a multicast UDP stream in a hotel.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.propelauth.com/post/i-love-building-a-startup-in-rust-i-wouldnt-pick-it-again&quot;&gt;I love building a startup in Rust. I wouldn&apos;t pick it again.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · propelauth.com&lt;/p&gt;
    &lt;p&gt;Andrew Israel explains why they wouldn&apos;t recommend using Rust for an early startup.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.cloudflare.com/rust-nginx-module/&quot;&gt;ROFL with a LOL: rewriting an NGINX module in Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;18 min · blog.cloudflare.com&lt;/p&gt;
    &lt;p&gt;Sam Howson tells the story of CloudFlare rewriting a NGINX module from C to Rust for safety.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://fabiensanglard.net/html/index.html&quot;&gt;All you may need is HTML&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · fabiensanglard.net&lt;/p&gt;
    &lt;p&gt;Fabien Sanglard explains how they generate their website with a custom SSG and little CSS.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://mebassett.info/ai-useful-for-capitalist&quot;&gt;AI is Useful for Capitalists but Probably Terrible for Anyone Else&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · mebassett.info&lt;/p&gt;
    &lt;p&gt;Matthew Eric Bassett about the future with AI and whom it&apos;ll benefit.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://yaleclimateconnections.org/2023/02/how-heat-pumps-of-the-1800s-are-becoming-the-technology-of-the-future/&quot;&gt;How heat pumps of the 1800s are becoming the technology of the future&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · yaleclimateconnections.org&lt;/p&gt;
    &lt;p&gt;Chris Baraniuk about the bright future of heat pumps.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.bloomberg.com/news/articles/2023-02-21/four-day-work-week-uk-study-finds-majority-of-employers-shifting&quot;&gt;World’s Largest Four-Day Work Week Trial Finds Few Are Going Back&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · bloomberg.com&lt;/p&gt;
    &lt;p&gt;Irina Anghel and Arianne Cohen describe the results of the UK trial for four-day weeks.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://guzey.com/books/why-we-sleep/#no-shorter-sleep-does-not-imply-shorter-life-span&quot;&gt;Matthew Walker&apos;s &quot;Why We Sleep&quot; Is Riddled with Scientific and Factual Errors&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;53 min · guzey.com&lt;/p&gt;
    &lt;p&gt;Alexey Guzey wrote an essay listing the errors in &quot;Why We Sleep&quot;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://dukope.itch.io/mars-after-midnight/devlog/495856/gameplay-loop&quot;&gt;Gameplay Loop&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · dukope.itch.io&lt;/p&gt;
    &lt;p&gt;Lukas Pope about the progress and challenges of his upcoming Playdate game: Mars after Midnight.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.pnas.org/doi/10.1073/pnas.2301355120&quot;&gt;How to expand solar power without using precious land&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · pnas.org&lt;/p&gt;
    &lt;p&gt;Steven Battersby about the recent rise of agrivoltaics (solar panels above farm grounds) and floatovoltaics (solar panels floating on water).&lt;/p&gt;


    
  </content:encoded></item><item><title>91 / Taco Bell Programming</title><link>https://2023.arne.me/weekly/91/</link><guid>https://2023.arne.me/weekly/91/</guid><description>Issue #91 from Arne&apos;s Weekly</description><pubDate>Sun, 19 Feb 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, it&apos;s been a while — I was sick and then we got a new baby! 🎉&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;I lost my programming socks in the lisp wars&lt;/p&gt;

        — &lt;a href=&quot;https://chitter.xyz/@efi/109871443204324385&quot;&gt;@efi@chitter.xyz&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;http://widgetsandshit.com/teddziuba/2010/10/taco-bell-programming.html&quot;&gt;Taco Bell Programming&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · widgetsandshit.com&lt;/p&gt;
    &lt;p&gt;Ted Dziuba about Taco Bell programming: Using simple, proven and boring tools to get the job done. &lt;em&gt;Thanks, Eric!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lajili.com/posts/post-2/&quot;&gt;Chat GPT is the birth of the real Web 3.0, and it&apos;s not going to be fun.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · lajili.com&lt;/p&gt;
    &lt;p&gt;Johan Lajili explains why they think ChatGPT will be the (dark) future of the internet and there&apos;s little we can do about it.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jessitron.com/2023/01/16/resilience-and-waste-in-software-teams/&quot;&gt;Resilience and Waste in Software Teams&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · jessitron.com&lt;/p&gt;
    &lt;p&gt;Jessica Joy Kerr about the importance of resilience and the price of it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://oded.substack.com/p/note-to-future-self-beware-of-fake&quot;&gt;Note to future self: Beware of fake urgency&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · oded.substack.com&lt;/p&gt;
    &lt;p&gt;Oded Blayer about the fallacy of fake urgency.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://buttondown.email/hillelwayne/archive/maybe-people-do-care-about-performance-and/&quot;&gt;Maybe people do care about performance and reliability&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · buttondown.email&lt;/p&gt;
    &lt;p&gt;Hillel Wayne explains why some software is bloated and the people that are affected are unlikely to be included in the purchase decision.&lt;/p&gt;


    &lt;h2&gt;Rust&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://bmoxb.io/2023/01/28/integer-overflow-in-rust.html&quot;&gt;Handling Integer Overflow in Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · bmoxb.io&lt;/p&gt;
    &lt;p&gt;Max explains how integer overflow is handled in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lukaskalbertodt.github.io/2023/02/03/tauri-iced-egui-performance-comparison.html&quot;&gt;Tauri vs Iced vs egui: Rust GUI framework performance comparison&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · lukaskalbertodt.github.io&lt;/p&gt;
    &lt;p&gt;Lukas Kalbertodt compares different Rust frameworks for performance including startup time, input lag and resize tests.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.axo.dev/2023/02/cargo-dist&quot;&gt;Release Engineering Is Exhausting So Here&apos;s cargo-dist&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · blog.axo.dev&lt;/p&gt;
    &lt;p&gt;Gankra introduces a new Rust tool to simplify distribution management and tries it on a personal project.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://matklad.github.io/2023/01/26/rusts-ugly-syntax.html&quot;&gt;Rust&apos;s Ugly Syntax&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · matklad.github.io&lt;/p&gt;
    &lt;p&gt;Alex Kladov argues that what some people describe as &quot;ugly&quot; syntax in Rust is mostly due to semantics.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://surma.dev/things/rust-to-webassembly/&quot;&gt;Rust to WebAssembly the hard way&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · surma.dev&lt;/p&gt;
    &lt;p&gt;Surma compiles Rust to WASM without bindgen to show what steps are necessary and why. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://mmapped.blog/posts/15-when-rust-hurts.html&quot;&gt;When Rust hurts&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · mmapped.blog&lt;/p&gt;
    &lt;p&gt;Roman Kashitsyn talks about three things where Rust fell short for them.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://fosdem.org/2023/schedule/event/rustunikernel/&quot;&gt;[Watch] A Rust-Based, modular Unikernel for MicroVMs&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;25 min · fosdem.org&lt;/p&gt;
    &lt;p&gt;Stefan Lankes introduces RustyHeemit, a unikernel written in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://serokell.io/blog/rust-vs-haskell&quot;&gt;Rust vs. Haskell&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · serokell.io&lt;/p&gt;
    &lt;p&gt;Jay Zelenskyi compares Rust and Haskell, very interesting to see the similarities and differences.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://kristoff.it/blog/why-go-and-not-rust/&quot;&gt;Why Go and not Rust?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · kristoff.it&lt;/p&gt;
    &lt;p&gt;Loris Cro in a very opinionated love-letter to Go.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://rknight.me/adding-webmentions-to-your-site/&quot;&gt;Adding Webmentions to Your Site&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · rknight.me&lt;/p&gt;
    &lt;p&gt;Robb Knight explains how they added Webmention support to their website, including Mastodon reactions!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.matuzo.at/blog/2023/single-page-applications-criticism/&quot;&gt;Why I&apos;m not the biggest fan of Single Page Applications&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · matuzo.at&lt;/p&gt;
    &lt;p&gt;Manuel Matuzovic explains some commonly overlooked downsides of using single-page-applications.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.yoshuawuyts.com/compiled-html/&quot;&gt;Using HTML as a compile target&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · blog.yoshuawuyts.com&lt;/p&gt;
    &lt;p&gt;Yoshua Wuyts explains why they think html should be strongly typed.&lt;/p&gt;


    &lt;h2&gt;Design&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://valhead.com/2023/01/31/senior-ic-reading-list/&quot;&gt;Senior IC Reading List&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · valhead.com&lt;/p&gt;
    &lt;p&gt;Val Head has three book recommendations for senior IC designers. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://anthonyhobday.com/sideprojects/saferules/&quot;&gt;Visual design rules you can safely follow every time&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · anthonyhobday.com&lt;/p&gt;
    &lt;p&gt;Anthony Hobday has a list of design rules that you should remember.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://chriscoyier.net/2023/02/10/you-kinda-want-an-orange-favicon/&quot;&gt;You kinda want an orange favicon.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · chriscoyier.net&lt;/p&gt;
    &lt;p&gt;Chris Coyier about the best color for favicons.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://maggieappleton.com/teenage-desktop&quot;&gt;Teenage Skeuomorphic Desktop Designs&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · maggieappleton.com&lt;/p&gt;
    &lt;p&gt;Maggie Appleton has a bunch of screenshots from 2009 showcasing custom icons and wallpapers. A trip down memory lane.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.swyx.io/create-luck&quot;&gt;How to Create Luck&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · swyx.io&lt;/p&gt;
    &lt;p&gt;swyx argues that you can create luck and showcases some systems to do so.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.latimes.com/business/technology/story/2023-01-30/column-how-big-tech-is-using-mass-layoffs-to-bring-workers-to-heel&quot;&gt;The real aim of big tech’s layoffs: bringing workers to heel&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · latimes.com&lt;/p&gt;
    &lt;p&gt;Brian Merchant argues that the recent tech layoffs at Amazon, Google and Microsoft were to gain more power over the tech workers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://boffosocko.com/2023/02/03/a-note-on-the-cargo-cult-of-zettelkasten/&quot;&gt;A Note on the Cargo Cult of Zettelkasten&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · boffosocko.com&lt;/p&gt;
    &lt;p&gt;Chris Aldrich about the dangers of cargo cults, specifically the Zettelkasten.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.jofreund.com/tv-wall-mount&quot;&gt;Living Room: Declutter&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · jofreund.com&lt;/p&gt;
    &lt;p&gt;Johannes Freund explains how they mounted their TV to a 300 year old beam with a custom VESA mount.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kumazen.com/a-guide-for-van-life-in-japan/&quot;&gt;A guide for Van Life in Japan&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · kumazen.com&lt;/p&gt;
    &lt;p&gt;kuma explains how to live in a van in Japan.&lt;/p&gt;


    
  </content:encoded></item><item><title>90 / My Dream Computer</title><link>https://2023.arne.me/weekly/90/</link><guid>https://2023.arne.me/weekly/90/</guid><description>Issue #90 from Arne&apos;s Weekly</description><pubDate>Sun, 29 Jan 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, hope your week was good 🤞🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;it&apos;s only &quot;AI&quot; if it comes from the san francisco bay area. otherwise it&apos;s just sparkling autocomplete&lt;/p&gt;

        — &lt;a href=&quot;https://woem.space/notice/ARwJTgZnl6huXqd1u4#.&quot;&gt;@sam@woem.space&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://youtu.be/Y4PdUItyXUk&quot;&gt;What differentiates the highest-performing product teams (Video)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 hours 40 min · youtu.be&lt;/p&gt;
    &lt;p&gt;Lenny Rachitsky has John Cutler on their podcast where they talk about efficient product teams, culture and more.&lt;/p&gt;


    &lt;h2&gt;Software &amp;amp; Hardware&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://bluelander.bearblog.dev/my-dream-computer/&quot;&gt;my dream computer&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · bluelander.bearblog.dev&lt;/p&gt;
    &lt;p&gt;m·bluelander about a computer that only exists in their dreams.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://alinpanaitiu.com/blog/turn-off-macbook-display-clamshell/&quot;&gt;Reverse engineering the MacBook clamshell mode&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · alinpanaitiu.com&lt;/p&gt;
    &lt;p&gt;Alin Panaitiu dives deep in an attempt to reverse-engineer the Clamshell mode on macOS.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lazybear.io/posts/vim-weekly-tips-18-ctags/&quot;&gt;Vim Weekly Tips #18: Ctags&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · lazybear.io&lt;/p&gt;
    &lt;p&gt;Hyde shows how to make symbol lookup work in Vim.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://cloudfour.com/thinks/our-surprisingly-simple-navigation-hover-effect/&quot;&gt;Our Surprisingly Simple Navigation Hover Effect&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · cloudfour.com&lt;/p&gt;
    &lt;p&gt;Tyler Sticka shows a simple but useful hover effect.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://zero-to-nix.com/&quot;&gt;Zero to Nix&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;zero-to-nix.com&lt;/p&gt;
    &lt;p&gt;A great guide to Nix — if you&apos;ve been interested but held back because of a lack of documentation, dig in!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://wishawa.github.io/posts/fun-rust-operators/&quot;&gt;Six fun things to do with Rust operator overloading&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · wishawa.github.io&lt;/p&gt;
    &lt;p&gt;Wisha Wanichwecharungruang did some fun things with rust operators, one of them being &lt;code&gt;cout &amp;lt;&amp;lt; &quot;Hello&quot;&lt;/code&gt;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://litchipi.github.io/infosec/2023/01/24/git-code-audit-viewed-as-rust-programmer.html&quot;&gt;The Git source code audit, viewed as a Rust programmer&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · litchipi.github.io&lt;/p&gt;
    &lt;p&gt;Litchi pi goes through some vulnerabilities found in the Git codebase and explains if and how rust would protect against them. &lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://traefik.io/blog/mocktail-the-mock-generator-for-strongly-typed-mocks/&quot;&gt;Mocktail: The Mock Generator You’ve Been Looking For&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · traefik.io&lt;/p&gt;
    &lt;p&gt;Ludovic Fernandez explains the shortcomings they experienced using existing mock libraries and introduces a new tool to generate mocks in Go.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://youtu.be/zC5qBBK9ZaM&quot;&gt;10 Things I Hate About Go (Video)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;30 min · youtu.be&lt;/p&gt;
    &lt;p&gt;Boldly Go (who uses and likes Go) explains their top 10 things they hate about Go.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://blog.pragmaticengineer.com/apple-job-cuts-tide/&quot;&gt;Apple: The Only Big Tech Giant Going Against the Job Cuts Tide&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · blog.pragmaticengineer.com&lt;/p&gt;
    &lt;p&gt;Gergely Orosz about Apple&apos;s hiring strategy and how it&apos;s worked out in the past years.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nature.com/articles/d41586-023-00186-y&quot;&gt;How antidepressants help bacteria resist antibiotics&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · nature.com&lt;/p&gt;
    &lt;p&gt;Liam Drew about a recent study that shows how antidepressants trigger an &quot;SOS response&quot; in bacteria that helps build up resistance.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://daringfireball.net/2023/01/the_billions-dollar_vr_ar_headset_question&quot;&gt;The Billions-Dollar VR/AR Headset Question&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · daringfireball.net&lt;/p&gt;
    &lt;p&gt;John Gruber about the future of AR/VR headsets, why they might not be ready just yet and how Apple could pull it off.&lt;/p&gt;


    
  </content:encoded></item><item><title>89 / Use the Wrong Tool for the Job</title><link>https://2023.arne.me/weekly/89/</link><guid>https://2023.arne.me/weekly/89/</guid><description>Issue #89 from Arne&apos;s Weekly</description><pubDate>Sun, 22 Jan 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how was your week? ✌🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;and the brain-genius typed &quot;no one would do anything without a profit motive!&quot; and hit send on a button rendered by an open source front end framework firing off an event handled by an open source programming language that sends a packet in a format conforming to an open specification over a protocol developed at universities with public funding until it reaches a web server running an open source operating system that files the hot take away into an open source database for safe keeping  &lt;/p&gt;

        — &lt;a href=&quot;https://botsin.space/@computerfact/109666644912281379&quot;&gt;@computerfact@botsin.space&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Peopleware&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://world.hey.com/joaoqalves/bricks-of-love-create-purpose-and-engagement-with-weekly-updates-4a91aa61&quot;&gt;Bricks of Love: create purpose and engagement with weekly updates&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · world.hey.com&lt;/p&gt;
    &lt;p&gt;João Alves about a way to create motivation by providing purpose through weekly updates.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://mastodon.social/@kevlin/109517740925744193&quot;&gt;How to use ADRs (Thread)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · mastodon.social&lt;/p&gt;
    &lt;p&gt;Kevlin Henney has some tricks for effective ADRs (Architecture Decision Records).&lt;/p&gt;


    &lt;h2&gt;Software&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.simplethread.com/20-things-ive-learned-in-my-20-years-as-a-software-engineer/&quot;&gt;20 Things I&apos;ve Learned in my 20 Years as a Software Engineer&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · simplethread.com&lt;/p&gt;
    &lt;p&gt;Justin Etheredge has 20 pieces of great advice for software engineers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://buttondown.email/hillelwayne/archive/use-the-wrong-tool-for-the-job/&quot;&gt;Use the Wrong Tool for the Job&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · buttondown.email&lt;/p&gt;
    &lt;p&gt;Hillel Wayne about using complexity and what it means to use the &quot;right&quot; tool.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2023/01/18/examples-of-problems-with-integers/&quot;&gt;Examples of problems with integers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans asked on Mastodon and collected 9 examples of problems with integers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://datavirke.dk/posts/fallible-missing-rust-error-handling/&quot;&gt;Fallible - The Lost Sibling of Result and Option&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · datavirke.dk&lt;/p&gt;
    &lt;p&gt;Mathias Pius about the rarely used &lt;code&gt;Fallible&amp;lt;T&amp;gt;&lt;/code&gt; type in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://rauljordan.com/rust-concepts-i-wish-i-learned-earlier&quot;&gt;Rust concepts I wish I learned earlier&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;22 min · rauljordan.com&lt;/p&gt;
    &lt;p&gt;Raul Jordan about a bunch of Rust concepts they wish they learned earlier.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://mkaic.substack.com/p/someone-stole-my-car-and-now-i-own&quot;&gt;Someone stole my car and now I own hundreds of vinyl records&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · mkaic.substack.com&lt;/p&gt;
    &lt;p&gt;Kai Christensen explains how they became a Vinylhead because their car got stolen.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://every.to/cybernaut/the-quest-for-a-dumber-phone&quot;&gt;The Quest for a Dumber Phone&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · every.to&lt;/p&gt;
    &lt;p&gt;Fadeke Adegbuyi about digital minimalism, it&apos;s perks and it&apos;s challenges.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theverge.com/23551060/elon-musk-twitter-takeover-layoffs-workplace-salute-emoji&quot;&gt;Inside Elon’s “extremely hardcore” Twitter&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;31 min · theverge.com&lt;/p&gt;
    &lt;p&gt;Zoe Schiffer, Casey Newton and Alex Heath tell the story of the Twitter acquisition and the shitshow that followed.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kentnerburn.com/the-cab-ride-ill-never-forget/&quot;&gt;The Cab Ride I&apos;ll Never Forget&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · kentnerburn.com&lt;/p&gt;
    &lt;p&gt;Kent Nerburn tells the story of a sweet cab ride that made a big impact on their life.&lt;/p&gt;


    
  </content:encoded></item><item><title>88 / The yaml document from hell</title><link>https://2023.arne.me/weekly/88/</link><guid>https://2023.arne.me/weekly/88/</guid><description>Issue #88 from Arne&apos;s Weekly</description><pubDate>Sun, 15 Jan 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, hope your week was good 🙏🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;How to phish me:&lt;/p&gt;
&lt;p&gt;Send me an email newsletter hyping your&lt;br /&gt;innovative&lt;br /&gt;AI-enabled&lt;br /&gt;blockchain-powered&lt;br /&gt;Web3 product&lt;/p&gt;
&lt;p&gt;and include an “unsubscribe” link at the bottom&lt;/p&gt;
&lt;p&gt;That’ll do it.  &lt;/p&gt;

        — &lt;a href=&quot;https://infosec.exchange/@Tarah/109667477461021616&quot;&gt;@Tarah@infosec.exchange&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Peopleware&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://clipcontent.substack.com/p/how-to-get-promoted-at-work-63f07109ff50&quot;&gt;How to Get Promoted at Work&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · clipcontent.substack.com&lt;/p&gt;
    &lt;p&gt;Steve Dennis has 7 steps to maximise your chances for success on the career ladder.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://abdulapopoola.com/2023/01/09/evaluating-managers-5-heuristics-to-measure-managerial-impact/&quot;&gt;Evaluating Managers: 5 heuristics to measure managerial impact&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · abdulapopoola.com&lt;/p&gt;
    &lt;p&gt;AbdulFattah Popoola has some advice to measure your impact as a manager.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://staysaasy.com/management/2023/01/12/management-debt.html&quot;&gt;Management Debt&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · staysaasy.com&lt;/p&gt;
    &lt;p&gt;This article compares tech debt to management debt and explains common scenarios for management debt.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell&quot;&gt;The yaml document from hell&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · ruudvanasseldonk.com&lt;/p&gt;
    &lt;p&gt;Ruud van Asseldonk explains different YAML footguns on one example and lists some alternatives.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://buttondown.email/blog/just-use-a-monorepo&quot;&gt;Just use a monorepo&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · buttondown.email&lt;/p&gt;
    &lt;p&gt;Justin moved all of Buttondown into a monorepo and explains why they love it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://hoho.com/posts/your-stack-is-not-the-product/&quot;&gt;Your tech stack is not the product&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · hoho.com&lt;/p&gt;
    &lt;p&gt;Mike Wakerly explains why your tech stack is means, not an end — especially in early stage startups.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://webauthn.guide/&quot;&gt;Guide to Web Authentication&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · webauthn.guide&lt;/p&gt;
    &lt;p&gt;Suby Raman explains how WebAuthn works and how to implement it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://brandur.org/fragments/deleted-record-insert&quot;&gt;Easy, alternative soft deletion: `deleted_record_insert`&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · brandur.org&lt;/p&gt;
    &lt;p&gt;Brandur has a good alternative for the &lt;code&gt;deleted_at&lt;/code&gt; field.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://ideas.ted.com/if-you-really-want-to-remember-a-moment-try-not-to-take-a-photo&quot;&gt;If you really want to remember a moment, try not to take a photo&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · ideas.ted.com&lt;/p&gt;
    &lt;p&gt;Manoush Zomorodi explains why you remember less of an experience if you took a photo.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://longform.asmartbear.com/posts/extreme-questions/&quot;&gt;Extreme questions to trigger new, better ideas&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · longform.asmartbear.com&lt;/p&gt;
    &lt;p&gt;Jason Cohen has 15 extreme questions to broaden your idea scope, some interesting, some controversial.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.npr.org/2022/10/19/1129907651/improv-can-build-confidence-heres-how-to-apply-it-to-your-everyday-life&quot;&gt;The rules of improv can make you funnier. They can also make you more confident.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · npr.org&lt;/p&gt;
    &lt;p&gt;Oluwakemi Aladesuyi and Audrey Nguyen about five rules of improv you can apply to your life.&lt;/p&gt;


    
  </content:encoded></item><item><title>87 / The internet wants to be fragmented</title><link>https://2023.arne.me/weekly/87/</link><guid>https://2023.arne.me/weekly/87/</guid><description>Issue #87 from Arne&apos;s Weekly</description><pubDate>Sun, 08 Jan 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how was your week? ✌🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Rebasing is just gaslighting for computers.&lt;/p&gt;

        — &lt;a href=&quot;https://fosstodon.org/@mttaggart/109637858699382553&quot;&gt;@mttaggart@fosstodon.org&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://mikefisher.substack.com/p/im-on-it&quot;&gt;&quot;I&apos;m On It&quot;&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · mikefisher.substack.com&lt;/p&gt;
    &lt;p&gt;Mike Fisher about their favourite response when given a task.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nationalgeographic.co.uk/history-and-civilisation/2022/08/the-science-of-why-you-have-great-ideas-in-the-shower&quot;&gt;The science of why you have great ideas in the shower&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · nationalgeographic.co.uk&lt;/p&gt;
    &lt;p&gt;Stacey Colino has the neurological explanation for the reasons you get great
ideas in the shower or find bug fixes when on a walk: The default mode network
in your brain.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://noahpinion.substack.com/p/the-internet-wants-to-be-fragmented&quot;&gt;The internet wants to be fragmented&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · noahpinion.substack.com&lt;/p&gt;
    &lt;p&gt;Noah Smith about centralised social media, why community moderation works and
the trend towards a decentralised internet.&lt;/p&gt;


    &lt;h2&gt;Peopleware&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.goretro.ai/post/product-roadmap-traps-to-avoid&quot;&gt;How Roadmaps Accidentally Make Teams Powerless&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · goretro.ai&lt;/p&gt;
    &lt;p&gt;David Pereira about four common reasons roadmap trap teams and negatively impact
the results and what to do instead.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://randsinrepose.com/archives/the-diving-save/&quot;&gt;The Diving Save&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · randsinrepose.com&lt;/p&gt;
    &lt;p&gt;Michael Lopp about the right way to &quot;save&quot; someone who&apos;s decided to quit.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://martinrue.com/to-be-productive-be-prepared/&quot;&gt;To Be Productive, Be Prepared&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · martinrue.com&lt;/p&gt;
    &lt;p&gt;Martin Rue explains why preparation is a requirement for motivation.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://breakingpoint.substack.com/p/success-and-velocity&quot;&gt;Success &amp;amp; Velocity&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · breakingpoint.substack.com&lt;/p&gt;
    &lt;p&gt;Sean Byrnes says you need two metrics in your team: One for success and one for
velocity.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://longform.asmartbear.com/docs/fulfillment/&quot;&gt;Finding Fulfillment&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · longform.asmartbear.com&lt;/p&gt;
    &lt;p&gt;Jason Cohen has a recipe for fulfilment: Joy, skill &amp;amp; need.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://matklad.github.io/2021/05/31/how-to-test.html&quot;&gt;How to Test&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;19 min · matklad.github.io&lt;/p&gt;
    &lt;p&gt;Alex Kladov has some great advice for testing software.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.joelonsoftware.com/2000/04/06/things-you-should-never-do-part-i/&quot;&gt;Things You Should Never Do, Part I&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · joelonsoftware.com&lt;/p&gt;
    &lt;p&gt;Joel Spolsky gives a list of reasons why you probably don&apos;t want to rewrite your
software product.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://threedots.tech/post/list-of-recommended-libraries/&quot;&gt;The Go libraries that never failed us: 22 libraries you need to know&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;23 min · threedots.tech&lt;/p&gt;
    &lt;p&gt;Robert Laszczak with an opinionated list of Go libraries you might need — this
is super useful for people starting out!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.yoshuawuyts.com/state-machines-3/&quot;&gt;State Machines III: Type States&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · blog.yoshuawuyts.com&lt;/p&gt;
    &lt;p&gt;Yoshua Wuyts about state machines in Rust, existing challenges and possible
language features that would make it easier to work with.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;http://blogs.newardassociates.com/blog/2023/you-want-modules-not-microservices.html&quot;&gt;You Want Modules, Not Microservices&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · blogs.newardassociates.com&lt;/p&gt;
    &lt;p&gt;This post describes the advantages often listed for microservices and why you
can achieve most of them with modules in your application.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://humantransit.org/2017/07/the-dangers-of-elite-projection.html&quot;&gt;The Dangers of Elite Projection&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · humantransit.org&lt;/p&gt;
    &lt;p&gt;Jarrett Walker about the results of elites making decisions for many people that
are only useful for them.&lt;/p&gt;


    
  </content:encoded></item><item><title>86 / Why the super rich are inevitable</title><link>https://2023.arne.me/weekly/86/</link><guid>https://2023.arne.me/weekly/86/</guid><description>Issue #86 from Arne&apos;s Weekly</description><pubDate>Sun, 01 Jan 2023 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Happy new year! 🎇&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;[AI enters the room]&lt;/p&gt;
&lt;p&gt;Artists: Please stop. We love art.&lt;br /&gt;Programmers: Please continue. We hate programming.  &lt;/p&gt;

        — &lt;a href=&quot;https://mastodon.social/@olafurw/109596489229585529&quot;&gt;@olafurw@mastodon.social&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://henry.codes/writing/how-to-distort-text-with-svg/&quot;&gt;How To Distort Text With SVG Filters&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · henry.codes&lt;/p&gt;
    &lt;p&gt;Henry Desroches explains how to apply SVG filters to text for cool effects.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://library.duke.edu/using/policies/recommended-file-formats-digital-preservation&quot;&gt;Recommended File Formats for Digital Preservation&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · library.duke.edu&lt;/p&gt;
    &lt;p&gt;Duke University Libraries has file format recommendations for digital preservation in 17 categories, each with three levels.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://community.twistedfields.com/t/a-closer-look-at-acorn-our-open-source-precision-farming-rover/108&quot;&gt;A closer look at Acorn, our open source precision farming rover&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · community.twistedfields.com&lt;/p&gt;
    &lt;p&gt;Taylor explains the parts of the open source Garmin robot they&apos;re building.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tldrsec.com/blog/lesser-known-aws-attacks/&quot;&gt;Lesser Known Techniques for Attacking AWS Environments&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · tldrsec.com&lt;/p&gt;
    &lt;p&gt;Scott Piper explains four less known attacks on AWS resources.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.yoshuawuyts.com/rust-2023/&quot;&gt;Rust 2023 (by Yosh)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · blog.yoshuawuyts.com&lt;/p&gt;
    &lt;p&gt;Yoshua Wuyts reflects upon 2022 for Rust and looks into next year.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://f4t.dev/software/go-performance-memory/&quot;&gt;Faster Go code by being mindful of memory&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · f4t.dev&lt;/p&gt;
    &lt;p&gt;Arthur Busser explains how they sped up their Advent of Code puzzle in Go.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://pudding.cool/2022/12/yard-sale/&quot;&gt;Why the super rich are inevitable&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · pudding.cool&lt;/p&gt;
    &lt;p&gt;An interactive article that explains the yard sale model with concrete examples.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ciechanow.ski/sound/&quot;&gt;Sound&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;33 min · ciechanow.ski&lt;/p&gt;
    &lt;p&gt;Bartosz Ciechanowski wrote another one of their incredible interactive articles, this time explaining how sound works.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://theconversation.com/why-fusion-ignition-is-being-hailed-as-a-major-breakthrough-in-fusion-a-nuclear-physicist-explains-196475&quot;&gt;Why fusion ignition is being hailed as a major breakthrough in fusion – a nuclear physicist explains&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · theconversation.com&lt;/p&gt;
    &lt;p&gt;Carolyn Kuranz from the University of Michigan explains the recent fusion ignition breakthrough and when we can expect clean fusion energy to power our homes.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2022/12/22/video/russia-ukraine-bucha-massacre-takeaways.html&quot;&gt;Caught on Camera, Traced by Phone: The Russian Military Unit That Killed Dozens in Bucha&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;An investigation from 8 reporters shows evidence that the Bucha massacre was intentional and which people were part of it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.wired.com/story/what-is-flipper-zero-tiktok/&quot;&gt;Hands On With Flipper Zero, the Hacker Tool Blowing Up on TikTok&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · wired.com&lt;/p&gt;
    &lt;p&gt;Dhruv Mehrotra explains their experience with the Flipper Zero.&lt;/p&gt;


    
  </content:encoded></item><item><title>85 / How to Improve Your Creative Thinking</title><link>https://2023.arne.me/weekly/85/</link><guid>https://2023.arne.me/weekly/85/</guid><description>Issue #85 from Arne&apos;s Weekly</description><pubDate>Sun, 18 Dec 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, this is going to be the last issue of 2022 — I wish you happy holidays,
see you next year 🎇&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;bavaria doesn&apos;t exist&lt;/p&gt;

        — &lt;a href=&quot;https://crimew.gay/notice/AQh6qmpR7Jo7zo3urY&quot;&gt;@maia@crimew.gay&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://staffeng.com/guides/staff-archetypes&quot;&gt;Staff archetypes&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · staffeng.com&lt;/p&gt;
    &lt;p&gt;Will Larson describes different roles that Staff engineers tend to take.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://neugierig.org/software/blog/2022/12/simple-web-hacks.html&quot;&gt;A simple stack for today&apos;s web hacks&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · neugierig.org&lt;/p&gt;
    &lt;p&gt;Evan Martin defines a very simple stack for simple web development without frameworks or complicated configuration.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.huy.rocks/everyday/12-11-2022-zig-using-zig-for-advent-of-code&quot;&gt;Using Zig for Advent of Code&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · huy.rocks&lt;/p&gt;
    &lt;p&gt;Huy shows some Zig examples they&apos;ve come up with for Advent of Code.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.amazingcto.com/postgres-for-everything/&quot;&gt;Just Use Postgres for Everything&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · amazingcto.com&lt;/p&gt;
    &lt;p&gt;Stephan Schmidt argues that unless you have a good reason not to, you should use Postgres.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.meain.io/2022/modern-text-editor/&quot;&gt;What is in a modern code editor?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · blog.meain.io&lt;/p&gt;
    &lt;p&gt;Abin Simon describes the must-have features of a modern code editor (with examples).&lt;/p&gt;


    &lt;h2&gt;Rust&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.ncameron.org/blog/rust-in-2023/&quot;&gt;Rust in 2023&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · ncameron.org&lt;/p&gt;
    &lt;p&gt;Nick Cameron lists the things he wants to see for Rust in 2023.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ntietz.com/blog/rust-vim-workflow-2022/&quot;&gt;Working with Rust in (neo)vim&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · ntietz.com&lt;/p&gt;
    &lt;p&gt;Nicholas explains how they use and configured NeoVim to write Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jack.wrenn.fyi/blog/deflect/&quot;&gt;Native Reflection in Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · jack.wrenn.fyi&lt;/p&gt;
    &lt;p&gt;Jack Wrenn introduces &lt;code&gt;deflect&lt;/code&gt;, a reflection library for Rust and explains how it work an in which cases it&apos;s useful.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.logrocket.com/composing-underpinnings-observable-rust-application/&quot;&gt;Composing an observable Rust application&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;24 min · blog.logrocket.com&lt;/p&gt;
    &lt;p&gt;This article explains how you can build custom Layers with the &lt;code&gt;tracing&lt;/code&gt; create in Rust.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.fastcompany.com/90711961/berlin-is-planning-a-car-free-area-larger-than-manhattan&quot;&gt;Berlin is planning a car-free area larger than Manhattan&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · fastcompany.com&lt;/p&gt;
    &lt;p&gt;Adele Peters about Volksentscheid Berlin Autofrei, an organisation that wants a huge area of Berlin to be car-free.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;http://blog.fogus.me/2022/12/13/the-best-things-and-stuff-of-2022/&quot;&gt;The best things and stuff of 2022&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · blog.fogus.me&lt;/p&gt;
    &lt;p&gt;Fogus summarises their favourite things of 2023.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://every.to/superorganizers/understanding-the-science-of-creativity&quot;&gt;How to Improve Your Creative Thinking&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · every.to&lt;/p&gt;
    &lt;p&gt;Alice Albrecht explains a few techniques to improve your creativity and generate ideas.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.ft.com/content/741772c0-ee76-4d3d-bfcd-4fabc1fb405d&quot;&gt;The secret lives of MI6’s top female spies&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;30 min · ft.com&lt;/p&gt;
    &lt;p&gt;Helen Warrell interviews three women in top positions of the MI6 (one of them is Q!)&lt;/p&gt;


    
  </content:encoded></item><item><title>84 / The Riddle of Rest</title><link>https://2023.arne.me/weekly/84/</link><guid>https://2023.arne.me/weekly/84/</guid><description>Issue #84 from Arne&apos;s Weekly</description><pubDate>Sun, 11 Dec 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;✌🏻&lt;/p&gt;
&lt;h2&gt;Projects of Friends&lt;/h2&gt;
&lt;h3&gt;&lt;a href=&quot;https://click.arne.me?issue=84&amp;amp;url=https://github.com/kamstrup/fn&quot;&gt;Fn(), Functional Programming for Golang&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;github.com/kamstrup&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Kamstrup built a functional programming library for Go, inspired by Clojure and
the Java Streams API. It allows you to write code like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;// Get all users without a name.
fn.ArrayOf(users).Where(fn.Not((*User).HasName))
&lt;/code&gt;&lt;/pre&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;rust programmers be like &quot;pretty slow, nearly a microsecond&quot;&lt;/p&gt;

        — &lt;a href=&quot;https://social.treehouse.systems/@dysfun/109472314305715171&quot;&gt;@dysfun@treehouse.systems&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://salman.io/blog/overcoming-negativity/&quot;&gt;Overcoming Negativity&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · salman.io&lt;/p&gt;
    &lt;p&gt;Salman has a list of tactics to overcome negative thoughts about yourself or your work.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://workweek.com/2022/11/28/challenging-the-status-quo-at-work/&quot;&gt;Challenging the status quo at work?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · workweek.com&lt;/p&gt;
    &lt;p&gt;Hebba Youssef has some tipps to help you challenge decisions or the status quo&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://moretothat.com/the-riddle-of-rest/&quot;&gt;The Riddle of Rest&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · moretothat.com&lt;/p&gt;
    &lt;p&gt;Lawrence Yeo defines true rest, and why it&apos;s sometimes hard to achieve it even if you, for example, gaze at a still lake.&lt;/p&gt;


    &lt;h2&gt;Rust&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://shopify.engineering/porting-yjit-ruby-compiler-to-rust&quot;&gt;Our Experience Porting the YJIT Ruby Compiler to Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · shopify.engineering&lt;/p&gt;
    &lt;p&gt;Maxime Chevalier-Boisvert about their experience of porting a C99 project to Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://morestina.net/blog/1868/self-referential-types-for-fun-and-profit&quot;&gt;Self-referential types for fun and profit&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · morestina.net&lt;/p&gt;
    &lt;p&gt;The author shows how to create self-referential types manually in Rust and why&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://rust-unofficial.github.io/patterns/functional/lenses.html&quot;&gt;Lenses and Prisms&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · rust-unofficial.github.io&lt;/p&gt;
    &lt;p&gt;This article shows the Rust design patterns Lenses and Prisms and how they work.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://chrisdone.com/posts/rust/&quot;&gt;My negative views on Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · chrisdone.com&lt;/p&gt;
    &lt;p&gt;Chris Done describes what they don&apos;t like about Rust.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://ploum.net/2022-12-03-reinventing-how-we-use-computers.html&quot;&gt;Reinventing How We Use Computers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · ploum.net&lt;/p&gt;
    &lt;p&gt;Ploum has a vision for a &quot;Forever Computer&quot;, which makes you rethink your digital life.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.malachisoord.com/2020/04/08/washing-machine-cycle-notifications/&quot;&gt;Washing Machine Cycle Notifications&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · malachisoord.com&lt;/p&gt;
    &lt;p&gt;Malachi Soord used Home Assistant to get a notification when the washing machine&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.bleepingcomputer.com/news/security/sneaky-hackers-reverse-defense-mitigations-when-detected/&quot;&gt;Sneaky hackers reverse defense mitigations when detected&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · bleepingcomputer.com&lt;/p&gt;
    &lt;p&gt;Bill Toulas about an ongoing attack on mobile carrier networks where the hackers even revert mitigation measures if not implemented fast enough.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2022/12/07/tips-for-analyzing-logs/&quot;&gt;Tips for analyzing logs&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans collected some tips on Mastodon for analyzing logs.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ziglang.org/news/goodbye-cpp/&quot;&gt;Goodbye to the C++ Implementation of Zig&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · ziglang.org&lt;/p&gt;
    &lt;p&gt;Andrew Kelley explains different strategies for compiler bootstrapping and how Zig uses WebAssembly.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lukas.zapletalovi.com/posts/2022/wrapping-multiple-errors/&quot;&gt;New in Go 1.20: wrapping multiple errors&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · lukas.zapletalovi.com&lt;/p&gt;
    &lt;p&gt;Lukáš Zapletal about the implications of multiple errors in Go 1.20.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://collabfund.com/blog/ideas-that-changed-my-life/&quot;&gt;Ideas That Changed My Life&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · collabfund.com&lt;/p&gt;
    &lt;p&gt;Morgan Housel lists 7 ideas that changed her life, in retrospect.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2022/12/02/world/europe/germany-heat-pumps.html&quot;&gt;Germans Have Seen the Future, and It’s a Heat Pump&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;Melissa Eddy and Patrick Junker about Germany&apos;s shift from gas to heat pumps.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.telegraph.co.uk/global-health/climate-and-people/mozambique-elephants-born-without-tusks-evolutionary-response/&quot;&gt;Elephants born without tusks in ‘evolutionary response’ to violent poachers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · telegraph.co.uk&lt;/p&gt;
    &lt;p&gt;Will Brown about new research that shows how elephant&apos;s evolutionary response&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.vox.com/even-better/23464634/gift-giving-buy-perfect-presents-christmas-holiday&quot;&gt;How to become a truly excellent gift giver&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · vox.com&lt;/p&gt;
    &lt;p&gt;Eliza Brooke has written an article full of concrete tips for great gifts.&lt;/p&gt;


    
  </content:encoded></item><item><title>83 / Why Twitter Didn’t Go Down</title><link>https://2023.arne.me/weekly/83/</link><guid>https://2023.arne.me/weekly/83/</guid><description>Issue #83 from Arne&apos;s Weekly</description><pubDate>Sun, 04 Dec 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey everyone, hope your week has been good 😌&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Give a man a fish. Sure, why not? Go around giving strangers weird fish gifts. Who cares&lt;/p&gt;

        — &lt;a href=&quot;https://mastodon.social/@donni/109423363501117912&quot;&gt;@donni@mastodon.social&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Rust&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://security.googleblog.com/2022/12/memory-safe-languages-in-android-13.html&quot;&gt;Memory Safe Languages in Android 13&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · security.googleblog.com&lt;/p&gt;
    &lt;p&gt;Jeffrey Vander Stoep about the effect the switch to memory safe languages
(i.e. Rust) had on memory safety vulnerabilities and speed. If you only read
one article from this newsletter, make it this one.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.readyset.io/bounds-checks/&quot;&gt;How much does Rust&apos;s bounds checking actually cost?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · blog.readyset.io&lt;/p&gt;
    &lt;p&gt;The author benchmarks a complex test with over 1k bound checks against the same test with bounds checks disabled.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ecostack.dev/posts/wasm-tinygo-vs-rust-vs-assemblyscript/&quot;&gt;WebAssembly: TinyGo vs Rust vs AssemblyScript&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · ecostack.dev&lt;/p&gt;
    &lt;p&gt;Sebastian Scheibe benchmarks different languages compiled to WebAssembly.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.tweag.io/blog/2022-11-24-wasm-threads-and-messages/&quot;&gt;Threads and messages with Rust and WebAssembly&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · tweag.io&lt;/p&gt;
    &lt;p&gt;Joe Neeman about Threads in WASM and communication performance.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ntietz.com/blog/rust-hashmap-overhead/&quot;&gt;Measuring the overhead of HashMaps in Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · ntietz.com&lt;/p&gt;
    &lt;p&gt;nicholas measured the overhead of using a HashMap and BTreeMap in Rust.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://tylercipriani.com/blog/2022/11/19/git-notes-gits-coolest-most-unloved-feature&quot;&gt;Git Notes: git&apos;s coolest, most unloved­ feature&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · tylercipriani.com&lt;/p&gt;
    &lt;p&gt;Tyler Cipriani explains git notes and possible use cases. &lt;em&gt;Thanks, Lukas!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://evilmartians.com/chronicles/oklch-in-css-why-quit-rgb-hsl&quot;&gt;OKLCH in CSS: why we moved from RGB and HSL&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;29 min · evilmartians.com&lt;/p&gt;
    &lt;p&gt;Andrey Sitnik and Travis Turner about the new &lt;code&gt;oklab&lt;/code&gt; color space in CSS and why it’s better than everything else.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kenneth.io/post/developer-experience-infrastructure-dxi&quot;&gt;Developer Experience Infrastructure (DXI)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · kenneth.io&lt;/p&gt;
    &lt;p&gt;Kenneth Auchenberg explain what DX means in 2022 and coins a new acronym for Developer Experience Infrastructure: DXI&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://matthewtejo.substack.com/p/why-twitter-didnt-go-down-from-a&quot;&gt;Why Twitter Didn’t Go Down: From a Real Twitter SRE&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · matthewtejo.substack.com&lt;/p&gt;
    &lt;p&gt;Matthew’s Writing explains the automations and safety measures in place for the caches at Twitter.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://shopify.engineering/server-sent-events-data-streaming&quot;&gt;Using Server Sent Events to Simplify Real-time Streaming at Scale&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · shopify.engineering&lt;/p&gt;
    &lt;p&gt;Bao explains how Shopify used Server Sent Events (SSE) at scale for the Black Friday Cyber Monday Live Map.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.jwz.org/blog/2022/11/psa-do-not-use-services-that-hate-the-internet/&quot;&gt;PSA: Do Not Use Services That Hate The Internet&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · jwz.org&lt;/p&gt;
    &lt;p&gt;Jamie Zawinski about Hive and Post and why you should not use them.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://zerforschung.org/posts/hive-en/&quot;&gt;Warning: do not use Hive Social&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · zerforschung.org&lt;/p&gt;
    &lt;p&gt;Zerforschung found a number of critical vulnerabilities, including editing other people&apos;s posts, which were ignored until Hive deactivated their servers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.wsj.com/articles/goblin-mode-a-state-of-not-caring-what-other-people-think-11669389442&quot;&gt;‘Goblin Mode’: A State of Not Caring What Other People Think&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · wsj.com&lt;/p&gt;
    &lt;p&gt;Ben Zimmer about the origins of the term &quot;Goblin Mode&quot;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://youtu.be/z6ep308goxQ&quot;&gt;why Japan&apos;s internet is weirdly designed&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · youtu.be&lt;/p&gt;
    &lt;p&gt;Sabrina Cruz explains why Japanese websites look different than the rest of the world.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.ithoughtaboutthatalot.com/2022/mum&quot;&gt;In 2022, I thought a lot about my Mum, the internet and a cashless society&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · ithoughtaboutthatalot.com&lt;/p&gt;
    &lt;p&gt;A story about a woman that never got into technology and how society is ignorant of these people.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lcamtuf.coredump.cx/photo_basics&quot;&gt;Photography for geeks&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;26 min · lcamtuf.coredump.cx&lt;/p&gt;
    &lt;p&gt;An introduction into photography with example images that illustrate the effect of different techniques.&lt;/p&gt;


    
  </content:encoded></item><item><title>82 / Programming is a Pop Culture</title><link>https://2023.arne.me/weekly/82/</link><guid>https://2023.arne.me/weekly/82/</guid><description>Issue #82 from Arne&apos;s Weekly</description><pubDate>Sun, 27 Nov 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;✌🏻&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;him: will you at least act normal when my folks get here&lt;br /&gt;me: &lt;em&gt;flipping a pancake and reading it like a tarot card&lt;/em&gt; bad news  &lt;/p&gt;

        — &lt;a href=&quot;https://mstdn.social/@whatsjo/109399359704830998&quot;&gt;@whatsjo@mstdn.social&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.baldurbjarnason.com/2022/programming-is-a-pop-culture/&quot;&gt;Programming is a Pop Culture&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · baldurbjarnason.com&lt;/p&gt;
    &lt;p&gt;Baldur Bjarnason explains why programming has trends, just like the fashion industry.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://alfredlua.substack.com/p/holding-two-opposing-ideas-in-my&quot;&gt;Holding two opposing ideas in my mind&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · alfredlua.substack.com&lt;/p&gt;
    &lt;p&gt;Alfred Lua about the necessity to endure the cognitive dissonance of two conflicting ideas.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://chreke.com/little-languages.html&quot;&gt;Little Languages Are The Future Of Programming&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · chreke.com&lt;/p&gt;
    &lt;p&gt;chreke about the advantages of &quot;little languages&quot;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.sunfishcode.online/what-is-a-capability/&quot;&gt;What is a Capability?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · blog.sunfishcode.online&lt;/p&gt;
    &lt;p&gt;Dan Gohman explains WASM capabilities.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://liquid-rust.github.io/2022/11/14/introducing-flux/&quot;&gt;Flux: Refinement Types for Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · liquid-rust.github.io&lt;/p&gt;
    &lt;p&gt;Ranjit Jhala introduces a new Rust library that adds refinements (e.g. pre-conditions or post-conditions).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://emily.id.au/tailscale&quot;&gt;CVE-2022-41924 - RCE in Tailscale, DNS Rebinding, and You&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;18 min · emily.id.au&lt;/p&gt;
    &lt;p&gt;Emily Trau used 7 issues in Tailscale to get access to a node (all of them are fixed, but you should update your Windows client).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://fhur.me/posts/always-use-closed-open-intervals&quot;&gt;Always use [closed, open) intervals&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · fhur.me&lt;/p&gt;
    &lt;p&gt;Fernando about the dangers of [closed, closed] intervals and why you should always use [closed, open).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.joshwcomeau.com/css/interactive-guide-to-flexbox/&quot;&gt;An Interactive Guide to Flexbox&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;22 min · joshwcomeau.com&lt;/p&gt;
    &lt;p&gt;Josh Comeau has built a great interactive guide to CSS Flexbox.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://hidde.blog/dialog-modal-popover-differences&quot;&gt;Dialogs, modality and popovers seem similar. How are they different?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;20 min · hidde.blog&lt;/p&gt;
    &lt;p&gt;Hidde de Vries about modality on a website, inert state and the new popover element.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://bastianallgeier.com/notes/mirror&quot;&gt;Mirror&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · bastianallgeier.com&lt;/p&gt;
    &lt;p&gt;Bastian Allgeier about online personas and negativity on Twitter, err the Birdsite.&lt;/p&gt;


    
  </content:encoded></item><item><title>81 / That fediverse feeling</title><link>https://2023.arne.me/weekly/81/</link><guid>https://2023.arne.me/weekly/81/</guid><description>Issue #81 from Arne&apos;s Weekly</description><pubDate>Sun, 20 Nov 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how&apos;s it going?&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;“Then the spaceman took over the bird site so we all started tooting at the elephant place.”&lt;/p&gt;
&lt;p&gt;“Oh…ok grandpa. Let’s get you back to bed.”  &lt;/p&gt;

        — &lt;a href=&quot;https://mstdn.social/@weiser/109371370870997372&quot;&gt;@weiser@mstdn.social&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.verica.io/blog/inhumanity-of-root-cause-analysis/&quot;&gt;Inhumanity of Root Cause Analysis&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · verica.io&lt;/p&gt;
    &lt;p&gt;Casey Rosenthal about the problems of RCA and healthy alternatives.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.nymhq.com/writing/long-live-personal-websites&quot;&gt;Long live personal websites, Let&apos;s make the web personal again!&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · blog.nymhq.com&lt;/p&gt;
    &lt;p&gt;An ode to personal websites and some advice to get started.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://bitfieldconsulting.com/golang/tao-of-go&quot;&gt;The Tao of Go&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · bitfieldconsulting.com&lt;/p&gt;
    &lt;p&gt;John Arundel about the Tao of Go, principles to write and structure code that can be applied to other languages as well.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ananthakumaran.in/2022/11/12/trace-http-requests.html&quot;&gt;Tracing HTTP Requests with tcpflow&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · ananthakumaran.in&lt;/p&gt;
    &lt;p&gt;Anantha Kumaran tells the story of someone on-call debugging HTTP requests with tcpflow.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.ctrl.blog/entry/jellyfin-vs-plex.html&quot;&gt;From Plex to Jellyfin Media Server&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · ctrl.blog&lt;/p&gt;
    &lt;p&gt;Daniel Aleksandersen moved from Plex to Jellyfin and shares their experience.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jhaand.nl/2022/11/how-to-start-embedded-coding/&quot;&gt;How to start embedded coding&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · jhaand.nl&lt;/p&gt;
    &lt;p&gt;Jelle Haandrikman has some suggestions on how to get started with embedded coding.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://portswigger.net/research/stealing-passwords-from-infosec-mastodon-without-bypassing-csp&quot;&gt;Stealing passwords from infosec Mastodon - without bypassing CSP&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · portswigger.net&lt;/p&gt;
    &lt;p&gt;Gareth Heyes explains how he found a vulnerability in Mastodon.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://hmarr.com/blog/go-allocation-hunting/&quot;&gt;Making a Go program 42% faster with a one character change&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · hmarr.com&lt;/p&gt;
    &lt;p&gt;Harry Marr explains how removing a stack alloy every loop iteration improved performance by 70 %.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.waleedkhan.name/bringing-revsets-to-git/&quot;&gt;Bringing revsets to Git&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · blog.waleedkhan.name&lt;/p&gt;
    &lt;p&gt;Waleed Khan showcases the git branchless suite.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://zserge.com/posts/carnatus/&quot;&gt;Let&apos;s write a tiny chess engine in Go&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · zserge.com&lt;/p&gt;
    &lt;p&gt;Serge Zaitsev ported parts of sunfish to Go and explains the basics of a chess engine.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://matthealy.com/kindle&quot;&gt;Your next smart home device is a $30 used Kindle&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · matthealy.com&lt;/p&gt;
    &lt;p&gt;Matt Healy shows you how to hack a Kindle to make it part of your smart home.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://passkeys.directory/&quot;&gt;Passkeys.directory&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · passkeys.directory&lt;/p&gt;
    &lt;p&gt;1Password built a directory of websites that support passkeys.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://bastianallgeier.com/notes/solar&quot;&gt;Solar&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · bastianallgeier.com&lt;/p&gt;
    &lt;p&gt;Bastian Allgeier shares their experience a year after installing solar panels on their roof.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://adactio.com/journal/19650&quot;&gt;That fediverse feeling&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · adactio.com&lt;/p&gt;
    &lt;p&gt;Jeremy summarises the vibes they get when using Mastodon.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://marcel.io/how-to-choose-the-right-mastodon-server-without-being-a-huge-nerd/&quot;&gt;How to choose the right Mastodon server without being a huge nerd&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · marcel.io&lt;/p&gt;
    &lt;p&gt;Marcel Wichmann has a guide mostly to non-technical people that want to get started on Mastodon.&lt;/p&gt;


    
  </content:encoded></item><item><title>80 / Goodbye Twitter, hello Fediverse</title><link>https://2023.arne.me/weekly/80/</link><guid>https://2023.arne.me/weekly/80/</guid><description>Issue #80 from Arne&apos;s Weekly</description><pubDate>Sun, 13 Nov 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, I migrated to Mastodon due to the recent events (as did many people),
you can find me at &lt;a href=&quot;https://spezi.social/@arne&quot;&gt;@arne@spezi.social&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This issue is &lt;em&gt;packed&lt;/em&gt;, hope you enjoy reading the stories and articles as much
as I did.&lt;/p&gt;

    
    
    &lt;h2&gt;Toot of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;The Programmers’ Credo: we do these things not because they are easy,
but because we thought they were going to be easy.  &lt;/p&gt;

        — &lt;a href=&quot;https://noc.social/@xcud/109310012976407519&quot;&gt;@xcud@noc.social&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://salman.io/blog/momentum-motivation/&quot;&gt;Don&apos;t Wait for Motivation, Act for Momentum&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · salman.io&lt;/p&gt;
    &lt;p&gt;Salman describes the importance of starting with small steps in a real-world example.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2022/nov/9/transition-files/&quot;&gt;You should maintain a transition file&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss explains why you should have a transition file that explains your job to a successor.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://randsinrepose.com/archives/the-seven-levels-of-busy/&quot;&gt;The Seven Levels of Busy&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · randsinrepose.com&lt;/p&gt;
    &lt;p&gt;Michael Lopp lists 7 levels of busy (which one are you?).&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://stripe.com/blog/fast-secure-builds-choose-two&quot;&gt;Fast builds, secure builds. Choose two.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · stripe.com&lt;/p&gt;
    &lt;p&gt;Sushain Cherivirala explains how Stripe built a secure CI system that completes in under 5 minutes.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://go.dev/blog/13years&quot;&gt;Thirteen Years of Go&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · go.dev&lt;/p&gt;
    &lt;p&gt;Russ Cox summarises the last year in Go, which is now 13 years old.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://wagslane.dev/posts/guard-keyword-error-handling-golang/&quot;&gt;Thoughts on the &quot;Guard&quot; Proposal for Go&apos;s Error Handling&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · wagslane.dev&lt;/p&gt;
    &lt;p&gt;Lane Wagner has some thoughts and improvement to the recent guard/must proposal for Go.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blessed.rs/crates&quot;&gt;Blessed.rs&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;blessed.rs&lt;/p&gt;
    &lt;p&gt;Nico Burns built a site with Rust crate recommendations. This is super useful, especially when getting started as Rust has a small std lib.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://wishawa.github.io/posts/thread-scoped-async/&quot;&gt;Scoped threads in Rust, and why its async counterpart would be unsound&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · wishawa.github.io&lt;/p&gt;
    &lt;p&gt;Wisha Wanichwecharungruang explains how scoped threads work and goes deep into lifetime logic to explain why it doesn&apos;t work with async.&lt;/p&gt;


    &lt;h2&gt;Fediverse&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://time.com/6229230/mastodon-eugen-rochko-interview/&quot;&gt;Twitter Rival Mastodon&apos;s Founder Has a Vision for Democratizing Social Media&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · time.com&lt;/p&gt;
    &lt;p&gt;Billy Pereigo interviews Eugen Rochko, the creator of Mastodon.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://web.archive.org/web/20221119175623/https://francisbeaudet.com/a-humane-guide-to-mastodon/&quot;&gt;A humane guide to Mastodon&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · francisbeaudet.com&lt;/p&gt;
    &lt;p&gt;Francis Beaudet wrote a humane guide to get started in the Fediverse. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://bastianallgeier.com/notes/fediverse&quot;&gt;Fediverse&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · bastianallgeier.com&lt;/p&gt;
    &lt;p&gt;Bastian Allgeier about their feelings about Mastodon. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.jefftk.com/p/thinking-about-mastodon&quot;&gt;Thinking About Mastodon&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · jefftk.com&lt;/p&gt;
    &lt;p&gt;Jeff Kaufman is pessimistic about Mastodon because it&apos;s harder to fight spam in a distributed system.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ar.al/2022/11/09/is-the-fediverse-about-to-get-fryed-or-why-every-toot-is-also-a-potential-denial-of-service-attack/&quot;&gt;Is the fediverse about to get Fryed? (Or, “Why every toot is also a potential denial of service attack”)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · ar.al&lt;/p&gt;
    &lt;p&gt;Aral Balkan about some performance problems and power imbalance in the Fediverse. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://xeiaso.net/blog/rip-twitter&quot;&gt;Goodbye Twitter, Hello Fediverse!&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · xeiaso.net&lt;/p&gt;
    &lt;p&gt;Xe Iaso says goodbye to Twitter and recommends some Fediverse accounts.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://rixx.de/blog/on-running-a-mastodon-instance/&quot;&gt;On Running a Mastodon Instance&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · rixx.de&lt;/p&gt;
    &lt;p&gt;Tobias shares their experience running a Mastodon instance for 7k people.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://indica.medium.com/the-beggars-and-street-prophets-of-london-7f0a340ab7a7&quot;&gt;The Beggars And Street Prophets Of London&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · indica.medium.com&lt;/p&gt;
    &lt;p&gt;indi.ca about the street prophets of London and why they&apos;re all right.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.pragmaticengineer.com/cruel-changes-at-twitter/&quot;&gt;Cruel Changes at Twitter&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · blog.pragmaticengineer.com&lt;/p&gt;
    &lt;p&gt;Gergely Orosz gives some background information about the things which are happening at Twitter.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://simonwillison.net/2022/Nov/6/what-to-blog-about/&quot;&gt;What to blog about&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · simonwillison.net&lt;/p&gt;
    &lt;p&gt;Simon Willison has some ideas to get you started when thinking about starting your own blog.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tylercipriani.com/blog/2022/10/17/whole-house-circadian-lighting-with-home-assistant/&quot;&gt;f.lux, but for your house&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · tylercipriani.com&lt;/p&gt;
    &lt;p&gt;Tyler Cipriani made their house lighting change color and dim in the evenings. I want that!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://basicappleguy.com/basicappleblog/you-might-also-like&quot;&gt;You Might Also Like&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · basicappleguy.com&lt;/p&gt;
    &lt;p&gt;Basic Apple Guy about the recent push of ads into Apple operating systems.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nature.com/articles/d41586-022-03676-7#ref-CR1&quot;&gt;CRISPR cancer trial success paves the way for personalized treatments&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · nature.com&lt;/p&gt;
    &lt;p&gt;Heidi Ledford summarises a study where gene-edited T cells helped fight cancer.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jacobin.com/2022/11/options-trading-stock-market-inequality&quot;&gt;No, You Aren’t Going to Get Rich by Options Trading&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · jacobin.com&lt;/p&gt;
    &lt;p&gt;Clark Randall about the reality of options trading as an average citizen.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://behavioralscientist.org/annie-duke-quit-mental-models-to-help-you-cut-your-losses/&quot;&gt;Mental Models to Help You Cut Your Losses&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · behavioralscientist.org&lt;/p&gt;
    &lt;p&gt;Annie Duke introduces two mental models to know when to quit a project.&lt;/p&gt;


    
  </content:encoded></item><item><title>79 / The perfect commit</title><link>https://2023.arne.me/weekly/79/</link><guid>https://2023.arne.me/weekly/79/</guid><description>Issue #79 from Arne&apos;s Weekly</description><pubDate>Sun, 06 Nov 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hopy your week has been good 😌&lt;/p&gt;

    
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/things-your-manager-might-not-know/&quot;&gt;Things your manager might not know&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans has 8 things you can do to make everyone&apos;s job a lot easier.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://nedbatchelder.com/blog/202210/ideal_open_source.html&quot;&gt;Ideal open source&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · nedbatchelder.com&lt;/p&gt;
    &lt;p&gt;Ned Batchelder about open source motivation and an ideal situation.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.lenareinhard.com/articles/how-to-lead-strategically-every-day&quot;&gt;How to lead strategically every day&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · lenareinhard.com&lt;/p&gt;
    &lt;p&gt;Fiona McVitie about what makes a good strategy and how to make it a habit.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://simonwillison.net/2022/Oct/29/the-perfect-commit/&quot;&gt;The Perfect Commit&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · simonwillison.net&lt;/p&gt;
    &lt;p&gt;Simon Willison has some guidelines for good commits, some of them controversial.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.rust-lang.org/2022/10/28/gats-stabilization.html&quot;&gt;Generic associated types to be stable in Rust 1.65&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · blog.rust-lang.org&lt;/p&gt;
    &lt;p&gt;Jack Huey gives an introduction to GATs in Rust (finally!)&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ntietz.com/blog/rc-week-7-recap/&quot;&gt;RC Week 7: Four habits to improve as a programmer&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · ntietz.com&lt;/p&gt;
    &lt;p&gt;Nicolas has four habits for programmers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;http://antirez.com/news/138&quot;&gt;In defense of linked lists&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · antirez.com&lt;/p&gt;
    &lt;p&gt;antirez lists reasons why linked lists are useful even when they get bad rep.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/ideas/archive/2022/10/qr-code-menus-restaurants-pandemic/671888/&quot;&gt;The Restaurant Industry’s Worst Idea&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Conor Friedersdorf about QR codes and digital menus.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.inkandswitch.com/potluck/&quot;&gt;Dynamic documents as personal software&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;35 min · inkandswitch.com&lt;/p&gt;
    &lt;p&gt;Geoffrey Litt, Max Schoening, Paul Shen&lt;/p&gt;


    
  </content:encoded></item><item><title>78 / No, you’re not entitled to your opinion</title><link>https://2023.arne.me/weekly/78/</link><guid>https://2023.arne.me/weekly/78/</guid><description>Issue #78 from Arne&apos;s Weekly</description><pubDate>Sun, 30 Oct 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&apos;sup? ✌🏻&lt;/p&gt;

    
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://blog.jim-nielsen.com/2022/what-work-looks-like/&quot;&gt;What &quot;Work&quot; Looks Like&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · blog.jim-nielsen.com&lt;/p&gt;
    &lt;p&gt;Jim Nielsen about what work looks like and why work away from a computer can be real work as a tech worker.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://hpdailyrant.medium.com/what-a-healthy-team-looks-like-637e63e30edb&quot;&gt;What a Healthy Team Looks Like&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · hpdailyrant.medium.com&lt;/p&gt;
    &lt;p&gt;Hà Phan has seven qualities of healthy teams.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://martinfowler.com/bliki/ConwaysLaw.html&quot;&gt;Conway&apos;s Law&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · martinfowler.com&lt;/p&gt;
    &lt;p&gt;Martin Fowler about Conway&apos;s Law, how an organisation structure is reflected in the systems it designs.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.karlsutt.com/articles/communicating-effectively-as-a-developer/&quot;&gt;How to communicate effectively as a developer&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · karlsutt.com&lt;/p&gt;
    &lt;p&gt;Karl Sutt has some great tactical advice for writing as an engineer.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://github.com/golang/go/discussions/56413&quot;&gt;user-defined iteration using range over func values&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · github.com&lt;/p&gt;
    &lt;p&gt;Russ Cox proposed an iterator in Go.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.m-ou.se/rust-standard/&quot;&gt;Do we need a &quot;Rust Standard&quot;?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · blog.m-ou.se&lt;/p&gt;
    &lt;p&gt;Mara Bos about a possible Rust specification and standard (similar to C or C++).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://sharats.me/posts/shell-script-best-practices/&quot;&gt;Shell Script Best Practices&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · sharats.me&lt;/p&gt;
    &lt;p&gt;Shrikant has an opinionated guide to shell scripts.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://quadratic.fm/p/how-meta-microsoft-google-github&quot;&gt;How Meta, Google, Github and others leverage HTTP conditional requests to build robust REST APIs&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;19 min · quadratic.fm&lt;/p&gt;
    &lt;p&gt;Ilija Eftimov has case studies in how tech giants support If-Modified-Since and other HTTP preconditions.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jrsinclair.com/articles/2022/what-if-the-team-hates-my-functional-code/&quot;&gt;What if the team hates my functional code?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · jrsinclair.com&lt;/p&gt;
    &lt;p&gt;James Sinclair explains why you should write your code for the right audience, just like a writer.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://sidbala.com/h-264-is-magic/&quot;&gt;H.264 is magic: a technical walkthrough of a remarkable technology.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · sidbala.com&lt;/p&gt;
    &lt;p&gt;Sid Bala explains why H264 is as good as it is.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://matduggan.com/passkeys-as-a-tool-for-user-retention/&quot;&gt;Passkeys as a tool for user retention&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · matduggan.com&lt;/p&gt;
    &lt;p&gt;Mathew Duggan explains why vendor lock-in is an issue with the new Passkeys standard.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://theconversation.com/no-youre-not-entitled-to-your-opinion-9978&quot;&gt;No, you&apos;re not entitled to your opinion&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · theconversation.com&lt;/p&gt;
    &lt;p&gt;Patrick Stokes explains why not everyone is entitled to an opinion.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.washingtonpost.com/technology/2022/10/29/elon-musk-twitter-takeover/&quot;&gt;Elon Musk’s planned Twitter layoffs are imminent&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · washingtonpost.com&lt;/p&gt;
    &lt;p&gt;Faiz Siddiqui, Elizabeth Dwoskin and Gerrit De Vynck explain what’s going on at Twitter in the recent days.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theverge.com/2022/10/28/23428132/elon-musk-twitter-acquisition-problems-speech-moderation&quot;&gt;Welcome to hell, Elon&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · theverge.com&lt;/p&gt;
    &lt;p&gt;Nilay Patel explains the trouble Elon will get into with his goals to allow all free speech on Twitter.&lt;/p&gt;


    
  </content:encoded></item><item><title>77 / Take a Break You Idiot</title><link>https://2023.arne.me/weekly/77/</link><guid>https://2023.arne.me/weekly/77/</guid><description>Issue #77 from Arne&apos;s Weekly</description><pubDate>Sun, 23 Oct 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey everyone, I&apos;ve been sick for the last two weeks, that&apos;s why there was no
issue last week.&lt;br /&gt;
But I&apos;m back now with a &lt;em&gt;packed&lt;/em&gt; issue!
Hope you enjoy ❤️&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Should’ve been a cat. Sleep for 16 hours a day, cause chaos for the other 8. Scream loudly whenever I’m hungry. Knock shit off the counter for no reason&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/drakegatsby/status/1581277224925548549&quot;&gt;@drakegatsby on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://justforfunnoreally.dev/&quot;&gt;Just for Fun. No, Really.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · justforfunnoreally.dev&lt;/p&gt;
    &lt;p&gt;Tim Morgan built a nice Page that you can send to people that don&apos;t get why you&apos;re working on a side project that doesn&apos;t look like it will make money.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.robinrendle.com/notes/take-a-break-you-idiot/&quot;&gt;Take a Break You Idiot&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · robinrendle.com&lt;/p&gt;
    &lt;p&gt;Robin Rendle about the importance of regular breaks from work.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.macchaffee.com/blog/2022/carrying-capacity/&quot;&gt;Know your carrying capacity&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · macchaffee.com&lt;/p&gt;
    &lt;p&gt;Mac Chaffee about the term &quot;carrying capacity&quot; and what happens if you don&apos;t know yours.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tdarb.org/blog/avoid-featurism.html&quot;&gt;Avoiding Featurism&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · tdarb.org&lt;/p&gt;
    &lt;p&gt;Brad has 5 rules to avoid what they call creeping featurism.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.heinrichhartmann.com/posts/writing/&quot;&gt;Writing for Engineers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · heinrichhartmann.com&lt;/p&gt;
    &lt;p&gt;Heinrich Hartmann has a great guide for writing.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://typesanitizer.com/blog/zig-generics.html&quot;&gt;Zig-style generics are not well-suited for most languages&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · typesanitizer.com&lt;/p&gt;
    &lt;p&gt;Varun Gandhi explains the drawbacks of Zig-style generics (which are modelled closely after C++ templates).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tigerbeetle.com/blog/a-database-without-dynamic-memory/&quot;&gt;A Database Without Dynamic Memory Allocation&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · tigerbeetle.com&lt;/p&gt;
    &lt;p&gt;Phil Eaton explains why the TigerBeetle database doesn&apos;t use dynamic memory That&apos;s one way to get around Zig&apos;s manual memory management I guess.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://github.com/golang/go/issues/56165&quot;&gt;proposal: Go 2: error handling: try statement with handler&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · github.com&lt;/p&gt;
    &lt;p&gt;Greg Weber proposed a &lt;code&gt;try&lt;/code&gt; keyword for ergonomic error handling in Go.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://htmx.org/essays/a-real-world-react-to-htmx-port/&quot;&gt;A Real World React -&amp;gt; htmx Port&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · htmx.org&lt;/p&gt;
    &lt;p&gt;David Guillot held a talk about moving from React to htmx and the results are staggering.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://wix-ux.com/when-life-gives-you-lemons-write-better-error-messages-46c5223e1a2f&quot;&gt;When life gives you lemons, write better error messages&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · wix-ux.com&lt;/p&gt;
    &lt;p&gt;Jenni Nadler explains the factors that make a good or bad error message.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kmaasrud.com/posts/2022-09-26%20Optimizing%20the%20hell%20out%20of%20my%20website.html&quot;&gt;Optimizing the hell out of my website&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · kmaasrud.com&lt;/p&gt;
    &lt;p&gt;Knut Magnus Aasrud explains all the steps they took to make their website &lt;em&gt;really&lt;/em&gt; tiny.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://fasterthanli.me/articles/the-http-crash-course-nobody-asked-for&quot;&gt;The HTTP crash course nobody asked for&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 hours 23 min · fasterthanli.me&lt;/p&gt;
    &lt;p&gt;Amos has written a HTTP/S/2 crash course.&lt;/p&gt;


    &lt;h2&gt;Rust&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://sunshowers.io/posts/nextest-and-tokio-1&quot;&gt;How (and why) nextest uses tokio, part 1&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · sunshowers.io&lt;/p&gt;
    &lt;p&gt;Rain explains why the Rust testing framework uses Tokio and what it used before.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.adamchalmers.com/streaming-proxy/&quot;&gt;Static streams for faster async proxies&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · blog.adamchalmers.com&lt;/p&gt;
    &lt;p&gt;Adam Chalmers explains how you can stream an incoming request body to an outgoing request in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kerkour.com/multithreading-in-rust&quot;&gt;Multithreading in Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · kerkour.com&lt;/p&gt;
    &lt;p&gt;Sylvain Kerkour speeds up their port-scanning software by adding threads.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.pinecone.io/learn/rust-rewrite/&quot;&gt;Rewriting a high performance vector database in Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · pinecone.io&lt;/p&gt;
    &lt;p&gt;Jack Pertschuk about the experience of rewriting the Pinecone database in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.rerun.io/blog/why-rust&quot;&gt;Why Rust?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · rerun.io&lt;/p&gt;
    &lt;p&gt;Emil Ernerfeldt explains why they use Rust for Rerun.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lunatic.solutions/blog/magic-handler-functions-in-rust/&quot;&gt;Magical handler functions in Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · lunatic.solutions&lt;/p&gt;
    &lt;p&gt;Bernard Kolobara explains magical handler functions in Rust and why they can be ineffective.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;http://muezza.ca/thoughts/favourite_computer/&quot;&gt;My Favourite Computer, An Old Mac&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · muezza.ca&lt;/p&gt;
    &lt;p&gt;Connor Oliver about his Macintosh Classic II.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2022/oct/14/writing-with-copilot/&quot;&gt;Writing With Copilot&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss about using GitHub copilot for writing.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.robinrendle.com/notes/the-right-kind-of-attention/&quot;&gt;The Right Kind of Attention&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · robinrendle.com&lt;/p&gt;
    &lt;p&gt;Robin Rendle about the right (and wrong) kind of attention. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/family/archive/2022/01/not-sorry-for-my-delay/621264/&quot;&gt;What If We Just Stopped Being So Available?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Joe Pinsker explainswhy we should stop apologising for late responses. &lt;em&gt;Thanks, Eric!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://arun.is/blog/apple-metropolitan-face/&quot;&gt;A historical view on the Metropolitan Apple Watch face&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · arun.is&lt;/p&gt;
    &lt;p&gt;Arun explains the history of the new Metropolitan face for the Apple Watch. Be sure to checkout earlier posts about World Time, GMT and more!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://arslan.io/2022/10/22/review-of-the-kinesis-advantage360-professional/&quot;&gt;Review of the Kinesis Advantage360 Professional&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · arslan.io&lt;/p&gt;
    &lt;p&gt;Fatih Arslan compares the new Advantage360 keyboard to the Advantage2 from Kinesis.&lt;/p&gt;


    
  </content:encoded></item><item><title>76 / An end to doomerism</title><link>https://2023.arne.me/weekly/76/</link><guid>https://2023.arne.me/weekly/76/</guid><description>Issue #76 from Arne&apos;s Weekly</description><pubDate>Sun, 09 Oct 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Welcome back to Arne&apos;s Weekly!
I had an amazing time in Barcelona, hope you&apos;re doing well too ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;i used to be young and cool and now when it rains i say things like “this is good. we needed this”&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/elykreimendahl/status/1549067903508647937&quot;&gt;@elykreimendahl on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://craigmod.com/essays/electric_bikes&quot;&gt;Electric Bike, Stupid Love of My Life&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · craigmod.com&lt;/p&gt;
    &lt;p&gt;Craig Mod writes an ode to electric bikes so compelling that I want to buy one now.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://bigthink.com/progress/pessimism-is-a-barrier-to-progress/&quot;&gt;An end to doomerism&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · bigthink.com&lt;/p&gt;
    &lt;p&gt;Dr. Hannah Ritchie about pessimism and why realistic optimism is more productive.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://snyder.substack.com/p/how-does-the-russo-ukrainian-war&quot;&gt;How does the Russo-Ukrainian War end?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · snyder.substack.com&lt;/p&gt;
    &lt;p&gt;Timothy Snyder about a possible ending of the war that they argue is way more&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.learningfromincidents.io/posts/oops-learning-from-the-incident-you-didnt-have&quot;&gt;OOPS! Learning from the incident you didn&apos;t have&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · learningfromincidents.io&lt;/p&gt;
    &lt;p&gt;An article about learning from surprises instead of incidents.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://world.hey.com/jorge/aging-programmer-d448bdec&quot;&gt;Aging programmer&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · world.hey.com&lt;/p&gt;
    &lt;p&gt;Jorge Manrubia about his experience as a 40-year old programmer.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.cnbc.com/2022/09/18/microsoft-exec-my-2-step-rule-for-having-hard-conversations-at-work.html&quot;&gt;Microsoft exec: My 2-step rule for having hard conversations at work&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · cnbc.com&lt;/p&gt;
    &lt;p&gt;Morgan Smith about Chris Capossela&apos;s system for hard conversations.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://go.dev/blog/go119runtime&quot;&gt;Go runtime: 4 years later&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · go.dev&lt;/p&gt;
    &lt;p&gt;Michael Knyszek lists past improvements of the Go runtime and introduces the new soft memory limit configuration.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://unencumberedbyfacts.com/2019/01/24/jmap-its-like-imap-but-not-really/&quot;&gt;JMAP: It’s like IMAP But Not Really&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · unencumberedbyfacts.com&lt;/p&gt;
    &lt;p&gt;Jason Munro about the JMAP protocol and why it&apos;s so much better than IMAP.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.foonathan.net/2022/09/new-integer-types/&quot;&gt;New integer types I&apos;d like to see&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · foonathan.net&lt;/p&gt;
    &lt;p&gt;Jonathan about new integer types that could make some problems go away (e.g. by being symmetric).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.computerenhance.com/p/turns-are-better-than-radians&quot;&gt;Turns are Better than Radians&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · computerenhance.com&lt;/p&gt;
    &lt;p&gt;Casey Muratori argues that you shouldn&apos;t use radians in code.&lt;/p&gt;


    &lt;h2&gt;Rust&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://blog.yoshuawuyts.com/why-async-rust/#performance-workloads&quot;&gt;Why Async Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · blog.yoshuawuyts.com&lt;/p&gt;
    &lt;p&gt;Yoshua Wuyts about the benefits of the async architecture in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.vivekpanyam.com/my-first-time-using-rust-for-real/&quot;&gt;My first time using Rust &quot;for real&quot;&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · blog.vivekpanyam.com&lt;/p&gt;
    &lt;p&gt;Vivek Panyam shares the perspective of an experienced C++ engineer using Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://matklad.github.io/2022/10/06/hard-mode-rust.html&quot;&gt;Hard Mode Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;18 min · matklad.github.io&lt;/p&gt;
    &lt;p&gt;Aleksey Kladov writes a ray-tracer in Rust without dynamic memory allocation.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://github.com/rochacbruno/py2rs&quot;&gt;A quick reference guide for the Pythonista in the process of becoming a Rustacean&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · github.com&lt;/p&gt;
    &lt;p&gt;Bruno Rocha has an extensive guide to learn Rust coming from Python.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://variety.com/2022/tv/news/william-shatner-space-boldly-go-excerpt-1235395113/&quot;&gt;My Trip to Space Filled Me With ‘Overwhelming Sadness’&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · variety.com&lt;/p&gt;
    &lt;p&gt;William Shatner became the oldest living person to travel into space, but experienced the &quot;Overview Effect&quot;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://protos.com/the-rise-of-the-crypto-influencer-and-the-fall-of-truth/&quot;&gt;The rise of the crypto influencer and the fall of truth&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · protos.com&lt;/p&gt;
    &lt;p&gt;This article exposes some of the shady tactics of ”crypto influencers“,&lt;/p&gt;


    
  </content:encoded></item><item><title>75 / The five-minute feedback fix</title><link>https://2023.arne.me/weekly/75/</link><guid>https://2023.arne.me/weekly/75/</guid><description>Issue #75 from Arne&apos;s Weekly</description><pubDate>Sun, 25 Sep 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;✌🏻 How&apos;s it going?&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;machine learning? i think we need some machine forgetting!!&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/monadliker/status/1558868377938153479&quot;&gt;@monadlike on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://harihareswara.net/posts/2022/what-you-miss-by-only-checking-github/&quot;&gt;What You Miss By Only Checking GitHub&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · harihareswara.net&lt;/p&gt;
    &lt;p&gt;Sumana Harihareswara about the lamppost fallacy that is only looking at GitHub for open-source projects.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;http://paulgraham.com/users.html&quot;&gt;What I&apos;ve Learned from Users&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · paulgraham.com&lt;/p&gt;
    &lt;p&gt;Paul Graham about their learnings working with startup founders for YC.&lt;/p&gt;


    &lt;h2&gt;Rust&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://sabrinajewson.org/blog/async-drop&quot;&gt;Async destructors, async genericity and completion futures&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;50 min · sabrinajewson.org&lt;/p&gt;
    &lt;p&gt;Sabrina Jewson explores options to add async Drop in Rust and concludes in a proposal.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.yoshuawuyts.com/futures-concurrency-4/&quot;&gt;Futures Concurrency IV: Join Ergonomics&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · blog.yoshuawuyts.com&lt;/p&gt;
    &lt;p&gt;Yoshua Wuyts about (async) join ergonomics in Swift and Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.ncameron.org/blog/ten-challenges-for-rust/&quot;&gt;Ten challenges for Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · ncameron.org&lt;/p&gt;
    &lt;p&gt;Nick Cameron lists ten challenges for Rust, the language and the ecosystem.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://smallcultfollowing.com/babysteps/blog/2022/09/22/rust-2024-the-year-of-everywhere/&quot;&gt;Rust 2024...the year of everywhere?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · smallcultfollowing.com&lt;/p&gt;
    &lt;p&gt;Niko Matsakis imagines Rust in 2024 and describes the features they think are available by then.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://github.com/readme/guides/testable-requirements-feedback&quot;&gt;The five-minute feedback fix&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · github.com&lt;/p&gt;
    &lt;p&gt;Hillel Wayne about formal verification methods and their advantages.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://hynek.me/articles/productive-fruit-fly-programmer/&quot;&gt;How I’m a Productive Programmer With a Memory of a Fruit Fly&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · hynek.me&lt;/p&gt;
    &lt;p&gt;Hynek Schlawack about the benefits of an offline documentation browser and how to make it great.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://engineering.backmarket.com/oauth2-explained-with-cute-shapes-7eae51f20d38&quot;&gt;OAuth2 explained with cute shapes&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · engineering.backmarket.com&lt;/p&gt;
    &lt;p&gt;If OAuth2 confuses you, Klemen Sever has an explanation using illustrations.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.imperialviolet.org/2022/09/22/passkeys.html&quot;&gt;Passkeys&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · imperialviolet.org&lt;/p&gt;
    &lt;p&gt;Adam Langley wrote a guide to integrate passkeys into your website.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://davidamos.dev/the-rule-of-six/&quot;&gt;Want cleaner code? Use the rule of six&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · davidamos.dev&lt;/p&gt;
    &lt;p&gt;David Amos about principles for cleaner code.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.wired.com/story/apple-passkeys-password-iphone-mac-ios16-ventura/&quot;&gt;Apple’s Killing the Password. Here’s Everything You Need to Know&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · wired.com&lt;/p&gt;
    &lt;p&gt;Matt Burgess explains how Apple passkeys works and why it&apos;s better than passwords.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/international/archive/2022/09/russia-exile-putin-military-draft/671541/&quot;&gt;&apos;An Army of Zombies Is Leading Us to Hell&apos;: A Russian Who Fled Putin&apos;s Draft Speaks Out&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Anna Nemtsova interviews a Moscow IT professional which left (like many others)&lt;/p&gt;


    
  </content:encoded></item><item><title>74 / The Patron Saint of Yak Shaves</title><link>https://2023.arne.me/weekly/74/</link><guid>https://2023.arne.me/weekly/74/</guid><description>Issue #74 from Arne&apos;s Weekly</description><pubDate>Sat, 17 Sep 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, starting with this issue I&apos;ll count the number of clicks.
No personal data whatsoever is recorded, just the issue number and the url.
If you run into any issues with this, please let me know by replying to this
email.
As always, enjoy todays curation! ✌🏻&lt;/p&gt;

    
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://experimentalhistory.substack.com/p/excuse-me-but-why-are-you-eating&quot;&gt;Excuse me but why are you eating so many frogs&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · experimentalhistory.substack.com&lt;/p&gt;
    &lt;p&gt;Adam Mastroianni about the productivity gurus telling you to &quot;eat more frogs&quot; and people following that without thinking about what makes them happy.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://staysaasy.com/career/2022/09/11/Dirty-Work.html&quot;&gt;Build Your Career on Dirty Work&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · staysaasy.com&lt;/p&gt;
    &lt;p&gt;This article gives the career advice of embracing the &quot;dirty work&quot; like on-call or QA.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://codewithstyle.info/software-vs-systems/&quot;&gt;What Makes a Senior Engineer? Writing Software vs Building Systems&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · codewithstyle.info&lt;/p&gt;
    &lt;p&gt;Miłosz Piechocki explains why more senior engineers think in systems and gives concrete examples.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.zerobanana.com/essays/living-in-the-future/&quot;&gt;ZeroBanana – Senior Engineers are Living in the Future&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · zerobanana.com&lt;/p&gt;
    &lt;p&gt;Zane Bitter explains why it sometimes seems like more senior engineers live in the future.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://cloud.google.com/blog/products/application-modernization/why-david-yach-loves-go&quot;&gt;Why David Yach Loves Go&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · cloud.google.com&lt;/p&gt;
    &lt;p&gt;David Yach (Director of Engineering at Google Cloud) writes a love letter to Go.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://yakshav.es/the-patron-saint-of-yakshaves/&quot;&gt;Donald Knuth - The Patron Saint of Yak Shaves&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · yakshav.es&lt;/p&gt;
    &lt;p&gt;Florian Gilcher about Donald Knuth and all the yak shaved it took to finally get to LaTeX.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://typefully.com/DanHollick/qr-codes-T7tLlNi&quot;&gt;QR codes&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · typefully.com&lt;/p&gt;
    &lt;p&gt;Dan Hollick explains how a QR code works. &lt;em&gt;Thanks, Lukas!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://simonwillison.net/2022/Sep/12/prompt-injection/&quot;&gt;Prompt injection attacks against GPT-3&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · simonwillison.net&lt;/p&gt;
    &lt;p&gt;Simon Willison about AI prompt injection, a completely new hack.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jameswillia.ms/posts/shortest-urls.html&quot;&gt;Shortest URLs on the Internet&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · jameswillia.ms&lt;/p&gt;
    &lt;p&gt;James Williams about top-level domain name resolution.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lwn.net/SubscriberLink/907685/0290fbfe1ba855ea/&quot;&gt;A pair of Rust kernel modules&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · lwn.net&lt;/p&gt;
    &lt;p&gt;Jonathan Corbet describes the first two real-world kernel modules that have been written in Rust.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.nirandfar.com/technology-addiction/&quot;&gt;This is How the Media is Misleading You on “Technology Addiction”&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · nirandfar.com&lt;/p&gt;
    &lt;p&gt;Siri Helle about the myths of too much screen time leading to depression and other myths. &lt;em&gt;Thanks, Eric!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://krebsonsecurity.com/2022/09/say-hello-to-crazy-thin-deep-insert-atm-skimmers/&quot;&gt;Say Hello to Crazy Thin ‘Deep Insert’ ATM Skimmers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · krebsonsecurity.com&lt;/p&gt;
    &lt;p&gt;This article is about new type of super-thin ATM skimmers and how they work.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://devonzuegel.com/post/uncharted-waters-what-startups-can-learn-from-pirates-about-compensation&quot;&gt;Uncharted waters: what startups can learn from pirates about compensation&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · devonzuegel.com&lt;/p&gt;
    &lt;p&gt;Devon Zuegel about the similarities of startups and pirates.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.austinmann.com/trek/iphone-14-pro-camera-review-scotland&quot;&gt;iPhone 14 Pro Camera Review: Scotland&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · austinmann.com&lt;/p&gt;
    &lt;p&gt;Austin Mann reviews the iPhone 14 Pro camera(s) and gives advice for photographers using it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://bryce.vc/post/64889707700/most-people-wouldnt&quot;&gt;Most People Won&apos;t&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · bryce.vc&lt;/p&gt;
    &lt;p&gt;A post about making leaps and changing everything, and a story about the Uber CEO.&lt;/p&gt;


    
  </content:encoded></item><item><title>73 / Quality Is Systemic</title><link>https://2023.arne.me/weekly/73/</link><guid>https://2023.arne.me/weekly/73/</guid><description>Issue #73 from Arne&apos;s Weekly</description><pubDate>Sun, 11 Sep 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;had 7 concurrent users today
guess it&apos;s time for kubernetes&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/roxkstar74/status/1568079434942406656&quot;&gt;@roxkstar74 on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/lifeandstyle/2022/jul/30/you-cant-say-that-how-to-argue-better&quot;&gt;&apos;You can&apos;t say that!&apos;: how to argue, better&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · theguardian.com&lt;/p&gt;
    &lt;p&gt;Adam Grant has practical tipps that can help you argue with people in a more constructive way and see your own biases.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2022/sep/9/quality-is-systemic/&quot;&gt;Quality Is Systemic&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss explains why the reason for bad software is systemic in most cases.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/newsletters/archive/2022/09/career-ambition-advice-data/671374/&quot;&gt;Your Career Is Just One-Eighth of Your Life&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Derek Thompson has 5 points of career advice for you.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://twitter.com/BStulberg/status/1545765424289169409&quot;&gt;Habits and Principles for Peak Performance and Geniune Excellence&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · twitter.com&lt;/p&gt;
    &lt;p&gt;Brad Stulberg has 19 habits and principles for peak performance and genuine excellence.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;http://twitchard.github.io/posts/2022-08-26-metrics-schmetrics.html&quot;&gt;Be good-argument-driven, not data-driven&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · twitchard.github.io&lt;/p&gt;
    &lt;p&gt;Richard Marmorstein about the dangers of metric-driven software development.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://margin.re/media/an-opinionated-guide-on-how-to-reverse-engineer-software-part-1.aspx&quot;&gt;An opinionated guide on how to reverse engineer software, part 1&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · margin.re&lt;/p&gt;
    &lt;p&gt;Ryan Stortz has a great guide to get started with reverse engineering.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://go.dev/blog/vuln&quot;&gt;Vulnerability Management for Go&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · go.dev&lt;/p&gt;
    &lt;p&gt;Julie Qiu introduces the Go vulnerability database.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://xiph.org/flac/documentation_format_overview.html&quot;&gt;FLAC - Format overview&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · xiph.org&lt;/p&gt;
    &lt;p&gt;An overview of the FLAC audio file format.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.graplsecurity.com/post/attacking-firecracker&quot;&gt;Attacking Firecracker: AWS&apos; microVM Monitor Written in Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;37 min · graplsecurity.com&lt;/p&gt;
    &lt;p&gt;Valentina Palmiotti about a security vulnerability in Firecracker and how they exploited it. &lt;em&gt;Thanks, Mikkel!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kerkour.com/rust-async-combinators&quot;&gt;Learning Rust: Async Combinators&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · kerkour.com&lt;/p&gt;
    &lt;p&gt;Sylvain Kerkour introduces a few Rust async combinators (to deal with a stream of values).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://rsdlt.github.io/posts/rust-trait-super-generic-polymorphism-subtrait-supertrait-bounds/&quot;&gt;How to Use Rust Traits, Generics and Bounds&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · rsdlt.github.io&lt;/p&gt;
    &lt;p&gt;Rodrigo Santiago refactors their old Rust code to use Traits &amp;amp; Generics and shows the difference it makes.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://unstructed.tech/2022/09/07/your-attention-span-is-being-robbed/&quot;&gt;Your attention span is being robbed!&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · unstructed.tech&lt;/p&gt;
    &lt;p&gt;Mihailo Joksimovic about the modern slot machines that are social media and ways to break out.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/interactive/2022/09/07/world/europe/eu-logging-wood-pellets.html&quot;&gt;Europe Is Sacrificing Its Ancient Forests for Energy&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;Sarah Hurtes and Weiyi Cai about the practice of burning wood as &quot;renewable energy&quot; and why it has to stop. &lt;em&gt;Thanks, Mum!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://seths.blog/2022/09/what-does-it-mean-to-be-smart-2/&quot;&gt;What does it mean to be smart?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · seths.blog&lt;/p&gt;
    &lt;p&gt;Seth Godin about alleged smartness in computers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://academic.oup.com/pcp/advance-article/doi/10.1093/pcp/pcac114/6674685&quot;&gt;Ethanol-Mediated Novel Survival Strategy against Drought Stress in Plants&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;38 min · academic.oup.com&lt;/p&gt;
    &lt;p&gt;A paper from over 30 scientists about the positive effects of ethanol for plants that don&apos;t get enough water. &lt;em&gt;Thanks, Mum!&lt;/em&gt;&lt;/p&gt;


    
  </content:encoded></item><item><title>72 / Why are you so busy?</title><link>https://2023.arne.me/weekly/72/</link><guid>https://2023.arne.me/weekly/72/</guid><description>Issue #72 from Arne&apos;s Weekly</description><pubDate>Sun, 04 Sep 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how&apos;s it going? 🙌🏻&lt;/p&gt;

    
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://tomlingham.com/articles/why-are-you-so-busy/&quot;&gt;Why are you so busy?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · tomlingham.com&lt;/p&gt;
    &lt;p&gt;Tom Lingham explains what to do when you&apos;re too busy.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://zhuk.fi/do-we-need-an-office/&quot;&gt;Do we need an office?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · zhuk.fi&lt;/p&gt;
    &lt;p&gt;Nikita Zhuk about remote work and how to make it good.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://faculty.washington.edu/ajko/papers/Li2019WhatDistinguishesEngineers.pdf&quot;&gt;What distinguishes great software engineers? (pdf)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 hours 13 min · faculty.washington.edu&lt;/p&gt;
    &lt;p&gt;Paul Luo Li, Amy J. Ko and Andrew Begel surveyed hundreds of software developers&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.paepper.com/blog/posts/how-and-why-stable-diffusion-works-for-text-to-image-generation/&quot;&gt;How and why stable diffusion works for text to image generation&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · paepper.com&lt;/p&gt;
    &lt;p&gt;Marc Päpper explains how stable diffusion works.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://multimodal.art/news/1-week-of-stable-diffusion&quot;&gt;1 week of Stable Diffusion&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · multimodal.art&lt;/p&gt;
    &lt;p&gt;A nice timeline of the week after the release of stable diffusion.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://michael.stapelberg.ch/posts/2022-08-27-out-of-band-remote-console/&quot;&gt;DIY out of band management: remote console server&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · michael.stapelberg.ch&lt;/p&gt;
    &lt;p&gt;Michael Stapelberg built a remote console server for his home router using a separate internet connection.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kerkour.com/rust-combinators&quot;&gt;Learning Rust: Combinators&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · kerkour.com&lt;/p&gt;
    &lt;p&gt;Sylvain Kerkour about different combinators in Rust and how to use them.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.torproject.org/arti_100_released/&quot;&gt;Arti 1.0.0 is released: Our Rust Tor implementation is ready for production use.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · blog.torproject.org&lt;/p&gt;
    &lt;p&gt;nickm describes the process of writing a Tor client in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.jonashietala.se/blog/2022/08/29/rewriting_my_blog_in_rust_for_fun_and_profit/&quot;&gt;Rewriting my blog in Rust for fun and profit&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · jonashietala.se&lt;/p&gt;
    &lt;p&gt;Jonas Hietala rewrote their blog in Rust and describes the process and how it improved.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://scribe.rip/i-was-on-tiktok-for-30-days-it-is-manipulative-addictive-and-harmful-to-privacy-9e25445a9122&quot;&gt;I was on TikTok for 30 days: it is manipulative, addictive, and harmful to privacy&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · scribe.rip&lt;/p&gt;
    &lt;p&gt;Luiza Jarovsky about the &quot;epitome of the unregulated attention economy&quot;.&lt;/p&gt;


    
  </content:encoded></item><item><title>71 / Coping with Copilot</title><link>https://2023.arne.me/weekly/71/</link><guid>https://2023.arne.me/weekly/71/</guid><description>Issue #71 from Arne&apos;s Weekly</description><pubDate>Sun, 28 Aug 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;hot tip: to avoid writing bugs, don&apos;t write software&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/FormalFerris/status/1533269806731776002&quot;&gt;@FormalFerris on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://cutlefish.substack.com/p/tbm-2852-first-focus-then-simplify&quot;&gt;First Focus. Then Simplify&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · cutlefish.substack.com&lt;/p&gt;
    &lt;p&gt;John Cutler about the different approaches of simplifying a complex problem vs. focussing on a subset.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://maruz.medium.com/the-false-trade-off-between-quality-and-speed-7f0f9e93fdd&quot;&gt;The False Trade-off between Quality and Speed&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · maruz.medium.com&lt;/p&gt;
    &lt;p&gt;Mario Caropreso about the importance of quality in software development.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.pinecone.io/learn/inside-the-pinecone/&quot;&gt;Inside the Pinecone&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · pinecone.io&lt;/p&gt;
    &lt;p&gt;Edo Liberty about the experience of moving a C++ codebase to Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://cs-syd.eu/posts/2022-08-22-how-to-deal-with-money-in-software&quot;&gt;How to deal with money in software&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;18 min · cs-syd.eu&lt;/p&gt;
    &lt;p&gt;Tom Sydney Kerckhove about the right and wrong ways to deal with money in software.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://mtlynch.io/notes/picoshare-perf/&quot;&gt;Fixing Memory Exhaustion Bugs in My Golang Web App&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · mtlynch.io&lt;/p&gt;
    &lt;p&gt;Michael Lynch tells the story of finding the cause(s) of OOM in a Go application.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://endtimes.dev/why-your-website-should-be-under-14kb-in-size/&quot;&gt;Why your website should be under 14kB in size&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · endtimes.dev&lt;/p&gt;
    &lt;p&gt;Nathaniel about the magic 14kB, the size transmitted on the first TCP roundtrip.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.sigarch.org/coping-with-copilot/&quot;&gt;Coping with Copilot&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · sigarch.org&lt;/p&gt;
    &lt;p&gt;Emery Berger about GitHub Copilot in education.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://darknetlive.com/post/former-nsa-director-will-kill-you-via-metadata/&quot;&gt;&quot;We Kill People Based on Metadata&quot; and Other Metadata Things&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · darknetlive.com&lt;/p&gt;
    &lt;p&gt;A blogpost with software recommendations for dealing with metadata.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.robinsloan.com/newsletters/visions/#spotify&quot;&gt;A Shape of Things to Come&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · robinsloan.com&lt;/p&gt;
    &lt;p&gt;Robin Sloan about a weird discovery on Spotify.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://experimentalhistory.substack.com/p/good-conversations-have-lots-of-doorknobs&quot;&gt;Good conversations have lots of doorknobs&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · experimentalhistory.substack.com&lt;/p&gt;
    &lt;p&gt;Adam Mastroianni about givers and takers and how to have good conversations.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://escapingflatland.substack.com/p/gpt-3&quot;&gt;Using GPT-3 to augment human intelligence&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;22 min · escapingflatland.substack.com&lt;/p&gt;
    &lt;p&gt;Henrik Olof Karlsson explains how you can use AI language models (like GPT-3) to find answers that are hard to google.&lt;/p&gt;


    
  </content:encoded></item><item><title>70 / Death to Dependencies</title><link>https://2023.arne.me/weekly/70/</link><guid>https://2023.arne.me/weekly/70/</guid><description>Issue #70 from Arne&apos;s Weekly</description><pubDate>Sun, 21 Aug 2022 00:00:00 GMT</pubDate><content:encoded>
    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;while we&apos;re adding locale support to rustc, we should make it so it turns off the borrow checker when you run it with LANG=C  &lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/__vlqc/status/1559955862398963714&quot;&gt;vana vlqc on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://youtu.be/rrdu26fpl64&quot;&gt;Death to Dependencies&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · youtu.be&lt;/p&gt;
    &lt;p&gt;Jim Benson about (remote) team collaboration and what harm silos and dependencies can do.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://future.com/developers-side-projects/&quot;&gt;Why Developers Are Building So Many Side Projects&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · future.com&lt;/p&gt;
    &lt;p&gt;Ben Stokes about the reasons why people write (small) side projects.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jeanhsu.substack.com/p/being-doing-balance-over-work-life&quot;&gt;Being-Doing Balance over Work-Life Balance&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · jeanhsu.substack.com&lt;/p&gt;
    &lt;p&gt;Jean Hsu about an alternative to the work-life balance concept.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://charity.wtf/2022/08/15/rituals-for-engineering-teams/&quot;&gt;Rituals for Engineering Teams&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;27 min · charity.wtf&lt;/p&gt;
    &lt;p&gt;charity about fun rituals in engineering teams.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2022/aug/12/interview-notes/&quot;&gt;Taking notes in interviews&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss has advice on how to best take notes during an interview.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.ploeh.dk/2020/09/14/we-need-young-programmers-we-need-old-programmers/&quot;&gt;We need young programmers; we need old programmers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · blog.ploeh.dk&lt;/p&gt;
    &lt;p&gt;Mark Seemann about the advantages of young people (not knowing what&apos;s said).&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://brooker.co.za/blog/2022/08/11/backoff.html&quot;&gt;What is Backoff For?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · brooker.co.za&lt;/p&gt;
    &lt;p&gt;Marc Brooker about different backoff strategies.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://developer.chrome.com/blog/removing-push/&quot;&gt;Removing HTTP/2 Server Push from Chrome&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · developer.chrome.com&lt;/p&gt;
    &lt;p&gt;Barry Pollard explains why HTTP/2 server push is going away and what to use instead.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://yoyo-code.com/programming-breakthroughs-we-need/&quot;&gt;Programming breakthroughs we need&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · yoyo-code.com&lt;/p&gt;
    &lt;p&gt;Matyáš Racek about their vision for future programming breakthroughs.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tanishqkancharla.dev/blog/what-i-learned&quot;&gt;What I learned working with a senior engineer as a new grad&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;19 min · tanishqkancharla.dev&lt;/p&gt;
    &lt;p&gt;Tanishq Kancharla gives insight into the things they learned when working with a senior engineer at Notion.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://krausefx.com/blog/announcing-inappbrowsercom-see-what-javascript-commands-get-executed-in-an-in-app-browser&quot;&gt;iOS Privacy: Announcing InAppBrowser.com&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · krausefx.com&lt;/p&gt;
    &lt;p&gt;Felix Krause announces a website that allows you to &quot;see what JavaScript commands get injected through an in-app browser&quot;.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://ofdollarsanddata.com/reject-the-algorithm/&quot;&gt;Reject the Algorithm&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · ofdollarsanddata.com&lt;/p&gt;
    &lt;p&gt;Nick Maggiulli explains why you shouldn&apos;t work for the algorithm (e.g. become a threadboi) and instead stay true to your values.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://hms.harvard.edu/news/one-all&quot;&gt;One for All?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · hms.harvard.edu&lt;/p&gt;
    &lt;p&gt;Nancy Fliesler about a potential way to build a vaccine for all COVID variants.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.vibilagare.se/nyheter/physical-buttons-outperform-touchscreens-new-cars-test-finds&quot;&gt;Physical buttons outperform touchscreens in new cars, test finds&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · vibilagare.se&lt;/p&gt;
    &lt;p&gt;Fredrik Diits Vikström writes about a test done by a Swedish magazine that compares different HMI (human-machine interfaces) in cars.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2022/08/20/technology/find-my-app-friends.html&quot;&gt;How the Find My App Became an Accidental Friendship Fixture&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;Kalley Huang about the practice of using Apple&apos;s Find My as a social network.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lucytalksdata.com/i-receated-famous-album-covers-with-dalle/&quot;&gt;I recreated famous album covers with DALL-E&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · lucytalksdata.com&lt;/p&gt;
    &lt;p&gt;Lucy tries to recreate famous album covers using AI, with pretty good results.&lt;/p&gt;


    
  </content:encoded></item><item><title>69 / How I Hacked my Car</title><link>https://2023.arne.me/weekly/69/</link><guid>https://2023.arne.me/weekly/69/</guid><description>Issue #69 from Arne&apos;s Weekly</description><pubDate>Sun, 14 Aug 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hello, hope you enjoy the curation 🤌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;&quot;Running a successful open source project is just Good Will Hunting in reverse, where you start out as a respected genius and end up being a janitor who gets into fights.&quot;&lt;br /&gt;Quote attributed to &lt;a href=&quot;https://twitter.com/cra&quot;&gt;@cra&lt;/a&gt;, and I don&apos;t think I&apos;ve ever seen anything more true posted.&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/axboe/status/1558140503266365444&quot;&gt;@axboe on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://github.com/readme/guides/maintainer-monolith&quot;&gt;Breaking apart the monolith&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · github.com&lt;/p&gt;
    &lt;p&gt;Shawn Wang about the social component of open source and steps to reduce burnout.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://blog.burntsushi.net/unwrap/#should-unwrap-be-used-for-error-handling&quot;&gt;Using unwrap() in Rust is Okay&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;28 min · blog.burntsushi.net&lt;/p&gt;
    &lt;p&gt;Andrew Gallant about panicking in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://matklad.github.io/2021/02/06/ARCHITECTURE.md.html&quot;&gt;ARCHITECTURE.md&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · matklad.github.io&lt;/p&gt;
    &lt;p&gt;Aleksey Kladov about the practice of having an &lt;code&gt;ARCHITECTURE.md&lt;/code&gt; file in your repository.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lapcatsoftware.com/articles/VenturaShare.html&quot;&gt;Why macOS Ventura Share menu is bad&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · lapcatsoftware.com&lt;/p&gt;
    &lt;p&gt;Jeff Johnson about the inconsistencies of the settings app in the new macOS.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://brandur.org/fragments/go-wishlist-2022&quot;&gt;Go wishlist&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · brandur.org&lt;/p&gt;
    &lt;p&gt;Brandur has four wishes for Go 1.20.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.mattkeeter.com/blog/2022-08-11-udp/&quot;&gt;From Oscilloscope to Wireshark - A UDP Story&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;21 min · mattkeeter.com&lt;/p&gt;
    &lt;p&gt;Matt Keeter takes the analogue signal of a UDP packet and explains how to decode it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://preslav.me/2022/08/09/i-dont-like-golang-default-http-handlers/&quot;&gt;I Don’t Like Go’s Default HTTP Handlers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · preslav.me&lt;/p&gt;
    &lt;p&gt;Preslav Rachev about the missing error value in Go&apos;s HTTP handlers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://programmingwithstyle.com/posts/howihackedmycar/&quot;&gt;How I Hacked my Car&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · programmingwithstyle.com&lt;/p&gt;
    &lt;p&gt;greenluigi1 explains how they hacked their 2021 Hyundai in series of three blog posts.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://deprogrammaticaipsum.com/the-state-of-rust-in-2022/&quot;&gt;The State Of Rust In 2022&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · deprogrammaticaipsum.com&lt;/p&gt;
    &lt;p&gt;Adrian Kosmaczewski about the state of Rust.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.nature.com/articles/d41586-022-02161-5&quot;&gt;Why thinking hard makes us feel tired&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · nature.com&lt;/p&gt;
    &lt;p&gt;Heidi Ledford about a recent study on how cognitive work affects fatigue.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://krausefx.com/blog/ios-privacy-instagram-and-facebook-can-track-anything-you-do-on-any-website-in-their-in-app-browser&quot;&gt;iOS Privacy: Instagram and Facebook can track anything you do on any website in their in-app browser&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · krausefx.com&lt;/p&gt;
    &lt;p&gt;Felix Krause about their research on Meta&apos;s tracking system in the iOS in-app browser. &lt;em&gt;Thanks, Eric!&lt;/em&gt;&lt;/p&gt;


    
  </content:encoded></item><item><title>68 / An app can be a home-cooked meal</title><link>https://2023.arne.me/weekly/68/</link><guid>https://2023.arne.me/weekly/68/</guid><description>Issue #68 from Arne&apos;s Weekly</description><pubDate>Sun, 07 Aug 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey everyone, hope you enjoy this weeks curation ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Human: we have a color named after you!&lt;br /&gt;Salmon: really? is it silvery blue like my outsides?&lt;br /&gt;Human: no, uh–&lt;br /&gt;Salmon: wait why is it pink?&lt;br /&gt;Human: ...&lt;br /&gt;Salmon: WHY IS IT PINK  &lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/mondaypunday/status/1461838019728654345&quot;&gt;@mondaypunday on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://twitter.com/joaoqalves/status/1553050674526670848&quot;&gt;João Alves on Twitter&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · twitter.com&lt;/p&gt;
    &lt;p&gt;João Alves has ten points that define above-average managers.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://wifine.gitlab.io/&quot;&gt;Wi-Fine&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · wifine.gitlab.io&lt;/p&gt;
    &lt;p&gt;Eloy Degen explains why using Public Wi-Fi networks is (mostly) fine.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jacobmartins.com/posts/how-i-used-dalle2-to-generate-the-logo-for-octosql/&quot;&gt;How I Used DALL·E 2 to Generate The Logo for OctoSQL&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · jacobmartins.com&lt;/p&gt;
    &lt;p&gt;Jacob Martin used the AI image generator DALL•E 2 to create a logo, very interesting journey.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://the.scapegoat.dev/why-i-love-php-and-javascript/&quot;&gt;Why I Love Still PHP and Javascript After 20+ years&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · the.scapegoat.dev&lt;/p&gt;
    &lt;p&gt;mnl explains why they still love PHP and legacy codebases.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://unzip.dev/0x00a-lattice-based-cryptography/&quot;&gt;Lattice-based Cryptography 🧮&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · unzip.dev&lt;/p&gt;
    &lt;p&gt;Agam about new encryption algorithms that can withstand attacks from quantum computers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://specbranch.com/posts/one-big-server/&quot;&gt;Use One Big Server&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · specbranch.com&lt;/p&gt;
    &lt;p&gt;Nima Badizadegan about the benefits and drawbacks of using one big server instead of the cloud.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.robinsloan.com/notes/home-cooked-app/&quot;&gt;An app can be a home-cooked meal&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · robinsloan.com&lt;/p&gt;
    &lt;p&gt;Robin Sloan about BoopSnop, a home-made app, built for four people without ads or tracking or feature creep.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://goingwithgo.com/2022/08/matt-mueller-building-modern-web-applications-faster-with-bud/&quot;&gt;Matt Mueller: Building Modern Web Applications Faster With Bud&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · goingwithgo.com&lt;/p&gt;
    &lt;p&gt;Preslav Rachev Interviews Matt Mueller on their new web framework, Bud.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://alexwlchan.net/2022/08/no-cute/&quot;&gt;Cut the cutesy errors&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · alexwlchan.net&lt;/p&gt;
    &lt;p&gt;Alex Chan explains why you shouldn&apos;t use cute error messages.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://dukope.com/devlogs/papers-please/mobile/&quot;&gt;Cramming &apos;Papers, Please&apos; Onto Phones&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;18 min · dukope.com&lt;/p&gt;
    &lt;p&gt;Lucas Pope about the rewrite of PAPERS, PLEASE for mobile platforms.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/commentisfree/2022/aug/02/oil-industry-record-profits-climate-crisis&quot;&gt;The world is ablaze and the oil industry just posted record profits. It’s us or them&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · theguardian.com&lt;/p&gt;
    &lt;p&gt;Hamilton Nolan des describes how the oil industry won’t go away by itself,&lt;/p&gt;


    
  </content:encoded></item><item><title>67 / Your Code Doesn’t Have to Be a Mess</title><link>https://2023.arne.me/weekly/67/</link><guid>https://2023.arne.me/weekly/67/</guid><description>Issue #67 from Arne&apos;s Weekly</description><pubDate>Sun, 31 Jul 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how was your week? ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Remember, a strong type system can prevent classes of bugs, but you still have to test to make sure your logic is correct. Rust, but Verify&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/jckarter/status/1551651631048953856&quot;&gt;@jckarter on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://longform.asmartbear.com/docs/rocks-pebbles-sand/&quot;&gt;The practical application of &quot;Rocks, Pebbles, Sand&quot;&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · longform.asmartbear.com&lt;/p&gt;
    &lt;p&gt;Jason Cohen about a strategy to plan software projects.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.codingvc.com/p/spell-it-out&quot;&gt;Spell. It. Out.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · codingvc.com&lt;/p&gt;
    &lt;p&gt;Leo Polovets on being clear in presentation and leave nothing up for interpretation.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.danielsieger.com/blog/2022/07/25/your-code-doesnt-have-to-be-a-mess.html&quot;&gt;Your Code Doesn’t Have to Be a Mess&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · danielsieger.com&lt;/p&gt;
    &lt;p&gt;Daniel Sieger lists 5 strategies for good code.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://alexwlchan.net/2022/07/screenshots/&quot;&gt;You should take more screenshots&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · alexwlchan.net&lt;/p&gt;
    &lt;p&gt;Alex Chan about taking screenshots of projects so you can explore them when it gets hard to get them running again.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2022/07/28/toy-remote-login-server/&quot;&gt;A toy remote login server&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans wrote a toy login server and explains the basic technology.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://cbloomrants.blogspot.com/2015/09/library-writing-realizations.html&quot;&gt;Library Writing Realizations&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · cbloomrants.blogspot.com&lt;/p&gt;
    &lt;p&gt;cbloom has 10 points of advice for writing libraries.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://aaronerhardt.github.io/blog/posts/proc_macro_v2/&quot;&gt;Does Rust need proc-macros 2.0?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · aaronerhardt.github.io&lt;/p&gt;
    &lt;p&gt;Aaron Erhardt about the current shortcomings of proc-macros in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.polybdenum.com/2022/07/24/fixing-the-next-thousand-deadlocks-why-buffered-streams-are-broken-and-how-to-make-them-safer.html&quot;&gt;Fixing the Next Thousand Deadlocks: Why Buffered Streams Are Broken and How To Make Them Safer&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · blog.polybdenum.com&lt;/p&gt;
    &lt;p&gt;A blog post about some possible problems with Rust&apos;s &lt;code&gt;Buffered&lt;/code&gt; streams (e.g. because a future in the stream depends on another one).&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2022/06/05/opinion/climate-change-should-you-have-kids.html&quot;&gt;Your Kids Are Not Doomed&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;Ezra Klein in an opinion piece about having kids in a world of crisis.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://randsinrepose.com/archives/dont-panic/&quot;&gt;Don&apos;t Panic&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · randsinrepose.com&lt;/p&gt;
    &lt;p&gt;Michael Lopp about the FromSoftware &quot;Souls&quot; games and what they teach you.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://notes.ghed.in/posts/the-best-iphone/&quot;&gt;The Best iPhone&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · notes.ghed.in&lt;/p&gt;
    &lt;p&gt;Rodrigo Ghedin explains why they think the iPhone SE is the best iPhone.&lt;/p&gt;


    
  </content:encoded></item><item><title>66 / Things you’re allowed to do</title><link>https://2023.arne.me/weekly/66/</link><guid>https://2023.arne.me/weekly/66/</guid><description>Issue #66 from Arne&apos;s Weekly</description><pubDate>Sun, 24 Jul 2022 00:00:00 GMT</pubDate><content:encoded>
    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;not-wanting-people-to-get-mad-at-me-driven development  &lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/mycoliza/status/1550206242424885248&quot;&gt;@mycoliza on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://bstulberg.medium.com/the-habits-of-sustainable-excellence-e21cd0605a85&quot;&gt;The Habits of Sustainable Excellence&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · bstulberg.medium.com&lt;/p&gt;
    &lt;p&gt;Brad Stulberg lists 19 habits for sustainable excellence.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://medium.com/nick-tune-tech-strategy-blog/the-structure-and-process-fallacy-40640e844230&quot;&gt;The Structure and Process Fallacy&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · medium.com&lt;/p&gt;
    &lt;p&gt;Nick Tune about the structure and process fallacy; thinking a reorg alone will make the company more efficient.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2022/07/20/pseudoterminals/&quot;&gt;What happens when you press a key in your terminal?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans about terminal history, escape codes and the quirks of a 40-year old standard.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://v5.chriskrycho.com/journal/some-thoughts-on-zig/&quot;&gt;Some Thoughts on Zig &lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · v5.chriskrycho.com&lt;/p&gt;
    &lt;p&gt;Chris Krycho lists reasons people like Zig even with the lack of memory safety.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://slightknack.dev/blog/shift/&quot;&gt;Building a Rust Mentality&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · slightknack.dev&lt;/p&gt;
    &lt;p&gt;Isaac Clayton about designing software with Rust&apos;s strengths in mind.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://fly.io/blog/soc2-the-screenshots-will-continue-until-security-improves/&quot;&gt;SOC2: The Screenshots Will Continue Until Security Improves&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · fly.io&lt;/p&gt;
    &lt;p&gt;Thomas Ptacek tells the story of implementing SOC2 at Fly.io.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://brandur.org/soft-deletion&quot;&gt;Soft Deletion Probably Isn&apos;t Worth It&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · brandur.org&lt;/p&gt;
    &lt;p&gt;Brandur argues that soft-deletion is mostly complicating things, actually undeleting something happens very rarely.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://endler.dev/2017/yes/&quot;&gt;A Little Story About the `yes` Unix Command&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · endler.dev&lt;/p&gt;
    &lt;p&gt;Matthias Endler tries to implement the unix &lt;code&gt;yes&lt;/code&gt; command in an efficient way, which is more complicated than you probably thin&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://dorianlistens.com/2022/07/improving-extract-function-in-rust-analyzer/&quot;&gt;Improving “Extract Function” in Rust Analyzer&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · dorianlistens.com&lt;/p&gt;
    &lt;p&gt;Dorian Scheidt about a recent change he contributed to rust-analyzer.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://htmx.org/essays/how-did-rest-come-to-mean-the-opposite-of-rest/&quot;&gt;How Did REST Come To Mean The Opposite of REST?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · htmx.org&lt;/p&gt;
    &lt;p&gt;This article is about JSON-RPC APIs wrongly being called REST APIs nowadays and what a real REST API actually looks like.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://milan.cvitkovic.net/writing/things_youre_allowed_to_do/&quot;&gt;Things you&apos;re allowed to do&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · milan.cvitkovic.net&lt;/p&gt;
    &lt;p&gt;Milan Cvitkovic has a cool list of things that you&apos;re allowed to do, but didn&apos;t know you were or didn&apos;t even think about it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://chess24.com/en/read/news/magnus-carlsen-to-give-up-world-championship-title&quot;&gt;Magnus Carlsen to give up World Championship title&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · chess24.com&lt;/p&gt;
    &lt;p&gt;Interesting story happening in the world of chess: Magnus Carlsen won&apos;t play another tournament after being world champion for 10 years.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/lifeandstyle/2020/sep/04/oliver-burkemans-last-column-the-eight-secrets-to-a-fairly-fulfilled-life&quot;&gt;Oliver Burkeman&apos;s last column: the eight secrets to a (fairly) fulfilled life&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · theguardian.com&lt;/p&gt;
    &lt;p&gt;Oliver Burkeman has eight secrets to a fulfilled life.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.sevarg.net/2022/07/20/ios16-lockdown-mode-browser-analysis/&quot;&gt;Analyzing iOS 16 Lockdown Mode: Browser Features and Performance&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · sevarg.net&lt;/p&gt;
    &lt;p&gt;Russell Graves goes into detail on the new lockdown mode coming in iOS 16. TL;DR: you should enable it.&lt;/p&gt;


    
  </content:encoded></item><item><title>65 / Why you can’t dig Switzerland</title><link>https://2023.arne.me/weekly/65/</link><guid>https://2023.arne.me/weekly/65/</guid><description>Issue #65 from Arne&apos;s Weekly</description><pubDate>Sun, 17 Jul 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey everyone — I&apos;ve been sick the whole week, hope yours was better ❤️&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;real rust programmers just wrap everything in an Arc&amp;lt;Mutex&amp;gt; and use async everywhere so they can pretend they are nodejs programmers&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/dildog/status/1548091710063882240&quot;&gt;@dildog on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://blog.thestoryfunnel.co/as-a-leader-you-own-your-communications-bubble/&quot;&gt;As a Leader, You Own Your Communications Bubble&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · blog.thestoryfunnel.co&lt;/p&gt;
    &lt;p&gt;Jarie Bolander has 7 rules to improve your communication bubble as a manager.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://slite.com/blog/micromanagement-is-not-a-bad-word&quot;&gt;Micromanagement vs. micro-tasks: how to set junior employees up for success in remote&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · slite.com&lt;/p&gt;
    &lt;p&gt;Junior engineers generally have a harder time in remote companies, this article has some tips to make it easier.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://shkspr.mobi/blog/2022/07/dns-esoterica-why-you-cant-dig-switzerland/&quot;&gt;DNS Esoterica - Why you can&apos;t dig Switzerland&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · shkspr.mobi&lt;/p&gt;
    &lt;p&gt;Terence Eden about a weird relic in the modern &lt;code&gt;dig&lt;/code&gt; command that prevents querying for the top-level &lt;code&gt;ch&lt;/code&gt; domain without the trailing dot.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://unzip.dev/0x009-property-based-testing/&quot;&gt;Property-based Testing&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · unzip.dev&lt;/p&gt;
    &lt;p&gt;Agam More writes about property-based testing, including recommendations for different software stacks.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://eli.thegreenplace.net/2022/how-i-went-about-learning-rust/&quot;&gt;How I went about learning Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · eli.thegreenplace.net&lt;/p&gt;
    &lt;p&gt;Eli Bendersky has a list of resources that helped him learn Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://go.dev/doc/gc-guide&quot;&gt;A Guide to the Go Garbage Collector&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;33 min · go.dev&lt;/p&gt;
    &lt;p&gt;There now is an official guide to the Go garbage collector including an optimization guide.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.jim-nielsen.com/2022/previous-sibling-selector/&quot;&gt;A Previous Sibling Selector&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · blog.jim-nielsen.com&lt;/p&gt;
    &lt;p&gt;Jim Nielsen found a way to style an element depending on the element that comes after in CSS.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kerkour.com/rust-async-await-what-is-a-runtime&quot;&gt;Async Rust: What is a runtime? Here is how tokio works under the hood&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · kerkour.com&lt;/p&gt;
    &lt;p&gt;Sylvain Kerkour about different async runtimes in Rust and what to look out for.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://boingboing.net/2022/07/11/these-eat-the-rich-popsicles-depict-one-percenters.html&quot;&gt;These Eat the Rich popsicles depict one-percenters&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · boingboing.net&lt;/p&gt;
    &lt;p&gt;The art collective MSCHF is selling popsicles with rich people&apos;s faces on them, so you can finally eat the rich!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://webbtelescope.org/contents/news-releases/2022/news-2022-038&quot;&gt;NASA’s Webb Produces the Most Detailed Image of the Early Universe to Date&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · webbtelescope.org&lt;/p&gt;
    &lt;p&gt;Very hard to miss if you&apos;ve been on the internet this week.&lt;/p&gt;


    
  </content:encoded></item><item><title>64 / Absurd Trolley Problems</title><link>https://2023.arne.me/weekly/64/</link><guid>https://2023.arne.me/weekly/64/</guid><description>Issue #64 from Arne&apos;s Weekly</description><pubDate>Sun, 10 Jul 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, hope you find something to read below 👇🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Nobody will remember:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Your salary&lt;/li&gt;
&lt;li&gt;Your fancy title&lt;/li&gt;
&lt;li&gt;How ‘busy’ you where&lt;/li&gt;
&lt;li&gt;How stressed you were&lt;/li&gt;
&lt;li&gt;How many hours you worked&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;People will remember:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The giant monoliths you have erected to your own majesty&lt;/li&gt;
&lt;li&gt;Poems about the monoliths, or at least a few of the good lines&lt;/li&gt;
&lt;/ul&gt;

        
        — &lt;a href=&quot;https://twitter.com/tcarmody/status/1544134984730034185&quot;&gt;@tcarmody on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2022/jul/8/avoid-panel-interviews/&quot;&gt;Panel interviews don&apos;t work&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss on the wrong way to interview candidates: panel interviews.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://twitter.com/johncutlefish/status/1538959403583299584&quot;&gt;The skill/experience vs. outcome curve&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · twitter.com&lt;/p&gt;
    &lt;p&gt;John Cutler about the skill/experience vs. outcome curve and how dependent it is on a nurturing culture.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ntietz.com/tech-blog/running-software-book-reading-group/&quot;&gt;Running an Effective Book Club at Work&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · ntietz.com&lt;/p&gt;
    &lt;p&gt;Nicholas Tietz-Sokolsky has some great tips on how to run a book club at work.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2022/07/09/monitoring-small-web-services/&quot;&gt;Monitoring tiny web services&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans about monitoring non-production services as simple as possible.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://fuzzyblog.io/blog/rust/2022/07/08/rust-alternatives-to-textmate-2-the-agony-of-despair.html&quot;&gt;Rust Editors to Replace TextMate 2 - The Agony of Despair&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · fuzzyblog.io&lt;/p&gt;
    &lt;p&gt;Scott Johnson compares lots of editors written in Rust, this is a great overview.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://liveblocks.io/blog/how-to-animate-multiplayer-cursors&quot;&gt;How to animate multiplayer cursors&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · liveblocks.io&lt;/p&gt;
    &lt;p&gt;Chris Nicholas wrote a great interactive blogpost about different ways to implement remote cursor movement.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.carlmjohnson.net/post/2022/golang-119-new-features/&quot;&gt;What’s new in Go 1.19?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · blog.carlmjohnson.net&lt;/p&gt;
    &lt;p&gt;Carl Johnson summarises the features of the upcoming Go 1.19 release.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://v5.chriskrycho.com/journal/pleasing-symmetry-in-rust/&quot;&gt;A Pleasing Symmetry in Rust &lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · v5.chriskrycho.com&lt;/p&gt;
    &lt;p&gt;Chris Krycho about the symmetry of Rust structs and enums.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://neal.fun/absurd-trolley-problems/&quot;&gt;Absurd Trolley Problems&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;neal.fun&lt;/p&gt;
    &lt;p&gt;Neal Agarwal built yet another playful website, this time about the trolley problem. Some of the statistics really surprised me!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;http://www.theatlantic.com/magazine/archive/2022/05/social-media-democracy-trust-babel/629369&quot;&gt;Why the Past 10 Years of American Life Have Been Uniquely Stupid&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;35 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Jonathan Haidt compares the recent changes in society with the biblical story of Babel, the effect of social media on democracy and what to do about it.&lt;/p&gt;


    
  </content:encoded></item><item><title>63 / The Death Spiral Of Bullshit</title><link>https://2023.arne.me/weekly/63/</link><guid>https://2023.arne.me/weekly/63/</guid><description>Issue #63 from Arne&apos;s Weekly</description><pubDate>Sun, 03 Jul 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, hope you find something of interest below 🤞🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;All humans implicitly understand the value of &quot;a good stick&quot; from a young age  &lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/no_goblins/status/1542923516827385857&quot;&gt;@no_goblins on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.swyx.io/the-8-jobs-of-management/&quot;&gt;The 8 Jobs of Management&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · swyx.io&lt;/p&gt;
    &lt;p&gt;Shawn Wang summarises a chart by John Cutler into 8 jobs of management.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.departmentofproduct.com/blog/how-to-structure-your-product-org-to-optimise-for-growth/&quot;&gt;How to Structure your Product Org to Optimise for Growth&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · departmentofproduct.com&lt;/p&gt;
    &lt;p&gt;Jade Rubick explains different ways to build a solid structure that will reduce the usual growth pains.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://twitter.com/Austen/status/1536400820366823424&quot;&gt;The Death Spiral Of Bullshit&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · twitter.com&lt;/p&gt;
    &lt;p&gt;Austen Allred about the death spiral of bullshit; as companies grow often the need for buy-in grows, rewarding persuasiveness instead of building things.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://twitter.com/Jobvo/status/1543157537222148096&quot;&gt;Managing Remote Teams&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · twitter.com&lt;/p&gt;
    &lt;p&gt;Job has 20 great tips for managers of remote teams.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://youtube.com/watch?v=9WobKoE9OPI&quot;&gt;Write Docs Devs Love: Ten Tips To Level Up Your Tech Writing (Video)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;27 min · youtube.com&lt;/p&gt;
    &lt;p&gt;Mason Egger has an amazing collection of tech writing tips, be prepared to take notes.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.joshwcomeau.com/react/wonderful-emails-with-mjml-and-mdx/&quot;&gt;My Wonderful HTML Email Workflow&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · joshwcomeau.com&lt;/p&gt;
    &lt;p&gt;Josh Comeau has a nice newsletter workflow with great tools.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://architecturenotes.co/fallacies-of-distributed-systems/&quot;&gt;Fallacies of Distributed Systems&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · architecturenotes.co&lt;/p&gt;
    &lt;p&gt;Mahdi Yusuf covers 8 fallacies of distributed systems and how to mitigate them.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://youtube.com/watch?v=lkwkBry1xcE&quot;&gt;Day in the Life of Open Source Maintenance (Video)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · youtube.com&lt;/p&gt;
    &lt;p&gt;Jon Gjengset streams the everyday of an open source developer, reviewing pull requests and more.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://web.archive.org/web/20220715185635/https://erikmcclure.com/blog/windows-malloc-implementation-is-a-trash-fire/&quot;&gt;The Windows malloc() Implementation Is A Trash Fire&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · erikmcclure.com&lt;/p&gt;
    &lt;p&gt;Erik McClure tries to optimise the startup time of their JIT language on Windows and dives deep into the rabbit hole of LLVM and Windows allocators.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/ideas/archive/2022/07/rethinking-russia-ukraine-international-political-power-military-strength/661452/&quot;&gt;Ukraine Has Exposed Russia as a Not-So-Great Power&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Phillips Payson O’Brien about realists calling Russia a &quot;great power&quot; and how the war exposed a different reality&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://dkb.show/post/life-is-not-short&quot;&gt;Life Is Not Short&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · dkb.show&lt;/p&gt;
    &lt;p&gt;DKB does a fictional interview with the philosopher Seneca:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The most surprising thing is that you wouldn’t let anyone steal your property, but you consistently let people steal your time, which is infinitely more valuable.&lt;/p&gt;
&lt;/blockquote&gt;


    
  </content:encoded></item><item><title>62 / Making Code Faster</title><link>https://2023.arne.me/weekly/62/</link><guid>https://2023.arne.me/weekly/62/</guid><description>Issue #62 from Arne&apos;s Weekly</description><pubDate>Sun, 26 Jun 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how&apos;s it going? ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Why would I pay GitHub $100/year for an AI to tell me what code to write when men do it for free?  &lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/captainsafia/status/1539350831723520000&quot;&gt;@captainsafia on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2022/jun/17/dora-metrics/&quot;&gt;DORA Metrics: the Right Answer to measuring engineering team performance&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss about &quot;the right way&quot; to measure a team&apos;s performance.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.pragmaticengineer.com/rfcs-and-design-docs/&quot;&gt;Companies Using RFCs or Design Docs and Examples of These&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · blog.pragmaticengineer.com&lt;/p&gt;
    &lt;p&gt;Gergely Orosz shares a lot of different ways to write RFCs, including templates!&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://fasterthanli.me/articles/remote-development-with-rust-on-fly-io#enter-fly-io-machines&quot;&gt;Remote development with Rust on fly.io&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 hours 10 min · fasterthanli.me&lt;/p&gt;
    &lt;p&gt;Amos describes how he build a ridiculously over-engineered remote dev environment on fly.io.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://rhodesmill.org/brandon/2009/commands-with-comma/&quot;&gt;Start all of your commands with a comma&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · rhodesmill.org&lt;/p&gt;
    &lt;p&gt;Brandon Rhodes shares one trick to deal with namespace collision for custom scripts: Prefix them with a comma.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://towardsdatascience.com/nine-rules-for-elegant-rust-library-apis-9b986a465247&quot;&gt;Nine Rules for Elegant Rust Library APIs&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · towardsdatascience.com&lt;/p&gt;
    &lt;p&gt;Carl M. Kadie shares 9 great tips for writing Rust libraries.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://mahdi.blog/rust-box-str-vs-string/&quot;&gt;What is `Box` and how is it different from `String` in Rust?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · mahdi.blog&lt;/p&gt;
    &lt;p&gt;Mahdi Dibaiee explains how different types are stored on the stack or heap in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.tbray.org/ongoing/When/202x/2022/06/10/Quamina-Optimizing&quot;&gt;Making Code Faster&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · tbray.org&lt;/p&gt;
    &lt;p&gt;Tim Bray about benchmarking and profiling best practices in Go.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/technology/archive/2022/06/gen-z-internet-anonymity-instagram-tumblr/661316/&quot;&gt;The Personal Brand Is Dead&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Kaitlyn Tiffany explains why Gen Z would rather be anonymous online.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://vitalik.ca/general/2022/06/20/backpack.html&quot;&gt;My 40-liter backpack travel guide&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · vitalik.ca&lt;/p&gt;
    &lt;p&gt;Vitalik Buterin lists all the things they have in their 40-liter backpack.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://sive.rs/1s&quot;&gt;writing one sentence per line&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · sive.rs&lt;/p&gt;
    &lt;p&gt;Derek Sivers explains the advantages of writing one sentence per line.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kk.org/thetechnium/reasons-to-tour-by-bicycle/&quot;&gt;Reasons to Tour By Bicycle&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · kk.org&lt;/p&gt;
    &lt;p&gt;Kevin Kelly has a list of benefits for bike tours (in America).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2022/06/15/well/move/exercise-appetite.html&quot;&gt;Why Does a Hard Workout Make You Less Hungry?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;Gretchen Reynolds about the discovery of a new molecule that defines the appetite after a workout.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://randsinrepose.com/archives/prestige-writing/&quot;&gt;Prestige Writing&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · randsinrepose.com&lt;/p&gt;
    &lt;p&gt;Michael Lopp about good storytelling and why it is simile to magic.&lt;/p&gt;


    
  </content:encoded></item><item><title>61 / Shipping to Production</title><link>https://2023.arne.me/weekly/61/</link><guid>https://2023.arne.me/weekly/61/</guid><description>Issue #61 from Arne&apos;s Weekly</description><pubDate>Sun, 19 Jun 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, how&apos;s it going? It&apos;s super hot in Germany today (37 °C or 99 °F) so I&apos;m going to get ice cream soon 🍦&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;I heard some JavaScript developers saying that hydration is pure overhead, so I decided to stop drinking water.&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/markdalgleish/status/1538001201811271680&quot;&gt;@markdalgleish on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://kerkour.com/overthinking&quot;&gt;Overthinking&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · kerkour.com&lt;/p&gt;
    &lt;p&gt;Sylvain Kerkour about the perfect thinking-to-doing ratio and why it&apos;s important not to hold yourself back with decisions that can be fixed later.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://charity.wtf/2022/06/13/advice-for-engineering-managers-who-want-to-climb-the-ladder/&quot;&gt;Advice for Engineering Managers Who Want to Climb the Ladder&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;29 min · charity.wtf&lt;/p&gt;
    &lt;p&gt;Charity about what makes a good engineering director (a manager managing engineering managers).&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://leerob.io/blog/developer-experience-examples&quot;&gt;What Makes a Great Developer Experience?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · leerob.io&lt;/p&gt;
    &lt;p&gt;Lee Robinson has some great thoughts on developer experience.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.pragmaticengineer.com/shipping-to-production/&quot;&gt;Shipping to Production&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;20 min · blog.pragmaticengineer.com&lt;/p&gt;
    &lt;p&gt;Gergely Orosz about different ways to ship to production and the cost/benefit of various safeguards.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.miriamsuzanne.com/2022/06/04/indiweb/&quot;&gt;Am I on the IndieWeb Yet?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · miriamsuzanne.com&lt;/p&gt;
    &lt;p&gt;Miriam Suzanne about slow social, the indie web and open wishes. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://refaktory.net/blog/posts/into-the-future-with-intofuture-improving-rust-async-ergonomics&quot;&gt;Into the Future with IntoFuture - Improving Rust Async Ergonomics&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · refaktory.net&lt;/p&gt;
    &lt;p&gt;Christoph Herzog showcases the IntoFuture trait that&apos;s coming to stable Rust soon.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.jim-nielsen.com/2022/visualizing-my-blogs-links/&quot;&gt;Visualizing My Blog’s Internal Links&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · blog.jim-nielsen.com&lt;/p&gt;
    &lt;p&gt;Jim Nielsen visualises all internal links on their blogs in a nice graph. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=31782200&quot;&gt;Ask HN: Best dev tool pitches of all time?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;news.ycombinator.com&lt;/p&gt;
    &lt;p&gt;Shawn Wang asks HN about the best dev tool pitches, the answers are great!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://seirdy.one/posts/2022/06/10/cli-best-practices/&quot;&gt;Best practices for inclusive CLIs&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · seirdy.one&lt;/p&gt;
    &lt;p&gt;Rohan Kumar has a &quot;living article&quot; about dos and don&apos;ts to build inclusive CLIs.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://slate.com/technology/2013/06/rescuing-drowning-children-how-to-know-when-someone-is-in-trouble-in-the-water.html&quot;&gt;Drowning Doesn’t Look Like Drowning&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · slate.com&lt;/p&gt;
    &lt;p&gt;Mario Vittone about the signs of drowning people — watch out for these when going swimming this summer.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/newsletters/archive/2022/06/uber-ride-share-prices-high-inflation/661250/&quot;&gt;The End of the Millennial Lifestyle Subsidy&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Derek Thompson about the end of &quot;Millennial Consumer Subsidy&quot;, where VC-backed companies (like Uber, Peloton or WeWork) loose money for every purchase in exchange for growth.&lt;/p&gt;


    
  </content:encoded></item><item><title>60 / Optimism Shapes Reality</title><link>https://2023.arne.me/weekly/60/</link><guid>https://2023.arne.me/weekly/60/</guid><description>Issue #60 from Arne&apos;s Weekly</description><pubDate>Sun, 12 Jun 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how&apos;s it going? 🙌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;The future of web looks bright.&lt;/p&gt;
&lt;p&gt;Web 1&lt;br /&gt;Web 2&lt;br /&gt;Web 3&lt;br /&gt;Web 5&lt;br /&gt;Web 95&lt;br /&gt;Web 98&lt;br /&gt;Web 2000&lt;br /&gt;Web XP&lt;br /&gt;Web Vista&lt;br /&gt;Web 7&lt;br /&gt;Web 8&lt;br /&gt;Web 10&lt;br /&gt;Web 11  &lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/elyktrix/status/1535635150578634754&quot;&gt;@elyktrix on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://alexw.substack.com/p/optimism-shapes-reality?s=r&quot;&gt;Optimism Shapes Reality&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · alexw.substack.com&lt;/p&gt;
    &lt;p&gt;Alexandr Wang talks about setting goals that ensure speedy execution.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://getdx.com/best-practices/documentation-culture-engineering&quot;&gt;Motivating Developers to Care About Documentation&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · getdx.com&lt;/p&gt;
    &lt;p&gt;Paulo André gets interviewed about documentation and the difference in compliance and commitment.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://twitter.com/david_perell/status/1534200615814955008&quot;&gt;We&apos;re Living in a Commitment Crisis&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · twitter.com&lt;/p&gt;
    &lt;p&gt;David Perell explains that people who think they&apos;ll be happy without obligations will rather feel &quot;adrift&quot; and empty. &quot;To achieve anything meaningful, you have to make a commitment.&quot;&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://untools.co/&quot;&gt;Tools for better thinking&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;untools.co&lt;/p&gt;
    &lt;p&gt;Adam Amran has collected some great thinking tools.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://eng.uber.com/data-race-patterns-in-go/&quot;&gt;Data Race Patterns in Go&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · eng.uber.com&lt;/p&gt;
    &lt;p&gt;Milind Chabbi and Murali Krishna Ramanathan describe a system in place at Uber that detected over 2000 data races in 6 months in their Go codebase.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://isthisit.nz/posts/2022/cargo-culting-software-engineering-practices/&quot;&gt;Cargo Culting Software Engineering Practices&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · isthisit.nz&lt;/p&gt;
    &lt;p&gt;Logan Mortimer talks summarises Kent Beck&apos;s (author of Extreme Programming) points in &lt;a href=&quot;https://softwareengineeringdaily.com/2019/08/28/facebook-engineering-process-with-kent-beck/&quot;&gt;an interview from 2019&lt;/a&gt; about software engineering practices.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/business/2022/apr/14/a-day-in-the-life-of-almost-every-vending-machine-in-the-world&quot;&gt;A day in the life of (almost) every vending machine in the world&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · theguardian.com&lt;/p&gt;
    &lt;p&gt;Tom Lamont writes a very interesting piece about the life of vending machines, their origins and how we humans perceive them.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://climateer.substack.com/p/better-than-fossil&quot;&gt;We Can Do Better Than “Same, But Electric”&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · climateer.substack.com&lt;/p&gt;
    &lt;p&gt;Steve explains why electric vehicles should rethink more and not make the same compromises as vehicles with combustion engines.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.baldurbjarnason.com/2022/the-different-kinds-of-notes/&quot;&gt;The different kinds of notes&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · baldurbjarnason.com&lt;/p&gt;
    &lt;p&gt;Baldur Bjarnason about different kinds of notes and what goals and concepts exist to help you find your perfect setup. &lt;em&gt;Thanks, Ted!&lt;/em&gt;&lt;/p&gt;


    
  </content:encoded></item><item><title>59 / Programming in the Apocalypse</title><link>https://2023.arne.me/weekly/59/</link><guid>https://2023.arne.me/weekly/59/</guid><description>Issue #59 from Arne&apos;s Weekly</description><pubDate>Sun, 05 Jun 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, how&apos;s it going? Hope you enjoy this weeks curation 🤞🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Writing is not a result of thinking.&lt;br /&gt;Writing is thinking.  &lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/fortelabs/status/1530901044200448000&quot;&gt;@fortelabs on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://typeshare.co/kimsiasim/posts/5-tier-problem-hierarchy-4718&quot;&gt;5 Tier Problem Hierarchy&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · typeshare.co&lt;/p&gt;
    &lt;p&gt;KimSia Sim divides all problems into five levels and uses them to allocate their energy.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://future.com/negative-engineering-and-the-art-of-failing-successfully/&quot;&gt;What Is Negative Engineering?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · future.com&lt;/p&gt;
    &lt;p&gt;Jeremiah Lowin about designing for failure and resilience and how it can impact your productivity.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://matduggan.com/programming-in-the/&quot;&gt;Programming in the Apocalypse&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · matduggan.com&lt;/p&gt;
    &lt;p&gt;Mathew Duggan paints the picture of a software engineer in 2050, dealing with missing parts (due to floods and other catastrophes), spotty internet and other issues caused by the climate crisis.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://itsallaboutthebit.com/async-simple/&quot;&gt;(async) Rust doesn&apos;t have to be hard&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · itsallaboutthebit.com&lt;/p&gt;
    &lt;p&gt;Piotr Sarnacki answers to a blogpost which argues that Rust is (too) hard and explains why it&apos;s actually not that hard in most cases for application developers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://leerob.io/blog/heroku&quot;&gt;The Story of Heroku&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · leerob.io&lt;/p&gt;
    &lt;p&gt;Lee Robinson tells the story of early Heroku, which was a pioneer in DX, and introduces some modern alternatives.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://dx.tips/circles&quot;&gt;The Radiating Circles of DX Architecture&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · dx.tips&lt;/p&gt;
    &lt;p&gt;Shawn Wang introduces methods to create an end-to-end developer journey. If you care about DX, this is a must-read.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://fasterthanli.me/articles/the-curse-of-strong-typing&quot;&gt;The curse of strong typing&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 hours 9 min · fasterthanli.me&lt;/p&gt;
    &lt;p&gt;Amos dives deep (as usual) into Rust type issues he&apos;s encountered and how to get out of them.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://mazzo.li/posts/fast-pipes.html&quot;&gt;How fast are Linux pipes anyway?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;26 min · mazzo.li&lt;/p&gt;
    &lt;p&gt;Francesco optimises a write and read program to achieve a throughput of over 60 GiB/s over a pipe.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://xeiaso.net/blog/yubikey-ssh-key-storage&quot;&gt;How to Store an SSH Key on a Yubikey&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · xeiaso.net&lt;/p&gt;
    &lt;p&gt;Xe shares how to store an SSH key on a YubiKey.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://learnui.design/tools/typography-tutorial.html&quot;&gt;Interactive Typography Tutorial&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · learnui.design&lt;/p&gt;
    &lt;p&gt;A well-made interactive page to learn typography design. It even works on mobile!&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://hard-drive.net/hard-drive-apologizes-to-elon-musk-for-dunking-on-him-too-hard/&quot;&gt;Hard Drive Apologizes to Elon Musk for Dunking on Him Too Hard&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · hard-drive.net&lt;/p&gt;
    &lt;p&gt;The Hard Drive team summarises the hilarious Twitter conversation with the evil rocket man.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://bert.org/2022/06/02/payphone/&quot;&gt;Installing a payphone in my house&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · bert.org&lt;/p&gt;
    &lt;p&gt;Bertrand Fan bought an old payphone and installed it in his office, then connected it to an old phone in the kids room.&lt;/p&gt;


    
  </content:encoded></item><item><title>58 / Not My Job</title><link>https://2023.arne.me/weekly/58/</link><guid>https://2023.arne.me/weekly/58/</guid><description>Issue #58 from Arne&apos;s Weekly</description><pubDate>Sun, 29 May 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey everyone, hope you week has been good! Enjoy this weeks curation ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;oh you&apos;re a designer? name one layer  &lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/darylginn/status/1530027357142142976&quot;&gt;@darylginn on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://blog.dbsmasher.com/2022/05/24/not-my-job.html&quot;&gt;Not My Job&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · blog.dbsmasher.com&lt;/p&gt;
    &lt;p&gt;Silvia Botros about the important difference of &quot;filling the gap&quot; and &quot;being glue&quot; as a senior+ engineer.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://kenkantzer.com/learnings-from-5-years-of-tech-startup-code-audits/&quot;&gt;Learnings from 5 years of tech startup code audits&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · kenkantzer.com&lt;/p&gt;
    &lt;p&gt;Ken Kantzer shares insights from over 20 audits he did at software companies.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ellenchisa.substack.com/p/building-faster?s=r&quot;&gt;Building Faster&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · ellenchisa.substack.com&lt;/p&gt;
    &lt;p&gt;Ellen Chisa shares 8 things engineers can do in early-stage startups to increase velocity.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://xeiaso.net/blog/we-have-go-2&quot;&gt;We Already Have Go 2&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;56 min · xeiaso.net&lt;/p&gt;
    &lt;p&gt;Xe talks about the biggest changes that happened in Go and argues todays Go (1.18) could very well be Go 2.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://github.com/brickbots/framedeck&quot;&gt;brickbots/framedeck&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · github.com&lt;/p&gt;
    &lt;p&gt;Richard built a custom Cyberdeck based on the Framework mainboard.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://tristrumtuttle.medium.com/the-day-i-became-friends-with-a-robot-86433f707fad&quot;&gt;The Day I Became Friends with a Robot&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · tristrumtuttle.medium.com&lt;/p&gt;
    &lt;p&gt;Tristrum Tuttle made an AI write a story about AI and then used an AI to illustrate it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tratt.net/laurie/blog/2022/using_a_proper_camera_as_a_webcam.html&quot;&gt;Laurence Tratt: Using a &quot;Proper&quot; Camera as a Webcam&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · tratt.net&lt;/p&gt;
    &lt;p&gt;Laurence Tratt writes a create guide on what to look out for when using a real camera as a webcam.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://bitfieldconsulting.com/golang/time-lords&quot;&gt;Ten tips for Time Lords&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;26 min · bitfieldconsulting.com&lt;/p&gt;
    &lt;p&gt;John Arundel shares some great time management tips. I&apos;m going to start setting up deep work slots next week.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://highline.huffingtonpost.com/articles/en/gun-violence/&quot;&gt;What Bullets Do To Bodies (2017)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;33 min · highline.huffingtonpost.com&lt;/p&gt;
    &lt;p&gt;Jason Fagone follows Dr. Amy Goldberg in of a trauma unit in a hospital in North Philadelphia to talk about gunshot victims and what it takes to reduce them (you already know it).&lt;/p&gt;


    
  </content:encoded></item><item><title>57 / Honesty is a professional behavior</title><link>https://2023.arne.me/weekly/57/</link><guid>https://2023.arne.me/weekly/57/</guid><description>Issue #57 from Arne&apos;s Weekly</description><pubDate>Sun, 22 May 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Get A Good Night’s Sleep by Uninstalling PagerDuty and Throwing Your Phone Into A Lake&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/lunasorcery/status/1297952723132964865&quot;&gt;@Luna on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2022/may/19/honesty/&quot;&gt;Honesty is a professional behavior&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss explains in which cases it’s okay to lie at work.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://gist.github.com/samlambert/c004c6c264b71d79afe3a981818f6053&quot;&gt;Management @ PlanetScale&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · gist.github.com&lt;/p&gt;
    &lt;p&gt;Sam Lambert, the CEO of PlanetScale talks about the management values at his company.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://smcleod.net/software/2022/05/16/firefox-addons-2022/&quot;&gt;Firefox Addons for 2022&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · smcleod.net&lt;/p&gt;
    &lt;p&gt;Sam McLeod has some great recommendations for Firefox adding that improve privacy and make your life easier.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://nschloe.github.io/2022/05/20/math-on-github.html&quot;&gt;Math on GitHub: The Good, the Bad and the Ugly&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · nschloe.github.io&lt;/p&gt;
    &lt;p&gt;Nico Schlömer about all the little details in GitHub’s new math support.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.joshwcomeau.com/css/surprising-truth-about-pixels-and-accessibility/&quot;&gt;The Surprising Truth About Pixels and Accessibility&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;18 min · joshwcomeau.com&lt;/p&gt;
    &lt;p&gt;Josh Comeau explains when to use rem, px or em in CSS with a great mental model.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://elijahcaine.me/rust-default-from/&quot;&gt;Rust Ergonomics: Default and From&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · elijahcaine.me&lt;/p&gt;
    &lt;p&gt;Elijah Caine M. Voigt about Rust ergonomics and why it’s better to be explicit than „sprinkle magic automatically“.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.bunniestudios.com/blog/?p=6375&quot;&gt;Rust: A Critical Retrospective&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;21 min · bunniestudios.com&lt;/p&gt;
    &lt;p&gt;Bunnie reflects on using Rust for an OS they’ve been writing, especially the supply chain attack surface.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.tbray.org/ongoing/When/202x/2022/05/14/Golang-Generics&quot;&gt;Golang Diaries: Generics&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · tbray.org&lt;/p&gt;
    &lt;p&gt;Tim Bray describes some footguns when working with Go generics.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.economist.com/science-and-technology/2022/05/18/the-wonder-material-graphene-may-have-found-its-killer-app&quot;&gt;The wonder material graphene may have found its killer app&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · economist.com&lt;/p&gt;
    &lt;p&gt;Graphene can make concrete 30 % stronger, allowing the use of less material, especially cement and therefore producing greener concrete. But that’s not the only promising use-case for the relatively new material.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/technology/archive/2022/05/bitcoin-cryptocurrency-crash-risk-misfortune/629909/&quot;&gt;The Crypto Crash Feels Amazing&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Ian Bogost describes the feelings of an outsider to the crypto bubble, including relief and schadenfreude.&lt;/p&gt;


    
  </content:encoded></item><item><title>56 / I Miss Heroku’s DevEx</title><link>https://2023.arne.me/weekly/56/</link><guid>https://2023.arne.me/weekly/56/</guid><description>Issue #56 from Arne&apos;s Weekly</description><pubDate>Sun, 15 May 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Shout out to everyone who periodically drags everything on their desktop into a folder called &quot;Stuff&quot;.  &lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/seldo/status/1509187729984155653&quot;&gt;@seldo on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jchyip.medium.com/spotify-models-are-for-the-obedience-of-fools-and-the-guidance-of-the-wise-173305d149ed&quot;&gt;Models are for the obedience of fools and the guidance of the wise&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · jchyip.medium.com&lt;/p&gt;
    &lt;p&gt;Jason Yip about the importance of asking why instead of just copying.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://christine.website/blog/heroku-devex-2022-05-12&quot;&gt;I Miss Heroku&apos;s DevEx&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · christine.website&lt;/p&gt;
    &lt;p&gt;Xe about the magical DX of Heroku and why nothing comes close to it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://wagslane.dev/posts/things-i-dont-want-to-do-to-grow-business/&quot;&gt;Things I don&apos;t want to do to grow my side project&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · wagslane.dev&lt;/p&gt;
    &lt;p&gt;Lane Wagner about things they don&apos;t want to do (but might have to) when working on their side project, i.e. taxes, content creation and marketing.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://twitter.com/alexcornell/status/1521124986412445697&quot;&gt;Alex Cornell on Twitter&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · twitter.com&lt;/p&gt;
    &lt;p&gt;Alex Cornell Tweets about design details of the new podcast player in the Substack app. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h2&gt;Rust&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://shopify.engineering/porting-yjit-ruby-compiler-to-rust&quot;&gt;Our Experience Porting the YJIT Ruby Compiler to Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · shopify.engineering&lt;/p&gt;
    &lt;p&gt;Maxime Chevalier-Boisvert shares the experience her team made porting a compiler to Rust, including FFI and recursive trees.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://apollolabsblog.hashnode.dev/demystifying-rust-embedded-hal-split-and-constrain-methods&quot;&gt;Demystifying Rust Embedded HAL Split and Constrain Methods&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · apollolabsblog.hashnode.dev&lt;/p&gt;
    &lt;p&gt;Omar Hiari about hardware abstraction layers and other Embedded Rust concepts.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://secret.club/2022/05/11/fuzzing-solana.html&quot;&gt;Earn $200K by fuzzing for a weekend&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;41 min · secret.club&lt;/p&gt;
    &lt;p&gt;addison explains how they found critical bugs by fuzzing (using Rust) and earned $200k.&lt;/p&gt;


    &lt;h2&gt;Go&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://npf.io/2022/05/safer-enums/&quot;&gt;Safer Enums&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · npf.io&lt;/p&gt;
    &lt;p&gt;Nate Finch introduces a safer way to do enums in Go, using structs instead of string or int.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://encore.dev/blog/testscript-hidden-testing-gem&quot;&gt;testscript, a hidden gem the Go team kept locked away — go get it #002&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · encore.dev&lt;/p&gt;
    &lt;p&gt;Aandré Erikkson about a new way to write tests in Go that involve files.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://8thlight.com/blog/go-interface-misuse/&quot;&gt;Of Ducks and Go Interface Misuse&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · 8thlight.com&lt;/p&gt;
    &lt;p&gt;Bart Bucknill about the correct way to use Interfaces in Go.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://segment.com/blog/changing-one-character-improved-app-performance/&quot;&gt;Changing one character wildly improved our application&apos;s performance&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · segment.com&lt;/p&gt;
    &lt;p&gt;Kevin Burke tells the story of how changing the operator in a sort function led to a 3.3x speed increase.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.biospace.com/article/researchers-answer-how-and-why-infants-die-from-sids/&quot;&gt;Researchers Pinpoint Reason Infants Die From SIDS&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · biospace.com&lt;/p&gt;
    &lt;p&gt;Researches finally found the reason for SIDS (Sudden Infant Death Syndrome): It&apos;s a brain enzyme deficiency.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://zan.bearblog.dev/why-i-waste-time/&quot;&gt;why do you waste so much time on the internet.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · zan.bearblog.dev&lt;/p&gt;
    &lt;p&gt;zanlog about spending time on social media and the struggle to get away&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://hbr.org/2022/05/cautionary-tales-from-cryptoland&quot;&gt;Cautionary Tales from Cryptoland&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · hbr.org&lt;/p&gt;
    &lt;p&gt;Thomas Stackpole interviews Molly White, the creator of &lt;a href=&quot;https://web3isgoinggreat.com&quot;&gt;Web3 is going just great&lt;/a&gt; on her views on the topic.&lt;/p&gt;


    
  </content:encoded></item><item><title>55 / An easy mode for Rust</title><link>https://2023.arne.me/weekly/55/</link><guid>https://2023.arne.me/weekly/55/</guid><description>Issue #55 from Arne&apos;s Weekly</description><pubDate>Sun, 08 May 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;&quot;It&apos;s only a pointer if it&apos;s from the Provenance region of RAM, otherwise it&apos;s just a sparkling usize.&quot;&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/impraxical/status/1521229640387420167&quot;&gt;@impraxical on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.cenizal.com/the-transmogrifying-power-of-reflection/&quot;&gt;The transmogrifying power of reflection&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · cenizal.com&lt;/p&gt;
    &lt;p&gt;CJ Cenizal about the powers of self-reflection.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;http://www.softwareonthebrain.com/2021/12/having-career-growth-conversations.html&quot;&gt;Having Career Conversations&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · softwareonthebrain.com&lt;/p&gt;
    &lt;p&gt;Joe Lynch about career conversations and how to build trust.&lt;/p&gt;


    &lt;h2&gt;Rust&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://peterkos.me/rust-const-generics/&quot;&gt;An O(1) Generic Blog Post About Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · peterkos.me&lt;/p&gt;
    &lt;p&gt;Peter Kos about const generics in Rust, with a bit of background on implementation history.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kerkour.com/rust-static-site-generator&quot;&gt;Building a static site generator in 100 lines of Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · kerkour.com&lt;/p&gt;
    &lt;p&gt;Sylvain Kerkour built a SSG in 100 lines of Rust and explains how.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tim.mcnamara.nz/post/683022094467039232/easy-mode-for-rust&quot;&gt;Creating an Easy Mode for Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · tim.mcnamara.nz&lt;/p&gt;
    &lt;p&gt;Tim McNamara has a few suggestions for flattening the Rust learning curve.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jmmv.dev/2022/05/rust-is-hard-but-does-it-matter.html&quot;&gt;Rust is hard, yes, but does it matter?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · jmmv.dev&lt;/p&gt;
    &lt;p&gt;Julio Merino argues that in a typical software project using Rust isn&apos;t really harder than other languages.&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://mmazzarolo.com/blog/2022-04-16-drag-window-by-clicking-anywhere-on-macos/&quot;&gt;Moving a macOS window by clicking anywhere on it (like on Linux)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · mmazzarolo.com&lt;/p&gt;
    &lt;p&gt;Matteo shares a neat trick to improve the ability to move windows on macOS.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kiranrao.ca/2022/05/04/zero-downtime-migrations.html&quot;&gt;Changing Tires at 100mph: A Guide to Zero Downtime Migrations&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · kiranrao.ca&lt;/p&gt;
    &lt;p&gt;Kiran Rao shares a great guide to zero-downtime migrations.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://fasterthanli.me/articles/i-won-free-load-testing#after-the-storm-collateral-damage&quot;&gt;I won free load testing&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;30 min · fasterthanli.me&lt;/p&gt;
    &lt;p&gt;Amos describes the experience and countermeasure of the recent DDOS attacks on his website.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/ideas/archive/2022/05/putin-war-propaganda-russian-support/629714/&quot;&gt;&apos;We Can Only Be Enemies&apos;&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Peter Pomerantsev about the bizarre story of a Ukrainian family living with Russian soldiers talking about their views and values.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://what-if.xkcd.com/158/&quot;&gt;Hot Banana&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · what-if.xkcd.com&lt;/p&gt;
    &lt;p&gt;Randall Munroe about radioactive bananas and how many it&apos;d take to power a house.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ciechanow.ski/mechanical-watch/&quot;&gt;Mechanical Watch&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;33 min · ciechanow.ski&lt;/p&gt;
    &lt;p&gt;If you ever wondered how a mechanical watch works, Bartosz Ciechanowski has yet another interactive blog post that‘s got you covered.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jon.bo/posts/making-friends-online/&quot;&gt;making friends on the internet&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · jon.bo&lt;/p&gt;
    &lt;p&gt;Jonathan Borichevskiy explains how to make friends on the internet.&lt;/p&gt;


    
  </content:encoded></item><item><title>54 / Crimes with Go Generics</title><link>https://2023.arne.me/weekly/54/</link><guid>https://2023.arne.me/weekly/54/</guid><description>Issue #54 from Arne&apos;s Weekly</description><pubDate>Sun, 01 May 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hello, how was your week? It&apos;s finally starting to feel like spring in Germany 🌳&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Remember like two weeks ago when Elon was like “tell me how to end world hunger and I’ll do it” and then he bought twitter for $44 billion instead  &lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/rivbutcher/status/1518678344304275457&quot;&gt;@rivbutcher on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://acjay.com/2022/03/11/11-principles-of-engineering-management/&quot;&gt;11 Principles of Engineering Management&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · acjay.com&lt;/p&gt;
    &lt;p&gt;Alan Johnson share some great principles to look for when being an engineering manager.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://freakingrectangle.com/2022/04/15/how-to-freaking-hire-great-developers/&quot;&gt;How to Freaking Find Great Developers By Having Them Read Code&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · freakingrectangle.com&lt;/p&gt;
    &lt;p&gt;The author explains why having people read code is superior to writing silly functions or drawing on whiteboards.&lt;/p&gt;


    &lt;h2&gt;Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://christine.website/blog/gonads-2022-04-24&quot;&gt;Crimes with Go Generics&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · christine.website&lt;/p&gt;
    &lt;p&gt;Thanks to Go generics we finally have more ways to commit Go crimes! Xe Iaso has a few examples of Go code where generics might actually not be the best choice.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://fasterthanli.me/articles/i-want-off-mr-golangs-wild-ride&quot;&gt;I want off Mr. Golang&apos;s Wild Ride&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;33 min · fasterthanli.me&lt;/p&gt;
    &lt;p&gt;Amos writes about all the things about Go that frustrate him.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://typesanitizer.com/blog/go-experience-report.html&quot;&gt;Experience Report: 6 months of Go&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;31 min · typesanitizer.com&lt;/p&gt;
    &lt;p&gt;Varun Gandhi describes their experience of using Go for 6 months now and surfaces a lot of absurd behaviour.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kerkour.com/what-a-better-rust-would-look-like&quot;&gt;What a better Rust would look like&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · kerkour.com&lt;/p&gt;
    &lt;p&gt;Sylvain Kerkour imagines a programming language better than Rust.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.buzzfeednews.com/article/katienotopoulos/elon-musk-twitter-quitting&quot;&gt;Admit It, You Won&apos;t Quit Twitter Because Of Elon Musk&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · buzzfeednews.com&lt;/p&gt;
    &lt;p&gt;Katie Notopoulos writes an honest dourness of why you probably won&apos;t quit Twitter, even if it now belongs to the bad rocket man. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://arstechnica.com/gaming/2022/04/review-playdate-earns-its-179-price-tag-with-cute-design-memorable-games/&quot;&gt;Review: Playdate earns its $179 price tag with cute design, memorable games&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · arstechnica.com&lt;/p&gt;
    &lt;p&gt;Sam Machkovech reviews the Playdate, of which apparently the first batch is being sent out right now!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kk.org/thetechnium/103-bits-of-advice-i-wish-i-had-known/&quot;&gt;103 Bits of Advice I Wish I Had Known&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · kk.org&lt;/p&gt;
    &lt;p&gt;Kevin Kelly turns 70 and shares 103 great bits of advice. I love these lists!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://krausefx.com//blog/how-i-put-my-whole-life-into-a-single-database&quot;&gt;How I put my whole life into a single database · Felix Krause&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · krausefx.com&lt;/p&gt;
    &lt;p&gt;Felix Krause made a public website with all kinds of data about him, including location, planned travel, local weather, mood, etc.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://brainbaking.com/post/2022/04/cool-things-people-do-with-their-blogs/&quot;&gt;Cool Things People Do With Their Blogs&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · brainbaking.com&lt;/p&gt;
    &lt;p&gt;Wouter Groeneveld has collected a list of cool things you can do with your website.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://news.mit.edu/2022/low-power-thin-loudspeaker-0426&quot;&gt;Researchers develop a paper-thin loudspeaker&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · news.mit.edu&lt;/p&gt;
    &lt;p&gt;Adam Zewe about a paper-thin loudspeaker design that could be used for 3D sound or noise cancelling an airplane cockpit.&lt;/p&gt;


    
  </content:encoded></item><item><title>53 / Generation C</title><link>https://2023.arne.me/weekly/53/</link><guid>https://2023.arne.me/weekly/53/</guid><description>Issue #53 from Arne&apos;s Weekly</description><pubDate>Sun, 24 Apr 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, how was your week? ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;me: what do you know about atoms?&lt;/p&gt;
&lt;p&gt;friend: very little&lt;/p&gt;
&lt;p&gt;me: besides that&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/Browtweaten/status/1516834339396493312&quot;&gt;@Browtweaten on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://github.com/readme/guides/ops-work-visible&quot;&gt;Making operational work more visible&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · github.com&lt;/p&gt;
    &lt;p&gt;Lorin Hochstein about the &quot;you build it, you run it&quot; method at Netflix and how to make operational work more visible using meetings and pair programming.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.rust-lang.org/inside-rust/2022/04/19/imposter-syndrome.html&quot;&gt;Imposter Syndrome&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · blog.rust-lang.org&lt;/p&gt;
    &lt;p&gt;Jane Lusby about imposter syndrome, especially in the Rust project.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.linkedin.com/posts/matthewrechs_11-promises-from-a-manager-1-well-have-activity-6921531546298384384-C94R/&quot;&gt;11 Promises from a Manager&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · linkedin.com&lt;/p&gt;
    &lt;p&gt;Matthew Rechs shares a list of promises as a manager. &lt;em&gt;Thanks Jan &amp;amp; Lukas&lt;/em&gt;&lt;/p&gt;


    &lt;h2&gt;Tech&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://infraeng.dev/swyx/&quot;&gt;Shawn Wang / swyx&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · infraeng.dev&lt;/p&gt;
    &lt;p&gt;Will Larson interviews Shawn Wang about developer experience and the overlap with infrastructure.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.joshwcomeau.com/javascript/terminal-for-js-devs/&quot;&gt;The Front-End Developer&apos;s Guide to the Terminal&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;29 min · joshwcomeau.com&lt;/p&gt;
    &lt;p&gt;Josh Comeau has written a guide to the terminal, aimed at frontend developers that have no experience with it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://go.dev/blog/survey2021-results&quot;&gt;Go Developer Survey 2021 Results - The Go Programming Language&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · go.dev&lt;/p&gt;
    &lt;p&gt;Alice Merrick shares the results of the 2021 Go Developer Survey — always interesting to get these insights.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jmmv.dev/2022/04/rust-traits-and-dependency-injection.html&quot;&gt;Rust traits and dependency injection&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · jmmv.dev&lt;/p&gt;
    &lt;p&gt;Julio Merino about different approaches to dependency injection in Rust.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://seths.blog/2022/04/generation-c&quot;&gt;Generation C&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · seths.blog&lt;/p&gt;
    &lt;p&gt;Seth Godin has a proposal for naming the next generation.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.washingtonpost.com/technology/2022/04/08/algospeak-tiktok-le-dollar-bean/&quot;&gt;Internet ‘algospeak’ is changing our language in real time, from ‘nip nops’ to ‘le dollar bean’&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · washingtonpost.com&lt;/p&gt;
    &lt;p&gt;Taylor Lorenz about algospeak and filter algorithms in social networks that change the human language.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://robertheaton.com/almost-scammed/&quot;&gt;I&apos;m a security engineer and I still almost got scammed&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · robertheaton.com&lt;/p&gt;
    &lt;p&gt;Robert Heaton almost got scammed and shares the tactics that were applied in the scam.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://hbr.org/2018/05/tips-for-reading-the-room-before-a-meeting-or-presentation&quot;&gt;Tips for Reading the Room Before a Meeting or Presentation&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · hbr.org&lt;/p&gt;
    &lt;p&gt;Rebecca Knight shares some tipps how to read a room, including do&apos;s and don&apos;ts.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://michael.stapelberg.ch/posts/2022-04-23-fiber7-25gbit-upgrade/&quot;&gt;My upgrade to 25 Gbit/s Fiber To The Home&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · michael.stapelberg.ch&lt;/p&gt;
    &lt;p&gt;Michael Stapelberg about his super fast 25 Gbit/a connection and what it took to make it work.&lt;/p&gt;


    
  </content:encoded></item><item><title>52 / The Return of the 90s Web</title><link>https://2023.arne.me/weekly/52/</link><guid>https://2023.arne.me/weekly/52/</guid><description>Issue #52 from Arne&apos;s Weekly</description><pubDate>Sun, 17 Apr 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, happy easter, hope your week has been good 🐣&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Enough content creators, now time for content destroyers.&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/jackcorrbit/status/1515086791157555208&quot;&gt;@jackcorrbit on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://mxb.dev/blog/the-return-of-the-90s-web/&quot;&gt;The Return of the 90s Web&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · mxb.dev&lt;/p&gt;
    &lt;p&gt;Max Böck about techniques of the 90s web that are now coming back. Who wants to start a webring with me?&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://leaddev.com/staffplus/getting-credit-invisible-work-staff-level&quot;&gt;Getting credit for invisible work at the Staff+ level&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · leaddev.com&lt;/p&gt;
    &lt;p&gt;Ryan Harter about invisible work (planning, thrown-away prototypes, etc.).&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://fasterthanli.me/articles/futures-nostalgia&quot;&gt;Futures Nostalgia&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;36 min · fasterthanli.me&lt;/p&gt;
    &lt;p&gt;Amos dives deep into async Rust HTTP code using hyper, tower and a few Rust crimes.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://go.dev/blog/when-generics&quot;&gt;When To Use Generics&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · go.dev&lt;/p&gt;
    &lt;p&gt;Ian Lance Taylor shares some tips on when to use Go generics and when to prefer interface types or reflection.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.adamchalmers.com/making-a-dns-client/&quot;&gt;What I learned from making a DNS client in Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · blog.adamchalmers.com&lt;/p&gt;
    &lt;p&gt;Adam Chalmers shares what libraries he used and what he learned implementing a DNS client in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2022/04/12/a-list-of-new-ish--command-line-tools/&quot;&gt;A list of new(ish) command line tools&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans has a lot of new CLI utilities to spice up your terminal.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://unzip.dev/0x005-unikernels/&quot;&gt;Unikernels 🏍️&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · unzip.dev&lt;/p&gt;
    &lt;p&gt;Agam More about the pros, cons and applications of unikernels.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/family/archive/2021/01/what-moving-house-can-do-your-happiness/617667/&quot;&gt;Find the Place You Love. Then Move There.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Arthur C. Brooks about topophilia, the love for a place.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.bbc.com/news/science-environment-60913226&quot;&gt;Fast fashion: European Union reveals fast fashion crackdown&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · bbc.com&lt;/p&gt;
    &lt;p&gt;Helen Briggs about a new EU strategy that requires clothing producers to create longer-lasting and easier-to-repair products.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.stephendiehl.com/blog/complete.html&quot;&gt;The Complete Argument Against Crypto&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · stephendiehl.com&lt;/p&gt;
    &lt;p&gt;Stephen Diel about the technical and societal impacts of crypto.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Crypto is like an evil genie that only fulfills neoliberal grifters&apos; darkest wishes.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/family/archive/2022/03/being-an-outsider-benefits-third-culture-kids/627011/&quot;&gt;Find More Ways to Be an Outsider&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Arthur C. Brooks about the advantages of being an outsider.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://empty.coffee/an-ode-to-apples-hide-my-email/&quot;&gt;An Ode to Apple&apos;s Hide My Email&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · empty.coffee&lt;/p&gt;
    &lt;p&gt;Mike Lapidakis explains why he loves Hide My Email.&lt;/p&gt;


    
  </content:encoded></item><item><title>51 / Advantages of monorepos</title><link>https://2023.arne.me/weekly/51/</link><guid>https://2023.arne.me/weekly/51/</guid><description>Issue #51 from Arne&apos;s Weekly</description><pubDate>Sun, 10 Apr 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how was your week?&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;I love the phrase &quot;have a good one&quot; because it&apos;s just like, whatever you&apos;re having — a Monday, an existential crisis, an incredible mushroom trip, a murder fantasy — I hope it&apos;s good.  &lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/roseveleth/status/1462880660595478528&quot;&gt;@roseveleth on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://betterprogramming.pub/the-cone-model-for-teams-support-network-9b87659c8008&quot;&gt;The Cone Model for Teams&apos; Support Network&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · betterprogramming.pub&lt;/p&gt;
    &lt;p&gt;Shy Alter shares a model of team structure that relies on many-to-many relations instead of one-to-one.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://rachelbythebay.com/w/2022/04/05/pipe/&quot;&gt;That simple script is still someone&apos;s bad day&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · rachelbythebay.com&lt;/p&gt;
    &lt;p&gt;Rachel about shell scripts that work unexpectedly, even with pipe fail enabled. There&apos;s a follow-up: &lt;a href=&quot;https://rachelbythebay.com/w/2022/04/06/text/&quot;&gt;You can do a lot with an empty file&lt;/a&gt;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tailscale.com/blog/grafana-auth/&quot;&gt;How To Seamlessly Authenticate to Grafana using Tailscale&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · tailscale.com&lt;/p&gt;
    &lt;p&gt;Xe Iaso explains how to set up Grafana so it derives your identity from the Tailscale session.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://danluu.com/monorepo/&quot;&gt;Advantages of monorepos&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · danluu.com&lt;/p&gt;
    &lt;p&gt;Dan Luu lists 5 advantages of monorepos. He even lists 10 other posts discussing monorepos, so this is a great place to dig deep.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kerkour.com/rust-fearless-concurrency&quot;&gt;Rust&apos;s fearless concurrency in practice&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · kerkour.com&lt;/p&gt;
    &lt;p&gt;Sylvain Kerkour shares an excerpt from his book demonstrating one Rust&apos;s strengths: Fearless concurrency.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://christine.website/blog/nix-flakes-3-2022-04-07&quot;&gt;Nix Flakes: Exposing and using NixOS Modules&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · christine.website&lt;/p&gt;
    &lt;p&gt;Xe Iaso continues their series of Nix and Nix flakes to talk about NixOS modules, functions that take the current state of a system and return things to add to the state of the system.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jamey.thesharps.us/2019/05/29/per-project-postgres/&quot;&gt;Per-project Postgres&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · jamey.thesharps.us&lt;/p&gt;
    &lt;p&gt;Jamey Sharp shares a way to have a per-project Postgres, using direnv.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://verdagon.dev/blog/surprising-weak-refs&quot;&gt;Surprising Weak-Ref Implementations: Swift, Obj-C, C++, Rust, and Vale&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · verdagon.dev&lt;/p&gt;
    &lt;p&gt;Evan Ovadia compares how different typed languages to weak references and explains the reasons behind Vales implementation.&lt;/p&gt;


    &lt;h2&gt;Cutting Form Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/world/2022/apr/07/how-to-stop-china-and-the-us-going-to-war&quot;&gt;How to stop China and the US going to war&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · theguardian.com&lt;/p&gt;
    &lt;p&gt;Kevin Rudd about the growing tensions between China and the US and what he thinks is necessary to prevent a war in this decade.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.vox.com/recode/23003056/elizabeth-warren-big-tech-mergers&quot;&gt;Elizabeth Warren&apos;s plan to break up Big Everything&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · vox.com&lt;/p&gt;
    &lt;p&gt;Sara Morrison about Elisabeth Warren&apos;s new bill:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Prohibiting Anticompetitive Mergers Act, doesn’t just break up Big Tech: It breaks up Big Everything, and it prevents companies from getting too big in the future.&lt;/p&gt;
&lt;/blockquote&gt;


    
  </content:encoded></item><item><title>50 / How To Do Less</title><link>https://2023.arne.me/weekly/50/</link><guid>https://2023.arne.me/weekly/50/</guid><description>Issue #50 from Arne&apos;s Weekly</description><pubDate>Sun, 03 Apr 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, how&apos;s it going? ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;everyone in crypto is either a liar or being lied to  &lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/can/status/1508697999236497409&quot;&gt;@can on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://alexturek.com/2022-03-07-How-to-do-less/&quot;&gt;How To Do Less&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · alexturek.com&lt;/p&gt;
    &lt;p&gt;Alex Turek about setting priorities and getting out of the trap of too much to do (and staying out).&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://planetscale.com/blog/generics-can-make-your-go-code-slower&quot;&gt;Generics can make your Go code slower&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;30 min · planetscale.com&lt;/p&gt;
    &lt;p&gt;Vicent Marti from Planetscale talks about the inner workings of generics in Go 1.18 and what it means for performance.
If you use Go but don&apos;t really care about the low-level stuff, scroll way down and check out DOs and DON&apos;Ts.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://go.dev/blog/supply-chain&quot;&gt;How Go Mitigates Supply Chain Attacks&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · go.dev&lt;/p&gt;
    &lt;p&gt;Filippo Valsorda lists ways how Go works against supply chain attacks.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://encore.dev/blog/go-1.18-generic-identifiers&quot;&gt;How we used Go 1.18 when designing our Identifiers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · encore.dev&lt;/p&gt;
    &lt;p&gt;Dominic Black compares different identifier technologies (think auto-incrementing database ids or UUIDs) and describes a real-world use of Go generics.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kerkour.com/why-not-rust&quot;&gt;When not to use Rust?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · kerkour.com&lt;/p&gt;
    &lt;p&gt;Sylvain Kerkour lists four scenarios where Rust might not be the best choice.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;http://cliffle.com/blog/rust-mutexes/&quot;&gt;Why Rust mutexes look like they do&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;20 min · cliffle.com&lt;/p&gt;
    &lt;p&gt;Cliff L. Biffle compares traditional C mutexes to Rust mutexes and explains why the Rust version looks the way it does.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://youtu.be/u-sNSjS8cq0&quot;&gt;Web3.0: A Libertarian Dystopia (Video)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · youtu.be&lt;/p&gt;
    &lt;p&gt;münecat talks about cryptocurrencies, NFTs, web3 and everything else related to the children of the coin.
It&apos;s long but it&apos;s definitely worth it.
&lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2022/03/31/style/ben-mckenzie-crypto.html&quot;&gt;Ben McKenzie Would Like a Word With the Crypto Bros&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;David Yaffe-Bellany about the actor known from O.C. (and Gotham) Ben McKenzie and his experience with crypto.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://bjango.com/articles/macexternaldisplays2/&quot;&gt;Mac external displays for designers and developers, part 2&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · bjango.com&lt;/p&gt;
    &lt;p&gt;Marc Edwards compares external displays for Macs including factors like pixel density, colour space and more.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/travel/2022/mar/23/machu-picchu-inca-site-wrong-name&quot;&gt;Machu Picchu: Inca site ‘has gone by wrong name for over 100 years’&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · theguardian.com&lt;/p&gt;
    &lt;p&gt;Machu Picchu was apparently called &quot;Huayna Picchu&quot; by the Inca, according to &lt;a href=&quot;https://www.tandfonline.com/doi/full/10.1080/00776297.2021.1949833?journalCode=ynaw20&quot;&gt;a paper by Peruvian historian and US archaeologist&lt;/a&gt;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://catfox.life/2022/03/26/daily-driving-a-mac-one-year-later/&quot;&gt;Daily-driving a Mac, one year later&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · catfox.life&lt;/p&gt;
    &lt;p&gt;Cat fox about the things they love about macOS, coming from Linux.&lt;/p&gt;


    
  </content:encoded></item><item><title>49 / The opportunity will find you</title><link>https://2023.arne.me/weekly/49/</link><guid>https://2023.arne.me/weekly/49/</guid><description>Issue #49 from Arne&apos;s Weekly</description><pubDate>Sun, 27 Mar 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, how was your week? ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;me, age 7: I want to be an adult so I can eat as many pickles as I want&lt;br /&gt;me, age 30, eating pickles: haha hell yeah  &lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/hauntedlatte/status/1440103105568206853&quot;&gt;@hauntedlatte on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.newyorker.com/culture/infinite-scroll/have-iphone-cameras-become-too-smart&quot;&gt;Have iPhone Cameras Become Too Smart?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · newyorker.com&lt;/p&gt;
    &lt;p&gt;Kyle Chayka about the iPhone camera system and how it takes away creative control to produce sometimes unrealistic images.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://stackoverflow.blog/2022/02/23/what-you-give-up-when-moving-into-engineering-management/&quot;&gt;What you give up when moving into engineering management&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · stackoverflow.blog&lt;/p&gt;
    &lt;p&gt;Karl Hughes about the differences and difficulties that individual contributors face when they move into management.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://thoughtbot.com/blog/the-opportunity-will-find-you&quot;&gt;The opportunity will find you&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · thoughtbot.com&lt;/p&gt;
    &lt;p&gt;Matheus Richard about opportunity and pro-active action.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://danluu.com/nothing-works/&quot;&gt;Why is it so hard to buy things that work well?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;31 min · danluu.com&lt;/p&gt;
    &lt;p&gt;Dan Luu about they reasons why people buy things and how it affects the decisions companies take.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Mongo&apos;s decision to loudly repeat demonstrably bogus performance claims and making demonstrably false correctness claims was, from a business standpoint, superior to focusing on actual correctness and performance&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://sigops.org/s/conferences/hotos/2021/papers/hotos21-s11-bronson.pdf&quot;&gt;Metastable Failures in Distributed Systems (paper, 2021)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;22 min · sigops.org&lt;/p&gt;
    &lt;p&gt;Nathan Bronson, Abutalib Aghayev, Aleksey Charapko and Timothy Zhu describe how distributed systems can enter a state in which it can only recover with a strong corrective push and how to detect them.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://aschmelyun.com/blog/i-built-a-receipt-printer-for-github-issues/&quot;&gt;I built a receipt printer for GitHub issues&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · aschmelyun.com&lt;/p&gt;
    &lt;p&gt;Andrew Schmelyun prints a physical receipt for every GitHub issue on one of their repositories.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://go.dev/blog/intro-generics&quot;&gt;An Introduction To Generics&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · go.dev&lt;/p&gt;
    &lt;p&gt;Robert Griesemer and Ian Lance Taylor wrote an introduction to Go generics on the Go blog, based on a 30-minute talk at GopherCon 2021.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2021/jul/8/appsec-pagnis/&quot;&gt;Probably Are Gonna Need It: Application Security Edition (2021)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss about the opposite of YAGNI (You Ain’t Gonna Need It) for application security.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.mollywhite.net/annotations/latecomers-guide-to-crypto&quot;&gt;The (Edited) Latecomers Guide to Crypto&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 hours 10 min · mollywhite.net&lt;/p&gt;
    &lt;p&gt;Molly White and 14+ cryptocurrency researchers and critics have annotated the New York Times article, which reads more like an ad.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.technologyreview.com/2021/07/30/1030329/machine-learning-ai-failed-covid-hospital-diagnosis-pandemic&quot;&gt;Hundreds of AI tools have been built to catch covid. None of them helped. (2021)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · technologyreview.com&lt;/p&gt;
    &lt;p&gt;Will Douglas Heaven about the shortcomings of almost all AI systems developed to detect covid and how a bit more co-operation could have made a huge difference.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Many unwittingly used a data set that contained chest scans of children who did not have covid as their examples of what non-covid cases looked like. But as a result, the AIs learned to identify kids, not covid.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.neelc.org/posts/web3-centralized/&quot;&gt;Web3 is centralized (and inefficient!)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · neelc.org&lt;/p&gt;
    &lt;p&gt;Neel Chauhan about decentralised systems like Tor or Folding@Home and why &quot;Blockchain Sucks, Period&quot;.&lt;/p&gt;


    
  </content:encoded></item><item><title>48 / My Favorite npm Commit</title><link>https://2023.arne.me/weekly/48/</link><guid>https://2023.arne.me/weekly/48/</guid><description>Issue #48 from Arne&apos;s Weekly</description><pubDate>Sun, 20 Mar 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, hope your week was great ✨&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;malloc &quot;may&quot; return null in the same way that I &quot;may&quot; get my act together someday and act like a real adult&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/zhuowei/status/1504971232676036608&quot;&gt;@zhuowei auf Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://words.filippo.io/pay-maintainers/&quot;&gt;How to pay professional maintainers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · words.filippo.io&lt;/p&gt;
    &lt;p&gt;Filippo Valsorda shares some advice to companies that want to sponsor individual open-source maintainers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://athenian.com/blog/7-mental-models-for-great-engineering-leadership&quot;&gt;7 Mental Models For Great Engineering Leadership&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · athenian.com&lt;/p&gt;
    &lt;p&gt;Eiso Kant explains where to spend your time at different stages of the company, based on 7 models.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://blog.izs.me/2021/10/my-favorite-npm-commit/&quot;&gt;My Favorite npm Commit&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · blog.izs.me&lt;/p&gt;
    &lt;p&gt;isaacs about their favourite npm commit: Setting the time to the 26th October of 1985 to work around a tar limitation. If that date doesn&apos;t ring a bell, it&apos;s a reference to the Back To The Future movies.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://github.com/AsahiLinux/docs/wiki/Introduction-to-Apple-Silicon&quot;&gt;Introduction to Apple Silicon&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;18 min · github.com&lt;/p&gt;
    &lt;p&gt;The developers behind Asahi Linux explain how Apple Silicon (i.e. M1 and later) works.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://nixos.org/guides/nix-pills/why-you-should-give-it-a-try.html&quot;&gt;Chapter 1. Why You Should Give it a Try&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · nixos.org&lt;/p&gt;
    &lt;p&gt;A &lt;em&gt;Nix Pill&lt;/em&gt; that explains the raison d&apos;être of Nix.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.joshwcomeau.com/css/full-bleed/&quot;&gt;Full-Bleed Layout Using CSS Grid&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · joshwcomeau.com&lt;/p&gt;
    &lt;p&gt;Josh Comeau about a good way to implement a full-bleed layout in CSS.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lemire.me/blog/2022/03/18/writing-out-large-arrays-in-go-binary-write-is-inefficient-for-large-arrays/&quot;&gt;Writing out large arrays in Go: binary.Write is inefficient for large arrays&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · lemire.me&lt;/p&gt;
    &lt;p&gt;Daniel Lemire about ways to make Go&apos;s &lt;code&gt;binary.Write&lt;/code&gt; method faster or more efficient.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://paulbutler.org/2022/what-does-it-mean-to-listen-on-a-port/&quot;&gt;What does it mean to listen on a port?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · paulbutler.org&lt;/p&gt;
    &lt;p&gt;Paul Butler explores the concept of ports on an operating system via a fictional story.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://smallcultfollowing.com/babysteps//blog/2022/01/27/panics-vs-cancellation-part-1/&quot;&gt;Panics vs cancellation, part 1&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · smallcultfollowing.com&lt;/p&gt;
    &lt;p&gt;Niko Matsakis about panics and cancellation in async Rust.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.jefftk.com/p/war-prompted-disaster-planning&quot;&gt;War-prompted Disaster Planning&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · jefftk.com&lt;/p&gt;
    &lt;p&gt;Jeff Kaufman about the steps he takes to be ready for disaster.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://fowlie.github.io/2022/02/25/keyboards-rabbit-hole/&quot;&gt;Down the mechanical keyboard rabbit hole&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · fowlie.github.io&lt;/p&gt;
    &lt;p&gt;Fowlie shares their experience with different mechanical keyboards and layouts.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://michael.stapelberg.ch/posts/2022-03-19-smart-home-components/&quot;&gt;Smart Home components&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · michael.stapelberg.ch&lt;/p&gt;
    &lt;p&gt;Michael Stapelberg about some smart home components he used and how he likes them.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tailscale.com/blog/free-plan/&quot;&gt;How our free plan stays free&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · tailscale.com&lt;/p&gt;
    &lt;p&gt;Avery Pennarun explains the pricing model of Tailscale and why the free customers are &lt;em&gt;not&lt;/em&gt; the product.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;http://morrick.me/archives/9220&quot;&gt;A retrospective look at Mac OS X Snow Leopard&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;19 min · morrick.me&lt;/p&gt;
    &lt;p&gt;Riccardo Mori compares Mac OS X Snow Leopard to macOS Big Sur from a visual standpoint.&lt;/p&gt;


    
  </content:encoded></item><item><title>47 / Falsify yourself</title><link>https://2023.arne.me/weekly/47/</link><guid>https://2023.arne.me/weekly/47/</guid><description>Issue #47 from Arne&apos;s Weekly</description><pubDate>Sun, 13 Mar 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey everyone and welcome to all the new subscribers, hope you like it here! ❤️&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;i love how americans are like &quot;if anyone is in michigan let&apos;s meet up&quot; where michigan is like the size of my entire country  &lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/thingskatedid/status/1501413908283723777&quot;&gt;@thingskatedid on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://fasterthanli.me/articles/request-coalescing-in-async-rust&quot;&gt;Request coalescing in async Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;54 min · fasterthanli.me&lt;/p&gt;
    &lt;p&gt;Amos dives deep into caching responses for concurrent requests in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.morling.dev/blog/the-code-review-pyramid/&quot;&gt;The Code Review Pyramid&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · morling.dev&lt;/p&gt;
    &lt;p&gt;Gunnar Morling built a great chart of questions to ask in different layers of code reviews.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://alexanderell.is/posts/infinite-scroll/&quot;&gt;My lizard brain is no match for infinite scroll&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · alexanderell.is&lt;/p&gt;
    &lt;p&gt;Alex Ellis about their inability to resist the temptation of social networks with infinite scrolling.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When I think about how I feel after 30 minutes of letting my mind wander on a walk versus 30 minutes of scrolling, it’s night and day.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.iamjonas.me/2022/03/falsify-yourself.html&quot;&gt;Falsify yourself&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · iamjonas.me&lt;/p&gt;
    &lt;p&gt;Jonas Lundberg about the importance of falsifying your ideas and plans before presenting them to others.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tuple.app/pair-programming-guide/antipatterns&quot;&gt;Pair Programming Antipatterns&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · tuple.app&lt;/p&gt;
    &lt;p&gt;A great list of things to improve your pair programming skills.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://blog.sunfishcode.online/bugs-in-hello-world/&quot;&gt;Bugs in Hello World&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · blog.sunfishcode.online&lt;/p&gt;
    &lt;p&gt;sunfishcode about a bug that appears in most Hello World programs: Handling a full disk.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2022/03/08/tiny-programs/&quot;&gt;Some tiny personal programs I&apos;ve written&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans writes about tiny programs that solve a specific problem and they&apos;re great.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jesseduffield.com/Testing-Private-Methods/&quot;&gt;Still No Consensus On Testing Private Methods&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · jesseduffield.com&lt;/p&gt;
    &lt;p&gt;Jesse Duffield explains different viewpoints on testing private methods.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://christine.website/blog/nix-flakes-2-2022-02-27&quot;&gt;Nix Flakes: Packages and How to Use Them&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;23 min · christine.website&lt;/p&gt;
    &lt;p&gt;Xe Iaso continues their Nix flake series to talk about packaging.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.darrien.dev/posts/you-dont-know-gif/&quot;&gt;You Don&apos;t Know Gif&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;18 min · blog.darrien.dev&lt;/p&gt;
    &lt;p&gt;Darrien explores the gif binary representation and some edge cases, like a true-color gif.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://sive.rs/itunes&quot;&gt;The day Steve Jobs dissed me in a keynote (2010)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · sive.rs&lt;/p&gt;
    &lt;p&gt;Derek Sivers about the time in 2003 after the initial iTunes launch, when Apple wanted to add music from independent labels and Steve Jobs blocking their access.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.newyorker.com/business/currency/how-significant-is-russias-partial-ban-from-swift&quot;&gt;How Significant Is Russia’s Partial Ban from SWIFT?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · newyorker.com&lt;/p&gt;
    &lt;p&gt;Sheelah Kolhatkar about the limited effects of the SWIFT ban.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.lowtechmagazine.com/2022/03/how-to-build-bike-generator.html&quot;&gt;How to Build a Bike Generator with Control Panel&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;41 min · lowtechmagazine.com&lt;/p&gt;
    &lt;p&gt;The Low-tech Magazine explains how they built a bike generator that can charge USB-devices, power a lamp or even a workstation.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;http://paulgraham.com/words.html&quot;&gt;Putting ideas into words&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · paulgraham.com&lt;/p&gt;
    &lt;p&gt;Paul Graham about the importance to write down ideas to really know their flaws.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://2023.arne.me/blog/youre-using-email-wrong&quot;&gt;You&apos;re using email wrong&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · 2023.arne.me&lt;/p&gt;
    &lt;p&gt;I wrote a blogpost about an email strategy that puts humans first.&lt;/p&gt;


    
  </content:encoded></item><item><title>46 / Editing stuff in prod</title><link>https://2023.arne.me/weekly/46/</link><guid>https://2023.arne.me/weekly/46/</guid><description>Issue #46 from Arne&apos;s Weekly</description><pubDate>Sun, 06 Mar 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how&apos;s it going?&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;I remember when email was useful. Now it&apos;s all&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Confirm your email address for Slorp&lt;/li&gt;
&lt;li&gt;Thank you for creating a Slorp account&lt;/li&gt;
&lt;li&gt;Slorp is now BONTO!&lt;/li&gt;
&lt;li&gt;BONTO!&apos;s terms and conditions have changed.&lt;/li&gt;
&lt;li&gt;BONTO! misses you.&lt;/li&gt;
&lt;li&gt;BONTO! is shutting down.&lt;/li&gt;
&lt;/ul&gt;

        
        — &lt;a href=&quot;https://twitter.com/Smingleigh/status/1497985580013129736&quot;&gt;@Smingleigh on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://ciechanow.ski/gps/&quot;&gt;GPS&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;40 min · ciechanow.ski&lt;/p&gt;
    &lt;p&gt;Bartosz Ciechanowski built an amazing interactive blogpost that explains how GPS works and why.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://charity.wtf/2022/01/20/how-engineering-driven-leads-to-engineering-supremacy/&quot;&gt;How &quot;Engineering-Driven&quot; Leads to &quot;Engineering-Supremacy&quot;&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · charity.wtf&lt;/p&gt;
    &lt;p&gt;Charity explains how Honeycomb went from an engineering-driven company to hiring people with actual degrees and experience in other fields (Sales, Marketing, etc.) and the dangers that come with being engineering-driven.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We DO NOT hire engineers who talk shit about sales and marketing.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://vaghetti.dev/posts/times-are-great&quot;&gt;Times are great for programmers now. How does it end?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · vaghetti.dev&lt;/p&gt;
    &lt;p&gt;Douglas Vaghetti explores different ways programming work could evolve.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;http://rachelbythebay.com/w/2022/03/05/prod/&quot;&gt;Editing stuff in prod&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · rachelbythebay.com&lt;/p&gt;
    &lt;p&gt;Rachel about the bad practice of editing your production deployment and when it can be necessary.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://gomakethings.com/spas-were-a-mistake/&quot;&gt;SPAs were a mistake&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · gomakethings.com&lt;/p&gt;
    &lt;p&gt;Chris Ferdinandi about the complexity SPAs introduce and how your browser already does that for you with a traditional website.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lexoral.com/blog/you-dont-need-js&quot;&gt;5 things you don&apos;t need Javascript for&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · lexoral.com&lt;/p&gt;
    &lt;p&gt;Steven Waterman lists five things that you can and should do in CSS instead of JavaScript.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.forcesunseen.com/stop-storing-secrets-in-environment-variables&quot;&gt;Stop Storing Secrets In Environment Variables!&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · blog.forcesunseen.com&lt;/p&gt;
    &lt;p&gt;Matt Hamilton argues that instead of storing secrets in environment variables you should use ephemeral file system mounts.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2022/01/29/reasons-for-servers-to-support-ipv6/&quot;&gt;Reasons for servers to support IPv6&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans has 12 reasons why you would want to support IPv6.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.warp.dev/rules-are-made-to-be-broken/&quot;&gt;Rust&apos;s Rules Are Made to Be Broken&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · blog.warp.dev&lt;/p&gt;
    &lt;p&gt;Chuck Pierce explains four Rust concepts that &quot;break&quot; existing rules.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.jim-nielsen.com/2022/inspecting-web-views-in-macos/&quot;&gt;Inspecting Web Views in macOS&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · blog.jim-nielsen.com&lt;/p&gt;
    &lt;p&gt;Jim Nielsen about a way to inspect system web views on macOS (e.g. System Settings). &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://reproof.app/blog/notes-apps-help-us-forget&quot;&gt;Notes apps are where ideas go to die. And that’s good.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · reproof.app&lt;/p&gt;
    &lt;p&gt;Matthew Guay about the importance of writing things down to close open loops and why, in their opinion, second brain systems don&apos;t work. &lt;em&gt;Thanks, Michal!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/family/archive/2022/02/ultra-introverts-nocturnal-lives/622856/&quot;&gt;The Ultra-Introverts Who Live Nocturnally&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Faith Hill has talked to nocturnals, people that sleep during daytime and enjoy the dark, calm night and discusses its effects on their mental health. &lt;em&gt;Thanks, Mom!&lt;/em&gt;&lt;/p&gt;


    
  </content:encoded></item><item><title>45 / I have no capslock and I must scream</title><link>https://2023.arne.me/weekly/45/</link><guid>https://2023.arne.me/weekly/45/</guid><description>Issue #45 from Arne&apos;s Weekly</description><pubDate>Sun, 27 Feb 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, hope you&apos;re okay.&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;why rebase when you can just throw your computer out the window&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/MayaKaczorowski/status/1496272918220873729&quot;&gt;@NayaJaczorowski on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://simonwillison.net/2022/Feb/23/support-open-source/&quot;&gt;Support open source that you use by paying the maintainers to talk to your team&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · simonwillison.net&lt;/p&gt;
    &lt;p&gt;Simon Willison has found a great way to pay open source maintainers if regular sponsorship doesn&apos;t work.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://memex.marginalia.nu/log/48-i-have-no-capslock.gmi&quot;&gt;I have no capslock and I must scream&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · memex.marginalia.nu&lt;/p&gt;
    &lt;p&gt;This short-story of reducing a product to the point where it&apos;s unusable reads almost as a poem.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://bitfieldconsulting.com/golang/career&quot;&gt;A career ending mistake&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · bitfieldconsulting.com&lt;/p&gt;
    &lt;p&gt;John Arundel about the importance of planning your career, and different paths (in tech).&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://christine.website/blog/nix-flakes-1-2022-02-21&quot;&gt;Nix Flakes: an Introduction&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;22 min · christine.website&lt;/p&gt;
    &lt;p&gt;Xe Iaso has written a great introduction to Nix Flakes.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://csgrinding.xyz/go-async/&quot;&gt;Retrofitting Async/Await in Go 1.18&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · csgrinding.xyz&lt;/p&gt;
    &lt;p&gt;Bob Fang explores how async/await could look like in Go 1.18 and why it can improve ergonomics.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.huy.rocks/everyday/02-22-2022-security-how-bitwarden-encrypts-your-data&quot;&gt;How Bitwarden encrypts your data&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · huy.rocks&lt;/p&gt;
    &lt;p&gt;Huy describes how Bitwarden encryption works and why you don&apos;t have to re-encrypt items when you change the main password.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://designmom.substack.com/p/there-is-nothing-dumber-than-war&quot;&gt;There Is Nothing Dumber Than War&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · designmom.substack.com&lt;/p&gt;
    &lt;p&gt;Gabrielle Stanley Blair about the &quot;unprovoked, unnecessary, and unreasonable&quot; attack on Ukraine and why you should be furious about it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jorisroovers.com/posts/my-smart-home-2021&quot;&gt;My Smart Home 2021&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · jorisroovers.com&lt;/p&gt;
    &lt;p&gt;Joris Roovers describes their Home Assistant setup and the changes they made recently.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kg.dev/thoughts/be-anonymous&quot;&gt;Be anonymous&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · kg.dev&lt;/p&gt;
    &lt;p&gt;Kash shares some thoughts about different levels of anonymity.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://positive.security/blog/find-you&quot;&gt;Find You: Building a stealth AirTag clone&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · positive.security&lt;/p&gt;
    &lt;p&gt;Fabian Bräunlein shows ways to circumvent Apples security measures to prevent tracking other people using an AirTag.&lt;/p&gt;


    
  </content:encoded></item><item><title>44 / A Rust match made in hell</title><link>https://2023.arne.me/weekly/44/</link><guid>https://2023.arne.me/weekly/44/</guid><description>Issue #44 from Arne&apos;s Weekly</description><pubDate>Sun, 20 Feb 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, how was you week? ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;I love all the Winter Olympic events, sliding downhill on a piece of wood, sliding downhill on 2 pieces of wood, sliding downhill IN a piece of wood. All amazing.&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/TheAndrewNadeau/status/1491977489035546643&quot;&gt;@TheAndrewNadeau on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://ellie.wtf/ipod/&quot;&gt;Building an iPod for 2022&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · ellie.wtf&lt;/p&gt;
    &lt;p&gt;Ellie Huxtable bought an iPod Video 5.5, replaced the HDD and front plate and flashed a custom operating system. I love this, in fact I have an iPod Video lying around here just waiting for something like this!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://fasterthanli.me/articles/a-rust-match-made-in-hell&quot;&gt;A Rust match made in hell&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;25 min · fasterthanli.me&lt;/p&gt;
    &lt;p&gt;Amos about a footgun in Rust that took him about a week to fix.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2022/feb/14/that-wild-aam-story/&quot;&gt;That Wild Ask A Manager Story&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss about the things to do to prevent fraud in the hiring process.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://daveceddia.com/interview-questions-to-ask-company/&quot;&gt;Interview Questions to Ask Your Interviewer&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · daveceddia.com&lt;/p&gt;
    &lt;p&gt;Mark Erikson has a list of 32 questions you can ask your interviewer.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://kerkour.com/end-to-end-encryption-domain-separation-cryptography&quot;&gt;The foundations of end-to-end encryption: Domain separation (with code example in Rust)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · kerkour.com&lt;/p&gt;
    &lt;p&gt;Sylvain Kerkour explains domain separation for end-to-end encryption.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tokio.rs/blog/2022-02-announcing-tokio-metrics&quot;&gt;Announcing Tokio Metrics 0.1&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · tokio.rs&lt;/p&gt;
    &lt;p&gt;Carl Lerche &amp;amp; Jack Wrenn announce Tokio Metrics, a tool that provides instrumentation for the Tokio scheduler at runtime (&lt;a href=&quot;https://tokio.rs/blog/2021-12-announcing-tokio-console&quot;&gt;Tokio Console&lt;/a&gt; is the local debugging equivalent).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://eli.thegreenplace.net/2022/file-driven-testing-in-go/&quot;&gt;File-driven testing in Go&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · eli.thegreenplace.net&lt;/p&gt;
    &lt;p&gt;Eli Bendersky about file-driven testing, where you have a &lt;code&gt;.input&lt;/code&gt; and a &lt;code&gt;.golden&lt;/code&gt; file and programatically compare them in your tests.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://sethmlarson.dev/blog/utf-8&quot;&gt;How does UTF-8 turn “😂” into “F09F9882”?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · sethmlarson.dev&lt;/p&gt;
    &lt;p&gt;Seth Michael Larson explains the UTF-8 code point layout with diagrams.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.platformer.news/p/why-you-cant-rebuild-wikipedia-with&quot;&gt;Why you can&apos;t rebuild Wikipedia with crypto&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · platformer.news&lt;/p&gt;
    &lt;p&gt;Casey Newton interviews Molly White, the creator of &lt;a href=&quot;https://web3isgoinggreat.com&quot;&gt;Web3 Is Going Just Great&lt;/a&gt; about the so-called web3, cryptocurrencies and Wikipedia.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://rknight.me/building-a-pisight/&quot;&gt;Building a PiSight&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · rknight.me&lt;/p&gt;
    &lt;p&gt;Robb Knight built a Pi Zero into an old iSight camera. What a great way to upcycle!&lt;/p&gt;


    
  </content:encoded></item><item><title>43 / Why You Should Start a Blog Right Now</title><link>https://2023.arne.me/weekly/43/</link><guid>https://2023.arne.me/weekly/43/</guid><description>Issue #43 from Arne&apos;s Weekly</description><pubDate>Sun, 13 Feb 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey hey, how was your week? ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Extremely niche #msdos  &lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/voxel/status/1492049780734050304&quot;&gt;@voxel on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://fasterthanli.me/articles/some-mistakes-rust-doesnt-catch&quot;&gt;Some mistakes Rust doesn&apos;t catch&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;39 min · fasterthanli.me&lt;/p&gt;
    &lt;p&gt;Amos writes another great post about the safeties built into Rust in comparison with other languages and then goes into the things Rust won&apos;t catch for you as of right now.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lwn.net/SubscriberLink/883602/49e588e5d73cef84/&quot;&gt;What&apos;s coming in Go 1.18&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · lwn.net&lt;/p&gt;
    &lt;p&gt;In case you ignored all previous posts (to be fair, they were mostly about generics), here&apos;s a summary of everything that will come to Go 1.18, by Vegard Stikbakke.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://guzey.com/personal/why-have-a-blog/&quot;&gt;Why You Should Start a Blog Right Now&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;19 min · guzey.com&lt;/p&gt;
    &lt;p&gt;Alexey Guzey has a list of reasons why you should start a blog right now. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.dannyguo.com/blog/my-seatbelt-rule-for-judgment/&quot;&gt;My Seatbelt Rule for Judgment&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · dannyguo.com&lt;/p&gt;
    &lt;p&gt;Danny Guo has a personal rule when it comes to judgement:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;My willingness to judge something should be proportional to how much I know about it.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://bastian.rieck.me/blog/posts/2022/boring/&quot;&gt;In Defence of the Boring Web&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · bastian.rieck.me&lt;/p&gt;
    &lt;p&gt;Bastian Rieck defends the boring web (without JavaScript, cookie banners or subscribe now popups) and I&apos;m there for it.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://ysantos.com/blog/downcast-rust&quot;&gt;Downcasting in Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · ysantos.com&lt;/p&gt;
    &lt;p&gt;Y. D. Santos about the technical background of downcasting in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.rust-lang.org/inside-rust/2022/02/03/async-in-2022.html&quot;&gt;Async Rust in 2022&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · blog.rust-lang.org&lt;/p&gt;
    &lt;p&gt;Niko Matsakis and Tyler Mandry talk about their vision of async Rust (on behalf of the Async Working Group) and what will happen this year.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://portswigger.net/research/top-10-web-hacking-techniques-of-2021&quot;&gt;Top 10 web hacking techniques of 2021&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · portswigger.net&lt;/p&gt;
    &lt;p&gt;James Kettle has a list of current web hacking techniques that you should defend against.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://viralinstruction.com/posts/defense&quot;&gt;In defense of complicated programming languages&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · viralinstruction.com&lt;/p&gt;
    &lt;p&gt;Jakob compares complicated and seemingly simple programming languages and tells us why he prefers the openly complicated.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://arunkprasad.com/log/unlearning-perfectionism/&quot;&gt;Unlearning Perfectionism&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · arunkprasad.com&lt;/p&gt;
    &lt;p&gt;Arun Prasad about perfectionism and better alternatives.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2022/02/02/magazine/matt-damon-crypto.html&quot;&gt;Why Is Matt Damon Shilling for Crypto?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;Jody Rosen about Matt Damon, Snoop Dogg and other celebrities:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The ad holds out the promise of “fortune,” but what it’s really selling is danger, the dark and desperate thrills of precarity itself — because, after all, what else have we got? You could call it truth in advertising.&lt;/p&gt;
&lt;/blockquote&gt;


    
  </content:encoded></item><item><title>42 / Settings are not a design failure</title><link>https://2023.arne.me/weekly/42/</link><guid>https://2023.arne.me/weekly/42/</guid><description>Issue #42 from Arne&apos;s Weekly</description><pubDate>Sun, 06 Feb 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey everyone, hope you&apos;re doing good! ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;security engineer: we&apos;re going to start moving towards zero trust&lt;/p&gt;
&lt;p&gt;developer: oh cool. how does that work&lt;/p&gt;
&lt;p&gt;security engineer: [narrows eyes] why do you ask&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/ctrlshifti/status/1445978071002013696&quot;&gt;@ctrlshifti on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://linear.app/blog/settings-are-not-a-design-failure&quot;&gt;Settings are not a design failure&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · linear.app&lt;/p&gt;
    &lt;p&gt;Adrien Griveau explains how to &quot;make settings sexy again&quot; and the importance of settings to create a comfortable environment&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.benkuhn.net/11/&quot;&gt;The unreasonable effectiveness of one-on-ones&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · benkuhn.net&lt;/p&gt;
    &lt;p&gt;Ben Kuhn did regular one-on-ones with their partner to talk about the projects she&apos;s working on and shares the topics they talked about and what made the biggest impact.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.leemeichin.com/posts/yes-i-can-connect-to-a-db-in-css.html&quot;&gt;Yes, I can connect to a DB in CSS&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · leemeichin.com&lt;/p&gt;
    &lt;p&gt;mrlee wrote a page that can open an SQLite db and query it from CSS. &lt;em&gt;Thanks, Eric!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://radu-matei.com/blog/wasm-components-host-implementations/&quot;&gt;Building host implementations for WebAssembly interfaces&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · radu-matei.com&lt;/p&gt;
    &lt;p&gt;Radu Matti about &lt;code&gt;wit-binding-wasmtime&lt;/code&gt;, a Bytecode Alliance project that generates bindings for your WASM host and module and how to use it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lcnr.de/blog/diving-deep-implied-bounds-and-variance/&quot;&gt;Diving Deep: implied bounds and variance&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · lcnr.de&lt;/p&gt;
    &lt;p&gt;lcnr goes in depth to explain lifetime elusion with implied bounds and variance in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tweedegolf.nl/en/blog/65/async-rust-vs-rtos-showdown&quot;&gt;Async Rust vs RTOS showdown!&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · tweedegolf.nl&lt;/p&gt;
    &lt;p&gt;Dion compares Embassy (Rust) with FreeRTOS (C) on a microcontroller.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://nymag.com/intelligencer/2022/02/the-worst-day-of-mark-zuckerbergs-reign-at-facebook.html&quot;&gt;The Worst Day of Mark Zuckerberg’s Reign&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · nymag.com&lt;/p&gt;
    &lt;p&gt;Kevin T. Dugan about the day Facebook Meta stock lost 25 % and the reasons why. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://interactionmagic.com/Design-for-repair&quot;&gt;The last design you&apos;ll ever make&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · interactionmagic.com&lt;/p&gt;
    &lt;p&gt;George Cave about two things that make your physical product last as long as possible: Design for re-assembly and accessible documentation.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://johannesklingebiel.de/2022/01/12/hype-as-a-scale.html&quot;&gt;The five Levels of Hype&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · johannesklingebiel.de&lt;/p&gt;
    &lt;p&gt;Johannes Klingbebiel about the phenomenon of &quot;hype&quot;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/technology/archive/2022/02/internet-web3-future-fomo/621481/&quot;&gt;Beware the FOMO Bullies of Technology&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Charlie Warzel about the FOMO that techbros try to create for the so-called &quot;web3&quot; and the often-shared &lt;a href=&quot;https://www.youtube.com/watch?v=gipL_CEw-fk&quot;&gt;David Letterman clip (YouTube)&lt;/a&gt; where he interviews Bill Gates about the internet.&lt;/p&gt;


    
  </content:encoded></item><item><title>41 / Contemplating calendars</title><link>https://2023.arne.me/weekly/41/</link><guid>https://2023.arne.me/weekly/41/</guid><description>Issue #41 from Arne&apos;s Weekly</description><pubDate>Sun, 30 Jan 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, how&apos;s it going? ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;truly blessed day&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/tmandry/status/1486534292360470528&quot;&gt;@tmandry on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://devonzuegel.com/post/contemplating-calendars&quot;&gt;Contemplating calendars&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · devonzuegel.com&lt;/p&gt;
    &lt;p&gt;Devon Zuegel has an interesting way to use their calendar and seems to get way more out of it than the average person.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://danluu.com/hardware-unforgiving/&quot;&gt;The complexity of knowledge and skill transfer&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · danluu.com&lt;/p&gt;
    &lt;p&gt;Dan Luu about the importance of experience in the software engineering field.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://twitter.com/lilykonings/status/1484598087494496258&quot;&gt;@lilykonings on Twitter&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · twitter.com&lt;/p&gt;
    &lt;p&gt;Lily Konings has five questions to ask your future manager back in your interview.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.biodigitaljazz.tech/p/technical-feasibility&quot;&gt;Technical Feasibility&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · biodigitaljazz.tech&lt;/p&gt;
    &lt;p&gt;Tim Reynolds describes the job of a tech lead, arguing that feasibility should be the central theme.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://web.archive.org/web/20230404051537/https://thezbook.com/the-biggest-mistake-i-see-engineers-make&quot;&gt;The Biggest Mistake I See Engineers Make&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · thezbook.com&lt;/p&gt;
    &lt;p&gt;Zach Lloyd about the problem with engineers working on a big or important project without involving their team.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://dominictobias.medium.com/go-is-about-to-get-a-whole-lot-faster-a50c1e7d60b9&quot;&gt;Go is about to get a whole lot faster&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · dominictobias.medium.com&lt;/p&gt;
    &lt;p&gt;Dominic Tobias ported a library to new generics and the benchmarks show a 2-3x increase.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://go.dev/doc/tutorial/generics&quot;&gt;Tutorial: Getting started with generics&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · go.dev&lt;/p&gt;
    &lt;p&gt;The official Go tutorial to get started with generics, one of the most exciting (and controversal) features ever for the language.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kdy1.dev/posts/2022/1/tsc-go&quot;&gt;I&apos;m porting tsc to Go&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · kdy1.dev&lt;/p&gt;
    &lt;p&gt;DongYoon Kang explains why he chose to rewrite the TypeScript Type Checker in Go instead of Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2022/01/24/hosting-my-static-sites-with-nginx/&quot;&gt;Hosting my static sites with nginx&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans explains her infrastructure and deployment setup for the websites they host.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.wesleyac.com/posts/the-curse-of-nixos&quot;&gt;The Curse of NixOS&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · blog.wesleyac.com&lt;/p&gt;
    &lt;p&gt;Wesley Aptekar-Cassels about NixOS and it&apos;s flaws, but also why he can&apos;t go back.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://catern.com/change_code.html&quot;&gt;Prefer to change the code rather than write a workaround&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · catern.com&lt;/p&gt;
    &lt;p&gt;Spencer Baugh makes the point that unless you have a valid excuse (which you most likely don&apos;t have), you should fix code instead of working around it.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://berthub.eu/articles/posts/a-science-experiment-got-published/&quot;&gt;A Science Experiment: published!&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · berthub.eu&lt;/p&gt;
    &lt;p&gt;Bert Hubert has a list of tips to get your paper published in a journal as an outsider.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://eleanorkonik.com/yet-another-hot-take-on-folders-versus-tags/&quot;&gt;Yet Another Hot Take on “Folders versus Tags”&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;18 min · eleanorkonik.com&lt;/p&gt;
    &lt;p&gt;Eleanor Konik prefers folders to tags in his slip-box.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://write.as/harold-lee/theres-a-phrase-going-around-that-you-should-buy-experiences-not-things&quot;&gt;Buy Things, Not Experiences&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · write.as&lt;/p&gt;
    &lt;p&gt;Harold Lee in an argument against the trend to &quot;buy experiences, not things&quot;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://github.com/k-wong/nft-to-silly-jpeg&quot;&gt;nft-to-silly-jpeg&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;github.com&lt;/p&gt;
    &lt;p&gt;Kevin Wong created a browser extension that replaces the term &quot;nft&quot; with &quot;silly jpeg&quot; and I&apos;m here for it.&lt;/p&gt;


    
  </content:encoded></item><item><title>40 / The Web of 2042</title><link>https://2023.arne.me/weekly/40/</link><guid>https://2023.arne.me/weekly/40/</guid><description>Issue #40 from Arne&apos;s Weekly</description><pubDate>Sun, 23 Jan 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi hi ✌🏻&lt;/p&gt;
&lt;h2&gt;Books&lt;/h2&gt;
&lt;p&gt;This week I read &lt;em&gt;How to Take Smart Notes&lt;/em&gt; by Söhnke Ahrens (2017), and I really enjoyed it.&lt;/p&gt;
&lt;p&gt;&amp;lt;div style=&quot;width: 30%;float: left;padding-right: 20px;&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;p&gt;The author explains the Zettelkasten system by Niklas Luhmann, who had a physical box with DIN A6 (4.1×5.8 inches for my imperial friends) cards, each of which had contained one note and was densely linked and clustered to other notes.
This technique allowed him to collect a lot of knowledge with their context and discover topics to write about.&lt;/p&gt;
&lt;p&gt;Having all your ideas and knowledge embedded into this system frees your mind to think of new things and put clusters of notes into context.&lt;/p&gt;
&lt;p&gt;And if you&apos;re a writer that uses this concept, you never have to start with a blank piece of paper.
Always read with the slip-box in mind, collect notes first with arguments, counter-arguments and research.
A topic to write about will present itself over time.&lt;/p&gt;
&lt;p&gt;I really recommend reading this book (no matter if you write or not), it has given me lots of ideas to improve my personal second-brain/slip-box/Zettelkasten.&lt;/p&gt;
&lt;p&gt;If you know German, make sure to subscribe to my podcast &lt;a href=&quot;https://sprachnachrichten.fm&quot;&gt;Sprachnachrichten&lt;/a&gt;, where we talked about this book, the episode will be published next week.
&amp;lt;br style=&quot;clear: both;&quot;&amp;gt;&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Here&apos;s a great chess tip for beginners, I never knew the reason behind that rule!!&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/KungFuChessOrg/status/1483600671148437504&quot;&gt;@KungFuChessOrg on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://buttondown.email/robinrendle/archive/the-web-of-2042/&quot;&gt;The Web of 2042&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · buttondown.email&lt;/p&gt;
    &lt;p&gt;Robin Rendle talks about his predictions for the web in 10 years. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.hillelwayne.com/post/are-we-really-engineers/&quot;&gt;Are We Really Engineers?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · hillelwayne.com&lt;/p&gt;
    &lt;p&gt;Hillel Wayne asked 17 crossovers that used to be traditional engineers and then worked in software to answer the question: Is building software engineering?&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.sethvargo.com/what-id-like-to-see-in-go-2/&quot;&gt;What I&apos;d like to see in Go 2.0&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · sethvargo.com&lt;/p&gt;
    &lt;p&gt;Seth Vargo has a wish-list for Go 2.0 and I agree with all of the points.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://myme.no/posts/2022-01-16-nixos-the-ultimate-dev-environment.html&quot;&gt;NixOS: The Ultimate Dev Environment?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;29 min · myme.no&lt;/p&gt;
    &lt;p&gt;Martin Myrseth guides you through a Nix (+ Flakes) setup for a real project he&apos;s been working on which consists of a frontend and a backend component.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://bunn.dev/benchmark/2022/01/16/hello-tiger.html&quot;&gt;Hello Mac OS X Tiger&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · bunn.dev&lt;/p&gt;
    &lt;p&gt;Fernando Bunn takes you back to 2005 and guides you through the setup of an Xcode project on Mac OS X Tiger.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2022/01/15/some-ways-dns-can-break/&quot;&gt;Some ways DNS can break&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans lists 15 common issues caused by DNS.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2022/01/15/health/mrna-vaccine.html&quot;&gt;Halting Progress and Happy Accidents: How mRNA Vaccines Were Made&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;24 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;Gina Kolata and Benjamin Mueller explain the long history of mRNA and how it went from being overlooked to the most important defence against COVID. &lt;em&gt;Thanks, Mum!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/health/archive/2022/01/sharing-rapid-tests/621318/&quot;&gt;Is Sharing a COVID Test a Bad Idea, or Just a Gross One?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Rachel Gutman about pool-testing at home (using one swab).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.techdirt.com/articles/20220118/11393948308/uk-has-voyeuristic-new-propaganda-campaign-against-encryption.shtml&quot;&gt;The UK Has A Voyeuristic New Propaganda Campaign Against Encryption&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · techdirt.com&lt;/p&gt;
    &lt;p&gt;Riana Pfefferkorn about the new anti-encryption and anti-privacy campaign of the UK.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.reddit.com/r/antiwork/comments/s2igq9/i_automated_my_job_over_a_year_ago_and_havent/&quot;&gt;I automated my job over a year ago and haven&apos;t told anyone.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · reddit.com/r/antiwork&lt;/p&gt;
    &lt;p&gt;Throwaway59724 explains how he automated his job at a mid-size lawfirm.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.roblox.com/2022/01/roblox-return-to-service-10-28-10-31-2021/&quot;&gt;Roblox Return to Service 10/28-10/31 2021&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;21 min · blog.roblox.com&lt;/p&gt;
    &lt;p&gt;Daniel Sturman and colleagues explain the background horror story of the 73 hour outage at Roblox.&lt;/p&gt;


    
  </content:encoded></item><item><title>39 / Who Uses To-Do Lists?</title><link>https://2023.arne.me/weekly/39/</link><guid>https://2023.arne.me/weekly/39/</guid><description>Issue #39 from Arne&apos;s Weekly</description><pubDate>Sun, 16 Jan 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi everyone, how was your week? ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;continually amused by blockchain proponents who are fundamentally unable to understand that there exist people for whom money is not the #1 motivator&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/molly0xFFF/status/1482414712365195265&quot;&gt;@molly0xFFF on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.scylladb.com/2022/01/12/async-rust-in-practice-performance-pitfalls-profiling/&quot;&gt;Async Rust in Practice: Performance, Pitfalls, Profiling&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · scylladb.com&lt;/p&gt;
    &lt;p&gt;Piotr Sarna explains the process of debugging concurrency issues in a Rust library and their solutions.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://arunkprasad.com/log/who-uses-todo-lists/&quot;&gt;Who Uses To-Do Lists?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · arunkprasad.com&lt;/p&gt;
    &lt;p&gt;Arun Prasad makes a counter-argument to the &quot;to-do lists don&apos;t work&quot; posts by listing some successful or influential people and how they use(d) them.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://twitter.com/nathanbarry/status/1480944048189980678&quot;&gt;@nathanbarry on Twitter&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · twitter.com&lt;/p&gt;
    &lt;p&gt;Nathan Barry shares 10 tipps on connecting remote teams. I love the private team stories podcast idea, maybe I&apos;ll start something like this.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.kalzumeus.com/2012/01/23/salary-negotiation/&quot;&gt;Salary Negotiation: Make More Money, Be More Valued&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;28 min · kalzumeus.com&lt;/p&gt;
    &lt;p&gt;Patrick McKenzie teaches you the basics of not-sucking at salary negotiations and the importance of it.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://eng.uber.com/how-we-saved-70k-cores-across-30-mission-critical-services/&quot;&gt;How We Saved 70K Cores Across 30 Mission-Critical Services&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · eng.uber.com&lt;/p&gt;
    &lt;p&gt;Cristian Velazquez about the impact tuning the Go garbage collector GOGC had on services at Uber.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://finnian.io/blog/hotwire-in-the-real-world/&quot;&gt;Hotwire in the real world.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · finnian.io&lt;/p&gt;
    &lt;p&gt;Finnian Anderson explains how their team did HTML-over-the-wire using Turbo/Hotwire and Rails and their experience with it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.frankmtaylor.com/2021/10/21/a-small-guide-for-naming-stuff-in-front-end-code/&quot;&gt;A Small Guide for Naming Stuff in Front-end Code&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · blog.frankmtaylor.com&lt;/p&gt;
    &lt;p&gt;Frank M Taylor has a comprehensive guide on naming things in frontend projects.&lt;/p&gt;


    &lt;h2&gt;Rust&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.ncameron.org/blog/rust-in-2022-2/&quot;&gt;Rust in 2022&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · ncameron.org&lt;/p&gt;
    &lt;p&gt;Nick Cameron (who was on the Rust core team) about the things Rust should focus on in 2022.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://poignardazur.github.io//2022/01/05/rust-wishlist-inout-syntax/&quot;&gt;Rust 2030 Christmas list: Inout methods&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · poignardazur.github.io&lt;/p&gt;
    &lt;p&gt;Olivier Faure about a feature they wish Rust had: inout methods, which inherit the mutability status of &lt;code&gt;self&lt;/code&gt; for the return type to get rid of &lt;code&gt;get_x_mut&lt;/code&gt;-methods.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://deterministic.space/bevy-labels.html&quot;&gt;How Bevy uses Rust traits for labeling&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · deterministic.space&lt;/p&gt;
    &lt;p&gt;Pascal Hertleif explains how the Rust game engine Bevy uses traits to label systems in a type-safe manner.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kevinhoffman.medium.com/rust-async-and-the-terrible-horrible-no-good-very-bad-day-348ebc836274&quot;&gt;Rust Async and the Terrible, Horrible, No Good, Very Bad Day&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · kevinhoffman.medium.com&lt;/p&gt;
    &lt;p&gt;Kevin Hoffmann about their frustrating experience when getting started with the internals of async Rust.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;http://www.antipope.org/charlie/blog-static/2022/01/oh-2022.html&quot;&gt;Oh, 2022!&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · antipope.org&lt;/p&gt;
    &lt;p&gt;Charlie Stross about his predictions of 2022 and how he &quot;clearly wasn&apos;t pessimistic enough&quot;. Make sure you&apos;re in a good mood before reading this, it&apos;s a bit grim.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.stephendiehl.com/blog/against-crypto.html&quot;&gt;The Case Against Crypto&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · stephendiehl.com&lt;/p&gt;
    &lt;p&gt;Stephen Diehl talks about some counterpoints against the cryptocurrency-bubble, namely how they don&apos;t solve a real problem, they aren&apos;t actually currencies and more.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.profgalloway.com/web3/&quot;&gt;Web3 | No Mercy / No Malice&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · profgalloway.com&lt;/p&gt;
    &lt;p&gt;Scott Galloway about the reality of the so-called web3:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Web3 has different-colored hair, but the same DNA as earlier web paradigms, which decentralized services at an unprecedented scale to centralize wealth and influence at an unprecedented scale. [...] So far, web3 is web2.01.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://keygen.sh/blog/i-quit/&quot;&gt;I Quit!&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · keygen.sh&lt;/p&gt;
    &lt;p&gt;Zeke Gabrielse quit caffeine after 15 years and tells you about the cold-turkey experience and how it turned out.&lt;/p&gt;


    
  </content:encoded></item><item><title>38 / Function Colors Are Rusty</title><link>https://2023.arne.me/weekly/38/</link><guid>https://2023.arne.me/weekly/38/</guid><description>Issue #38 from Arne&apos;s Weekly</description><pubDate>Sun, 09 Jan 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey everyone, hope you had a good week! We&apos;ve had some snow in the last days, which was a ton of fun ☃️&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Eleanor Rigby&lt;br /&gt;Loved NFTs and was shocked when one day she logged on&lt;br /&gt;&quot;All my apes gone&quot;&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/DialHForHagai/status/1476693163276447748&quot;&gt;@DialHForHagai on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/science/2022/jan/02/attention-span-focus-screens-apps-smartphones-social-media&quot;&gt;Your attention didn’t collapse. It was stolen&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · theguardian.com&lt;/p&gt;
    &lt;p&gt;An edited extract from the Book &lt;em&gt;Stolen Focus: Why You Can&apos;t Pay Attention&lt;/em&gt; by Johann Hari about the effects social media and being always-on can have on your attention.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.thecodedmessage.com/posts/async-colors/&quot;&gt;In Defense of Async: Function Colors Are Rusty&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · thecodedmessage.com&lt;/p&gt;
    &lt;p&gt;Jimmy Hartzell makes a good point on the old debate of colored functions, why they are good and why there should be more colors.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tonsky.me/blog/syncthing/&quot;&gt;Computers as I used to love them&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · tonsky.me&lt;/p&gt;
    &lt;p&gt;Nikita compares Syncthing to Dropbox and talks about the beauty in simple software (without bloat or upselling).&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://benadam.me/thoughts/my-experience-at-amazon/&quot;&gt;I took a job at Amazon, only to leave after 10 months.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · benadam.me&lt;/p&gt;
    &lt;p&gt;Ben Adam explains four implications of Amazons operating model (a federation of smaller companies) and why it didn&apos;t work for him. &lt;em&gt;Thanks, Lukas!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.platformer.news/p/how-signal-is-playing-with-fire&quot;&gt;How Signal is playing with fire&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · platformer.news&lt;/p&gt;
    &lt;p&gt;Casey Newton about how Signal implementing untraceable payments puts end-to-end encryption at risk, as it conflicts with anti-money laundering and KYC (Know Your Client) laws.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2022/jan/6/wst-wrap-up/&quot;&gt;Wrap Up and Q&amp;amp;A&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss wraps up their series on work sample tests and answer a few questions that came up. If you&apos;re in hiring or interested in the topic, make sure to check out the whole series, can&apos;t recommend it enough.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://eric-jadi.medium.com/minecraft-as-a-k8s-admin-tool-cf16f890de42&quot;&gt;Minecraft as a k8s admin tool&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · eric-jadi.medium.com&lt;/p&gt;
    &lt;p&gt;Eric Jadi created a Kubernetes admin tool as a Minecraft mod. &lt;em&gt;Thanks, Eric!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://nginx.org/en/docs/control.html&quot;&gt;Upgrading Executable on the Fly&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · nginx.org&lt;/p&gt;
    &lt;p&gt;A blogpost about Unix signals and how nginx upgrades itself on the fly.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://reutsharabani.medium.com/the-7-code-review-manners-f0f0eef4d3e5&quot;&gt;The 7 Code Review Manners&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · reutsharabani.medium.com&lt;/p&gt;
    &lt;p&gt;Reut Sharabani collected some great points on writing good code reviews.&lt;/p&gt;


    &lt;h2&gt;Rust&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://pngquant.org/rust.html&quot;&gt;Improved portability and performance 🦀&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · pngquant.org&lt;/p&gt;
    &lt;p&gt;Kornel about his experience in rewriting &lt;code&gt;libimagequant&lt;/code&gt;from C to Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.sunfishcode.online/port-std-to-rustix/&quot;&gt;Porting Rust&apos;s std to rustix&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · blog.sunfishcode.online&lt;/p&gt;
    &lt;p&gt;sunfishcode ported Rust&apos;s std (partially) to Rustix, a system-call wrapper library, improving readability and taking the first step towards Rust on Linux without &lt;code&gt;libc&lt;/code&gt;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kaylynn.gay/blog/post/rust_ranges_and_suffering&quot;&gt;Ranges and suffering&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · kaylynn.gay&lt;/p&gt;
    &lt;p&gt;Kaylynn dives deep into the inner workings of Rust ranges (for example &lt;code&gt;(0..9)&lt;/code&gt;) and how they could be improved.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://federicoterzi.com/blog/12-rust-tips-and-tricks-you-might-not-know-yet/&quot;&gt;12 Rust Tips and Tricks you might not know yet&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · federicoterzi.com&lt;/p&gt;
    &lt;p&gt;Federico Terzi wrote a clickbaity title but has collected some useful things for your Rust code (like &lt;code&gt;defer!&lt;/code&gt;).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.lpalmieri.com/posts/session-based-authentication-in-rust/#4-1-session-based-authentication&quot;&gt;An Introduction To Session-based Authentication In Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 hours 32 min · lpalmieri.com&lt;/p&gt;
    &lt;p&gt;Luca Palmieri in Chapter 10 of their Book from &lt;a href=&quot;https://www.zero2prod.com&quot;&gt;Zero To Production In Rust&lt;/a&gt; talks about setting up a web server and session-based authentication in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://smallcultfollowing.com/babysteps//blog/2022/01/07/dyn-async-traits-part-7&quot;&gt;Dyn async traits, part 7: a design emerges?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · smallcultfollowing.com&lt;/p&gt;
    &lt;p&gt;Niko Matsakis shares the goals and design ideas of building dyn async traits into Rust (making the amazing &lt;code&gt;#[async_trait]&lt;/code&gt; redundant).&lt;/p&gt;


    &lt;h2&gt;Children of the Coin&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.stephendiehl.com/blog/web3-bullshit.html&quot;&gt;Web3 is Bullshit&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;16 min · stephendiehl.com&lt;/p&gt;
    &lt;p&gt;Moxie Marlinspike wrote two dApps and shares their first impression of the so-called web3, noting that most of it is not as decentralised as some want to portrait it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://web.archive.org/https://skerritt.blog/response-to-moxie/&quot;&gt;In Response to My first impressions of web3&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · skerritt.blog&lt;/p&gt;
    &lt;p&gt;Bee wrote a response to the post above and defends the so-called web3, saying that the centralised services will go away.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/family/archive/2022/01/history-hobbies-america-productivity-leisure/621150/&quot;&gt;How Hobbies Infiltrated American Life&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Julie Beck about the history of hobbies and how it can build a personal brand, teach you a skill but can also miss their goal to de-stress and relax.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://constructionphysics.substack.com/p/how-to-design-a-house-to-last-for&quot;&gt;How to design a house to last for 1000 years (part III)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · constructionphysics.substack.com&lt;/p&gt;
    &lt;p&gt;Brian Potter explains the choices he&apos;d make to design a house to last for 1000 years (spoiler: unreinforced concrete and lots of steel).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://scanofthemonth.com/&quot;&gt;Scan of the Month: Game Boy Compendium&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · scanofthemonth.com&lt;/p&gt;
    &lt;p&gt;If you&apos;ve ever wondered what a Game Boy looked on the inside, this page has CT scans of the original GameBoy, GameBoy Color, GameBoy Advance, Nintendo DSi and the Nintendo Switch, with useful information about various components.&lt;/p&gt;


    
  </content:encoded></item><item><title>37 / Preventing Log4j with Capabilities</title><link>https://2023.arne.me/weekly/37/</link><guid>https://2023.arne.me/weekly/37/</guid><description>Issue #37 from Arne&apos;s Weekly</description><pubDate>Sun, 02 Jan 2022 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Welcome back and a happy new year! 🎇&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Ah, nice to be on holiday, at Christmas, where I can forget about what happ…&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/mgdm/status/1474729437967044611&quot;&gt;@mgdm on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://rakyll.org/generics-facilititators/&quot;&gt;Generics facilitators in Go&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · rakyll.org&lt;/p&gt;
    &lt;p&gt;Jaana Dogan introduces a workaround for Go&apos;s lack of &lt;a href=&quot;https://go.googlesource.com/proposal/+/refs/heads/master/design/43651-type-parameters.md#No-parameterized-methods&quot;&gt;parameterised methods&lt;/a&gt;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://justinpombrio.net/2021/12/26/preventing-log4j-with-capabilities.html&quot;&gt;Preventing Log4j with Capabilities&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · justinpombrio.net&lt;/p&gt;
    &lt;p&gt;Justin Pombrio about the concept of capabilities and how they could&apos;ve prevented the Log4j disaster. I want this in every language!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://fasterthanli.me/articles/why-is-my-rust-build-so-slow&quot;&gt;Why is my Rust build so slow?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;32 min · fasterthanli.me&lt;/p&gt;
    &lt;p&gt;Amos dives deep into Rust build-times and the impact of splitting a project up into crates or using a different linker.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://drewdevault.com/2021/12/23/Sustainable-creativity-post-copyright.html&quot;&gt;Sustainable creativity in a world without copyright&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · drewdevault.com&lt;/p&gt;
    &lt;p&gt;Drew DeVault paints a picture of a world without copyright and how artists will benefit from it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://apenwarr.ca/log/20211229&quot;&gt;The Gift of It&apos;s Your Problem Now&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · apenwarr.ca&lt;/p&gt;
    &lt;p&gt;apenwarr describes the complicated relationship of paying for open source and how paying for gifts does not work.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2021/dec/24/wst-labs/&quot;&gt;Labs &amp;amp; Simulation Environments&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss describes best practices when doing lab or simulation environment work sample tests.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://tmandry.gitlab.io/blog/posts/2021-12-21-context-capabilities/&quot;&gt;Contexts and capabilities in Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · tmandry.gitlab.io&lt;/p&gt;
    &lt;p&gt;Tyler Mandry describes their idea of having contexts and capabilities in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.carlmjohnson.net/post/2021/golang-118-minor-features/&quot;&gt;Three Minor Features in Go 1.18&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · blog.carlmjohnson.net&lt;/p&gt;
    &lt;p&gt;Carl M. Johnson about three minor features in Go 1.18: &lt;code&gt;runtime/debug.BuildInfo&lt;/code&gt;, &lt;code&gt;http.MaxBytesHandler&lt;/code&gt; and &lt;code&gt;strings.Cut&lt;/code&gt;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://markphelps.me/posts/trying-out-generics-in-go&quot;&gt;Trying Out Generics in Go&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · markphelps.me&lt;/p&gt;
    &lt;p&gt;Mark Phelps tried out the new generics in Go 1.18 and has a few tips to get started.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://cuddly-octo-palm-tree.com/posts/2021-12-19-tyska-nix-shell/&quot;&gt;Tools You Should Know About: nix-shell&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · cuddly-octo-palm-tree.com&lt;/p&gt;
    &lt;p&gt;Gary Verhaegen explains &lt;code&gt;nix-shell&lt;/code&gt; with concrete examples on how to get started.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://rachelbythebay.com/w/2021/12/24/mkdir/&quot;&gt;Fix the unit test and open a giant hole everywhere&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · rachelbythebay.com&lt;/p&gt;
    &lt;p&gt;Rachel tells the story of a small change in a commonly used internal package lead to severe security issues.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://chrisdone.com/posts/rust/&quot;&gt;My negative views on Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · chrisdone.com&lt;/p&gt;
    &lt;p&gt;This newsletter has a lot of (pro) Rust news, so here&apos;s a piece by Chris Done that shows their negative views on the language.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://swallowmygraphicdesign.com/project/macostalgia&quot;&gt;(mac)OStalgia&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · swallowmygraphicdesign.com&lt;/p&gt;
    &lt;p&gt;Michael Feeney built a Mac OS 9 UI Kit for Figma and proceeded to imagine Spotify, Slack, Chrome and more in a Mac OS 9 look.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kerkour.com/hacking-stories/virus-cold/&quot;&gt;Hacking Stories #2 - The virus that came in from the cold&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · kerkour.com&lt;/p&gt;
    &lt;p&gt;Another fictional hacking story by Sylvain Kerkour about a revengeful person who hacks their previous employer using a supply chain attack.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://randsinrepose.com/archives/five-thousand-stories/&quot;&gt;Five Thousand Stories&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · randsinrepose.com&lt;/p&gt;
    &lt;p&gt;Michael Lopp about the personal value of things and their new custom-made bookshelf.&lt;/p&gt;


    
  </content:encoded></item><item><title>36 / Why not Rust?</title><link>https://2023.arne.me/weekly/36/</link><guid>https://2023.arne.me/weekly/36/</guid><description>Issue #36 from Arne&apos;s Weekly</description><pubDate>Sun, 19 Dec 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey everyone, thanks for your feedback on the changes last week, I did some more tweaking this week.&lt;/p&gt;
&lt;p&gt;This is the last issue of Arne&apos;s Weekly for this year, I&apos;ll be back on Jan 2. Happy holidays! 🎅&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Omicron presents a tremendous challenge: do you go out and risk getting covid or stay on the internet and risk hearing people talk about NFTs&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/jasonschreier/status/1471550750492966925&quot;&gt;@jasonschreier on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://dystroy.org/blog/how-not-to-learn-rust/&quot;&gt;How not to learn Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · dystroy.org&lt;/p&gt;
    &lt;p&gt;Denys Séguret has a list of 11 mistakes people do when learning Rust. I definitely did some of them and I wish I had something like this to guide me.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://cassandraxia.com/writing/shed.html&quot;&gt;I was stuck on a side project for 5 years. Here’s how I finished it.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · cassandraxia.com&lt;/p&gt;
    &lt;p&gt;Cassandra Xia tells the story of their &quot;shed&quot;, a side project that consumed a big chunk of your life that you no longer enjoys. They also have a few points to watch out for and make &quot;cake&quot; instead.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.stephendiehl.com/blog/web3-bullshit.html&quot;&gt;Web3 is Bullshit&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · stephendiehl.com&lt;/p&gt;
    &lt;p&gt;Stephen Diehl takes a look at the problems of the so-called Web3 including compute, bandwidth and storage:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;That anyone could consider this to be the computational backbone to the new global internet is beyond laughable.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://raumet.com/marketing&quot;&gt;Marketing Is Scary for a Solo Developer&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · raumet.com&lt;/p&gt;
    &lt;p&gt;Rauno Metsa about the importance and impact of marketing for solo developers and the fear of exposure.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://andrewducker.dreamwidth.org/4085856.html?thread=28352864#cmt28352864&quot;&gt;The internet (and many large companies) are dependent on software maintained by people in their spare time, for free. This may not be sustainable&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · andrewducker.dreamwidth.org&lt;/p&gt;
    &lt;p&gt;Simon Tatham (the creator of PuTTY) about the relationship between corporations and open-source maintainers and how he deals with this kind of pressure.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2021/dec/15/wst-reverse-review/&quot;&gt;&apos;Reverse&apos; Code Review&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Another post in the Work Sample Tests series by Jacob Kaplan-Moss discusses reverse code review, where the candidate reviews your code and in which cases this approach is useful.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://drewdevault.com/2021/12/18/Commercial-forks-of-FOSS-projects.html&quot;&gt;On commercial forks FOSS projects&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · drewdevault.com&lt;/p&gt;
    &lt;p&gt;Drew DeVault about the illegal fork of OBS Studio (which is GPL-licensed) into TikTok streaming software (which is closed-source) and the general relationship of free software and corporations.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://radu-matei.com/blog/intro-wasm-components/&quot;&gt;Introduction to WebAssembly components&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · radu-matei.com&lt;/p&gt;
    &lt;p&gt;Radu introduces the recent component proposal for WASM and provides a hands-on example with Rust and C++.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://matklad.github.io//2020/09/20/why-not-rust.html&quot;&gt;Why Not Rust?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · matklad.github.io&lt;/p&gt;
    &lt;p&gt;Aleksey Kladov has collected a few reasons to not choose Rust for a project.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://css-tricks.com/test-your-product-on-a-crappy-laptop/&quot;&gt;Test Your Product on a Crappy Laptop&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · css-tricks.com&lt;/p&gt;
    &lt;p&gt;If you&apos;re building consumer software, Eric Bailey argues you should test it on a &quot;craptop&quot; to make sure it&apos;s accessible to these devices instead of testing on your high-end dev machine.&lt;/p&gt;


    &lt;h2&gt;Tools&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2021/12/15/mess-with-dns/&quot;&gt;New tool: Mess with DNS!&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · jvns.ca&lt;/p&gt;
    &lt;p&gt;Half introduction, half behind-the-scenes of the new tool by Julia Evans, &lt;a href=&quot;https://messwithdns.net&quot;&gt;Mess with DNS&lt;/a&gt;, which helps newcomers discover the pitfalls and quirks of DNS resolution and caching.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://zed.dev&quot;&gt;Introducing Zed—A lightning-fast, collaborative code editor written in Rust.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · zed.dev&lt;/p&gt;
    &lt;p&gt;A team of people previously working at Atom or Tree-sitter are building a native, efficient code editor with real-time collaboration and I&apos;m hyped.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tokio.rs/blog/2021-12-announcing-tokio-console&quot;&gt;Announcing Tokio Console 0.1&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · tokio.rs&lt;/p&gt;
    &lt;p&gt;Eliza Weisman announces the latest Tokio project: A tool to gain insight into the inner workings of async Rust code (think &lt;code&gt;top&lt;/code&gt; but for your application). It even detects warnings and possible bugs!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://web3isgoinggreat.com&quot;&gt;Web3 is going just great&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;web3isgoinggreat.com&lt;/p&gt;
    &lt;p&gt;If you still think the so-called Web3 is a good idea, check out this timeline-of-horrors by Molly White. And if you want a quick laugh, &lt;a href=&quot;https://mobile.twitter.com/molly0xFFF/status/1471581442408812545&quot;&gt;someone already complained that they copied a JPEG&lt;/a&gt;.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://blog.dornea.nu/2021/12/13/my-2021-review/&quot;&gt;My 2021 review&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · blog.dornea.nu&lt;/p&gt;
    &lt;p&gt;Victor Dorneanu reviews the books they read, the habits they developed and the tools they used for productivity.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.pragmaticengineer.com/holiday-tech-book-recommendations/&quot;&gt;Holiday Book Recommendations for Engineering Managers, Software Engineers and Product Managers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · blog.pragmaticengineer.com&lt;/p&gt;
    &lt;p&gt;A list of over 100 books with quotes and recommendations, collected by Gergely Orosz.&lt;/p&gt;


    
  </content:encoded></item><item><title>35 / Why Facts Don’t Change Our Minds</title><link>https://2023.arne.me/weekly/35/</link><guid>https://2023.arne.me/weekly/35/</guid><description>Issue #35 from Arne&apos;s Weekly</description><pubDate>Sun, 12 Dec 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi, how are you? I&apos;m trying something new with the layout of this newsletter, let me know what you think✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Keanu Reeves&apos; reaction to this question about NFTs is priceless. [Video]&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/Carnage4Life/status/1469450312284917760&quot;&gt;Carnage4Life on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jamesclear.com/why-facts-dont-change-minds&quot;&gt;Why Facts Don’t Change Our Minds&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · jamesclear.com&lt;/p&gt;
    &lt;p&gt;James Clear:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The way to change people’s minds is to become friends with them, to integrate them into your tribe, to bring them into your circle. Now, they can change their beliefs without the risk of being abandoned socially.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://interactionmagic.com/UX-LEGO-Interfaces&quot;&gt;The UX of LEGO Interface Panels&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · interactionmagic.com&lt;/p&gt;
    &lt;p&gt;George Cave:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;These iconic, low-resolution designs are the perfect tool to learn the basics of physical interface design. Armed with 52 different bricks, let&apos;s see what they can teach us about the design, layout and organisation of complex interfaces.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://nav.al/compromise&quot;&gt;The Poverty of Compromise&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · nav.al&lt;/p&gt;
    &lt;p&gt;Naval:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We shouldn’t be surprised when theory Z proves not to work, because neither person ever thought it was the best idea in the first place.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://cate.blog/2021/11/29/5-signs-its-time-to-quit-your-job/&quot;&gt;5 Signs It&apos;s Time to Quit Your Job&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · cate.blog&lt;/p&gt;
    &lt;p&gt;Cate:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Regardless, your current job is just a moment in your overall career, and it’s worth thinking critically about whether it’s serving your longer term career goals. So, here are five reasons why you might want to think about quitting.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://benjamincongdon.me/blog/2021/12/07/Branchless-Git/&quot;&gt;Branchless Git&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · benjamincongdon.me&lt;/p&gt;
    &lt;p&gt;Ben Congdon:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;One Git usage pattern that I think is underused is the “branchless” workflow. The idea here is pretty intuitive if you’ve used trunk-based development: there’s just one “main” branch that everything gets merged into. No feature branches, no release branches, no hotfix branches.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.sesse.net/blog/tech/2021-12-05-16-41_leaving_mysql.html&quot;&gt;Leaving MySQL&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · blog.sesse.net&lt;/p&gt;
    &lt;p&gt;Steinar H. Gunderson:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[...] something that I&apos;ve been saying both internally and externally for the last five years (although never on a stage—which explains why I&apos;ve been staying away from stages talking about MySQL): MySQL is a pretty poor database, and you should strongly consider using Postgres instead.1&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.callumhart.com/blog/small-wins-for-accessibility-and-resilience/&quot;&gt;Small Wins for Accessibility and Resilience&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · callumhart.com&lt;/p&gt;
    &lt;p&gt;Callum Hart:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The change in HTML structure has not impacted the UI (what you see) in anyway, however from an accessibility and graceful degradation standpoint there is a difference.
Primarily, the newer markup offers a better screen reader experience, and secondly the user-agent styles for when CSS is unavailable is somewhat improved.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://avi.im/blag/2021/rc-day-24/&quot;&gt;Hacking Go compiler to add a new keyword&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · avi.im&lt;/p&gt;
    &lt;p&gt;Avinash Sajjanshetty:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I wanted to make a tiny change to get familiar with the toolchain. First, I decided to add an alias loop for for. However, the compiler codebase already uses keyword loop as a label at many places, so I changed my alias. Also, instead of for, I decided to add an alias for var. The rest of this post summarises how I accomplished this and my learnings along the way.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://changelog.com/posts/the-big-idea-around-unikernels&quot;&gt;The big idea around unikernels&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · changelog.com&lt;/p&gt;
    &lt;p&gt;Ian Eyberg:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The big idea around unikernels, at least when it comes to the cloud, is that if the datacenter is the computer, then the cloud is its operating system — so let’s start treating it like one and stop micro-managing thousands of individual ones.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://crawshaw.io/blog/log4j&quot;&gt;log4j: between a rock and a hard place&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · crawshaw.io&lt;/p&gt;
    &lt;p&gt;David Crawshaw:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I am often heard to say that I love backwards compatibility, and that it is underrated. But what exactly do I mean? I don&apos;t mean that whenever I upgrade a dependency, I expect zero side effects. If a library function gets two times faster in an upgrade, that is a change in behavior that might break my software! [...] So let me back up and describe what is important.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h2&gt;Rust&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.ncameron.org/blog/portable-and-interoperable-async-rust/&quot;&gt;Portable and interoperable async Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · ncameron.org&lt;/p&gt;
    &lt;p&gt;Nick Cameron:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;To run async Rust code, you need an async runtime. Currently however, choosing a runtime locks you into a subset of the ecosystem. Library crates and tools are often restricted to a specific runtime; changing runtime is difficult. Mixing and matching libraries from different runtime ecosystems requires running multiple executors and using imperfect compatibility layers. For programmers getting started with async Rust, finding and choosing a runtime is a source of friction.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lkml.org/lkml/2021/12/6/461&quot;&gt;Rust support&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · lkml.org&lt;/p&gt;
    &lt;p&gt;Miguel Ojeda:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This is the patch series (v2) to add support for Rust as a second
language to the Linux kernel.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://hugopeters.me/posts/14/&quot;&gt;Higher Kinded Types in Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · hugopeters.me&lt;/p&gt;
    &lt;p&gt;Hugo Peters:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Time to mess around with some feature that caught my eye: associated types. Is rust the best of haskell and c++ together? Let&apos;s see if we can make our beloved Functor, Applicative, Monad hierarchy is this new world.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kerkour.com/rust-file-encryption/&quot;&gt;How to encrypt a file in Rust (Using streaming AEAD encryption)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · kerkour.com&lt;/p&gt;
    &lt;p&gt;Sylvain Kerkour:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In the first part of this post, we are going to see how to encrypt small files that can fit in memory, and, in the second part, how to use our AEAD cipher in stream mode to encrypt larger files or data streams that can’t be encrypted in one operation.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://fruechtl.me/writing/my-digital-stack&quot;&gt;My digital stack&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · fruechtl.me&lt;/p&gt;
    &lt;p&gt;Jan Früchtl:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Here is a collection of the digital tools I use on a near daily basis.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://dither8.xyz/blog/minecraft-cliffs-terrain/&quot;&gt;One decade later: Minecraft world generation is finally interesting again&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · dither8.xyz&lt;/p&gt;
    &lt;p&gt;dither8:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I decided to look at 1.18 (the &quot;Caves and Cliffs&quot; update), and I am very impressed.
It&apos;s now common to find interesting looking hills in most biomes now. And if you search (about 3-5 minutes of flying), you can come across significant mountain ranges, all looks good. I also noticed a few new biomes for these mountains as well, some of them quite lush.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://scanofthemonth.com&quot;&gt;Scan of the Month: AirPods Evolution&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · scanofthemonth.com&lt;/p&gt;
    &lt;blockquote&gt;
&lt;p&gt;When we peel the skin back, we find that Apple completely redesigned AirPods with each major generation. Let’s explore with the help of some crispy CT scans.&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2021/12/09/technology/birds-arent-real-gen-z-misinformation.html&quot;&gt;Birds Aren’t Real, or Are They? Inside a Gen Z Conspiracy Theory.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;Taylor Lorenz:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;“Birds Aren’t Real is not a shallow satire of conspiracies from the outside. It is from the deep inside,” he said. “A lot of people in our generation feel the lunacy in all this, and Birds Aren’t Real has been a way for people to process that.”&lt;/p&gt;
&lt;/blockquote&gt;


    &lt;h3&gt;&lt;a href=&quot;https://liw.fi/rethinking-email/&quot;&gt;Re-thinking electronic mail&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · liw.fi&lt;/p&gt;
    &lt;p&gt;Lars Wirzenius:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There are many problems with the existing Internet email system, such as spam, scam, surveillance, insecurity, centralization, and complexity. The problems are starting to outweigh the benefits of the system. Fixing the problems by evolving the current system seems overwhelmingly difficult. This essay examines some solutions to the problems on the assumption that a completely new, parallel email system can be built.&lt;/p&gt;
&lt;/blockquote&gt;


    
  </content:encoded></item><item><title>34 / Inspiring Resilience</title><link>https://2023.arne.me/weekly/34/</link><guid>https://2023.arne.me/weekly/34/</guid><description>Issue #34 from Arne&apos;s Weekly</description><pubDate>Sun, 05 Dec 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hope you&apos;re doing okay ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;If you wondering what&apos;s Tech Twitter been up to lately.&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/tweevtran/status/1464947469557682180&quot;&gt;@tweevtran on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://apenwarr.ca/log/20211201&quot;&gt;100 years of whatever this will be&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · apenwarr.ca&lt;/p&gt;
    &lt;p&gt;apenwarr about distributed systems in the real world and how they all eventually go awry if they&apos;re not regulated.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://drewdevault.com/2021/11/16/Cash-for-leftpad.html&quot;&gt;I will pay you cash to delete your npm module&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · drewdevault.com&lt;/p&gt;
    &lt;p&gt;Drew DeVault will pay NPM maintainers cash to delete their module, the more weekly downloads the more cache. The idea is to disrupt and question the crazy JavaScript ecosystem.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://youtu.be/JSiESJwRmzg&quot;&gt;Surprise! Inspiring Resilience&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;31 min · youtu.be&lt;/p&gt;
    &lt;p&gt;Cory Watson looks at real-world resilience at the Navy, NASA and others to find inspiration for the tech sector.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2021/nov/30/wst-pair-programming/&quot;&gt;Pair Programming&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss wrote another part of his series on work sample tests and explains how to structure and evaluate pair-programming tests.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://mastrolinux.medium.com/being-opinionated-is-good-and-bad-897303bdb2db&quot;&gt;Being Opinionated Is Good And Bad.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · mastrolinux.medium.com&lt;/p&gt;
    &lt;p&gt;Luca Cipriani about being opinionated vs. holding back.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.replit.com/nix-vs-docker&quot;&gt;Will Nix Overtake Docker?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · blog.replit.com&lt;/p&gt;
    &lt;p&gt;Connor Brewster compares Nix and Docker and explains each system&apos;s advantages.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://rustype.github.io/notes/notes/rust-typestate-series/rust-typestate-part-1.html&quot;&gt;Rusty Typestates - Starting Out&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · rustype.github.io&lt;/p&gt;
    &lt;p&gt;José Duarte explains Rust type states and why they&apos;re so useful.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://oxide.computer/blog/hubris-and-humility&quot;&gt;Hubris and Humility&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · oxide.computer&lt;/p&gt;
    &lt;p&gt;Bryan Cantrill introduces an all-Rust system for embedded devices (Hubris) and a debugger for it (Humility).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://maheshba.bitbucket.io/blog/2021/10/19/42Things.html&quot;&gt;42 things I learned from building a production database&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · maheshba.bitbucket.io&lt;/p&gt;
    &lt;p&gt;Mahesh Balakrishnan has a bunch of things to look out for when building a production database.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://googleprojectzero.blogspot.com/2021/12/this-shouldnt-have-happened.html&quot;&gt;Project Zero: This shouldn&apos;t have happened: A vulnerability postmortem&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · googleprojectzero.blogspot.com&lt;/p&gt;
    &lt;p&gt;Tavis Ormandy describes a vulnerability in Network Security Services that should&apos;ve been discovered but wasn&apos;t.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.goodaudience.com/understanding-zero-knowledge-proofs-through-simple-examples-df673f796d99&quot;&gt;Understanding Zero-knowledge proofs through illustrated examples&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · blog.goodaudience.com&lt;/p&gt;
    &lt;p&gt;Nicole Zhu shows three examples of zero-knowledge proofs.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://matduggan.com/mistakes/&quot;&gt;Don&apos;t Make My Mistakes: Common Infrastructure Errors I&apos;ve Made&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · matduggan.com&lt;/p&gt;
    &lt;p&gt;Mathew Duggan shares 6 mistakes he did in infrastructure and what you should do instead.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.asciinema.org/post/smaller-faster/&quot;&gt;4x smaller, 50x faster&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · blog.asciinema.org&lt;/p&gt;
    &lt;p&gt;Marcin Kulik tells a nice optimisation story how they massively sped up their web-player by replacing ClojureScript with Rust WASM + slim JavaScript framework.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.newyorker.com/magazine/2021/12/06/the-science-of-mind-reading&quot;&gt;The Science of Mind Reading&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;22 min · newyorker.com&lt;/p&gt;
    &lt;p&gt;James Somers describes new ideas of &quot;mind-reading&quot; by looking at the brain area that activates.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://michael.stapelberg.ch/posts/2021-11-28-macbook-air-m1/&quot;&gt;MacBook Air M1: the best laptop?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · michael.stapelberg.ch&lt;/p&gt;
    &lt;p&gt;Michael Stapelberg has a different look on the MacBook Air M1 including things like Linux, Emacs and NEO keyboard layouts.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://brickset.com/article/67650/lego-has-designed-a-set-that-can-t-be-taken-apart&quot;&gt;LEGO has designed a set that can&apos;t be taken apart&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · brickset.com&lt;/p&gt;
    &lt;p&gt;Huw describes a part-combination used in the new AT-AT that can&apos;t be taken apart without damaging parts.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://edwardsnowden.substack.com/p/ns-oh-god-how-is-this-legal&quot;&gt;The Insecurity Industry&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · edwardsnowden.substack.com&lt;/p&gt;
    &lt;p&gt;Edward Snowden about private-sector &quot;criminal services&quot; (like NSO).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://embedded.substack.com/p/instagram-is-facebook-now&quot;&gt;Instagram is Facebook now&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · embedded.substack.com&lt;/p&gt;
    &lt;p&gt;Kate Lindsay and Nick Catucci talk about Instagrams recent changes in the algorithm and how it continues to become the next Boomer-Facebook.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.technologyreview.com/2021/11/20/1039076/facebook-google-disinformation-clickbait/&quot;&gt;How Facebook and Google fund global misinformation&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;22 min · technologyreview.com&lt;/p&gt;
    &lt;p&gt;Karen Hao uncovers how Facebook and Google actively fund actors that publish dangerous fake-news via their ad network.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.newyorker.com/magazine/2021/11/29/the-new-luxury-vacation-being-dumped-in-the-middle-of-nowhere&quot;&gt;The New Luxury Vacation: Being Dumped in the Middle of Nowhere&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;28 min · newyorker.com&lt;/p&gt;
    &lt;p&gt;Ed Caesar tells the story how he spent three days of his vacation alone in the wilderness without a mobile phone.&lt;/p&gt;


    
  </content:encoded></item><item><title>33 / Just a job</title><link>https://2023.arne.me/weekly/33/</link><guid>https://2023.arne.me/weekly/33/</guid><description>Issue #33 from Arne&apos;s Weekly</description><pubDate>Sun, 28 Nov 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi hi, please enjoy this weeks curation 📚&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;every morning is a beautiful day to mute a new word about crypto&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/ow/status/1462457842737336329&quot;&gt;@ow on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://crawshaw.io/blog/thankful-for-technology&quot;&gt;Technology I’m thankful for&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · crawshaw.io&lt;/p&gt;
    &lt;p&gt;David Crawshaw about technologies that he&apos;s thankful for this turkey day.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://menno.io/posts/golang-register-calling/&quot;&gt;Faster software through register based calling&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · menno.io&lt;/p&gt;
    &lt;p&gt;Menno Finlay-Smits explains the new register based calling in Go 1.17 and why it makes your code 5-10 % faster.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://hurryabit.github.io/blog/stack-safety-for-free/&quot;&gt;Stack-safety for free?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · hurryabit.github.io&lt;/p&gt;
    &lt;p&gt;Martin Huschenbett introduces an approach for stack-safe recursion using generators.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://amyhupe.co.uk/articles/just-a-job/&quot;&gt;Just a job&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · amyhupe.co.uk&lt;/p&gt;
    &lt;p&gt;Amy Hupe about the perception of work. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2021/nov/23/wst-homework/&quot;&gt;Coding &quot;Homework&quot;&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss has s some concrete advise on how to structure the coding homework when hiring tech workers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://reactionwheel.net/2021/11/your-boards-of-directors-is-probably-going-to-fire-you.html&quot;&gt;Your Board of Directors is Probably Going to Fire You&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · reactionwheel.net&lt;/p&gt;
    &lt;p&gt;Jerry Neumann shares some advice when it comes to handling a board of investors as the CEO of a startup.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://karthinks.com/software/batteries-included-with-emacs/&quot;&gt;Batteries included with Emacs&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · karthinks.com&lt;/p&gt;
    &lt;p&gt;Karthik Chikmagalur showcases some builtin features and modes of Emacs.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://zachholman.com/posts/only-90s-developers/&quot;&gt;Only 90s Web Developers Remember This&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · zachholman.com&lt;/p&gt;
    &lt;p&gt;Zach Holman about six technologies from the nineties (remember &lt;code&gt;marquee&lt;/code&gt;?).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://surfingcomplexity.blog/2021/11/21/oops-writeups/&quot;&gt;OOPS writeups&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · surfingcomplexity.blog&lt;/p&gt;
    &lt;p&gt;Lorin Hochstein shows the structure of their OOPS write-ups and shows some examples.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://matklad.github.io//2021/11/27/notes-on-module-system.html&quot;&gt;Notes On [the Rust] Module System&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · matklad.github.io&lt;/p&gt;
    &lt;p&gt;Aleksey Kladov shares some thoughts about the Rust module system.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kflansburg.com/posts/merge-queues/&quot;&gt;Merge Queues with Bors&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · kflansburg.com&lt;/p&gt;
    &lt;p&gt;Kevin Flansburg explains Bors, the bot that guarantees that the &lt;code&gt;main&lt;/code&gt; branch will always compile by pipelining and testing branches.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.joshwcomeau.com/css/custom-css-reset/&quot;&gt;Modern CSS Reset / Global Styles&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · joshwcomeau.com&lt;/p&gt;
    &lt;p&gt;Josh Comeau has a simple CSS reset and goes into details for each rule. Did you know the &lt;code&gt;*&lt;/code&gt;-selector is not slow after all?&lt;/p&gt;


    &lt;h2&gt;Linux&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://sizeofcat.ru/post/fun-with-redstar-os/&quot;&gt;Fun with Red Star OS&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · sizeofcat.ru&lt;/p&gt;
    &lt;p&gt;sizeof(cat) boots North Korea&apos;s operating system, the apps installed and the general vibe.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ludocode.com/blog/flatpak-is-not-the-future&quot;&gt;Flatpak Is Not the Future&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;25 min · ludocode.com&lt;/p&gt;
    &lt;p&gt;Nicholas Fraser about the rust of Flatpak and it&apos;s many downsides (first of all, bloat).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://andydote.co.uk/2021/11/22/nomad-operator-pattern/&quot;&gt;The Operator Pattern in Nomad&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · andydote.co.uk&lt;/p&gt;
    &lt;p&gt;Andy Dote applies the Operator Pattern from Kubernetes to Monad.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://myme.no/posts/2021-11-25-nixos-home-assistant.html&quot;&gt;NixOS: Headless Home Assistant VM&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · myme.no&lt;/p&gt;
    &lt;p&gt;Martin Myrseth set up a Home Assistant VM on NixOS and explains the configuration and pitfalls.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ianthehenry.com/posts/how-to-learn-nix/&quot;&gt;How to Learn Nix&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;ianthehenry.com&lt;/p&gt;
    &lt;p&gt;Ian Henry has a guide on Nix, hoping to improve the documentation by showing misunderstandings and frustrations. I&apos;m not done yet but I remember having some of the same questions when starting to look into this.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/ideas/archive/2021/11/facebooks-dangerous-experiment-teen-girls/620767/&quot;&gt;Facebook&apos;s Dangerous Experiment on Teen Girl&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Jonathan Haidt about the damage social media is causing, especially to teen girls.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2021/11/27/health/diabetes-cure-stem-cells.html&quot;&gt;A Cure for Type 1 Diabetes? For One Man, It Seems to Have Worked. - The New York Times&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;Gina Kolata about a possible cure of Type 1 Diabetes.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/science/archive/2021/11/nasa-asteroid-mission-planetary-defense/620822/&quot;&gt;NASA&apos;s Planetary-Defense Mission Is on Its Way to an Asteroid&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Marina Koren about the preparations we take to be able to prevent an asteroid impact on Earth.&lt;/p&gt;


    
  </content:encoded></item><item><title>32 / Individuals matter</title><link>https://2023.arne.me/weekly/32/</link><guid>https://2023.arne.me/weekly/32/</guid><description>Issue #32 from Arne&apos;s Weekly</description><pubDate>Sun, 21 Nov 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, hope you&apos;re doing okay ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Families don&apos;t typically fire their members.&lt;br /&gt;Families don&apos;t interview for new members.&lt;br /&gt;Families don&apos;t have promotions, KPIs and OKRs.&lt;/p&gt;
&lt;p&gt;Your company is not &quot;just one big family.&quot; 
Implying otherwise is deceitful and manipulative. 
This is ultimately a professional context.&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/KittyGiraudel/status/1461013603662848000&quot;&gt;@KittyGiraudel on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://danluu.com/people-matter/&quot;&gt;Individuals matter&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;11 min · danluu.com&lt;/p&gt;
    &lt;p&gt;Dan Luu about the non-fungibility (ugh) of people in an organisation and why companies are not Sim City.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://apenwarr.ca/log/20211117&quot;&gt;10 years of... whatever this has been&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · apenwarr.ca&lt;/p&gt;
    &lt;p&gt;apenwarr revisits a ten-year-old article where they predicted the development of blockchain technologies. &lt;em&gt;Thanks, Jan&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.scanofthemonth.com&quot;&gt;Scan of the Month&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · scanofthemonth.com&lt;/p&gt;
    &lt;p&gt;If you ever wanted to know what a CT scan of a Lego figure looks like, check this out.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2021/nov/17/wst-framework/&quot;&gt;A Framework for Good Work Sample Tests: Eight Rules for Fair Tests&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss continues the series on work sample tests and has collected eight rules that make them good and useful.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.biodigitaljazz.tech/p/how-to-influence-attitudes-on-your&quot;&gt;How to Influence Attitudes on your Team for Better Results&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · biodigitaljazz.tech&lt;/p&gt;
    &lt;p&gt;Tim Reynolds explains how the attitude of a single person can impact a teams performance and motivation.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://mikemcquaid.com/2021/11/08/stop-requiring-specific-technology-experience-for-senior-plus-engineers&quot;&gt;Stop requiring specific technology experience for senior-plus engineers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · mikemcquaid.com&lt;/p&gt;
    &lt;p&gt;Mike McQuaid argues there should be less focus on the expertise on a specific technology when hiring senior(-plus) engineers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://yosefk.com/blog/compensation-rationality-and-the-projectperson-fit.html&quot;&gt;Compensation, rationality and the project/person fit&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;13 min · yosefk.com&lt;/p&gt;
    &lt;p&gt;Yossi Kreinin about fair compensation and why sometimes people quit even if they&apos;re worse off afterwards.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://batsov.com/articles/2021/11/16/why-emacs-redux/&quot;&gt;Why Emacs: Redux&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · batsov.com&lt;/p&gt;
    &lt;p&gt;Bozhidar Batsov explains their reasons to use Emacs in 2021.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://mzrn.sh/2021/11/14/how-i-helped-build-a-profitable-mvp-over-a-weekend&quot;&gt;How I helped build a profitable MVP over a weekend&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · mzrn.sh&lt;/p&gt;
    &lt;p&gt;Giorgi Mez tells the story of building an MVP in a weekend and how B2B applications often don&apos;t need polish.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kerkour.com/rust-crate-backdoor/&quot;&gt;Backdooring Rust crates for fun and profit&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;7 min · kerkour.com&lt;/p&gt;
    &lt;p&gt;Sylvain Kerkour does a threat analysis of the Rust crates system.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.benjojo.co.uk/post/not-all-jpegs-are-the-same&quot;&gt;One of these JPEGs is not like the other&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · blog.benjojo.co.uk&lt;/p&gt;
    &lt;p&gt;Ben Cox about the joys of JPEG decoding in software and hardware.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/society/2021/nov/14/eyeballs-screens-vision-nearsightedness-myopia&quot;&gt;Why staring at screens is making your eyeballs elongate – and how to stop it&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · theguardian.com&lt;/p&gt;
    &lt;p&gt;Adam Popescu about myopia and how it&apos;s often caused by long screen-time. If you don&apos;t read this, at least consider the 20-20-20 model: “Every 20 minutes, look at a distance 20 feet away, for 20 seconds”.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://spectrum.ieee.org/ham-radio-text-hacking&quot;&gt;Hacking Ham Radio for Texting&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · spectrum.ieee.org&lt;/p&gt;
    &lt;p&gt;Dale Thomas built a texting interface for VHF handheld radios.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://society.robinsloan.com/archive/notes-on-web3/&quot;&gt;Notes on Web3&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · society.robinsloan.com&lt;/p&gt;
    &lt;p&gt;Robin Sloan has some notes that explain why some people like Web3. &lt;em&gt;Thanks, Jan&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://next-hack.com/index.php/2021/11/13/porting-doom-to-an-nrf52840-based-usb-bluetooth-le-dongle/&quot;&gt;Porting Doom to an nRF52840-based USB Bluetooth-LE Dongle&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;50 min · next-hack.com&lt;/p&gt;
    &lt;p&gt;next-hack has a detailed story of how they ported Doom to a USB-Dongle. Make sure to watch he video at the end! &lt;em&gt;Thanks, Eric&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://twitter.com/that_mc/status/1459613123590066180&quot;&gt;@that_mc on Twitter&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;2 min · twitter.com&lt;/p&gt;
    &lt;p&gt;Mack is a bus operator and rates the bus scene of the movie Shang-Chi in a hilarious way.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://castel.dev/post/lecture-notes-1&quot;&gt;How I&apos;m able to take notes in mathematics lectures using LaTeX and Vim&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;18 min · castel.dev&lt;/p&gt;
    &lt;p&gt;Gilles Castel shares the Vim setup that allows them to keep up with the lecture while writing latex equations.&lt;/p&gt;


    
  </content:encoded></item><item><title>31 / Don’t be spooky</title><link>https://2023.arne.me/weekly/31/</link><guid>https://2023.arne.me/weekly/31/</guid><description>Issue #31 from Arne&apos;s Weekly</description><pubDate>Sun, 14 Nov 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, hope your week has been good. Enjoy this weeks issue ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;cows are very calm considering the whole floor is food&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/KeetPotato/status/1432311986788913152&quot;&gt;@KeetPotato on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2021/10/28/business/gen-z-workplace-culture.html&quot;&gt;The 37-Year-Olds Are Afraid of the 23-Year-Olds Who Work for Them&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;Emma Goldberg about the generational frictions since Gen Z (born 1997-2012) showed up in the workplace and the disruptions they bring. &lt;em&gt;Thanks, Jan!&lt;/em&gt;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://danluu.com/culture/&quot;&gt;Culturally transmitted skills and values&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · danluu.com&lt;/p&gt;
    &lt;p&gt;Dan Luu about the way company culture is influencing people and how the cultural transmission of values and skills is an underrated part of choosing a job.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://therealadam.com/2021/11/01/dont-be-spooky&quot;&gt;Don’t be spooky&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · therealadam.com&lt;/p&gt;
    &lt;p&gt;Adam Keys highlights the importance of context when arranging a call (or meet-up) and the mind games that can happen without context.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://twitter.com/sama/status/1457738656500699139&quot;&gt;@sama on Twitter&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;1 min · twitter.com&lt;/p&gt;
    &lt;p&gt;Sam Altman about status vs. substance.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://web.eecs.utk.edu/~azh/blog/thisprojectwillonlytake.html&quot;&gt;This project will only take 2 hours&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;6 min · web.eecs.utk.edu&lt;/p&gt;
    &lt;p&gt;Austin Z. Henley explains how easy it is to underestimate the complexity of a project using a real example.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2021/nov/9/wst-intro/&quot;&gt;Introduction to Work Sample Tests&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss about the necessity and advantages of work sample tests.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kevinyien.com/blog/swagger.html&quot;&gt;Finding Your Swagger&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · kevinyien.com&lt;/p&gt;
    &lt;p&gt;Kevin Yien about the time they lost their swagger and how they regained it.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://calpaterson.com/bank-python.html&quot;&gt;An oral history of Bank Python&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;15 min · calpaterson.com&lt;/p&gt;
    &lt;p&gt;Cal Paterson gives some insights on the bizarre Python-based system in a major bank.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kerkour.com/hacking-stories/evil-twin/&quot;&gt;Hacking Stories #1 - The Evil Twin&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · kerkour.com&lt;/p&gt;
    &lt;p&gt;Sylvain Kerkour wrote a short fictional story about a realistic hacking scenario.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://nora.codes/post/its-time-to-get-hyped-about-const-generics-in-rust/&quot;&gt;It&apos;s Time to Get Hyped About Const Generics in Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · nora.codes&lt;/p&gt;
    &lt;p&gt;Leonora Tindall about some use-cases of const generics in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://github.blog/2021-11-10-make-your-monorepo-feel-small-with-gits-sparse-index/&quot;&gt;Make your monorepo feel small with Git’s sparse index&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;20 min · github.blog&lt;/p&gt;
    &lt;p&gt;Derrick Stolee dives deep into Git to explain a feature the Git Fundamentals team at GitHub developed called sparse index.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://estebank.github.io/rust-iterator-item-syntax.html&quot;&gt;Rust Iterator Items An exploration of syntax&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;10 min · estebank.github.io&lt;/p&gt;
    &lt;p&gt;Esteban Kuber dives deep into Iterators in Rust and how their creation could be simplified.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.intruder.io/research/practical-http-header-smuggling&quot;&gt;Practical HTTP Header Smuggling: Sneaking Past Reverse Proxies to Attack AWS and Beyond&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;14 min · intruder.io&lt;/p&gt;
    &lt;p&gt;Daniel Thatcher explains header smuggling and talks about some real-world attacks.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://eli.thegreenplace.net/2021/rust-data-structures-with-circular-references/&quot;&gt;Rust data structures with circular references&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · eli.thegreenplace.net&lt;/p&gt;
    &lt;p&gt;Eli Bendersky compares thee techniques of implementing circular references in Rust: &lt;code&gt;Rc&lt;/code&gt;, handles and unsafe.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://youtu.be/qjq2wVEpSsA&quot;&gt;How Nix and NixOS Get So Close to Perfect&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;17 min · youtu.be&lt;/p&gt;
    &lt;p&gt;Xe about some Nix and NixOS issues and how it could improve (documentation is a big one).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://go.dev/blog/12years&quot;&gt;Twelve Years of Go&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;4 min · go.dev&lt;/p&gt;
    &lt;p&gt;Russ Cox summarises the last year and gives an outlook on what&apos;s coming in 2022.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/ideas/archive/2021/11/joe-biden-foreign-policy/620654/&quot;&gt;The Dueling Ideas That Will Define the 21st Century&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;9 min · theatlantic.com&lt;/p&gt;
    &lt;p&gt;Uri Friedman about strategic competition vs. intervulnerability and how the world could work together in crisis.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://offbyone.us/posts/why-is-excalidraw-so-good&quot;&gt;Why is Excalidraw so fucking good?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · offbyone.us&lt;/p&gt;
    &lt;p&gt;Zeke Nierenberg in what is &lt;em&gt;not&lt;/em&gt; an ad but rather an ode to a simple online drawing tool that I&apos;m definitely trying.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://solar.lowtechmagazine.com/2018/09/how-to-build-a-lowtech-website.html&quot;&gt;How to Build a Low-tech Website?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;12 min · solar.lowtechmagazine.com&lt;/p&gt;
    &lt;p&gt;Low Tech Magazines website is running on solar power only and will go offline if it&apos;s cloudy too many days in a row.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=29161110&quot;&gt;Ask HN: How do you manage your personal documents?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;news.ycombinator.com&lt;/p&gt;
    &lt;p&gt;Hacker News discusses personal documents, my favourite: &quot;I shred them all. If someone thinks I need to keep an important document that&apos;s their problem.&quot; by &lt;a href=&quot;https://news.ycombinator.com/item?id=29174648&quot;&gt;Kiro&lt;/a&gt;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.wired.com/story/how-to-remember-names/&quot;&gt;How to Remember Names Once and for All&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;5 min · wired.com&lt;/p&gt;
    &lt;p&gt;Lisa Kanarek shares some tipps on how to remember names.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2021/10/31/climate/is-carbon-capture-here.html&quot;&gt;Is Carbon Capture Here?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;8 min · nytimes.com&lt;/p&gt;
    &lt;p&gt;Peter Wilson about a company that sucks CO2 out of the air and literally turns it into rocks.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://antsstyle.medium.com/why-nfts-are-bad-the-long-version-2c16dae145e2#7ef2&quot;&gt;Why NFTs are bad: the long version&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;42 min · antsstyle.medium.com&lt;/p&gt;
    &lt;p&gt;Antsstyle about the blockchain, cryptocurrencies and NFTs. It&apos;s a long read, but it explains the problems well.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://twitter.com/docsquiddy/status/1458229247093391364&quot;&gt;@docsquiddy on Twitter&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;3 min · twitter.com&lt;/p&gt;
    &lt;p&gt;doctober about the psychology of NFTs.&lt;/p&gt;


    
  </content:encoded></item><item><title>30 / It’s all gravy</title><link>https://2023.arne.me/weekly/30/</link><guid>https://2023.arne.me/weekly/30/</guid><description>Issue #30 from Arne&apos;s Weekly</description><pubDate>Sun, 07 Nov 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi, how is your weekend going? This issue is a bit slimmer and has no favorites section as we’ve spent the weekend visiting family (I‘m writing this from the car on the way back). Hope you enjoy nonetheless!&lt;/p&gt;

    
    
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://staysaasy.com/career/2021/10/16/mentorship.html&quot;&gt;Stop Looking For Mentors&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;staysaasy.com&lt;/p&gt;
    &lt;p&gt;Stay SaaSy says it‘s better to look for people that can answer your questions instead of a mentor.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://chris.manson.ie/it&apos;s-all-gravy/&quot;&gt;It&apos;s all gravy&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;chris.manson.ie&lt;/p&gt;
    &lt;p&gt;Chris Manson on Open Source development and how contributors who are already going &quot;above and beyond&quot; should not feel pressured in any way.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://tailscale.com/blog/netaddr-new-ip-type-for-go/&quot;&gt;netaddr.IP: a new IP address type for Go&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;tailscale.com&lt;/p&gt;
    &lt;p&gt;Brad Fitzpatrick explains the difference approaches of replacing Go‘s &lt;code&gt;net.IP&lt;/code&gt;, making it more performant and comparable.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.danslimmon.com/2019/07/15/do-nothing-scripting-the-key-to-gradual-automation/&quot;&gt;Do-nothing scripting: the key to gradual automation&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;blog.danslimmon.com&lt;/p&gt;
    &lt;p&gt;Dan Slimmon has great advice for automating complex tasks.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://krebsonsecurity.com/2021/11/trojan-source-bug-threatens-the-security-of-all-code/&quot;&gt;‘Trojan Source’ Bug Threatens the Security of All Code&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;krebsonsecurity.com&lt;/p&gt;
    &lt;p&gt;KrebsOnSecurity about a way to use Unicode to smuggle unwanted code changes into projects.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lwn.net/Articles/819452/&quot;&gt;Making Emacs popular again&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;lwn.net&lt;/p&gt;
    &lt;p&gt;Jake Edge summarizes the internal discussion of making Emacs more approachable.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2021/11/04/how-do-you-tell-if-a-problem-is-caused-by-dns/&quot;&gt;How do you tell if a problem is caused by DNS?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans has some ways to debug problems to figure out if items caused by DNS or not.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://kerkour.com/blog/signatures-modern-end-to-end-encryption/&quot;&gt;Signatures: The secret behind modern end-to-end encryption&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;kerkour.com&lt;/p&gt;
    &lt;p&gt;Sylvain Kerkour explains modern end-to-end-encryption.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://serokell.io/blog/practical-nix-flakes&quot;&gt;Practical Nix Flakes&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;serokell.io&lt;/p&gt;
    &lt;p&gt;Alexander Bantyev wrote one of the few good introductions to Nix Flakes.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://simonwillison.net/2021/Nov/3/s3-credentials/&quot;&gt;s3-credentials: a tool for creating credentials for S3 buckets&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;simonwillison.net&lt;/p&gt;
    &lt;p&gt;Simon Willison build a tool I‘ll definitely use in the future: Create S3 credentials with one command.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.stevegattuso.me/2021/10/31/new-york-dirty-electricity-peaks.html&quot;&gt;The Data Behind New York&apos;s Increasingly Dirty Electricity Peaks&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;stevegattuso.me&lt;/p&gt;
    &lt;p&gt;Steve Gattuso shows the data on New York electricity and how dirty it gets on peaks.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/music/2021/nov/02/alt-j-unsafe-foreign-men-british-band-trauma-dark&quot;&gt;Alt-J: ‘Feeling unsafe is something that’s quite foreign for men’&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;theguardian.com&lt;/p&gt;
    &lt;p&gt;Leonie Cooper interviews alt-J who have a new album coming up in February.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://calbryant.uk/blog/well-integrated-pid-temperature-control-of-a-gaggia-classic-espresso-machine/#&quot;&gt;Modifying my Gaggia Classic Espresso machine&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;calbryant.uk&lt;/p&gt;
    &lt;p&gt;Cal Bryant explains how he modded his coffee machine to achieve consistent perfect coffee.&lt;/p&gt;


    
  </content:encoded></item><item><title>29 / Always do Extra</title><link>https://2023.arne.me/weekly/29/</link><guid>https://2023.arne.me/weekly/29/</guid><description>Issue #29 from Arne&apos;s Weekly</description><pubDate>Sun, 31 Oct 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, how was your week? Hope you enjoy todays issue 🎃&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;boss: why were you late&lt;/p&gt;
&lt;p&gt;me: a lake of fire swallowed the freeway&lt;/p&gt;
&lt;p&gt;boss: i feel like you’re not considering how this affects the team&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/PleaseBeGneiss/status/1437445987346182147&quot;&gt;@PleaseBeGneiss on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://cprimozic.net/blog/programming-speed-strategies/&quot;&gt;Habits I&apos;ve Developed for Fast + Efficient Programming&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;cprimozic.net&lt;/p&gt;
    &lt;p&gt;Casey Primozic has some great insights on software engineering habits.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/ideas/archive/2021/10/facebook-papers-democracy-election-zuckerberg/620478/&quot;&gt;Facebook Papers: ‘History Will Not Judge Us Kindly’&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;theatlantic.com&lt;/p&gt;
    &lt;p&gt;Adrienne LaFrance about the battle insight Facebook, now called Meta, when it comes to doing good for the company vs. doing good for the world.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2021/oct/26/manager-microscope/&quot;&gt;When you&apos;re a manager, your behavior is under a microscope&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss explains how managers need to pay much closer attention to their behaviour than peers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://flowingdata.com/2021/05/26/jobs-that-marry-together/&quot;&gt;Jobs that Marry Together the Most&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;flowingdata.com&lt;/p&gt;
    &lt;p&gt;Nathan Yau has put together a visualisation of jobs that marry together the most and it&apos;s surprisingly accurate.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://fasterthanli.me/articles/my-ideal-rust-workflow&quot;&gt;My ideal Rust workflow&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;fasterthanli.me&lt;/p&gt;
    &lt;p&gt;Amos explains their Rust build pipeline in great detail, there&apos;s a lot going on here!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://ijmacd.github.io/rfc3339-iso8601/&quot;&gt;RFC 3339 vs ISO 8601&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;ijmacd.github.io&lt;/p&gt;
    &lt;p&gt;A nice guide on the differences of the two time formats.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.sinjakli.co.uk/2021/10/25/waiting-for-apt-locks-without-the-hacky-bash-scripts/&quot;&gt;Waiting for apt locks without the hacky bash scripts&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;blog.sinjakli.co.uk&lt;/p&gt;
    &lt;p&gt;Chris Sinjakli has tips for dealing with apt locks in scripts.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://utcc.utoronto.ca/~cks/space/blog/programming/GoVersionOfYourSource&quot;&gt;Go 1.18 will embed source version information into binaries&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;utcc.utoronto.ca&lt;/p&gt;
    &lt;p&gt;Chris Siebenmann explains what kind of information is embedded into Go binaries.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://panic.com/blog/a-prototype-original-ipod/&quot;&gt;A Prototype Original iPod&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;panic.com&lt;/p&gt;
    &lt;p&gt;Cabel Sasser introduces an early iPod prototype on the 20 year anniversary.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.ifixit.com/News/54122/macbook-pro-2021-teardown&quot;&gt;2021 MacBook Pro Teardown: A Glimpse at a Better Timeline&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;ifixit.com&lt;/p&gt;
    &lt;p&gt;Sam Goldheart summarises the work of the iFixit team to tear down the new MacBook Pro.&lt;/p&gt;


    
  </content:encoded></item><item><title>28 / Willingness to look stupid</title><link>https://2023.arne.me/weekly/28/</link><guid>https://2023.arne.me/weekly/28/</guid><description>Issue #28 from Arne&apos;s Weekly</description><pubDate>Sun, 24 Oct 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hello from sunny Germany, enjoy this weeks collection. ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;idea: Computer but good&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/barrelshifter/status/1451420122199965698&quot;&gt;@barrelshifter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://danluu.com/look-stupid&quot;&gt;Willingness to look stupid&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;danluu.com&lt;/p&gt;
    &lt;p&gt;Dan Luu in an amazing post about the advantages of &quot;looking stupid&quot;. If you only read one story today, this is it.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://drewdevault.com/2021/10/17/Reliability.html&quot;&gt;Software developers have stopped caring about reliability&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;drewdevault.com&lt;/p&gt;
    &lt;p&gt;Drew DeVault about the current state of software and how we can improve.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.conordewey.com/blog/first-90-days/&quot;&gt;The First 90 Days&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;conordewey.com&lt;/p&gt;
    &lt;p&gt;Conor Dewey about the 30-60-90 day framework when starting at a company.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2021/10/21/how-to-get-useful-answers-to-your-questions/&quot;&gt;How to get useful answers to your questions&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans has a guide on asking useful questions.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://randsinrepose.com/archives/the-sabotage-list/&quot;&gt;The Sabotage List&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;randsinrepose.com&lt;/p&gt;
    &lt;p&gt;Michael Lopp has a list of project&apos;s at the back of every notebook and tells you why.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://mabez.dev/blog/posts/esp-rust-18-10-2021/&quot;&gt;Scott Mabin&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;mabez.dev&lt;/p&gt;
    &lt;p&gt;Another update on Rust on Expressif chips (like the ESP32c3).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://httptoolkit.tech/blog/status-targeted-caching-headers/&quot;&gt;New HTTP standards for caching on the modern web&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;httptoolkit.tech&lt;/p&gt;
    &lt;p&gt;Tim Perry introduces the new cache headers, namely &lt;code&gt;Cache-Status&lt;/code&gt; and &lt;code&gt;&amp;lt;Target&amp;gt;-Cache-Control&lt;/code&gt;. You can use them today with some providers!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.notion.so/blog/sharding-postgres-at-notion&quot;&gt;Herding elephants: Lessons learned from sharding Postgres at Notion&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;notion.so&lt;/p&gt;
    &lt;p&gt;Garrett Fidalgo explains the strategy of sharding the Notion Postgres monolith and what they&apos;d do differently today.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://twitter.com/fasterthanlime/status/1452053938195341314&quot;&gt;@fasterthanlime on Twitter&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;twitter.com&lt;/p&gt;
    &lt;p&gt;Amos shares some insight from a locked account about the unreacted Google antitrust filling. &quot;&lt;em&gt;I have to say that either Google is screwed or society is screwed, we&apos;ll find out which.&lt;/em&gt;&quot;&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://piszek.com/2021/02/07/composability/&quot;&gt;Composability is the only game in town – Roam, shipping containers, Lego and Twitter.&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;piszek.com&lt;/p&gt;
    &lt;p&gt;Artur Piszek about the perks of composability.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/magazine/archive/2021/11/graeber-wengrow-dawn-of-everything-history-humanity/620177/&quot;&gt;Review: ‘The Dawn of Everything: A New History of Humanity’&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;theatlantic.com&lt;/p&gt;
    &lt;p&gt;William Deresiewicz reviews a book with vastly different views on early humanity.&lt;/p&gt;


    
  </content:encoded></item><item><title>27 / Speed matters</title><link>https://2023.arne.me/weekly/27/</link><guid>https://2023.arne.me/weekly/27/</guid><description>Issue #27 from Arne&apos;s Weekly</description><pubDate>Sun, 17 Oct 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, hope you&apos;re well. Enjoy this weeks selection ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Want to get ahead in life?&lt;/p&gt;
&lt;p&gt;Start &lt;em&gt;genuinely&lt;/em&gt; rooting for others to succeed.&lt;/p&gt;
&lt;p&gt;It&apos;s as simple as that.&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/sahilbloom/status/1420851554026983435&quot;&gt;@sahilbloom on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://whitehoodhacker.net/posts/2021-10-04-the-big-rick&quot;&gt;IoT Hacking and Rickrolling My High School District&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;whitehoodhacker.net&lt;/p&gt;
    &lt;p&gt;A story of a small team rickrolling their entire High School District (of over 11 thousand students).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://scattered-thoughts.net/writing/speed-matters/&quot;&gt;Speed matters&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;scattered-thoughts.net&lt;/p&gt;
    &lt;p&gt;Jamie Brandon writes that the most important thing to focus on improving is how fast you can work.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://levels.io/product-hunt-hacker-news-number-one/&quot;&gt;How I got my startup to #1 on both Product Hunt and Hacker News by accident&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;levels.io&lt;/p&gt;
    &lt;p&gt;Pieter Levels about the NomadList project and its history.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2021/oct/13/tech-salaries-2021/&quot;&gt;What is your labor worth? Tech compensation in 2021&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss about tech compensation and how to find out if you&apos;re underpaid.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jayriverlong.github.io/2021/10/14/growth.html&quot;&gt;Growth vs. Efficiency&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;jayriverlong.github.io&lt;/p&gt;
    &lt;p&gt;Jay Riverlong on a trade-off that you can find everywhere.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://faingezicht.com/articles/2021/09/20/evaluating-startup-offers/&quot;&gt;How to Evaluate Startup Offers&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;faingezicht.com&lt;/p&gt;
    &lt;p&gt;Avy Faingezicht has a beginners guide on startup offers (shares, cash, etc.).&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://aegeorge42.github.io&quot;&gt;Neural Networks from Scratch - an interactive guide&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;aegeorge42.github.io&lt;/p&gt;
    &lt;p&gt;Allison George created an interactive guide to learn Neural Networks.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://justinas.org/nixos-in-the-cloud-step-by-step-part-1&quot;&gt;NixOS in the Cloud, step-by-step: part 1&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;justinas.org&lt;/p&gt;
    &lt;p&gt;Justinas Stankevičius has a tutorial to set up NixOS on a Digital Ocean virtual machine. Make sure to check out &lt;a href=&quot;https://justinas.org/nixos-in-the-cloud-step-by-step-part-2&quot;&gt;part 2&lt;/a&gt; as well!&lt;/p&gt;


    &lt;h2&gt;Rust&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://lwn.net/Articles/871283/&quot;&gt;Rust and GCC, two different ways&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;lwn.net&lt;/p&gt;
    &lt;p&gt;Jonathan Corbet about the different approaches to use gcc as a Rust compiler (instead of the currently-supported LLVM).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://patrickfreed.github.io/rust/2021/10/15/making-slow-rust-code-fast.html&quot;&gt;Making slow Rust code fast&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;patrickfreed.github.io&lt;/p&gt;
    &lt;p&gt;Patrick Freed explains how he improved the performance of his Rust crate, using benchmarks and flame graphs to find slow paths.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theregister.com/2021/10/11/facebook_opinion_column/&quot;&gt;The planet survived six hours without Facebook. Let&apos;s make it longer next time&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;theregister.com&lt;/p&gt;
    &lt;p&gt;Rupert Goodwins about the Facebook downtime and how Facebook has no essential service.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.eugenewei.com/blog/2018/5/21/invisible-asymptotes&quot;&gt;Invisible asymptotes&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;eugenewei.com&lt;/p&gt;
    &lt;p&gt;Eugene Wei about invisible asymptotes (i.e. reasons for growth stagnation) at various Silicon Valley companies and how to detect them.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://eandt.theiet.org/content/articles/2021/10/solar-powered-aircraft-flown-for-nearly-three-weeks-without-landing/&quot;&gt;Solar-powered aircraft flown for nearly three weeks without landing&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;eandt.theiet.org&lt;/p&gt;
    &lt;p&gt;Jack Loughran about the Airbus aircraft that could potentially stay airborne for up to six months.&lt;/p&gt;


    
  </content:encoded></item><item><title>26 / Twitter has a kernel team!?</title><link>https://2023.arne.me/weekly/26/</link><guid>https://2023.arne.me/weekly/26/</guid><description>Issue #26 from Arne&apos;s Weekly</description><pubDate>Sun, 10 Oct 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey everyone, hope you enjoy this issue ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;everyone talks about how instagram is bad for mental health but what about jira??&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/ikasliwal/status/1446249388699840556&quot;&gt;@ikasliwal on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;http://habitatchronicles.com/2004/04/you-cant-tell-people-anything/&quot;&gt;You can&apos;t tell people anything (2004)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;habitatchronicles.com&lt;/p&gt;
    &lt;p&gt;A great post by Chip, who explains how some things have to be experienced, telling people about it is not enough.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/commentisfree/2021/sep/26/why-corporate-social-responsibility-is-bs&quot;&gt;Why corporate social responsibility is BS&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;theguardian.com&lt;/p&gt;
    &lt;p&gt;Robert Reich, former US Secretary of Labor, about corporate social responsibility and how it‘s mostly marketing.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://durmonski.com/life-advice/curiosity-is-better-than-being-smart/&quot;&gt;Why Curiosity Is Better Than Being Smart?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;durmonski.com&lt;/p&gt;
    &lt;p&gt;Ivaylo Durmonski about the loop of smartness and curiosity.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://orionmagazine.org/article/the-stability-fantasy/&quot;&gt;The Stability Fantasy&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;orionmagazine.org&lt;/p&gt;
    &lt;p&gt;Emmett FitzGerald on the illusion of viewing nature as a stable backdrop of life.&lt;/p&gt;


    &lt;h2&gt;Facebook&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://blog.cloudflare.com/october-2021-facebook-outage/&quot;&gt;Understanding How Facebook Disappeared from the Internet&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;blog.cloudflare.com&lt;/p&gt;
    &lt;p&gt;Celso Martinho with an outsiders view on the Facebook outage.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://engineering.fb.com/2021/10/05/networking-traffic/outage-details/&quot;&gt;More details about the October 4 outage&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;engineering.fb.com&lt;/p&gt;
    &lt;p&gt;Santosh Janardhan about the things that happened inside of Facebook during the outage.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2021/10/05/tools-to-look-at-bgp-routes/&quot;&gt;Tools to explore BGP&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans about the BGP protocol and tools to visualize BGP routes.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.platformer.news/p/the-facebook-whistleblower-testifies?token=eyJ1c2VyX2lkIjozNTczNDk4MywicG9zdF9pZCI6NDIyMDc4NDYsIl8iOiJiRXNvYSIsImlhdCI6MTYzMzYwODY1NCwiZXhwIjoxNjMzNjEyMjU0LCJpc3MiOiJwdWItNzk3NiIsInN1YiI6InBvc3QtcmVhY3Rpb24ifQ.Tae3w8qAADwECaGdZeXtSAPZpy1EkD8dO8-j41QNXfg&quot;&gt;The Facebook whistleblower testifies&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;platformer.news&lt;/p&gt;
    &lt;p&gt;Casey Newton about the Facebook whistleblower Frances Haugen and her testimonial.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.inputmag.com/features/facebook-public-relations-andy-stone-twitter-whistleblower-controversy&quot;&gt;We need to talk about Facebook PR guy Andy Stone&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;inputmag.com&lt;/p&gt;
    &lt;p&gt;Chris Stokel-Walker about the questionable methods of Favebooks PR guy Andy Stone.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://paulosman.me/2021/10/02/sociotechnical-lenses-into-software-systems/&quot;&gt;Sociotechnical Lenses into Software Systems&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;paulosman.me&lt;/p&gt;
    &lt;p&gt;Paul Osman about the different lenses one can have on a team and the importance of the sociotechnical one.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://shekhargulati.com/2021/09/23/doing-software-estimation-within-constraints-of-hofstadters-law-and-parkinsons-law/&quot;&gt;Doing Software Estimation within constraints of Hofstadter’s law and Parkinson’s law&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;shekhargulati.com&lt;/p&gt;
    &lt;p&gt;Shekhar Gulati has a guide to maybe more precise software estimation.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://lucasfcosta.com/2021/09/20/monte-carlo-forecasts.html&quot;&gt;How to replace estimations and guesses with a Monte Carlo simulation&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;lucasfcosta.com&lt;/p&gt;
    &lt;p&gt;Lucas Fernandes da Costa recommends a simulation for (software) estimations.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://danluu.com/in-house/&quot;&gt;The value of in-house expertise&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;danluu.com&lt;/p&gt;
    &lt;p&gt;Dan Luu about the the old buy vs. build question and why it&apos;s often better to build (for bigger companies).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://tuhrig.de/my-logging-best-practices/&quot;&gt;My Logging Best Practices&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;tuhrig.de&lt;/p&gt;
    &lt;p&gt;Thomas has some tips when it comes to application logging.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://arxiv.org/abs/2110.01111&quot;&gt;Is this the simplest (and most surprising) sorting algorithm ever?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;arxiv.org&lt;/p&gt;
    &lt;p&gt;Stanley P. Y. Fung introduces a super simple, though slow, sorting algorithm.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://betterprogramming.pub/three-things-go-needs-right-now-more-than-generics-a6225d62f76b&quot;&gt;3 Things Go Needs Right Now More Than Generics&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;betterprogramming.pub&lt;/p&gt;
    &lt;p&gt;Ryan Collingham about Go‘s missing features, in particular enums, universal nil and concise error handling.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://philpearl.github.io/post/perf_time/&quot;&gt;Faster time parsing&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;philpearl.github.io&lt;/p&gt;
    &lt;p&gt;Phil Pearl goes on an adventure to make parsing RFC3339 faster.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.simplethread.com/20-things-ive-learned-in-my-20-years-as-a-software-engineer/&quot;&gt;20 Things I&apos;ve Learned in my 20 Years as a Software Engineer&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;simplethread.com&lt;/p&gt;
    &lt;p&gt;Justin Etheredge has a list of great advice.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://twitter.com/QuinnyPig/status/1445151389122842624&quot;&gt;Corey Quinn on Twitter&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;twitter.com&lt;/p&gt;
    &lt;p&gt;Corey Quinn has a thread of things learned over the years from various outages.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://uxdesign.cc/rewilding-your-attention-d518ede18855&quot;&gt;Rewilding your attention&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;uxdesign.cc&lt;/p&gt;
    &lt;p&gt;Clive Thompson makes the point that we should discover new things without the algorithms sometimes, it‘s called „rewilding your attention“.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.latimes.com/opinion/story/2021-09-29/editorial-its-time-to-stop-lying-to-consumers-about-the-sad-state-of-recycling&quot;&gt;It’s time to stop misleading consumers about recycling&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;latimes.com&lt;/p&gt;
    &lt;p&gt;LA Times on the sad state of recycling (in the US).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.bloomberg.com/news/features/2021-09-29/is-stock-market-rigged-insider-trading-by-executives-is-pervasive-critics-say&quot;&gt;Most Americans Today Believe the Stock Market Is Rigged, and They’re Right&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;bloomberg.com&lt;/p&gt;
    &lt;p&gt;Liam Vaughan about insider trading and fairness in the stock market.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;http://www.noaa.gov/news-release/world-first-ocean-drone-captures-video-from-inside-hurricane&quot;&gt;A world first: Ocean drone captures video from inside a hurricane&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;noaa.gov&lt;/p&gt;
    &lt;p&gt;Impressive footage from inside a hurricane.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/magazine/archive/2021/11/free-returns-online-shopping/620169/&quot;&gt;The Nasty Logistics of Returning Your Too-Small Pants&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;theatlantic.com&lt;/p&gt;
    &lt;p&gt;Amanda Mull about the journey your sent-back items take and the myth that they get re-sold.&lt;/p&gt;


    
  </content:encoded></item><item><title>25 / Work Is a False Idol</title><link>https://2023.arne.me/weekly/25/</link><guid>https://2023.arne.me/weekly/25/</guid><description>Issue #25 from Arne&apos;s Weekly</description><pubDate>Sun, 03 Oct 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Greetings from rainy Germany, hope you&apos;re enjoying your weekend 🛋&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;&quot;Electron is Docker for GUI&quot; is an entirely correct take that I was nonetheless not emotionally prepared for&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/Lucretiel/status/1443795077642530817&quot;&gt;@Lucretiel on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.chiark.greenend.org.uk/~ianmdlvl/rust-polyglot/intro.html&quot;&gt;Rust for the Polyglot Programmer&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;chiark.greenend.org.uk&lt;/p&gt;
    &lt;p&gt;If you&apos;re an experienced programmer that want&apos;s got get their feet wet with Rust, check this out.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2021/08/22/opinion/lying-flat-work-rest.html&quot;&gt;Work Is a False Idol&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;nytimes.com&lt;/p&gt;
    &lt;p&gt;Cassady Rosenblum about the Lying flat movement and people embracing the freedom of rest.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2021/sep/27/briefing-a-delegate/&quot;&gt;Briefing a Delegate&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss on the most important things when it comes to delegation.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://blog.pragmaticengineer.com/project-management-at-big-tech/&quot;&gt;How Big Tech Runs Tech Projects and the Curious Absence of Scrum&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;blog.pragmaticengineer.com&lt;/p&gt;
    &lt;p&gt;Gergely Orosz about project management techniques and how Scrum can get in the way of shipping.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.luap.info/we-deserve-better-than-confluence-and-notion.html&quot;&gt;We deserve better than Confluence and Notion&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;blog.luap.info&lt;/p&gt;
    &lt;p&gt;Paul why often used enterprise documentation software doesn&apos;t cut it.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://trishagee.com/2020/09/07/reading-code-is-a-skill/&quot;&gt;Reading Code is a Skill&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;trishagee.com&lt;/p&gt;
    &lt;p&gt;Trisha Gee about the aspect of reading code and how readable code is subjective.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;http://nuclear.mutantstargoat.com/articles/make/&quot;&gt;Practical Makefiles, by example&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;nuclear.mutantstargoat.com&lt;/p&gt;
    &lt;p&gt;John Tsiombikas has some practical advice on writing Makefiles.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://adventures.michaelfbryan.com/posts/rust-best-practices/bad-habits&quot;&gt;Common Newbie Mistakes and Bad Practices in Rust: Bad Habits&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;adventures.michaelfbryan.com&lt;/p&gt;
    &lt;p&gt;Michael-F-Bryan has collected some common pitfalls for people starting with Rust (esp. coming from C/C++).&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://metacognitive.me/memory-palace/&quot;&gt;An ultimate guide to memory palaces&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;metacognitive.me&lt;/p&gt;
    &lt;p&gt;Sergiy about memory palaces and good ways to get started.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2021/09/24/well/live/parallel-play-for-adults.html&quot;&gt;Parallel Play Isn&apos;t Just for Kids&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;nytimes.com&lt;/p&gt;
    &lt;p&gt;Sophie Vershbow explains why spending time in the presence of other people while doing your own thing is a great thing, not just for children.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://am.jpmorgan.com/us/en/asset-management/institutional/insights/market-insights/eye-on-the-market/dude-where-is-my-stuff/&quot;&gt;Dude, Where’s My Stuff?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;am.jpmorgan.com&lt;/p&gt;
    &lt;p&gt;Michael Cembalest explains the &quot;global supply chain mess&quot; with tons of graphs.&lt;/p&gt;


    
  </content:encoded></item><item><title>24 / Start using tools again</title><link>https://2023.arne.me/weekly/24/</link><guid>https://2023.arne.me/weekly/24/</guid><description>Issue #24 from Arne&apos;s Weekly</description><pubDate>Sun, 26 Sep 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, how was your week? Enjoy todays issue ☕️&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;two seconds into googling a javascript issue and i witness &lt;code&gt;&amp;lt;div class=&quot;list-item&quot;&amp;gt;&lt;/code&gt; and i want to stop programming for the day&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/eevee/status/1441951092669964288&quot;&gt;@eevee on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://fasterthanli.me/articles/a-terminal-case-of-linux&quot;&gt;A terminal case of Linux&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;fasterthanli.me&lt;/p&gt;
    &lt;p&gt;Amos again with a great post starting with color handling in terminals and ending deep in assembly code.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://h2x.sh/apple/&quot;&gt;Start using tools again&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;h2x.sh&lt;/p&gt;
    &lt;p&gt;I love this post as it perfectly explains the direction I&apos;m going towards myself: Simple, working tools without arbitrary constraints.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jacobian.org/2021/sep/22/people-or-results-oriented/&quot;&gt;People- vs Results-Oriented Management: Both Work!&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;jacobian.org&lt;/p&gt;
    &lt;p&gt;Jacob Kaplan-Moss about different management styles and why having both is beneficial.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://mobile.twitter.com/ShaanVP/status/1429496148297883656&quot;&gt;@ShaanVP on Twitter&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;mobile.twitter.com&lt;/p&gt;
    &lt;p&gt;Shaan Puri has relationship advice for business and life.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;http://plumshell.com/2017/11/30/as-a-solo-app-developer-i-decided-to-offer-phone-support-and-this-is-what-happened/&quot;&gt;As A Solo Developer, I Decided To Offer Phone Support, And This Is What Happened&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;plumshell.com&lt;/p&gt;
    &lt;p&gt;Non Umemoto explains the benefits of offering phone support as a solo developer.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://eugeneyan.com/writing/first-rule-of-ml/&quot;&gt;The First Rule of Machine Learning: Start without Machine Learning&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;eugeneyan.com&lt;/p&gt;
    &lt;p&gt;Eugene Yan about the general principle of starting with heuristics and manual logic before going to ML.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://rustacean-principles.netlify.app/what_is_rust.html&quot;&gt;What is Rust? - Rustacean Principles&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;rustacean-principles.netlify.app&lt;/p&gt;
    &lt;p&gt;A website that lists the values of Rust and &quot;how to Rustacean&quot;.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://jvns.ca/blog/2021/09/24/new-tool--an-nginx-playground/&quot;&gt;New tool: an nginx playground&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;jvns.ca&lt;/p&gt;
    &lt;p&gt;Julia Evans built an NGINX playground and explains why and how.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.wsj.com/articles/the-facebook-files-11631713039&quot;&gt;The Facebook files&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;wsj.com&lt;/p&gt;
    &lt;p&gt;Wall Street Journal reporters have five articles about Facebook and how it&apos;s not in control of their platform.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.niemanlab.org/2021/09/this-study-shows-how-people-reason-their-way-through-echo-chambers-and-what-might-guide-them-out/&quot;&gt;This study shows how people reason their way through echo chambers — and what might guide them out&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;niemanlab.org&lt;/p&gt;
    &lt;p&gt;Shraddha Chakradhar about a study on echo chambers and what could fix them.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://medium.com/a-chair-in-a-room/small-vehicles-of-tokyo-7cdda49c2bf8&quot;&gt;Small vehicles of Tokyo&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;medium.com&lt;/p&gt;
    &lt;p&gt;Dan Hill collected a fascinating catalogue of small vehicles in the (sometimes) narrow streets of Tokyo.&lt;/p&gt;


    
  </content:encoded></item><item><title>23 / The Hitchhiker&apos;s Guide to the Unexpected</title><link>https://2023.arne.me/weekly/23/</link><guid>https://2023.arne.me/weekly/23/</guid><description>Issue #23 from Arne&apos;s Weekly</description><pubDate>Sun, 19 Sep 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, hope your week was good. I added a new category called Favourites, let me know what you think! See you next week 👋🏻&lt;/p&gt;

    
    
    
    
    &lt;h2&gt;Favourites&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://ferd.ca/the-hitchhiker-s-guide-to-the-unexpected.html&quot;&gt;The Hitchhiker&apos;s Guide to the Unexpected&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;ferd.ca&lt;/p&gt;
    &lt;p&gt;Fred Hebert about the best ways to handle the unexpected (mostly bugs and undefined behaviour).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://randsinrepose.com/archives/the-builders-high/&quot;&gt;The Builder’s High (2014)&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;randsinrepose.com&lt;/p&gt;
    &lt;p&gt;Michael Lopp about the joys of building things.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.abc.net.au/news/2021-08-12/fast-fashion-turning-parts-ghana-into-toxic-landfill/100358702&quot;&gt;Dead white man&apos;s clothes: How fast fashion is turning parts of Ghana into toxic landfill&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;abc.net.au&lt;/p&gt;
    &lt;p&gt;Linton Besser about the consequences of fast fashion in the west.&lt;/p&gt;


    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://microfounder.com/blog/cofounder-in-marketing&quot;&gt;Developer, You May Need a Co-Founder in Marketing&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;microfounder.com&lt;/p&gt;
    &lt;p&gt;Rauno Metsa about the importance of marketing, especially for solo developers.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://habr.com/en/post/440736/&quot;&gt;I ruin developers’ lives with my code reviews and I&apos;m sorry&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;habr.com&lt;/p&gt;
    &lt;p&gt;Philipp Ranzhin talks about how he changed they way he treats less experienced developers and why.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://rachelbythebay.com/w/2021/09/05/clever/&quot;&gt;Code runs on people&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;rachelbythebay.com&lt;/p&gt;
    &lt;p&gt;Rachel argues that it&apos;s too easy to say code just runs on a computer, it&apos;s the people that have to work with it, that matter.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://rant.gulbrandsen.priv.no/udoc/writing-class-documetation&quot;&gt;Writing class documentation&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;rant.gulbrandsen.priv.no&lt;/p&gt;
    &lt;p&gt;Arnt Gulbrandsen has some great tipps on how to write good class documentation.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://martinfowler.com/articles/ship-show-ask.html&quot;&gt;Ship / Show / Ask&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;martinfowler.com&lt;/p&gt;
    &lt;p&gt;Martin Fowler has an interesting alternative to the exclusive PR workflow.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://github.com/golang/go/discussions/48287&quot;&gt;how to update [go] APIs for generics&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;github.com&lt;/p&gt;
    &lt;p&gt;Russ Cox on the Golang GitHub repository discussions asks about ways to keep backwards-compatibility while introducing generic variants of existing functions.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://thesample.ai/?ref=6512&quot;&gt;The Sample&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;thesample.ai&lt;/p&gt;
    &lt;p&gt;Jacob O&apos;Bryant built a newsletter aggregator that learns what you like and sends you newsletters that might interest you. Give it a try! (Referral-link)&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://bottosson.github.io/posts/colorpicker/&quot;&gt;Two new color spaces for color picking - Okhsv and Okhsl&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;bottosson.github.io&lt;/p&gt;
    &lt;p&gt;Björn Ottosson discusses the history of colors spaces like HSL and HSV and their problems, then proposes a modern alternative.&lt;/p&gt;


    
  </content:encoded></item><item><title>22 / Intentional connection in the digital office</title><link>https://2023.arne.me/weekly/22/</link><guid>https://2023.arne.me/weekly/22/</guid><description>Issue #22 from Arne&apos;s Weekly</description><pubDate>Sun, 12 Sep 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hello and welcome to another issue of Arnes Weekly! Hope your week was good, enjoy ✌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;&quot;I&apos;m sorry, but we had to cut down the scope to make the deadline.&quot;&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/WdeB/status/1436051539450376200&quot;&gt;@WdeB on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://seths.blog/2021/09/intentional-connection-in-the-digital-office/&quot;&gt;Intentional connection in the digital office&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;seths.blog&lt;/p&gt;
    &lt;p&gt;Seth Godin about the difference of online and offline human connection.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://mikemcquaid.com/2021/09/09/the-mentorship-diamond/&quot;&gt;The Mentorship Diamond&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;mikemcquaid.com&lt;/p&gt;
    &lt;p&gt;Mike McQuaid about mentorship and why it is important (in both directions).&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://ferrous-systems.com/blog/coverage-marks/&quot;&gt;Coverage Marks&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;ferrous-systems.com&lt;/p&gt;
    &lt;p&gt;Aleksey describes the concept of coverage marks. Pretty cool concept.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://blog.sunfishcode.online/rust-programs-entirely-in-rust/&quot;&gt;Rust programs written entirely in Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;blog.sunfishcode.online&lt;/p&gt;
    &lt;p&gt;sunfishcode about what it takes to have Rust programs only depend on Rust code (not libc and friends).&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.ovh.com/blog/how-pci-express-works-and-why-you-should-care-gpu/&quot;&gt;How PCI-Express works and why you should care? #GPU&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;ovh.com&lt;/p&gt;
    &lt;p&gt;A great explanation of PCIe and what to look out for when trying to maximise your GPU performance.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.independent.co.uk/news/science/mrna-cancer-therapy-human-trials-tumours-b1917739.html&quot;&gt;mRNA cancer therapy now in human trials after shrinking mouse tumours&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;independent.co.uk&lt;/p&gt;
    &lt;p&gt;Thomas Kingsley about BioNTech moving to human trials for their mRNA-based cancer therapy!&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/technology/archive/2021/08/dead-internet-theory-wrong-but-feels-true/619937/&quot;&gt;The &apos;Dead-Internet Theory&apos; Is Wrong but Feels True&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;theatlantic.com&lt;/p&gt;
    &lt;p&gt;Kaitlyn Tiffany about the conspiracy story that most of the internet today is bots.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/news/2021/sep/07/disastrous-voyage-satoshi-cryptocurrency-cruise-ship-seassteading&quot;&gt;The disastrous voyage of Satoshi, the world’s first cryptocurrency cruise ship&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;theguardian.com&lt;/p&gt;
    &lt;p&gt;Sophie Elmhirst tells the story of the failed plan to sell flats on a cruise ship for a tax-free cryptocurrency dream-society.&lt;/p&gt;


    
  </content:encoded></item><item><title>21 / Why Electron apps are fine</title><link>https://2023.arne.me/weekly/21/</link><guid>https://2023.arne.me/weekly/21/</guid><description>Issue #21 from Arne&apos;s Weekly</description><pubDate>Sun, 05 Sep 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hi, enjoy this weeks issue! 🙌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;Building shared understanding is some of the most undervalued work in software development.&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/norootcause/status/1431130576723922946&quot;&gt;@norootcause on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://jezenthomas.com/why-we-dont-do-daily-stand-ups-at-supercede/&quot;&gt;Why We Don&apos;t Do Daily Stand-Ups&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;jezenthomas.com&lt;/p&gt;
    &lt;p&gt;Jezen Thomas explains why his company doesn&apos;t do daily stand-ups and I mostly agree.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.theatlantic.com/ideas/archive/2019/02/religion-workism-making-americans-miserable/583441/&quot;&gt;The Religion of Workism Is Making Americans Miserable&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;theatlantic.com&lt;/p&gt;
    &lt;p&gt;Derek Thompson about the worship of work and its history.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://ben.balter.com/2021/09/01/how-i-re-over-engineered-my-home-network/&quot;&gt;How I re-over-engineered my home network for privacy and security&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;ben.balter.com&lt;/p&gt;
    &lt;p&gt;Ben Balter about his home-network setup. I always find these posts inspiring and they always make me think about how to improve my home network/server.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://nielsleenheer.com/articles/2021/why-electron-apps-are-fine/&quot;&gt;Why Electron apps are fine&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;nielsleenheer.com&lt;/p&gt;
    &lt;p&gt;Niels Leenheer thinks Electron apps are fine and tells you why he feels that way.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.worldql.com/posts/2021-08-worldql-scalable-minecraft/&quot;&gt;How we built an auto-scalable Minecraft server for 1000+ players using WorldQL&apos;s spatial database&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;worldql.com&lt;/p&gt;
    &lt;p&gt;Jackson Roberts made Minecraft scalable with a single-source-of-truth database called Mammoth.&lt;/p&gt;


    &lt;h2&gt;Cutting Room Flor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://www.theguardian.com/world/gallery/2021/jul/31/buried-in-concrete-mafia-architecture-in-pictures&quot;&gt;Buried in concrete: mafia architecture – in pictures&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;theguardian.com&lt;/p&gt;
    &lt;p&gt;Alessio Mamo photographed the ruins of some of the Italian mafia villas.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nytimes.com/2021/09/01/at-home/newsletter.html&quot;&gt;How to Keep the Days From Blurring Together&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;nytimes.com&lt;/p&gt;
    &lt;p&gt;Melissa Kirsch shares some tricks that help bring structure to a day.&lt;/p&gt;


    
  </content:encoded></item><item><title>20 / The Rise Of User-Hostile Software</title><link>https://2023.arne.me/weekly/20/</link><guid>https://2023.arne.me/weekly/20/</guid><description>Issue #20 from Arne&apos;s Weekly</description><pubDate>Sun, 29 Aug 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Welcome to this weeks issue, hope you had a good week! 🙌🏻&lt;/p&gt;

    
    
    
    &lt;h2&gt;Tweet of the Week&lt;/h2&gt;
    &lt;blockquote&gt;
      &lt;p&gt;
        &lt;/p&gt;&lt;p&gt;If a programmer gets an interview because of a recommendation from a friend, are they being passed by reference?&lt;/p&gt;

        
        — &lt;a href=&quot;https://twitter.com/CarlaNotarobot/status/1430191581575921669&quot;&gt;@CarlaNotarobot on Twitter on Twitter&lt;/a&gt;
      &lt;p&gt;&lt;/p&gt;
    &lt;/blockquote&gt;
    
    
    &lt;h2&gt;Culture&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://den.dev/blog/user-hostile-software/&quot;&gt;The Rise Of User-Hostile Software&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;den.dev&lt;/p&gt;
    &lt;p&gt;Den Delimarsky about user-hostile design choices in modern everyday life, with some examples that really hit home.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://linus.coffee/note/possible/&quot;&gt;Possible by default&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;linus.coffee&lt;/p&gt;
    &lt;p&gt;Linus talks about the importance of the correct mindset when thinking about new ideas.&lt;/p&gt;


    &lt;h2&gt;Software Engineering&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://haydenjames.io/home-lab-beginners-guide-hardware/&quot;&gt;Home Lab Beginners guide&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;haydenjames.io&lt;/p&gt;
    &lt;p&gt;Hayden James about his homelab and what components he recommends when getting started.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://devblog.arcana.rs/scoped-arena-allocator/https://devblog.arcana.rs/scoped-arena-allocator&quot;&gt;scoped-arena-allocator&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;devblog.arcana.rs&lt;/p&gt;
    &lt;p&gt;Roman writes about an arena allocator he&apos;s written in Rust.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://alexis-lozano.com/hexagonal-architecture-in-rust-1/&quot;&gt;Hexagonal architecture in Rust&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;alexis-lozano.com&lt;/p&gt;
    

    &lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
    
    &lt;h3&gt;&lt;a href=&quot;https://blog.mozilla.org/en/internet-culture/deep-dives/why-are-hyperlinks-blue/&quot;&gt;Why are hyperlinks blue?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;blog.mozilla.org&lt;/p&gt;
    &lt;p&gt;Elise Blanchard starts from the beginning of the internet to find who started the trend of blue hyperlinks.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.nature.com/articles/d41586-021-02222-1&quot;&gt;Electric cars and batteries: how will the world produce enough?&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;nature.com&lt;/p&gt;
    &lt;p&gt;Davide Castelvecchi about the importance of recycling, especially when it comes to batteries.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://scholars-stage.org/fighting-like-taliban/&quot;&gt;Fighting Like Taliban&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;scholars-stage.org&lt;/p&gt;
    &lt;p&gt;Tanner Greer about the fighting culture in Afghanistan.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://www.wired.com/2017/04/the-myth-of-a-superhuman-ai&quot;&gt;The Myth of a Superhuman AI&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;wired.com&lt;/p&gt;
    &lt;p&gt;Kevin Kelly about five misconceptions when talking about a &quot;superhuman&quot; AI.&lt;/p&gt;


    &lt;h3&gt;&lt;a href=&quot;https://medium.com/future-crunch/collapse-renewal-and-the-rope-of-history-7584e52180b6&quot;&gt;Collapse, Renewal and the Rope of History&lt;/a&gt;&lt;/h3&gt;
    &lt;p&gt;medium.com&lt;/p&gt;
    &lt;p&gt;Angus Hervey tells us how real-life isn&apos;t a moral arc and how it&apos;s up to us to make a difference.&lt;/p&gt;


    
  </content:encoded></item><item><title>19 / Your devices and your employer</title><link>https://2023.arne.me/weekly/19/</link><guid>https://2023.arne.me/weekly/19/</guid><description>Issue #19 from Arne&apos;s Weekly</description><pubDate>Sun, 22 Aug 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, hope your week was good. This issue is a bit shorter as my weekend has been super busy, enjoy nonetheless ✌🏻&lt;/p&gt;
&lt;h2&gt;Tweet of The Week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;People being all &quot;We were at our desks for 150 hours a week and we shipped an amazing product&quot; and literally every useful insight I ever have is while I&apos;m in the shower or taking a nap
— &lt;a href=&quot;https://twitter.com/mjg59/status/1429014751892230150&quot;&gt;@mjg59 on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://rachelbythebay.com/w/2021/08/20/phones/&quot;&gt;Your devices and your employer&lt;/a&gt; (rachelbythebay.com) — Rachel about the importance of keeping work off your local devices.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://vanschneider.com/blog/why-you-feel-uncertain-about-everything-you-make/&quot;&gt;Why you feel uncertain about everything you make&lt;/a&gt; (vanschneider.com) — Tobias van Schneider explains how feedback can be useful until it&apos;s not.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://matt-rickard.com/reflections-on-10-000-hours-of-programming/&quot;&gt;Reflections on 10,000 Hours of Programming&lt;/a&gt; (matt-rickard.com) — Matt Rickard has 31 reflections about writing code and all of them are great.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://alistapart.com/article/sustainable-web-design-excerpt/&quot;&gt;Sustainable Web Design, An Excerpt&lt;/a&gt; (alistapart.com) — Tom Greenwood explains how we can make the web sustainable.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.alexblackie.com/articles/email-authenticity-dkim-spf-dmarc/&quot;&gt;Email Authenticity 101: DKIM, DMARC, and SPF&lt;/a&gt; (alexblackie.com) — Alex Blackie covers the most important parts of email authenticity.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://slack.engineering/how-we-design-our-apis-at-slack/&quot;&gt;How We Design Our APIs at Slack - Slack Engineering&lt;/a&gt; (slack.engineering) — Saurabh Sahni and Taylor Singletary about API design at Slack.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jvns.ca/blog/confusing-explanations/&quot;&gt;Patterns in confusing explanations&lt;/a&gt; (jvns.ca) — Julia Evans about common pitfalls when writing explanatory content.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.paulgraham.com/todo.html&quot;&gt;The Top of My Todo List&lt;/a&gt; (paulgraham.com) — Paul Graham about five essential things to keep on top of your TODO list at all times.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/michael_nielsen/status/957763229454774272&quot;&gt;@michael_nielsen on Twitter&lt;/a&gt; (twitter.com) — Michael Nilsen about how he uses spaced repetition (I need to try this).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.newyorker.com/magazine/2021/08/23/why-is-it-so-hard-to-be-rational&quot;&gt;Why Is It So Hard to Be Rational?&lt;/a&gt; (newyorker.com) — Joshua Rothman in a great piece about rationalism and how it&apos;s more relevant today than ever.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theguardian.com/food/2021/jul/06/caffeine-coffee-tea-invisible-addiction-is-it-time-to-give-up&quot;&gt;The invisible addiction: is it time to give up caffeine?&lt;/a&gt; (theguardian.com) — Michael Pollan about the history of caffeine and the effects on consumers everyday.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>18 / Apple’s Mistake</title><link>https://2023.arne.me/weekly/18/</link><guid>https://2023.arne.me/weekly/18/</guid><description>Issue #18 from Arne&apos;s Weekly</description><pubDate>Sun, 15 Aug 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Let&apos;s try something new this week: Reply to this email and tell me what article you liked the most this week, I&apos;d love to hear from you! As always, enjoy 🐬&lt;/p&gt;
&lt;h2&gt;Tweet of The Week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;If I could explain what having kids is like, it’s basically like being on-call for six years so far.
— &lt;a href=&quot;https://twitter.com/vboykis/status/1424697318821990406&quot;&gt;@vboykis on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.tbray.org/ongoing/When/202x/2021/08/07/Apps-Get-Worse&quot;&gt;Apps Getting Worse&lt;/a&gt; (tbray.org) — Tim Bray thinks apps are getting worse and he has a theory on why.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.micahlerner.com/2021/08/07/posh-a-data-aware-shell.html&quot;&gt;POSH: A Data-Aware Shell&lt;/a&gt; (micahlerner.com) — Micah Lerner about a new distributed, data-aware shell.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://boyter.org/posts/bloom-filter/&quot;&gt;Bloom Filters - Much, much more than a space efficient hashmap!&lt;/a&gt; (boyter.org) — Ben E. C. Boyter about Bloom filters, popular use cases and their alternatives.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jakearchibald.com/2021/great-alt-text/&quot;&gt;Writing great alt text: Emotion matters&lt;/a&gt; — Jake Archibald about how to write good alt text.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.cmyr.net/blog/gui-framework-ingredients.html&quot;&gt;So you want to write a GUI framework&lt;/a&gt; (cmyr.net) — Colin Rofls about the must-have components in GUI frameworks and some of the complications you&apos;ll run into.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Rust&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://serokell.io/blog/rust-in-production-qovery&quot;&gt;Rust in Production: Qovery&lt;/a&gt; (serokell.io) —Gints Dreimanis about their experience of Rust in production.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.getsynth.com/docs/blog/2021/08/09/macro&quot;&gt;Complex Procedural Rust Macros&lt;/a&gt; (getsynth.com) — Andre Bogus about complex procedural macros in Rust and what to look out for.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.cmyr.net/blog/rust-gui-infra.html&quot;&gt;Rust GUI Infrastructure&lt;/a&gt; (cmyr.net) — Colin Rofls about Druid, the GUI framework he&apos;s writing in Rust and what crates and components are useful.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bbc.com/news/science-environment-58130705&quot;&gt;Climate change: IPCC report is &apos;code red for humanity&apos; - BBC News&lt;/a&gt; (bbc.com) — Matt McGrath about the recent IPCC report code and why it&apos;s so serious.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.hackerfactor.com/blog/index.php?/archives/929-One-Bad-Apple.html&quot;&gt;One Bad Apple&lt;/a&gt; — Dr. Neal Krawetz talks about the (likely) technical implementation and alternatives of Apple CSAM.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://stratechery.com/2021/apples-mistake/&quot;&gt;Apple’s Mistake&lt;/a&gt; (stratechery.com) — Ben Thompson has a more technical view on Apple CSAM than Krawetz, but comes to the same conclusion: It&apos;s too invasive.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.curbed.com/2021/08/p-e-moskowitz-parallel-parking.html&quot;&gt;The Parallel-Parking Job That Ignited the Internet&lt;/a&gt; (curbed.com) — P. E. Moskowitz about a harmless tweet that got a bit too much attention.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://hackernoon.com/the-simple-life-of-humans-ff2c33u3&quot;&gt;The Simple Life of Humans&lt;/a&gt; (hackernoon.com) — Adrian H. Raudaschl about simplicity and why things shouldn&apos;t get too simple.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.lapsuslima.com/minimal-maintenance&quot;&gt;Minimal Maintenance&lt;/a&gt; (lapsuslima.com) — Shannon Mattern about the limits of growth.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bbc.com/future/article/20210810-the-ancient-persian-way-to-keep-cool&quot;&gt;The Ancient Persian way to keep cool&lt;/a&gt; (bbc.com) — Kimiya Shokoohi about the bâdgir, or wind catcher, a cost-efficient and green form of cooling.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ncase.me/trust/&quot;&gt;The Evolution of Trust&lt;/a&gt; (ncase.me) — Nicky Case created an interactive game about trust in a society.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.patrick-breyer.de/en/posts/message-screening/&quot;&gt;Messaging and Chat Control&lt;/a&gt; (patrick-breyer.de) — Patrick Breyer about the EU&apos;s decision to allow providers to search trough all private chats and messages and emails and how it will affect you.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>17 / Use Spreadsheets Everywhere</title><link>https://2023.arne.me/weekly/17/</link><guid>https://2023.arne.me/weekly/17/</guid><description>Issue #17 from Arne&apos;s Weekly</description><pubDate>Sun, 08 Aug 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Welcome to this weeks issue, enjoy it! 🙌🏻&lt;/p&gt;
&lt;h2&gt;Tweet of The Week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;What&apos;s the Big O Notation of deleting all of your code and starting over again?
— &lt;a href=&quot;https://twitter.com/CarlaNotarobot/status/1423364777087275017&quot;&gt;@CarlaNotarobot on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://arstechnica.com/gadgets/2021/08/vaccines-reopenings-and-worker-revolts-big-techs-contentious-return-to-the-office&quot;&gt;Big tech companies are at war with employees over remote work&lt;/a&gt; (arstechnica.com) — Samuel Axon about the workers in tech companies who don&apos;t see a reason to come back to the office.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.latimes.com/business/story/2021-07-31/employers-bow-down-to-tech-workers-in-hottest-job-market&quot;&gt;Employers bow to tech workers in hottest job market in decades&lt;/a&gt; (latimes.com) — Brittany Meiling explains how the shortage in software engineers shifts the power to the workers.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://marker.medium.com/why-dont-tech-companies-pay-their-engineers-to-stay-b9c7e4b751e9&quot;&gt;Why Don’t Tech Companies Pay Their Engineers to Stay?&lt;/a&gt; (marker.medium.com) — Matthew Dean about the phenomenon that leaving your (tech) job often leads in a pay day, even though you accumulated domain knowledge and are valuable to your current employer.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://lwn.net/SubscriberLink/865044/1221533abc0b1a9e/&quot;&gt;A GPSD time warp&lt;/a&gt; (lwn.net) — Jake Edge talks about the issue in GPSD that might break quite a few systems on October 24 if NTP servers aren&apos;t updated.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jessitron.com/2021/08/02/better-coordination-or-better-software/&quot;&gt;Better coordination, or better software?&lt;/a&gt; (jessitron.com) — Jessica Joy Kerr about the benefits of the extra work put in small interfaces between services.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bleepingcomputer.com/news/security/go-rust-net-library-affected-by-critical-ip-address-validation-vulnerability/&quot;&gt;Go, Rust &quot;net&quot; library affected by critical IP address validation vulnerability&lt;/a&gt; (bleepingcomputer.com) — Go and Rust binaries might be vulnerable to SSRF and RFI. Go has a patch in the 1.17 beta, Rust has the fix in 1.53.0 and higher.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.gkogan.co/blog/simple-systems/&quot;&gt;Simple Systems Have Less Downtime&lt;/a&gt; (gkogan.co) — Greg Kogan has some great examples on simple systems and explains how they are superior.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://insights.stackoverflow.com/survey/2021&quot;&gt;Stack Overflow Developer Survey 2021&lt;/a&gt; (insights.stackoverflow.com) — Spoiler: Rust is #1 on most-loved languages (Go is #10), but check it out for yourself!&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tpaschalis.github.io/golang-len/&quot;&gt;How does Go calculate len()..?&lt;/a&gt; (tpaschalis.github.io) — Paschalis explains all the internals of using len` in Go.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://portswigger.net/research/http2&quot;&gt;HTTP/2: The Sequel is Always Worse&lt;/a&gt; (portswigger.net) — James Kettle about HTTP2 and it&apos;s security shortcomings.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.eff.org/deeplinks/2021/08/apples-plan-think-different-about-encryption-opens-backdoor-your-private-life&quot;&gt;Apple&apos;s Plan to &quot;Think Different&quot; About Encryption Opens a Backdoor to Your Private Life&lt;/a&gt; (eff.org) — India McKinney and Erica Portnoy explain why the changes Apple wants to introduce to iCloud and iMessage are a slippery slope and make it less secure.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.simplethread.com/use-spreadsheets-everywhere&quot;&gt;Use Spreadsheets Everywhere!&lt;/a&gt; (simplethread.com) — Justin Etheredge makes a point for spreadsheets but also explains the cutoff point and how crucial it is not to miss it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://httptoolkit.tech/blog/safari-is-killing-the-web/&quot;&gt;Safari isn&apos;t protecting the web, it&apos;s killing it&lt;/a&gt; (httptoolkit.tech) — Tim Perry argues that Safari being a behind on modern web technologies is killing the web. I have to add that I disagree with the conclusion as the author doesn&apos;t talk about all the privacy features Safari prioritises, plus not-supporting-the-latest-features is not &quot;killing the web&quot;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.vox.com/the-highlight/22585287/technology-smartphones-gmail-attention-morality&quot;&gt;Technology may be wreaking havoc on our morality&lt;/a&gt; (vox.com) — Sigal Samuel about how the addictive features in social networks and apps are actually &quot;human downgrading&quot;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bostonglobe.com/2021/07/31/business/it-has-be-known-what-was-done-us-natick-couple-harassed-by-ebay-tell-their-story-first-time/&quot;&gt;‘It has to be known what was done to us’: Natick couple harassed by eBay tell their story for the first time&lt;/a&gt; (bostonglobe.com) — Aaron Pressman tells the story of David and Ina Steiner who have been harassed and stalked by eBay employees and are now suing.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>16 / Avoid easy things</title><link>https://2023.arne.me/weekly/16/</link><guid>https://2023.arne.me/weekly/16/</guid><description>Issue #16 from Arne&apos;s Weekly</description><pubDate>Sun, 01 Aug 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Greetings from the Baltic Sea! 🌊 Hope your week has been great, enjoy this issue!&lt;/p&gt;
&lt;h2&gt;Tweet of the Week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Mathematics be like :&lt;br /&gt;
log(😅) =💧log(😄)&lt;br /&gt;
— &lt;a href=&quot;https://twitter.com/Shivaar11/status/1420156022728142848&quot;&gt;@Shivaar11 on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://ez.substack.com/p/the-remote-culture-war-has-begun&quot;&gt;The Remote Culture War Has Begun, And Executives Are Pumping Out &quot;Back To Work&quot; Propaganda&lt;/a&gt; (ez.substack.com) — Ed Zitron about the stories that are told to get people &quot;Back To Work&quot;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://theapeiron.co.uk/please-bring-back-our-downvotes-society-desperately-needs-it-5119e8d7547c&quot;&gt;Please Bring Back Our Downvotes: Society Desperately Needs It&lt;/a&gt; (theapeiron.co.uk) — J.J. Pryor argues that a downvote button could be a small step in working against the divide social media brought to society.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.thanassis.space/monkeyisland.html&quot;&gt;The Monkey Island (TM) PC-Speaker music player
&lt;/a&gt; (thanassis.space) — Athanasios Tsiodras built a device that plays the Monkey Island soundtrack with very little computing power.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dataswamp.org/~solene/2021-07-23-why-selfhosting-is-important.html&quot;&gt;Why self hosting is important&lt;/a&gt; (dataswamp.org) — Solène Rapenne about self-hosting and why a community approach might be beneficial.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.ikuamike.io/posts/2021/netcat/&quot;&gt;Netcat - All you need to know&lt;/a&gt; (blog.ikuamike.io) — Michael Ikua explains the different versions of &lt;code&gt;netcat&lt;/code&gt; and some common use cases.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Rust&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://fasterthanli.me/articles/understanding-rust-futures-by-going-way-too-deep&quot;&gt;Understanding Rust futures by going way too deep&lt;/a&gt; (fasterthanli.me) — Amos about the internals of a Rust Future and async/await.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mabez.dev/blog/posts/esp-rust-espressif/&quot;&gt;Rust on Espressif chips&lt;/a&gt; (mabez.dev) — Scott Mabin talks about the exciting future of Rust on ESP32 and friends.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tweedegolf.nl/blog/58/async-and-asleep-designing-our-future-embedded-applications&quot;&gt;Async and asleep: designing our future embedded applications&lt;/a&gt; (tweedegolf.nl) — Folkert starts a promising series for using async in embedded Rust applications as well as handling sleep cycles.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://kerkour.com/blog/rust-development-workflow/&quot;&gt;My Rust development workflow (after 2+ years)&lt;/a&gt; (kerkour.com) — Sylvain Kerkour about his Rust workflow and how he deals with (sometimes) long compile times.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://iximiuz.com/en/posts/rust-writing-parsers-with-nom/&quot;&gt;Writing Parsers With nom Parser Combinator Framework&lt;/a&gt; (iximiuz.com) — Ivan about writing a parser with Rust and the parser combinator crate &lt;a href=&quot;https://crates.io/crates/nom&quot;&gt;nom&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.sfchronicle.com/projects/2021/jessica-simulation-artificial-intelligence/&quot;&gt;The Jessica Simulation:
Love and loss in the age of A.I.&lt;/a&gt; (sfchronicle.com) — Jason Fagone in a deeply moving story about Joshua, who deals with the death of his fiancee Jessica using a GTP-3-powered chatbot.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://yosefk.com/blog/evil-tip-avoid-easy-things.html&quot;&gt;Evil tip: avoid &quot;easy&quot; things&lt;/a&gt; (yosefk.com) — Yossi Kreinin about the advantages and drawbacks of avoiding &quot;easy&quot; things and the postponing gambit.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://trms.me/the-value-of-doing-a-little/&quot;&gt;The Value of Doing a Little&lt;/a&gt; (trms.me) — Lorenzo Gravina explains why doing anything is better than nothing when it comes to habits.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.wired.com/story/to-do-apps-failed-productivity-tools/&quot;&gt;Hundreds of Ways to Get S#!+ Done—and We Still Don’t&lt;/a&gt; (wired.com) — Clive Thompson about different approaches of TODO apps, why there is no single solution and the psychological background of task lists.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.discovermagazine.com/the-sciences/the-first-atomic-bomb-created-this-forbidden-quasicrystal&quot;&gt;The First Atomic Bomb Created This ‘Forbidden’ Quasicrystal&lt;/a&gt; (discovermagazine.com) — Marisa Sloan about a discovery of crystal with a structure that was thought to be impossible.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>Issue #15: Your Idea Is Brilliant, Your Idea Is Worthless</title><link>https://2023.arne.me/weekly/15/</link><guid>https://2023.arne.me/weekly/15/</guid><description>Issue #15 from Arne&apos;s Weekly</description><pubDate>Tue, 27 Jul 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hope you&apos;re having a great weekend! 🙌🏻&lt;/p&gt;
&lt;h2&gt;Tweet of The Week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;idk who needs to hear this, but don&apos;t forget you made tea.
— &lt;a href=&quot;https://twitter.com/ChloeCondon/status/1418272139959013378&quot;&gt;@ChloeCondon on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://stonemaiergames.com/kickstarter-lesson-204-your-idea-is-brilliant-your-idea-is-worthless/&quot;&gt;Your Idea Is Brilliant, Your Idea Is Worthless&lt;/a&gt; (stonemaiergames.com) — A guide on how to deal with ideas.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://magicbell.com/blog/artist-to-ui-designer-career-transition&quot;&gt;Artists, Shrug Off That Imposter Syndrome! The Tech World Needs You&lt;/a&gt; (magicbell.com) — Milena Milak explains how to get into UI design as an artist (with a list of resources).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Rust&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://lwn.net/Articles/863459/&quot;&gt;A GPIO driver in Rust&lt;/a&gt; (lwn.net) — A comparison of a GPIO driver in the Linux Kernel written in C versus Rust (spoiler: Rust is 75 lines shorter).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.poor.dev/blog/performance/&quot;&gt;How we improved the performance of our Rust app&lt;/a&gt; (poor.dev) — Aram Drevekenin goes through different performance optimisations they made in Zellij.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://kerkour.com/blog/rust-worker-pool/&quot;&gt;How to implement worker pools in Rust&lt;/a&gt; (kerkour.com) — Sylvain Kerkour about the best ways to parallelise work in a Rust program.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://lobste.rs/s/yfgwjr/what_interesting_command_line_tools_do&quot;&gt;What interesting command line tools do you use?&lt;/a&gt; (lobste.rs) — A thread with lots of amazing CLI tools.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://michaelfeathers.silvrback.com/10-papers-every-developer-should-read-at-least-twice&quot;&gt;10 Papers Every Developer Should Read&lt;/a&gt; (michaelfeathers.silvrback.com, 2017) — Michael Feathers recommends 10 essential papers and tells you why you should read them.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://christine.website/blog/paranoid-nixos-2021-07-18&quot;&gt;Paranoid NixOS Setup&lt;/a&gt; (christine.website) — Christine Dodrill guides you through a NixOS setup and how to secure it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.snellman.net/blog/archive/2021-07-21-monorepo-atomic/&quot;&gt;A monorepo misconception - atomic cross-project commits&lt;/a&gt; (snellman.net) — Juho Snellman descibes why atomic cross-project commits aren&apos;t practical in real life.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theguardian.com/news/2021/jul/18/huge-data-leak-shatters-lie-innocent-need-not-fear-surveillance&quot;&gt;Huge data leak shatters the lie that the innocent need not fear surveillance&lt;/a&gt; (theguardian.com) — Paul Lewis talks about the Pegasus project and how we&apos;re &quot;entering a new surveillance era&quot;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.cryptographyengineering.com/2021/07/20/a-case-against-security-nihilism/&quot;&gt;A case against security nihilism&lt;/a&gt; (blog.cryptographyengineering.com) — Matthew Green wants us to strive for perfect security, even if we&apos;ll never reach it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jcs.org/2021/07/19/desktop&quot;&gt;My Fanless OpenBSD Desktop&lt;/a&gt; (jcs.org) — Joshua Stein explains his workstation setup, from components to the OS.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>Issue #14: -2000 Lines of Code</title><link>https://2023.arne.me/weekly/14/</link><guid>https://2023.arne.me/weekly/14/</guid><description>Issue #14 from Arne&apos;s Weekly</description><pubDate>Sun, 18 Jul 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Welcome to this weeks issue, hope you enjoy. ✌️&lt;/p&gt;
&lt;h2&gt;Tweet of The Week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&quot;UI design is stagnant, and every browser looks the same.&lt;br /&gt;
I wish Apple would try more experimental UIs!&quot;&lt;br /&gt;
&lt;em&gt;monkey paw curls&lt;/em&gt;&lt;br /&gt;
—&lt;a href=&quot;https://twitter.com/zhuowei/status/1415400237477376011&quot;&gt;@zhuowei on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.sicpers.info/2021/07/my-proposal-for-scaling-open-source-dont/&quot;&gt;My proposal for scaling open source: don’t&lt;/a&gt; (sicpers.info) — Graham argues that building software for a small group has benefits over trying to scale.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.folklore.org/StoryView.py?story=Negative_2000_Lines_Of_Code.txt&quot;&gt;-2000 Lines of Code&lt;/a&gt; — Andy Hertzfeld has a great story from the 80s where Apple tried performance tracking by lines of code.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.protocol.com/policy/w3c-privacy-war&quot;&gt;A privacy war is raging inside the W3C&lt;/a&gt; (protocol.com) — Issie Lapowsky summarises the politics inside the privacy discussions at W3C.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://typesense.org/blog/the-unreasonable-effectiveness-of-just-showing-up-everyday/&quot;&gt;The unreasonable effectiveness of just showing up everyday&lt;/a&gt; (typesense.org) — Kishore Nallan talks about how she started Typesense with only this goal, no deadlines or milestones.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.syncinc.so/events-not-webhooks&quot;&gt;Give me /events, not webhooks&lt;/a&gt; (blog.syncinc.so) — Anthony Accomazzo prefers having an endpoint (i.e. pull) over webhooks (i.e. push) and they tell us why.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://martin.baillie.id/wrote/evil-motion-training-for-emacs/&quot;&gt;Emacs Evil Motion Training&lt;/a&gt; (martin.baillie.id) — Martin Baillie has built an emacs package that notifies you when you do lazy evil motions (e.g. &lt;code&gt;jjjjjjjjkkkkl&lt;/code&gt;) and suggests alternatives.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lwn.net/SubscriberLink/862769/b7f69d767ee2b8ba&quot;&gt;GitHub is my copilot&lt;/a&gt; (lwn.net) — Jonathan Corbet about the best outcome of the GitHub Copilot license debate.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://sovereign-individual.xyz/posts/becoming-indistractable&quot;&gt;Optimizing Inputs and becoming Indistractable&lt;/a&gt; (sovereign-individual.xyz) — Pascal Precht summarises the book Indistractable by Nir Eyal, there&apos;s some great things here.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://zach.bloomqu.ist/blog/2021/07/reliable-self-hosted-email.html&quot;&gt;Reliable, Deliverable, Self-Hosted Email&lt;/a&gt; (zach.bloomqu.ist) — Zach Bloomquist has a guide on how to self-host your email without the usual downsides (deliverability issues, loosing emails).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.independent.co.uk/life-style/fall-asleep-fast-sleep-trick-b1796959.html&quot;&gt;The military secret to falling asleep in two minutes&lt;/a&gt; (independent.co.uk) — If you have trouble falling asleep this might be worth a try.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.thecut.com/2021/07/email-newsletters-new-literary-style.html&quot;&gt;The Sound of My Inbox&lt;/a&gt; (thecut.com) — Molly Fischer about the comeback of newsletters.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theatlantic.com/technology/archive/2021/06/the-internet-is-a-collective-hallucination/619320/&quot;&gt;The Internet Is Rotting&lt;/a&gt; (theatlantic.com) — Jonathan Zittrain about the fleeting nature of the modern internet.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>Issue #13: Git Best Practices</title><link>https://2023.arne.me/weekly/13/</link><guid>https://2023.arne.me/weekly/13/</guid><description>Issue #13 from Arne&apos;s Weekly</description><pubDate>Sun, 11 Jul 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Welcome to this weeks issue! After reading some articles this week about running (which you can find below) I&apos;m now going for a run. 🏃🏻‍♂️&lt;/p&gt;
&lt;h2&gt;Tweet of The Week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;i’ve started investing in stocks… first chicken, then beef, and now vegetable. i know it’s risky, but i know one day it’ll pay off &amp;amp; i’ll be a bouillonaire
— &lt;a href=&quot;https://twitter.com/emily_dawnxo/status/1412016062166601729&quot;&gt;@emily_dawnxo for Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/adamhjk/status/1413173291909484558&quot;&gt;Tweet by @adamhjk&lt;/a&gt; (twitter.com/adamhjk) — Adam Jacobs take on the OSS vs. GitHub copilot debate.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://zoescaman.substack.com/p/mad-men-furious-women&quot;&gt;Mad Men. Furious Women.&lt;/a&gt; (zoescaman.substack.com) — Zoe talks about misogyny the ad industry and how women start to get fed up with it.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Sofware Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://ntietz.com/tech-blog/future-of-software-engineering-is-formal-methods/&quot;&gt;Where are we going from here? Software engineering needs formal methods&lt;/a&gt; (ntietz.com) — Nicholas Tietz-Sokolsky about the software engineering process and how formal methods improve it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sethrobertson.github.io/GitBestPractices/&quot;&gt;Commit Often, Perfect Later, Publish Once: Git Best Practices&lt;/a&gt; (sethrobertson.github.io) — Seth Robertson has compiled a list of best practices when dealing with git.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jacobian.org/2021/may/20/estimation&quot;&gt;Software Estimation Is Hard. Do It Anyway.&lt;/a&gt; (jacobian.org) — Jacob Kaplan-Moss on software estimation and why is it important, even when it&apos;s often inaccurate.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Rust&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.possiblerust.com/guide/what-can-coerce-and-where-in-rust&quot;&gt;What Can Coerce, and Where, in Rust&lt;/a&gt; (possiblerust.com) — Andrew Lilley Brinker goes in depth in his post about coercion in Rust.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.rust-lang.org/inside-rust/2021/07/01/What-the-error-handling-project-group-is-working-towards.html&quot;&gt;What the Error Handling Project Group is Working Towards&lt;/a&gt; (blog.rust-lang.org) — Jane Lusby talks about the current state of error handling in Rust and how it will improve in the future.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://users.rust-lang.org/t/what-is-you-elevator-pitch-for-rust/61713&quot;&gt;What is you elevator pitch for Rust?&lt;/a&gt; (users.rust-lang.org) — If you ever wondered what all the fuss is about, check out this thread by bexxmodd.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2021/07/06/well/move/10000-steps-health.html&quot;&gt;Do We Really Need to Take 10,000 Steps a Day for Our Health?&lt;/a&gt; (nytimes.com) — Gretchen Reynolds about how upping your step count by a few thousand steps might even be better in some cases than doing 10k steps a day.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2021/04/16/well/move/starting-running-jogging.html&quot;&gt;How I Tricked Myself Into Liking Running&lt;/a&gt; (nytimes.com) — Farah Miller has some great tips if you want to get into running.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://web.archive.org/web/20220630105008/https://jayriverlong.github.io/2021/07/05/movies.html&quot;&gt;No More Movies&lt;/a&gt; (jayriverlong.github.io) — Jay Riverlong provides 5 reasons why movies are less and less relevant.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theatlantic.com/politics/archive/2016/05/white-people-dont-use-white-emoji/481695/&quot;&gt;Why White People Don’t Use White Emoji&lt;/a&gt; (theatlantic.com) — Andrew McGill about why white people should stop using the yellow skin color.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>Issue #12: Good code is easy to delete</title><link>https://2023.arne.me/weekly/12/</link><guid>https://2023.arne.me/weekly/12/</guid><description>Issue #12 from Arne&apos;s Weekly</description><pubDate>Sun, 04 Jul 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hope your weekend has been good, enjoy this weeks issue! ✌️&lt;/p&gt;
&lt;h2&gt;Tweet of The Week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;y&apos;all asked for hot girl summer and instead we got climate change-induced heatwaves
— &lt;a href=&quot;https://twitter.com/dontdoitjoe/status/1409198320518455301&quot;&gt;@dontdoitjoe on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://alistapart.com/article/asynchronous-design-critique-giving-feedback-part2/&quot;&gt;Asynchronous Design Critique: Getting Feedback&lt;/a&gt; (alistapart.com) — Erin Casali explains how to ask for feedback and why &quot;any questions?&quot; won&apos;t cut it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jacobian.org/2021/feb/12/interview-questions-weakness/&quot;&gt;The Weakness Question&lt;/a&gt; (jacobian.org) — Jacob Kaplan-Moss is writing a series about interviewing questions, this time about the dreaded weakness question.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://web.archive.org/web/20221209050432/https://collabfund.com/blog/hard/&quot;&gt;Harder Than It Looks, Not As Fun as It Seems&lt;/a&gt; (collaborativefund.com) — Morgan Housel explains how everything is sales.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://oswalt.dev/2021/06/polymorphism-in-rust/&quot;&gt;Polymorphism in Rust&lt;/a&gt; (oswalt.dev) — Matt Oswalt talks about the two different ways to do polymorphism in Rust (static and dynamic dispatch).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/&quot;&gt;Parse, don’t validate&lt;/a&gt; (lexi-lambda.github.io) — Alexis King explains the advantages of parsing a value into a type over just validating it using Haskell.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sheep.horse/2021/6/botnets%2C_or_this_is_why_we_cannot_have_nice_things.html&quot;&gt;Botnets, or This is Why We Cannot Have Nice Things&lt;/a&gt; (sheep.horse) — Andrew Stephens describes his steps to deal with an increasing amount of bots accessing his site.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://programmingisterrible.com/post/139222674273/how-to-write-disposable-code-in-large-systems&quot;&gt;Write code that is easy to delete, not easy to extend&lt;/a&gt; (programmingisterrible.com) — tef in an amazing writeup on how to write code that is easy to delete.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://blog.danieljanus.pl/2021/07/01/commit-groups/&quot;&gt;Things I wish Git had: Commit groups&lt;/a&gt; (blog.danieljanus.pl) — Daniel Janus about the one feature he&apos;s missing from Git and why merge commits aren&apos;t cutting it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.waleedkhan.name/git-undo/&quot;&gt;git undo: We can do better&lt;/a&gt; (blog.waleedkhan.name) — Waleed Khan has written a git command that can undo almost everything.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.conordewey.com/blog/how-to-live/&quot;&gt;Notes on How to Live&lt;/a&gt; (conordewey.com) — Conor Dewey has some great notes on the book &lt;a href=&quot;https://sive.rs/h&quot;&gt;How to Live by Derek Sivers&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://paulgraham.com/hwh.html&quot;&gt;How to work hard&lt;/a&gt; (paulgraham.com) — Paul Graham explains why it&apos;s not enough to have talent &lt;em&gt;or&lt;/em&gt; work hard; you need both.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2021/06/27/business/economy/jobs-workers-unemployment-benefits.html&quot;&gt;Where Jobless Benefits Were Cut, Jobs Are Still Hard to Fill&lt;/a&gt; (nytimes.com) — Patricia Cohen about how the pandemic made less people accept low wages and bad conditions when it comes to jobs.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://thehustle.co/the-economics-of-dollar-stores/&quot;&gt;The economics of dollar stores&lt;/a&gt; (thehustle.co) — Zachary Crockett about what makes a dollar store profitable.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://constructionphysics.substack.com/p/lumber-price-faq&quot;&gt;Why wood has gotten so dang expensive&lt;/a&gt; (constructionphysics.substack.com) — Brian Potter explains why lumber prices have been skyrocketing.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nature.com/articles/nmeth.1618&quot;&gt;Points of view: Color blindness&lt;/a&gt; (nature.com) — Bang Wong has put out guidelines for graphics that are accessible to people with vision deficiencies.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>Issue #11</title><link>https://2023.arne.me/weekly/11/</link><guid>https://2023.arne.me/weekly/11/</guid><description>Issue #11 from Arne&apos;s Weekly</description><pubDate>Sun, 27 Jun 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Welcome to this weeks issue, I hope you enjoy it! 🙌&lt;/p&gt;
&lt;h2&gt;Tweet of The Week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;you either die a hero or live long enough to see yourself become the person who has to make slides about team strategy
— &lt;a href=&quot;https://twitter.com/cassidoo/status/1408460539588755460&quot;&gt;@cassidoo on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://alistapart.com/article/async-design-critique-giving-feedback/&quot;&gt;Asynchronous Design Critique: Giving Feedback
&lt;/a&gt; (alistapart.com) — Erin Casali on how to provide great feedback.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.wired.co.uk/article/working-day-time-five-hours&quot;&gt;The perfect number of hours to work every day? Five&lt;/a&gt; (wired.co.uk) — Margaret Taylor talks about the pros and cons of shorter weekdays.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://lwn.net/Articles/857599/&quot;&gt;Rewriting the GNU Coreutils in Rust&lt;/a&gt; (lwn.net) — Ayooluwa Isaiah talks about the status of uutils, a Rust rewrite of Coreutils.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=27644387&quot;&gt;Ask HN: Best “I brought down production” story?&lt;/a&gt; (news.ycombinator.com) — Great things in here.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://simonwillison.net/2021/Jun/25/streaming-large-api-responses/&quot;&gt;Notes on streaming large API responses&lt;/a&gt; (simonwillison.net) — Simon Willison discusses the pros and cons of streaming vs. pagination.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://kathykorevec.medium.com/building-a-better-place-for-docs-197f92765409&quot;&gt;Maybe it’s time we re-think docs&lt;/a&gt; (kathykorevec.medium.com) — Kathy Korevec has some insights on what makes great documentation.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lwn.net/SubscriberLink/860607/6ee772207c6ce7c3/&quot;&gt;Pulling GitHub into the kernel process&lt;/a&gt; (lwn.net) — Jake Edge rounds up a discussion by the Kernel maintainers if they would allow patches being sent via GitHub to make it easier to contribute.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://raycast.com/blog/no-code-reviews-by-default/&quot;&gt;No code reviews by default&lt;/a&gt; (raycast.com) — Thomas Paul Mann describes how a workflow without code reviews can improve trust in the team and speed up the development flow.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theatlantic.com/ideas/archive/2021/06/amazon-prime-day-dystopian/619265/&quot;&gt;Cancel Amazon Prime&lt;/a&gt; (theatlantic.com) — Ellen Cushing about Amazons greatest and most terrifying invention. (If you get a paywall, read it here: &lt;a href=&quot;https://web.archive.org/web/20210625213026if_/https://www.theatlantic.com/ideas/archive/2021/06/amazon-prime-day-dystopian/619265/&quot;&gt;Wayback Machine&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.eesel.app/blog/your-product-is-a-joke&quot;&gt;Your product is a joke&lt;/a&gt; (eesel.app) — Amogh Sarda compares building a product to improv comedy.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://gir.st/blog/greenpass.html&quot;&gt;What&apos;s Inside the EU Green Pass QR Code?&lt;/a&gt; (gir.st) — Tobias Girstmair explains the contents of the green pass qr code.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://christine.website/blog/gtd-on-paper-2021-06-13&quot;&gt;Using Paper for Everyday Tasks&lt;/a&gt; (christine.website) — Christine Dodrill about their switch from digital to analog task management.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2021/06/25/opinion/coronavirus-lab.html&quot;&gt;Where Did the Coronavirus Come From? What We Already Know Is Troubling&lt;/a&gt; (nytimes.com) — Zeynep Tufekci talks about the long past of experimenting with bats and how &quot;we were due for a bat coronavirus outbreak, one way or another&quot;.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>Building a More Honest Internet</title><link>https://2023.arne.me/weekly/10/</link><guid>https://2023.arne.me/weekly/10/</guid><description>Issue #10 from Arne&apos;s Weekly</description><pubDate>Sun, 20 Jun 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hope you had a great week, enjoy your Sunday and this weeks issue! 🙌&lt;/p&gt;
&lt;h2&gt;Tweet of the week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;graphics cards against humanity
— &lt;a href=&quot;https://twitter.com/computerfact/status/1405883215404060674&quot;&gt;@computerfact on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://m.subbu.org/my-leadership-document-2021-edition-132aec22fc0e&quot;&gt;My Leadership Document — 2021 Edition&lt;/a&gt; (subbu.org) — Subbu Allamaraju about 3 beliefs and 6 behaviours he enforces and practices.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://designfrontier.net/encourage-teams-to-take-risks&quot;&gt;Encourage Teams To Take Risks&lt;/a&gt; (designfrontier.net) — Daniel Sellers about why taking risks can be a deciding factor for growth.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://future.a16z.com/product-thinking/&quot;&gt;The Power of Product Thinking&lt;/a&gt; (a16z.com) — Julie Zhuo about the &lt;em&gt;skill of knowing what makes a product useful — and loved — by people&lt;/em&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.w3.org/Provider/Style/URI.html&quot;&gt;Cool URIs don&apos;t change&lt;/a&gt; (w3.org) — &quot;URIs don&apos;t change: people change them.&quot; The author explains why you shouldn&apos;t change your URLs and that there is little excuse to do so. (If that link still 503s, you can read it on the &lt;a href=&quot;https://web.archive.org/web/20210614112546/https://www.w3.org/Provider/Style/URI.html&quot;&gt;Wayback Machine&lt;/a&gt;.)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/ibraheemdev/modern-unix&quot;&gt;Modern Unix&lt;/a&gt; (github.com/ibraheemdev) — A collection of modern command-line tools, by Ibraheem Ahmed.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=27482397&quot;&gt;Ask HN: Tools you have made for yourself?&lt;/a&gt; (news.ycombinator.com) — Super interesting to see what kind of tools are made just for to scratch a personal itch.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.vivekhaldar.com/post/3996068979/the-levels-of-emacs-proficiency&quot;&gt;The levels of Emacs proficiency&lt;/a&gt; (vivekhaldar.com) — Vivek Haldar about the 6 levels of Emacs. I&apos;m somewhere around level 3.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://emacs.love/tales/emacs-love-tale-by-sdp.html&quot;&gt;Emacs Love Tale&lt;/a&gt; (emacs.love) — Guilherme Guerra tells a beautiful story creating an editor that their use, based on Emacs.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/patio11/status/1405704339969220615&quot;&gt;The story of my worst bug&lt;/a&gt; (twitter.com) — Patrick McKenzie tells the story of their worst bug, resulting in spamming every client (including automatically calling them).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.dornea.nu/2021/06/13/note-taking-in-2021&quot;&gt;Note taking in 2021&lt;/a&gt; (dornea.nu) — Victor Dorneanu about modern note taking and Zettelkasten. If you&apos;re interested, check out my personal digital garden: &lt;a href=&quot;https://notes.arne.me&quot;&gt;Arnes notes&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.cjr.org/special_report/building-honest-internet-public-interest.php&quot;&gt;Building a More Honest Internet
&lt;/a&gt; (cjr.org) — Ethan Zuckerman about how social media looked if it served the public interests.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://morrick.me/archives/9368&quot;&gt;Safari 15 on Mac OS, a user interface mess&lt;/a&gt; (morrick.me) — Riccardo Mori criticises the new Safari that is coming with macOS Monterey.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://thesystemisdown.substack.com/p/how-to-win-at-risk-every-time-by&quot;&gt;How To Win At Risk By Using Systems Thinking&lt;/a&gt; (thesystemisdown.substack.com) — Andy Patton sues systems thinking to create the ultimate strategy for the boardgame Risk.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>Always be quitting</title><link>https://2023.arne.me/weekly/9/</link><guid>https://2023.arne.me/weekly/9/</guid><description>Issue #9 from Arne&apos;s Weekly</description><pubDate>Sun, 13 Jun 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Welcome to another issue of Arnes Weekly. Enjoy! ✌️&lt;/p&gt;
&lt;h2&gt;Tweet of the week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;If you&apos;re on twitter long enough your personality either becomes &quot;the woke mob can&apos;t handle me&quot; or &quot;I&apos;m hot and sad and pro-union&quot;, there are no other options
— &lt;a href=&quot;https://twitter.com/ZackBornstein/status/1402412471772598273&quot;&gt;@ZackBornstein on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://jmmv.dev/2021/04/always-be-quitting.html&quot;&gt;Always be quitting&lt;/a&gt; (jmmv.dev) — Julio Merino talks about how &quot;making yourself replaceable&quot; can make you a better engineer and lead to growth opportunities.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ez.substack.com/p/the-upcoming-remote-work-company&quot;&gt;The Upcoming Remote Work Company Culture War&lt;/a&gt; (ez.substack.com) — Ed Zitron in a very opinionated piece about the excuses for telling people to go back to the office.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://paulgraham.com/own.html&quot;&gt;A Project of One&apos;s Own&lt;/a&gt; (paulgraham.com) — Paul Graham makes a point about the joy and excitement of doing projects just for you.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Privacy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.platformer.news/p/will-apple-mail-end-the-newsletter&quot;&gt;Will Apple Mail threaten the newsletter boom?&lt;/a&gt; (platformer.news) — Casey Newton about the impact that Apple Mails new privacy features can have on newsletters. I must say I can&apos;t sympathise with business models that rely on tracking people (Arnes Weekly has no tracking and it never will).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.mozilla.org/en/mozilla/privacy-analysis-of-floc&quot;&gt;Privacy analysis of FLoC&lt;/a&gt; (blog.mozilla.org) — Eric Rescorla talks about the privacy problems with Googles Federated Learning of Cohorts (or FLoC) proposal.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.wired.co.uk/article/google-chrome-browser-data&quot;&gt;It’s time to ditch Chrome&lt;/a&gt; (wired.co.uk) — Kate O&apos;Flaherty about the various reasons to switch browsers.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://jvns.ca/blog/2021/06/08/reasons-why-bugs-might-feel-impossible&quot;&gt;Reasons why bugs might feel &quot;impossible&quot;&lt;/a&gt; (jvns.ca) — Julia Evans summarises reasons why bugs feel impossible into five categories.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://major.io/2021/06/06/a-new-future-for-icanhazip/&quot;&gt;A new future for icanhazip&lt;/a&gt; (major.io) — Major Hayden talks about the history of his &lt;a href=&quot;https://icanhazip.com&quot;&gt;icanhazip.com&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://skamille.medium.com/an-incomplete-list-of-skills-senior-engineers-need-beyond-coding-8ed4a521b29f&quot;&gt;An incomplete list of skills senior engineers need, beyond coding&lt;/a&gt; (skamille.medium.com) — Camille Fournier has a list of skills you need as a senior engineer that aren&apos;t related to coding.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://brendangregg.com/blog/2021-06-04/an-unbelievable-demo.html&quot;&gt;An Unbelievable Demo&lt;/a&gt; (brendangregg.com) — Brendan Gregg about a rather irritating experience with a Sun salesperson.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.propublica.org/article/the-secret-irs-files-trove-of-never-before-seen-records-reveal-how-the-wealthiest-avoid-income-tax&quot;&gt;The Secret IRS Files: Trove of Never-Before-Seen Records Reveal How the Wealthiest Avoid Income Tax&lt;/a&gt; (propublica.org) — Jesse Eisinger, Jeff Ernsthausen and Paul Kiel about how ProPublica got ahold of tax returns of americas wealthiest people and how they avoid paying taxes (Warren Buffet has a true tax rate of 0.1%).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/jspector/status/1400158073835069441&quot;&gt;You are probably playing too many games&lt;/a&gt; (twitter.com/jspector) — Josh Spector says we should reduce the number of &quot;games&quot; we play everyday (Twitter, YouTube, Podcasting, etc.) to be actually good at some.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.noemamag.com/the-tyranny-of-time/&quot;&gt;The Tyranny Of Time&lt;/a&gt; (noemamag.com) —Joe Zadeh about the history and societal impact of clock time.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2021/06/08/technology/farewell-millennial-lifestyle-subsidy.html&quot;&gt;Farewell, Millennial Lifestyle Subsidy&lt;/a&gt; (nytimes.com) — Kevin Roose on how &quot;assisted living for millennials&quot; is coming to an end as tech companies aim for profitability.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.newyorker.com/news/annals-of-a-warming-planet/we-dont-need-supersonic-travel-in-the-new-normal-we-should-slow-down&quot;&gt;We Don’t Need Supersonic Travel—in the “New Normal,” We Should Slow Down&lt;/a&gt; (newyorker.com) — Bill McKibben makes a point for slow travel (did you know that hypersonic planes emit 5-7x more carbon than passenger planes)?&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://medium.com/readymag/why-user-centred-design-struggles-with-ethics-1500caf86d54&quot;&gt;Why user-centred design struggles with ethics&lt;/a&gt; (medium.com) — Cennydd Bowles about how the responsibility of tech aren&apos;t just customers and business, but also the environment, the privacy of the individual and more.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>Do what I mean</title><link>https://2023.arne.me/weekly/8/</link><guid>https://2023.arne.me/weekly/8/</guid><description>Issue #8 from Arne&apos;s Weekly</description><pubDate>Sun, 06 Jun 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Welcome to Arnes Weekly! If you enjoy this newsletter, please consider recommending it to a friend or colleague 🙌&lt;/p&gt;
&lt;h2&gt;Tweet of the Week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;imo any progress bar that lasts longer than 5 seconds should come with hold music [video]
— &lt;a href=&quot;https://twitter.com/neilsardesai/status/1399037054957326339&quot;&gt;@neilsardesai on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2021/04/21/technology/welcome-to-the-yolo-economy.html&quot;&gt;Welcome to the YOLO Economy&lt;/a&gt; (nytimes.com) — Kevin Roose about how the pandemic changes the priorities of people to the point that they quit and pursue new adventures.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2021/04/19/well/mind/covid-mental-health-languishing.html&quot;&gt;There’s a Name for the Blah You’re Feeling: It’s Called Languishing&lt;/a&gt; (nytimes.com) — Adam Grant finds the term for the weird mental state a lot of people are in right now.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.conordewey.com/blog/building-products-for-delight/&quot;&gt;Building Products for Delight&lt;/a&gt; (conordewey.com) — Conor Dewey about the things that make a product delightful.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://xenodium.com/emacs-dwim-do-what-i-mean/&quot;&gt;Emacs DWIM: do what ✨I✨ mean&lt;/a&gt; (xenodium.com) — Álvaro Ramírez about creating commands that do what you mean. I love the concept!&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.golang.org/fuzz-beta&quot;&gt;Go Fuzzing is Beta Ready&lt;/a&gt; (blog.golang.org) — Katie Hockman and Jay Conrod on how to get started with the new builtin fuzzing in Go.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ferrous-systems.com/blog/rust-test-drive&quot;&gt;Taking Rust for a Test Drive&lt;/a&gt; (ferrous-systems.com) — Lotte and James provide some tips on how to get started with Rust in your work place.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://idlewords.com/talks/website_obesity.htm&quot;&gt;The Website Obesity Crisis&lt;/a&gt; (idlewords.com) — A talk by Maciej Cegłowski (the creator of &lt;a href=&quot;https://pinboard.in&quot;&gt;Pinboard&lt;/a&gt;) about &quot;website obesity&quot;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Watching&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/wdgULBpRoXk&quot;&gt;How does a USB keyboard work?&lt;/a&gt; (youtube.com) — Ben Eater analyses the signal of a USB Keyboard.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/2A2NY29iQdI&quot;&gt;TWO Unpickable (?) Locks for Lock Picking Lawyer!
&lt;/a&gt; (youtube.com) — StuffMadeHere created two locks with very interesting anti-picking features.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/norvig/pytudes/blob/master/ipynb/Probability.ipynb&quot;&gt;A Concrete Introduction to Probability&lt;/a&gt; (github.com/novig) — Peter Norvig explains the basics of probability with a Jupiter Notebook.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ksylor.github.io/2020/08/26/bullet-journaling.html&quot;&gt;Bullet journalling for software engineers
(and other not-necessarily-artistic people)&lt;/a&gt; (ksylor.github.io) — Katie Sylor-Miller on how to get started with bullet journaling.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2021/06/01/business/coronavirus-global-shortages.html&quot;&gt;How the World Ran Out of Everything&lt;/a&gt; (nytimes.com) — Peter S. Goodman explains the Just In Time principle corporations apply to their manufacturing process which now leads to delays.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theatlantic.com/magazine/archive/2019/12/stop-trying-to-raise-successful-kids/600751/&quot;&gt;Stop Trying to Raise Successful Kids&lt;/a&gt; (theatlantic.com) — Adam Grant and Allison Sweet Grant about why some people subconsciously prioritise success over kindness when rising their kids.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>Barrels and Ammunition</title><link>https://2023.arne.me/weekly/7/</link><guid>https://2023.arne.me/weekly/7/</guid><description>Issue #7 from Arne&apos;s Weekly</description><pubDate>Sun, 30 May 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Welcome to this weeks issue, hope you enjoy it!&lt;/p&gt;
&lt;h2&gt;Tweet of the week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;feeling unaccomplished 101&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;start to many side projects&lt;/li&gt;
&lt;li&gt;end nothing&lt;/li&gt;
&lt;li&gt;constantly improve half-made things&lt;/li&gt;
&lt;li&gt;watch movies to decompress&lt;/li&gt;
&lt;li&gt;feel guilty&lt;/li&gt;
&lt;li&gt;buy books&lt;/li&gt;
&lt;li&gt;never read it. put it on the shelf so you feel miserable crossing by&lt;/li&gt;
&lt;li&gt;take even more new responsibilities&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;— &lt;a href=&quot;https://twitter.com/krzyzanowskim/status/1396432508707823617&quot;&gt;@krzyzanowskim on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.conordewey.com/blog/barrels-and-ammunition&quot;&gt;Barrels and Ammunition&lt;/a&gt; — Conor Dewey summarises a great concept by Keith Rabois: The output of your organization is dependent on the number of people that can own projects and see them through to the end.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theguardian.com/commentisfree/2021/may/22/if-apple-is-the-only-organisation-capable-of-defending-our-privacy-it-really-is-time-to-worry&quot;&gt;If Apple is the only organisation capable of defending our privacy, it really is time to worry&lt;/a&gt; — John Naughton about the danger of weak privacy regulations.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/joulee/status/1398029642443853824&quot;&gt;What’s the best thing a manager has ever done for you?&lt;/a&gt; — This tweet by Julie Zhuo has lots of inspiring answers.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.pragmaticengineer.com/uber-app-rewrite-yolo/&quot;&gt;Uber&apos;s Crazy YOLO App Rewrite, From the Front Seat&lt;/a&gt; — Gergely Orosz about the &quot;two months of hell&quot; Uber engineers went through for an artificial deadline.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://web.eecs.utk.edu/~azh/blog/makinguselessstuff.html&quot;&gt;Why I prefer making useless stuff&lt;/a&gt; — Austin Z. Henley about his &quot;useless&quot; side projects and why they are more fun than &quot;useful&quot; ones.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://review.firstround.com/focus-on-your-first-10-systems-not-just-your-first-10-hires-this-chief-of-staff-shares-his-playbook&quot;&gt;Focus on Your First 10 Systems, Not Just Your First 10 Hires&lt;/a&gt; — Hashicorps Chief of Staff Kevin Fishner about how crucial systems are in early startups.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting room floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://fruechtl.me/writing/weeknotes-2&quot;&gt;Weeknotes #2&lt;/a&gt; — My good friend Jan Früchtl started weekly posts about the things he learned or found interesting, be sure to check this out!&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jvns.ca/blog/2021/05/24/blog-about-what-you-ve-struggled-with&quot;&gt;Blog about what you&apos;ve struggled with&lt;/a&gt; — Julia Evans about writing about learning in public.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://thanaverage.xyz&quot;&gt;Than Average&lt;/a&gt; — Do you think you have better ideas than average? 67 % think that. Super fun page by Fred Wordie and Jae Perris.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>Arnes Weekly: The Minimum Viable Company</title><link>https://2023.arne.me/weekly/6/</link><guid>https://2023.arne.me/weekly/6/</guid><description>Issue #6 from Arne&apos;s Weekly</description><pubDate>Sun, 23 May 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hello friends, hope you enjoy this weeks issue!&lt;/p&gt;
&lt;h2&gt;Tweet of The Week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;java is the denim of programming languages
— &lt;a href=&quot;https://twitter.com/Foone/status/1396208225809178624&quot;&gt;@Foone on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.thecut.com/2021/05/quitting-your-job-as-self-care.html&quot;&gt;Quitting Has Become the Ultimate Form of Self-Care&lt;/a&gt; — Katie Heaney describes why it&apos;s okay to quit your job for self-care only (if you can afford it).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://medium.com/swlh/true-product-market-fit-is-a-minimum-viable-company-56adeb3e49cd&quot;&gt;True Product Market Fit is a Minimum Viable Company&lt;/a&gt; — Ann Miura-Ko talks about why you not only need a minimum viable product, but also a minimal viable company.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tomgamon.com/posts/clarity&quot;&gt;Clarity is an underrated skill&lt;/a&gt; — Tom Gamon introduces you to three rules of clarity.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://gankra.github.io/blah/text-hates-you&quot;&gt;Text Rendering Hates You (2019)&lt;/a&gt; — Alexis Beingessner about some of the edge cases you will run into when implementing a text rendering engine.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.thea.codes/winterblooms-tech-stack&quot;&gt;The tools and tech I use to run a one-woman hardware company&lt;/a&gt; — Thea guides you through the (mostly well-known) tools she uses.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lwn.net/Articles/853423&quot;&gt;Rust heads into the kernel?&lt;/a&gt; — Jake Edge summarises the discussion about Rust in the kernel.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.possiblerust.com/pattern/naming-your-lifetimes&quot;&gt;Naming Your Lifetimes&lt;/a&gt; — Andrew Lilley Brinker makes a point of more-than-one-letter lifetimes in Rust.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jvns.ca/blog/2021/05/17/how-to-look-at-the-stack-in-gdb/&quot;&gt;How to look at the stack with gdb
&lt;/a&gt; — Julia Evans shows you how to check out the stack in GDB with an example program.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Watching&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/iVYWDIW71jk&quot;&gt;Crust of Rust: Subtyping and Variance&lt;/a&gt; — If you think you&apos;ve understand the Rust borrow checker and lifetimes, watch this video by Jon Gjengset.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://tinyprojects.dev/posts/selling_tiny_internet_projects_for_fun_and_profit&quot;&gt;Selling Tiny Internet Projects For Fun and Profit&lt;/a&gt; — Ben Stokes about how he built and later sold his &quot;Tiny Project&quot; Earlynames.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.newyorker.com/news/dispatch/the-strange-story-of-dagobert-the-ducktales-bandit&quot;&gt;The Strange Story of Dagobert, the “DuckTales” Bandit&lt;/a&gt; — Super interesting story about a criminal in Germany and how he managed to evade the police so many times.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.newyorker.com/magazine/2021/05/24/in-the-cloud&quot;&gt;In the Cloud&lt;/a&gt; — A poem by Rachel Hadas.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>Arnes Weekly: Don’t push that button</title><link>https://2023.arne.me/weekly/5/</link><guid>https://2023.arne.me/weekly/5/</guid><description>Issue #5 from Arne&apos;s Weekly</description><pubDate>Sun, 16 May 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hope you&apos;re having a great weekend. 🙌&lt;/p&gt;
&lt;h2&gt;Tweet of the week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;The biggest perception problem in our industry is, as an IC, you grow up to be an architect who design systems. No. There are very senior people whose job is only to maintain very critical tools and libraries that doesn&apos;t require much system design work.
— &lt;a href=&quot;https://twitter.com/rakyll/status/1391635450889052160&quot;&gt;@rakyll on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://humbletoolsmith.com/2020/08/10/the-importance-of-humility-in-software-development/&quot;&gt;The Importance of Humility in Software Development&lt;/a&gt; — Eric Potter about why it&apos;s beneficial for software engineers to be fully aware of the strictly limited size of their own skull.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://news.ycombinator.com/item?id=27123553&quot;&gt;Ask HN: How to negotiate continuing to work remotely?&lt;/a&gt; — If your company normally doesn&apos;t do wfh check out this thread.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://macwright.com/2021/03/16/return-of-fancy-tools.html&quot;&gt;The return of fancy tools&lt;/a&gt; — Tom MacWright about the pendulum of simple vs. complex tools.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.baldurbjarnason.com/2021/the-oss-bubble-and-the-blogging-bubble/&quot;&gt;The Open-Source Software bubble that is and the blogging bubble that was&lt;/a&gt; — Baldur Bjarnason makes an interesting point about the state of OSS.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://cyberlaw.stanford.edu/blog/2021/05/i-have-lot-say-about-signal%E2%80%99s-cellebrite-hack&quot;&gt;I Have a Lot a Lot to Say About Signal’s Cellebrite Hack&lt;/a&gt; — Riana Pfefferkorn looks at &lt;a href=&quot;https://signal.org/blog/cellebrite-vulnerabilities&quot;&gt;Signal’s Cellebrite&lt;/a&gt; hack from a lawyers perspective, very interesting.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://stackoverflow.blog/2021/05/10/dont-push-that-button-exploring-the-software-that-flies-spacex-starships&quot;&gt;Don’t push that button: Exploring the software that flies SpaceX rockets and Starships&lt;/a&gt; — Charles R. Martin and Ben Popper talk about the flight control software of SpaceX.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://web.archive.org/https://ideas.offby1.net/posts/development-environment-2021.html&quot;&gt;Development Environment (2021)&lt;/a&gt; — Chris Rose about 5 tools from his development environment.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://dmitry.gr/?r=05.Projects&amp;amp;proj=30.%20Reverse%20Engineering%20an%20Unknown%20Microcontroller&quot;&gt;Reverse Engineering an Unknown Microcontroller
&lt;/a&gt; — Dmitry Grinberg walks you through their reverse engineering process.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.fastly.com/blog/building-an-efficient-and-portable-programming-language-with-zig&quot;&gt;Community spotlight: building an efficient and portable programming language with Zig&lt;/a&gt; — Hannah Lee Aubry interviews Loris Cro, a team member of the Zig project.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sdtimes.com/data/the-end-of-your-database&quot;&gt;The end of “your database”&lt;/a&gt; — The CEO of Netlify talks about the future of data management in web applications.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.logrocket.com/what-you-cant-do-in-rust-and-what-to-do-instead&quot;&gt;Things you can’t do in Rust (and what to do instead)&lt;/a&gt; — Andre Bogus about five things you can&apos;t do in Rust and their reasons.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://iainbean.com/posts/2021/5-steps-to-faster-web-fonts/&quot;&gt;5 steps to faster web fonts&lt;/a&gt; — A list of things to be aware of when using web fonts, by Iain Bean.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Watching&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/_E0PWQvW-14&quot;&gt;How I hacked the Apple AirTags&lt;/a&gt; — That didn&apos;t take long. How Colin O&apos;Flynn hacked Apples new AirTags.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://spectrum.ieee.org/cars-that-think/transportation/advanced-cars/mahles-electric-motor-says-look-ma-no-contacts&quot;&gt;In Mahle&apos;s Contact-Free Electric Motor, Power Reaches the Rotor Wirelessly&lt;/a&gt; — Philip E. Ross writes about a new frictionless electrical motor.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.quantamagazine.org/the-brain-maps-out-ideas-and-memories-like-spaces-20190114/&quot;&gt;The Brain Maps Out Ideas and Memories Like Spaces&lt;/a&gt; — Jordana Cepelewicz write about the brains navigation system and why memory palaces work.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.theguardian.com/lifeandstyle/2021/apr/16/experience-ive-had-the-same-supper-for-10-years&quot;&gt;I’ve had the same supper for 10 years&lt;/a&gt; — A farmer from Wales has had two pieces of fish, an onion, an egg, baked beans and biscuits every day for 10 years.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.lynalden.com/inflation/&quot;&gt;The Ultimate Guide to Inflation&lt;/a&gt; — Lynn Alden gives a good overview about inflation using 150 years of data.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>Arnes Weekly: I could build this during the weekend</title><link>https://2023.arne.me/weekly/4/</link><guid>https://2023.arne.me/weekly/4/</guid><description>Issue #4 from Arne&apos;s Weekly</description><pubDate>Sun, 09 May 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;✌️&lt;/p&gt;
&lt;h2&gt;Tweet Of The Week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Managers: “you must build more stable software, stop cutting corners, we accept nothing less than perfect code in prod”&lt;/p&gt;
&lt;p&gt;Also mgrs: “please yeet this feature I care about directly into prod, I don’t care how you do it as long as it’s there in the next 5 minutes”&lt;/p&gt;
&lt;p&gt;— &lt;a href=&quot;https://twitter.com/devonbl/status/1389949956732030980&quot;&gt;@devonbl on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Story Of The Week&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages/&quot;&gt;Hosting SQLite databases on Github Pages&lt;/a&gt; — phiresky describes how he built a static site with a SQL-database, all processed on the client.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://world.hey.com/joaoqalves/i-could-build-this-during-the-weekend-aa093c5e&quot;&gt;I could build this during the weekend&lt;/a&gt; — João Alves about how engineers often the miss context when estimating new projects (e.g. forgetting about edge cases).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://cutlefish.substack.com/p/tbm-1752-decision-making-vs-decision&quot;&gt;Decision Making vs. Decision Understanding&lt;/a&gt; — A great writeup by John Cutler about decision making, decision drift and working together in teams.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/golang/go/issues/45955&quot;&gt;proposal: slices: new package to provide generic slice functions #45955&lt;/a&gt; — Interesting discussion about a generic slice package for Go and what it should look like.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mbuffett.com/posts/incomplete-macro-walkthrough/&quot;&gt;An Incomplete Explanation of the Proc Macro That Saved Me 4000 Lines of Rust&lt;/a&gt; — Marcus Buffett guides you through the creation of a Rust Proc Macro and the gotchas he encountered.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://deprogrammaticaipsum.com/the-great-rewriting-in-rust&quot;&gt;The Great Rewriting In Rust&lt;/a&gt; —Adrian Kosmaczewski dives into the reasons of the many Rust rewrites.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://changelog.com/posts/you-might-as-well-timestamp-it&quot;&gt;You might as well timestamp it&lt;/a&gt; — Jerod Santo thinks you should always prefer a timestamp instead of a boolean and why.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://ggcarvalho.dev/posts/montecarlo&quot;&gt;The art of solving problems with Monte Carlo simulations&lt;/a&gt; — Gabriel Carvalho writes about how Monte Carlo simulations can solve common problems (like calculating π).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://adtac.in/2021/04/23/note-on-worker-pools-in-go.html&quot;&gt;Note on worker pools in Go&lt;/a&gt; — Adhityaa Chandrasekar about pools of goroutines and why they too many goroutines can produce performance issues even after the number went down again.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://mattnakama.com/blog/go-branchless-coding&quot;&gt;Branchless Coding in Go&lt;/a&gt; — Matt Nakama about improving performance by removing (if-)branches and instead doing binary arithmetic.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.newyorker.com/culture/the-new-yorker-interview/john-swartzwelder-sage-of-the-simpsons&quot;&gt;John Swartzwelder, Sage of “The Simpsons”&lt;/a&gt; — No matter if you like the Simpsons or not, this is a great interview by Mike Sacks.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2021/04/26/science/randall-munroe-candle-xkcd.html&quot;&gt;Where Does a Candle Go When It Burns?&lt;/a&gt; — Randall Munroe (the creator of XKCD explains how candles work.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/dekuNukem/bob_cassette_rewinder&quot;&gt;Bob Cassette Rewinder: Hacking Detergent DRM for 98% Cost Saving&lt;/a&gt; — dekuNukem reverse engineers the &quot;Bob Cassettes&quot; for his dishwasher.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.swyx.io/35-principles&quot;&gt;35 Principles for 35 Years&lt;/a&gt; — I love these lists, this time by Shawn Wang.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>Arnes Weekly: What really happened at Basecamp</title><link>https://2023.arne.me/weekly/3/</link><guid>https://2023.arne.me/weekly/3/</guid><description>Issue #3 from Arne&apos;s Weekly</description><pubDate>Sun, 02 May 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hope you&apos;re having a good weekend!&lt;/p&gt;
&lt;h2&gt;Tweet of the week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;FAANG = Friendster, Angelfire, AOL, Napster, GeoCities
— &lt;a href=&quot;https://twitter.com/waxpancake/status/1387163744019435520&quot;&gt;@waxpancake on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.platformer.news/p/-what-really-happened-at-basecamp&quot;&gt;What really happened at Basecamp&lt;/a&gt; — Casey Newton has a differentiated overview.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tips.ariyh.com/p/show-costs-to-boost-sales&quot;&gt;Show your costs to boost sales&lt;/a&gt; — Thomas McKinlay about radical transparency when it comes to a product&apos;s costs.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sifted.eu/articles/job-advert-salary-range&quot;&gt;Why you should put salaries on your job ads&lt;/a&gt; — Bailey Kursar talks about competitive vs. fair salaries. “If you’re worried that your current staff will find out they’re underpaid, stop underpaying them.”&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://kk.org/thetechnium/99-additional-bits-of-unsolicited-advice&quot;&gt;99 Additional Bits of Unsolicited Advice&lt;/a&gt; — Number 85 will surprise you (just kidding, but the list is great). By Kevin Kelly.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Software Engineering&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/mike-barber/rust-zero-cost-abstractions/blob/main/README.md&quot;&gt;Costs of iterators and Zero Cost Abstractions in Rust&lt;/a&gt; — Michael Barber compares benchmarks for iterator patterns in C#, Java and Rust.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://encore.dev/guide/go.mod&quot;&gt;Go Modules Cheat Sheet&lt;/a&gt; — Handy guide on go modules by André Eriksson.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/golang-standards/project-layout/issues/117&quot;&gt;This is not a standard Go project layout&lt;/a&gt; — Russ Cox on the &quot;Standard Go Project Layout&quot;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.matuzo.at/blog/html-boilerplate&quot;&gt;My current HTML boilerplate&lt;/a&gt; — A reference for starting a new web project by Manuel Matuzovic. The &lt;a href=&quot;https://news.ycombinator.com/item?id=26952557&quot;&gt;HN discussion&lt;/a&gt; is also worth checking out.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.baldurbjarnason.com/2021/100-things-every-web-developer-should-know/&quot;&gt;136 facts every web dev should know before they burn out and turn to landscape painting or nude modelling&lt;/a&gt; — Baldur Bjarnason has collected an amazing list, definitely check this out.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Fun&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/tobetz/LegoMicroscope&quot;&gt;LegoMicroscope&lt;/a&gt; — A microscope built almost entirely from Lego.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://blog.gingerbeardman.com/2021/04/17/turning-an-ipad-pro-into-the-ultimate-classic-macintosh&quot;&gt;Turning an iPad Pro into the Ultimate Classic Macintosh&lt;/a&gt; — Matt Sephton runs System 7 on his iPad Pro.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Videos&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/SrDEtSlqJC4&quot;&gt;The REAL Reason McDonalds Ice Cream Machines Are Always Broken&lt;/a&gt; — Johnny Harris investigates the reasons for broken McDonalds machines.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.blog/changelog/2021-04-27-github-pages-permissions-policy-interest-cohort-header-added-to-all-pages-sites&quot;&gt;GitHub Pages now block FLoC&lt;/a&gt; — and you should, too! Add a &lt;code&gt;Permissions-Policy: interest-cohort=()&lt;/code&gt; header to your site.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://signal.org/bigbrother/central-california-grand-jury&quot;&gt;Grand jury subpoena for Signal user data, Central District of California&lt;/a&gt; — Signal can provide &quot;Unix timestamps for when each account was created and the date that each account last connected to the Signal service&quot;. Nothing else.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>Arnes Weekly: What’s in the box?</title><link>https://2023.arne.me/weekly/2/</link><guid>https://2023.arne.me/weekly/2/</guid><description>Issue #2 from Arne&apos;s Weekly</description><pubDate>Sun, 25 Apr 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Welcome to Arnes Weekly! Ever thought about creating your own newsletter? You should definitely go for it! Check out &lt;a href=&quot;https://buttondown.email&quot;&gt;Buttondown&lt;/a&gt; (that&apos;s what I use) or &lt;a href=&quot;https://substack.com&quot;&gt;Substack&lt;/a&gt; and make sure to send me the subscribe link. 🙌&lt;/p&gt;
&lt;h2&gt;Tweet of the week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;i think we, as a society, need to look at why it takes a netflix documentary for us to believe something
— &lt;a href=&quot;https://twitter.com/aniacopian/status/1383941609155293188&quot;&gt;@aniacopian on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Story of the week&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://signal.org/blog/cellebrite-vulnerabilities/&quot;&gt;Signal: Exploiting vulnerabilities in Cellebrite UFED and Physical Analyzer from an app&apos;s perspective&lt;/a&gt; — Cellebrite announced &quot;Signal support&quot; and Signal hacked back, fun read.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://madned.substack.com/p/thanks-for-the-bonus-i-quit&quot;&gt;Thanks for the Bonus, I Quit!&lt;/a&gt; — A tech tale of greed, desperation, and the power of expectations. By Mad Ned.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nytimes.com/2021/04/14/technology/apple-tech-event.html&quot;&gt;We Don’t Need Tech Infomercials&lt;/a&gt; — Did you watch the Apple Keynote on Tuesday? Shira Ovide makes a good point here, it could&apos;ve been a blogpost (or two).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pluralsight.com/content/dam/pluralsight2/landing-pages/offers/flow/pdf/Pluralsight_20Patterns_ebook.pdf&quot;&gt;20 patterns to watch for in your engineering team (pdf)&lt;/a&gt; — Good collection of patterns that can happen in engineering teams and how to deal with them.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Rust&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://fasterthanli.me/articles/whats-in-the-box&quot;&gt;What&apos;s in the box?&lt;/a&gt; — Amos delivers again and dives into the &lt;code&gt;Box&lt;/code&gt; type in Rust, comparing Rusts stack/heap handling with Go in the process. Super interesting.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://web.archive.org/web/20230202210029/https://areweyeetyet.rs&quot;&gt;Are we Yeet Yet?&lt;/a&gt; — A bikeshed-avoidance placeholder for syntactic sugar (&lt;code&gt;return Err(e)&lt;/code&gt; ⇒ &lt;code&gt;yeet e&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://zellij.dev/news/beta&quot;&gt;Zellij: a Rusty terminal workspace&lt;/a&gt; — Interesting project, works similar to tmux/screen but has a WebAssembly plugins system.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://cheats.rs&quot;&gt;Rust Language Cheatsheet&lt;/a&gt; — A Rust reference by Ralf Biedert.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Go&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/golang/go/issues/45624&quot;&gt;proposal: expression to create pointer to simple types&lt;/a&gt; — A proposal which would make getting a pointer to a simple type a lot easier (&lt;code&gt;&amp;amp;int(3)&lt;/code&gt; for example).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://utcc.utoronto.ca/~cks/space/blog/programming/GoConvertSliceToArray&quot;&gt;Go 1.17 will allow converting a slice to an array pointer (some of the time)&lt;/a&gt; — Be aware of panics though.&lt;/li&gt;
&lt;li&gt;Last weeks issue had a link to &lt;a href=&quot;https://www.cockroachlabs.com/blog/go-file-size-update/&quot;&gt;My Go Executable Files Are Still Getting Larger&lt;/a&gt;, the Hacker News thread has &lt;a href=&quot;https://news.ycombinator.com/item?id=26834128&quot;&gt;an answer from Russ Cox&lt;/a&gt; to follow-up.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Watching&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/FaILnmUYS_U&quot;&gt;I made an entire OS that only runs Tetris
&lt;/a&gt; — Very entertaining video, the source is on GitHub: &lt;a href=&quot;https://web.archive.org/web/20210714023811/https://github.com/jdah/tetris-os&quot;&gt;jdah/tetris-os&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://erikbern.com/2021/04/19/software-infrastructure-2.0-a-wishlist.html&quot;&gt;Software infrastructure 2.0: a wishlist&lt;/a&gt; — I agree with most points Erik Bernhardsson does here.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://stratechery.com/2021/podcast-subscriptions-vs-the-app-store/&quot;&gt;Podcast Subscriptions vs. the App Store&lt;/a&gt; — In case you missed it: Apple introduced podcast subscriptions in Tuesday’s Keynote. In this article Ben Thompson compares it with the AppStore model.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.fastly.com/blog/compute-edge-porting-the-iconic-video-game-doom&quot;&gt;Compute@Edge: porting the iconic video game DOOM&lt;/a&gt; — Fastly ported DOOM to their edge platform (every tick is an HTTP request).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.informatik.tu-darmstadt.de/fb20/ueber_uns_details_231616.en.jsp&quot;&gt;Apple AirDrop shares more than files&lt;/a&gt; — Researchers at TU Darmstadt discovered that AirDrop leaks your real name and phone number to an unknown attacker in proximity as well as embed your name in file metadata shared with AirDrop.&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item><item><title>Arnes Weekly #1</title><link>https://2023.arne.me/weekly/</link><guid>https://2023.arne.me/weekly/</guid><description>Issue #1 from Arne&apos;s Weekly</description><pubDate>Sun, 18 Apr 2021 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Hey, so I&apos;m trying this newsletter thing. If you have any feedback, reply to this email. I&apos;d love to hear from you!&lt;/p&gt;
&lt;h2&gt;Tweet of the week&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Post vaccine parties are gonna feel like giant high school reunions and I’m not ready
— &lt;a href=&quot;https://twitter.com/lindadong/status/1382367482795618306&quot;&gt;@lindadong on Twitter&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;Culture&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://tips.ariyh.com/p/good-sound-quality-smarter&quot;&gt;High quality audio makes you sound smarter&lt;/a&gt;&lt;br /&gt;
If you don&apos;t have a proper microphone in your home-office, definitely get one if you can afford it. &lt;a href=&quot;https://www.nytimes.com/wirecutter/reviews/the-best-usb-microphone/&quot;&gt;Wirecutter&apos;s budget pick&lt;/a&gt; is 45 $.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://jacobian.org/2021/apr/7/embrace-the-grind&quot;&gt;Embrace the Grind&lt;/a&gt;&lt;br /&gt;
Jacob Kaplan-Moss talks about how if you put enough effort in something it seems like magic to other people.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://benjiweber.co.uk/blog/2021/04/10/dont-hire-top-talent-hire-for-weaknesses/&quot;&gt;Don’t hire top talent; hire for weaknesses&lt;/a&gt;&lt;br /&gt;
Great writeup by Benji Weber about the talent vs. the weaknesses mindset when hiring people.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Rust&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://gregoryszorc.com/blog/2021/04/13/rust-is-for-professionals&quot;&gt;Rust is for Professionals&lt;/a&gt;&lt;br /&gt;
Gregory Szorc writes what is more an essay than a blog post about Rust and what he likes about it. This is a must read if you want to know why so many people like Rust.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2021/4/14/1099&quot;&gt;Linus Torwalds about Rust in the Linux Kernel&lt;/a&gt;&lt;br /&gt;
Very interesting concerns, mostly about runtime-panics (e.g. when running out of memory). I hope this gets resolved, can&apos;t wait for a safer linux kernel.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.brandons.me/blog/why-rust-strings-seem-hard&quot;&gt;Why Rust strings seem hard&lt;/a&gt;&lt;br /&gt;
Brandon Smith dives into Rusts string management in comparison with other languages.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Go&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://dtyler.io/articles/2021/04/13/sync_cond&quot;&gt;What&apos;s the &lt;code&gt;sync.Cond&lt;/code&gt;&lt;/a&gt;&lt;br /&gt;
If you&apos;ve never used a condvar, definitely check out this article by Hidetatsu Yaginuma.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://stonecode.ca/idiomatic-panics/&quot;&gt;Idiomatic pancis in Go&lt;/a&gt;&lt;br /&gt;
Even though usually frowned-upon, there definitely are situations where a panic is the best choice.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.cockroachlabs.com/blog/go-file-size-update&quot;&gt;My Go Executable Files Are Still Getting Larger&lt;/a&gt;&lt;br /&gt;
Raphael &apos;kena&apos; Poss compares the size of CockroachDB binaries and explains how it evolved over different Go versions.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://drewdevault.com/2021/04/02/Go-is-a-great-language.html&quot;&gt;Go is a great programming language&lt;/a&gt;&lt;br /&gt;
Drew DeVault about why he thinks Go is the best programming language ever made. &lt;em&gt;Internet programming language&lt;/em&gt; is a very fitting description for Go in my opinion.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Watching&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/85yH56DS5mg&quot;&gt;This Smart Home Isn&apos;t Stupid&lt;/a&gt;&lt;br /&gt;
Quinn Nelson talks about his smart-home setup, his set of rules for smart devices (which you should definitely adopt) and shows parts of his setup.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://youtu.be/xeVyfiP0cLk&quot;&gt;We Are In A &quot;FOURTH TURNING,&quot; What Does That Mean?&lt;/a&gt;&lt;br /&gt;
Van Neistat (the Spirited Man) about the 1997 book, THE FOURTH TURNING and how history repeats itself every 80 years (according to the book). His YouTube channel is only a month old and already full of great content.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Tools and code&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/charmbracelet/lipgloss&quot;&gt;Lip Gloss&lt;/a&gt;&lt;br /&gt;
Style definitions for nice terminal layouts. Can&apos;t wait to use this!&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/sayanarijit/xplr&quot;&gt;xplr&lt;/a&gt;&lt;br /&gt;
A hackable, minimal, fast TUI file explorer.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Cutting Room Floor&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://unixsheikh.com/articles/sqlite-the-only-database-you-will-ever-need-in-most-cases.html&quot;&gt;SQLite is the only database you will ever need in most cases&lt;/a&gt;&lt;br /&gt;
I definitely am guilty of using a Postgres database where SQLite would&apos;ve sufficed. Re-read this before adding Postgres to your next project.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://swagitda.com/blog/posts/security-decision-trees-with-graphviz&quot;&gt;Creating Security Decision Trees With Graphviz&lt;/a&gt;&lt;br /&gt;
Kelly Shortridge about creating a graph for your attack vectors. I&apos;m definitely going to do this. (This is also a good reference on making Graphviz look good.)&lt;/li&gt;
&lt;/ul&gt;

    
    
    
    

    
  </content:encoded></item></channel></rss>