Live data from Hacker News

Viewing profile — 0xdeaddeaf

0xdeaddeaf

HN member
Joined
Mon, Mar 22, 2021, 4:00 AM UTC
HN karma
1
Public activity
10 items

About 0xdeaddeaf

No profile information was provided.

Recent public activity

  1. comment
    Comment #26889874

    Talking about flagged posts: why are they so hard to read? If I don't want to read a flagged post, I simply won't read it. Why are you forcing me to not read it by coloring it that…

  2. comment
    Comment #26878107

    Have they fixed SSD wear issue yet?

  3. comment
    Comment #26791843

    You clearly haven’t met Haskell or Rust programmers.

  4. comment
    Comment #26737763

    You may think putting C++ and Rust in the same category against C will make your comment a bit more popular. But the reality is Rust people cringe at C++ code a lot more.

  5. comment
    Comment #26737305

    Yup. C bad, Rust good. It's not like NASA sent a rover, written almost fully in C, to Mars. It's not like billions of cars and even more billions of their ECUs are written in C. It…

  6. comment
    Comment #26676255

    I decided to use Go for a medium sized CLI app at work. It took me about 2 days to get proficient enough to write the whole thing without googling for every line.

  7. comment
    Comment #26654975

    Doesn't that only work on Reddit?

  8. comment
    Comment #26602797

    I'd call Mars Rovers, especially the one recently sent, pretty "complex" or "modern". All of its software is C. So I'll simply call bullshit on anyone telling me "it's not possible…

  9. comment
    Comment #26587820

    You may find some inspiration for improvements from this project: https://github.com/antirez/sds

  10. comment
    Comment #26551506

    > A language that lets you write unsafe code is an unsafe language. Rust lets you write unsafe code, and as a matter of fact people are using unsafe abundantly.