Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BA
Posts
2
Comments
437
Joined
2 yr. ago
  • I think that's fine; I don't usually orphan background jobs, but I do relatively often have reason to have them while I do something else. And relying on pueue for more complex uses seems more than reasonable.

  • I didn't realize Nu had gotten any form of job control; that was one of the limitations that forced me back to a traditional shell last time I tried it.

    Looks like they're still making frequent breaking changes, though, which was another thing I found difficult to manage.

  • Pain

  • There are definitely more experienced programmers using it. I can't find the post at the moment, but there was a recent-ish blog post citing a bunch of examples. [edit: found it: https://registerspill.thorstenball.com/p/they-all-use-it ]

    Personally, I don't use AI much, but I do occasionally experiment with it (for instance, I recently gave Claude Sonnet the same live-coding interview I give candidates for my team; it...did worse than I expected, tbh). The experimenting is sufficient for me to recognize these phrases.

  • Probably moreso for expressing the opinion so strongly without actually knowing any of the three languages.

    Edit: I'm just guessing why a different comment got downvotes. Why am I getting downvotes?

  • If you mean the box at the top, with "Larger Text", "Default", and "More Space", mouse-over shows a resolution spec. Is it actually just scaling "as if" the screen had the given resolution?

    Even so, I can understand how a Mac user would be confused by this and expect the equivalent feature in a different OS to be called "resolution".

  • Based on the headline, they've probably maladapted to Mac OS, which doesn't actually have a scaling setting.

    (This is somewhat baffling to me, since Apple clearly cares a lot about their display hardware and about having good screen resolution.)

  • Programmer Humor @programming.dev
    BatmanAoD @programming.dev

    Small Data (a new KRAZAM video)

    Rust @programming.dev
    BatmanAoD @programming.dev

    Who's working on a "smaller Rust"?

    Almost five years ago, Saoirse "boats" wrote "Notes on a smaller Rust", and a year after that, revisited the idea.

    The basic idea is a language that is highly inspired by Rust but doesn't have the strict constraint of being a "systems" language in the vein of C and C++; in particular, it can have a nontrivial (or "thick") runtime and doesn't need to limit itself to "zero-cost" abstractions.

    What languages are being designed that fit this description? I've seen a few scripting languages written in Rust on GitHub, but none of them have been very active. I also recently learned about Hylo, which does have some ideas that I think are promising, but it seems too syntactically alien to really be a "smaller Rust."

    Edit to add: I think Graydon Hoare's post about language design choices he would have preferred for Rust also sheds some l