Live data from Hacker News

Viewing profile — quic5

quic5

HN member
Joined
Sat, Feb 26, 2022, 2:19 PM UTC
HN karma
100
Public activity
30 items

About quic5

No profile information was provided.

Recent public activity

  1. comment
    Comment #39225708

    > At its core, Juno uses the YouTube website itself. No, not scraped. It presents the website as you would load it, but similar to how browser extensions work, it tweaks the themin…

  2. story
  3. comment
    Comment #38989390

    From the README > Yes, that is 4 pairs of --s. This is because Bun will pass the first pair to another bun run command, the second will go to tauri dev, the third will go to vite d…

  4. comment
    Comment #37990701

    You're right we should (ab)use another unicode code point to indicate that this text was scanned using an OCR app /s

  5. comment
    Comment #37681474

    It’s still MIT licensed right? Seems like we need a Vscodium for Insomnia

  6. comment
    Comment #37554584

    I attempted to delete my Wasmer account a week ago. The button just prompted me to send an email, so I did that, but didn't get response since. Any idea how to enforce GDPR here?

  7. comment
    Comment #37219745

    Digging through the source I've found https://github.com/cotes2020/jekyll-theme-chirpy

  8. comment
    Comment #36996663

    That is absolutely true. But but you can write memory-bug-free code in Zig but you cannot prevent heap allocations in most of the languages listed in the article, making it outrigh…

  9. comment
    Comment #36996611

    I don't believe there ever was support for macOS on 32-bit ARM.

  10. comment
    Comment #36996595

    That totally misses the point of quality software. What good is memory safety if you medical device crashes because of an out of memory error? What I'm trying to say: There are use…

  11. comment
    Comment #36890198

    Happens a lot with Zig's builtin functions: See https://github.com/ziglang/zig/issues?q=is%3Aissue+mentions%... for example

  12. comment
    Comment #36847921

    > Human beings need spiritual experiences That is debatable. Spiritual explanations are just easier and we humans are lazy

  13. comment
    Comment #36759623

    But there aren’t any guarantees that the file the source map points to is actually the source, right?

  14. comment
    Comment #36628315

    Apple already has recent street view of Germany and nobody cared.

  15. comment
    Comment #36578141

    Not all that useful but fun: you can implement swizzling with comptime

  16. comment
    Comment #36577899

    A good api (like std.debug.print for example) can implement nice compile errors that fail early with readable messages manually at comptime. Still not as convenient as traits thoug…

  17. comment
    Comment #36244996

    > Observation: Separating Safari and Web App allows both to run independently. You can open a Web app without opening Safari, you can close Safari without all web apps closing.

  18. comment
    Comment #36124803

    The biggest bottleneck in Zig's case is LLVM. That's why they implement fast alternative backends for development. See: https://kristoff.it/blog/zig-new-relationship-llvm/

  19. comment
    Comment #35339534

    All because of a single German political party that will struggle to get the required 5% next term. Kinda crazy

  20. comment
    Comment #35258854

    Honestly most bad abstraction come from authors thinking they're geniuses (in that moment)

  21. comment
    Comment #35118842

    https://archive.ph/pgsOL

  22. comment
    Comment #35048857

    Having spent countless hours in Cities: Skylines I’m a bit worried that I haven’t spotted a single form of public transport nor more bike infrastructure than a painted bike lane. I…

  23. comment
    Comment #35009749

    Yeah because wanting basic human rights is just something "the West" wants

  24. comment
  25. comment
    Comment #34957445

    The print function is implemented in the std library[1] not the compiler and Zig does not have varargs [1] https://github.com/ziglang/zig/blob/f6c934677315665c140151b8...