HackerTrans
TopNewTrendsCommentsPastAskShowJobs

moritz

no profile record

comments

moritz
·4 mesi fa·discuss
In the Elixir ecosystem (where documentation is considered a "first-class citizen" in the language), you can run code examples as part of your test suite in a similar fashion ("doctest"): https://elixir-recipes.github.io/testing/doctests/
moritz
·4 mesi fa·discuss
https://geminiprotocol.net/docs/specification.gmi

[no, not that gemini]
moritz
·4 mesi fa·discuss
That’s all in the article. The author goes into the confusion that it had the Apple logo on it.

Win was conceived as a modifier reserved for the OS (not to be used by applications), while command never was. Command is for commands. If you come to the Mac from Win or Linux it often helps to think of command as what ctrl does on those systems. Ctrl on the Mac started as Terminal-Emulator specific modifier— Which to this day is great, because your universal copy shortcut (cmd-c) and interrupt (ctrl-c) are different things.

Indeed one would map win to command, but only because you need another key for a modifier that‘s not ctrl or opt/alt, conceptually they are different
moritz
·4 mesi fa·discuss
https://arxiv.org/abs/2508.09101

In this benchmark, models can correctly solve Rust problems 61% on first pass — A far cry from other languages such as C# (88%) or Elixir (a “buggy dynamic language”) where they perform best (97%).

I wonder why that is, it’s quite surprising. Obviously details of their benchmark design matter, but this study doesn’t support your claims.
moritz
·4 mesi fa·discuss
C.f., from 25d ago:

“Why Elixir is the best language for AI” https://news.ycombinator.com/item?id=46900241

- for comparison of the arguments made

- features a bit more actual data than “intuitions” compared to OP

- interesting to think about in an agent context specifically is runtime introspection afforded by the BEAM (which, out of how it developed, has always been very important in that world) - the blog post has a few notes on that as well
moritz
·6 mesi fa·discuss
Apple already flipped the switch in December with 18.7.3, if your phone is capable running 26, you will not get offered 18.x updates anymore
moritz
·8 mesi fa·discuss
As the great Joe Armstrong used to say, “a lot of systems actually break the laws of physics”[1] — don’t program against the laws of physics.

> In distributed systems there is no real shared state (imagine one machine in the USA another in Sweden) where is the shared state? In the middle of the Atlantic? - shared state breaks laws of physics. State changes are propagated at the speed of light - we always know how things were at a remote site not how they are now. What we know is what they last told us. If you make a software abstraction that ignores this fact you’ll be in trouble.[2]

[1]: “The Mess We’re In”, 2014 https://www.youtube.com/watch?v=lKXe3HUG2l4

[2]: https://news.ycombinator.com/item?id=19708900
moritz
·8 mesi fa·discuss
It’s astonishing to me that even so many long-term Apple observers don’t see this, even though they are sorta obvious about it. “Now that the hardware is so close, the systems converge, etc., there is really no reason iPad will not eventually run macOS” – No, macOS will continue to be dumbed and locked down (“security!!11”) until the point where the Macs can be safely switched over from the terribly open legacy OS.
moritz
·9 mesi fa·discuss
dou you happen to have the source code open somewhere? i was just looking into webdav via elixir
moritz
·9 mesi fa·discuss


  mix phx.gen.html Accounts User users name:string email:string
moritz
·9 mesi fa·discuss
And the story of how this came to be is absolutely wild. See

Mirowski, Philip. 2020. “The Neoliberal Ersatz Nobel Prize”. Pp. 219-254 in Nine Lives of Neoliberalism, edited by Dieter Plehwe, Quinn Slobodian and Philip Mirowski. Verso. Fulltext: https://www.econstor.eu/bitstream/10419/215796/1/Full-text-b...
moritz
·11 mesi fa·discuss
> I always feel like I'm having to decode it. But I can easily and happily work with some programming languages that most devs would cross the street to avoid.

Those languages happen to be "imperative"? – the few backend devs I know who at least sort of vibe with CSS are all used to declarative programming. I think that might be at least one of the reasons?