Elektrine lite

← Feed

Mark W. Gabby-Li 🐌

Aradayn@mastodon.social

<p>Programmer and game developer.</p><p>Added vertical writing support to the Calibre eBook reader.</p><p>My current project is working on a new, simplified approach to creating programming languages that are written without the need for traditional grammars or parsing.</p>

Posts

  • Post #1906078

    The *Lord of the Rings* movie series kind of made a silly blunder by, I think accidentally, communicating as an overall message that the mistake Bilbo made was telling Gollum his real name. In the books, it was quite strongly implied that Sauron didn&amp;#39;t need that sort of technique to find the ring, he could locate it by a sense of its magic.

  • Post #1906077

    RE: https://mas.to/@skeletor/116386626151252209 While I do support the idea of justice, there&amp;#39;s a lot of wisdom here. &amp;quot;Should&amp;quot; is such a loaded word, anyway!

  • Post #1906076

    This is incredibly good news. I hope for the sake of Hungary and the European Union that Tisza brings pro-democracy and other pro-citizen reforms to that country. https://www.reuters.com/world/hungary-election-2026-live-viktor-orbans-fidesz-faces-challenge-opposition-peter-2026-04-12/

  • Post #1906075

    This line from the XDG Desktop Specification documentation is making me lose my mind. They are going over reserved characters: &amp;gt; Reserved characters are space (&amp;quot; &amp;quot;), tab, newline, double quote, single quote (&amp;quot;&amp;#39;&amp;quot;), backslash character (&amp;quot;\&amp;quot;) Then they get to parenthesis and my brain just throws a parse error here: &amp;gt; parenthesis (&amp;quot;(&amp;quot;) and (&amp;quot;)&amp;quot;) - https://specifications.freedesktop.org/...

  • Post #1906074

    LLMs teach us just how far you can get writing code by thoughtlessly parroting what you&amp;#39;ve seen without actually understanding it, but they also show us the limits of this approach. The output can be misleading, it can solve the problem, and it can do it poorly or well. But as it is partly RNG guided, the results will also depend on how lucky you are! For me, the biggest lesson here is we don&amp;#39;t have to get lucky, we can use our brains. Don&amp;#39;t code on autopilot like an L...

  • Post #1906073

    I was trying to figure out what version SteamVR was last updated to and I was looking at the list of releases, as in this image. I saw all the beta updates but I wasn&amp;#39;t seeing the main app updates until I realized that my brain was apparently filtering out the large, bright banner in the middle here announcing the &amp;quot;Major SteamVR Update!&amp;quot; as irrelevant information and only seeing the smaller &amp;quot;SteamVR Beta Updated&amp;quot; banners above and below it. This is y...