Elektrine lite

← Feed

Deane Barker

deane@contenttechtodon.org

<p>Director of Strategic Engagement at Staffbase. Writer of books about CMS.</p>

Posts

  • Post #2499782

    I met Ted Turner once at a South Dakota Governor&amp;#39;s pheasant hunt. I was a huge fan of CNN in my 20s -- I kept Headline News on the TV constantly. He wasn&amp;#39;t a perfect man, clearly, but I admired what he had accomplished. RIP.

  • Post #2499781

    I would really like to try this sometime. https://claude.ai/share/12653d24-3a1a-45aa-83fb-433dfab944f3

  • Post #2499780

    I hate how WNBA team names are so unaggressive. The Tempo? Aces? Mystics? I want Cleveland&amp;#39;s Bloodthirsty Napalm Zombies.

  • Post #2499778

    An absolutely fascinating article with tons of evidence that most all claims of data center capacity are just PR spin. A small fraction of announced data center capacity actually comes online. Most of the projects are either stuck in construction hell or were just lies and exaggeration to start with. https://www.wheresyoured.at/where-are-all-the-data-centers/

  • Post #2044288

    27 years ago, I was learning how to escape quotes in SQL.

  • Post #2044287

    This is brutal, but so, so accurate. https://ludic.mataroa.blog/blog/brainwash-an-executive-today/

  • Post #2044286

    Here&amp;#39;s a UX tip: if I am actively interacting with your website -- meaning I&amp;#39;m typing in the search box or I have clicked on a dropdown menu -- DON&amp;#39;T POP A MODAL!

  • Post #2044285

    FYI: Astro sites run really well on Cloudflare workers. Both modes, static and SSR. No-effort deploy via Wrangler. It&amp;#39;s a great option for tiny, throwaway websites that you don&amp;#39;t want to put a whole lot of thought into.

  • Post #2044284

    KVMs suck. I&amp;#39;ve been through two of them, and they&amp;#39;re just not that good. Lots of screen artifacts, flickering, and blackouts.

  • Post #2044283

    Playing around with binary search in C#. I have a JSONL file with 1,000,000 lines. Each line is a full JSON document, including a unique ID property. Creating a binary index of these IDs takes less than one second. The position of the ID in the index corresponds to the line number of the data in the JSONL file. Binary search of 1,000,000 numeric IDs takes 5-ish ms. Then we have have the line number, and reading that line takes 250-ish ms. Inspiration: https://www.dbpro.app/blog/do-you-eve...

  • Post #2044282

    Episode 7 of &amp;quot;Paradise&amp;quot; was the single greatest episode of television I have ever seen.

  • Post #2044281

    You are an absolute cash cow to Google. https://proton.me/blog/what-is-your-data-worth-to-google

  • Post #2044280

    I&amp;#39;ll be speaking at @umbraco CodeGarden in Copenhagen in June. &amp;quot;Where Do We Go From Here? The Future of Packaged CMS in the Age of AI&amp;quot; https://codegarden.umbraco.com/program/?session=1084411

  • Post #2044279

    I have noticed that the hype around GraphQL has cooled a bit. Some interesting comments in this Reddit thread. https://www.reddit.com/r/webdev/comments/1szk144/graphql_used_to_be_popular_but_that_doesnt_seem/

  • Post #2044278

    Write .NET in Lisp, meaning the syntax is Lisp but it compiles to .NET IL and runs under the .NET runtime. https://github.com/dotcl/dotcl

  • Post #2044277

    TIL that you can&amp;#39;t detect CORS errors from JS code in the browser. If your fetch results in a CORS error, it happens at the browser level, outside of JS. All you can do is catch the error and make assumptions as to what caused it.

  • Post #2044276

    At San Francisco airport, you can apply for a pass to get through security even if you&amp;#39;re not flying anywhere. So you can take someone all the way to their gate, meet someone at their gate, or just hang out in the airport. Handy for very young or very old travelers, I&amp;#39;m sure. https://www.flysfo.com/passengers/services/gate-explorer

  • Post #2044275

    I guess the era of fiction digests never really ended.

  • Post #2044274

    The enjoy the simplicity of this. https://blog.jim-nielsen.com/2026/small-html-pages/

  • Post #1743852

    I agree with every word of this. Scream it from the rooftops. https://www.jonoalderson.com/conjecture/javascript-broke-the-web-and-called-it-progress/

  • Post #893643

    https://thatshubham.com/blog/news-audit

  • Post #893642

    A thread worth skimming. https://old.reddit.com/r/AskReddit/comments/1rv46ts/whats_something_people_only_romanticize_because/

  • Post #893641

    When people gamble on the news, they can get really upset about small details in a news report. https://www.timesofisrael.com/gamblers-trying-to-win-a-bet-on-polymarket-are-vowing-to-kill-me-if-i-dont-rewrite-an-iran-missile-story/

  • Post #893640

    I&amp;#39;m genuinely interesting in publishing on Gemini. Recently, Kevin Boone has published out there, and I see it as an non-commercial alternative to the web. I feel like it might gain traction among a Usenet-ish crowd for academic and scientific publishing. https://en.wikipedia.org/wiki/Gemini_(protocol)

  • Post #893639

    What men really want. https://www.zillow.com/homedetails/102-S-Wall-Ave-Joplin-MO-64801/2069736897_zpid/

  • Post #893638

    I just can&amp;#39;t stop chuckling about &amp;quot;Mary&amp;#39;s Igloo, Alaska.&amp;quot;

  • Post #893637

    I get that Jest is the leading JS test suite, but why is it so hostile to ESM code? I just spent an hour trying to get it running before abandoning it for Vitest.

  • Post #893636

    LeBron James is widely considered to be one of the great 2-3 basketball players in history. Also, when the next Laker game happens, he will set the record for the most NBA games played by anyone, ever. He&amp;#39;s been playing for 23 seasons. To be THAT good for THAT long is just a class by itself. For that reason, I&amp;#39;m moving him above Jordan in my mental roster. And I have always been a Jordan-forever guy.

  • Post #893635

    I love you JavaScript (not really), but the whole import/require, ESM vs. CommonJS thing is an absolute mess. It&amp;#39;s been 11 years since ESM became a standard, and I&amp;#39;m still running into issues (like Jest being sorta ESM-hostile).

  • Post #893634

    Interesting attempt to prove the existence of God using Claude Shannon&amp;#39;s information theory. https://deanebarker.net/library/titles/in-the-beginning-was-information/