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/)F
Posts
2
Comments
1234
Joined
3 yr. ago

  • Obviously Codium also wouldn't exist without VSCode.

  • Google does basically the same with Android. It's the standard way of locking you into a free "open" standard platform.

    Definitely annoying but IMO the trade-off is worth it. Would you rather VSCode didn't exist at all? Because that's the alternative.

  • It is hard, but what's the alternative? Does Linux want to be comically insecure forever?

    I know Linus doesn't really care about security so it's kind of surprising that he is on board with Rust!

  • I'm pretty sure Lisp and Forth are simpler than C.

  • He did call it a "shiny language of the day". That's criticism. He's saying the popularity of Rust is due to temporary hype rather than because it is intrinsically good.

  • C is simpler in the way that a motorbike is simpler than a car. Simplicity isn't the only criterion or we would write everything in assembly which is really simple.

  • it is wise to stick with old and tested.

    You mean old and known to cause endless security vulnerabilities.

  • His point could be valid, if C was working fine and Rust didn't fix it. But C isn't working fine and Rust is the first actual solution we've ever had.

    He's just an old man saying we can't have cars on the road because they'll scare the horses.

  • His comment should be read as “I don’t get the borrow checker”.

    That's not what he wrote.

  • It's not because people are sensitive, it's because Rust gets a lot of dumb criticism and people are tired of it.

  • I agree. Maybe Rust should make crates automatically re-export dependencies if any of that dependency's types are publicly exposed.

  • Small nit:

    CHERI is even weirder. CHERI pointers store 128-bit capabilities in addition to the 64-bit address we’re used to

    The 128-bit capability (actually 129 since there's a tag bit) includes the address. It's 64-bit address + 64-bit metadata + 1-bit tag = 129-bit capability.

  • Before virtual memory was a thing, almost all memory was accessible.

    Virtual memory has nothing to do with whether 0 is a valid address. You can have a CPU where it is valid, or one where it isn't and you'll get an access fault if you try to access it. You can also have virtual memory where page 0 is mappable, or not.

    I think the author knew that, based on the later points so it's probably just bad wording. Interesting point about wasm too!

  • Pff it's not like Linux has perfect WiFi either. I set my WiFi to auto connect to a VPN, and then delete the VPN later. That caused WiFi to always fail with no error messages except some incomprehensible deauth message in dmesg! Good luck figuring that out.

  • This totally might be true, but the fact that he got as far as measuring the same latency on X and Wayland... and then just gave up and is like "well never mind what the measurements say, it's definitely Wayland"... Hmm.

    You gotta do the measurements. It's probably not even that hard, all you need is a USB mouse emulator (any microcontroller with USB peripheral support can do this and there are tons of examples) and a photodiode.

    You don't even need to worry about display latency if you are just comparing X with Wayland.

  • Yeah I just took a look at it. First thing I did was click on the "source" tab on a repo. That actually makes the source tab disappear? Clearly not designed by anyone who has any experience designing sane UI.

    I think Gitlab and Forgejo are better options, and not run by a creep. Forgejo is similarly fast and actually has a sane UI. The tabs don't disappear!

  • Yeah, no.

  • Right but it isn't "the basics of how a computer works" that drives people to learn programming is it?

    Nobody says "aha, now that I know what Giles and folders are I will become a programmer".

    People become programmers for other reasons:

    • They want to make something (e.g. a game).
    • They are naturally interested in computers.
    • Money.
  • nibbles.bas, a classic. I wonder if you can pay it online.