Live data from Hacker News

Viewing profile — iforgot22

iforgot22

HN member
Joined
Thu, Nov 07, 2024, 6:47 PM UTC
HN karma
174
Public activity
261 items

About iforgot22

No profile information was provided.

Recent public activity

  1. comment
    Comment #43060465

    I'm not sure if this is what you meant, but a blockchain doesn't require that every user runs a node. And any "blockchain" application usually involves some off-chain brokers for p…

  2. comment
    Comment #43060445

    HN has more restrictions on downvotes. For instance, I don't even have that button.

  3. comment
    Comment #43060435

    Paywalls would be a lot more impactful to average users than anything that happened on Twitter or Reddit before.

  4. comment
    Comment #43054839

    What constraints are needed? I've used DSLs that are almost Python but not quite, I think because they were hermetic and deterministic. Even those ended up being produced dynamical…

  5. comment
    Comment #43054800

    If you install it 3 times then yeah, but even then, all 3 of them will still work. But I could've sworn the python.org installer set the PATH. If not, that's kinda annoying.

  6. comment
    Comment #43043438

    Can they use pyspark?

  7. comment
    Comment #43043410

    I'm not surprised it's above Rust and Perl, but it's below Dart?! Ouch.

  8. comment
    Comment #43043328

    I cared about programming languages when I was a newcomer. Stopped caring about 10 years ago. They're just tools, each with their own gotchas and different design choices I couldn'…

  9. comment
    Comment #43043249

    So then they need to know toml (Tom's Obvious Minimal Language)? https://github.com/gtk-rs/examples/blob/master/Cargo.toml I don't know what this file says.

  10. comment
    Comment #43043232

    If only Python had the equivalent of npm.

  11. comment
    Comment #43043201

    There are way more people who know Python than Scala, and it's also an easier language to get started with.

  12. comment
    Comment #43043187

    You run into the same problem with config DSLs, except now you're dealing with a DSL. Config is almost never going to be static.

  13. comment
    Comment #43043181

    All a Mac user has needed to do was install from https://www.python.org/downloads/ and then run python3 in the shell. Even if you use MacPorts or brew or conda or whatever, there's…

  14. comment
  15. comment
    Comment #43042737

    XNU apparently stands for "X is not Unix." Well that's confusing.

  16. comment
    Comment #43042715

    Why is this convo about kernels so angry? And macOS isn't even based on a microkernel.

  17. comment
    Comment #43040274

    Apparently Windows XP is the dominant desktop OS in Armenia. They were savvy enough not to go to Vista I guess. (Not that the country is anywhere near large enough to skew global b…

  18. comment
    Comment #43040252

    The number of people who swap CPUs or even pay attention to the "Intel inside" sticker on a PC must be very small.

  19. comment
    Comment #43040175

    Which isn't really going to happen or be noticeable in this case. Yeah GC is slightly slower, but it's like blaming a 10-minute mile on your shoes. SDN or DBMS written in a GC'd la…

  20. comment
    Comment #43039227

    Does it have an option to shut off the dGPU entirely and rely on integrated? Just as a test.

  21. comment
    Comment #43031823

    It's also unfortunate for a lot of heavy JS libs out there that they can't be cached locally anymore, but security is important. One WASM-related case I've actually encountered in …

  22. comment
    Comment #43031554

    There's also a lot of fast software written in Golang. GC has an undeserved bad reputation.

  23. comment
    Comment #43031481

    Modern macOS might be optimized for Apple Silicon CPUs. But even when it was Intel only, there were probably times when Windows was lighter, albeit bad in other ways.

  24. comment
    Comment #43031442

    Sounds a lot like a dedicated GPU is running and heat-throttling the whole thing, since you don't see CPU usage. I wanted to say gaming laptops are a scam, but the older Intel MBPs…

  25. comment
    Comment #43031430

    The renderer isn't going to pause on JS execution or GC.