Live data from Hacker News

Viewing profile — overfl0w

overfl0w

HN member
Joined
Tue, Apr 14, 2020, 1:37 PM UTC
HN karma
40
Public activity
22 items

About overfl0w

No profile information was provided.

Recent public activity

  1. comment
    Comment #44656333

    It's unbelievable that the average human being has access to the lectures of some of the best universities in the world for free. 31 hours of in-depth mathematics by some of the be…

  2. comment
  3. comment
    Comment #44156790

    This reminds me of Asimov's Jokester story where the same themes are explored - there is an all-knowing computer but someone needs to ask the correct questions. "Early in the histo…

  4. comment
    Comment #43946914

    This fallacy also assumes that free will exists (it does not) and you could have made different choices (you couldn't have). Accepting that your choices are not free and are influe…

  5. comment
    Comment #42610106

    The bug in question was a out of bounds writing to a stack allocated buffer. The compiler would choose to store some variables to registers for optimization purposes. When calling …

  6. comment
    Comment #42609785

    Those are the kind of bugs one remembers for life.

  7. comment
    Comment #42609762

    And then there are those rare cases where inserting a print or a new condition to use for conditional breakpoint forces the compiler to output slightly different code which does no…

  8. comment
    Comment #41719241

    This sketch is a gem, I liked it! It is absolutely correct - people can and will divide if this is their goal. Sadly this mass social disintegration on all levels affects negativel…

  9. comment
    Comment #41711084

    That's not quite true though. Developers, contributors and financial supporters have been banned. "In a particularly peculiar move, a "Titanium Level" financial supporter of Godot …

  10. comment
    Comment #41711012

    In my opinion politics should stay out of software but sadly it gets harder and harder every day. In any case - banning people (some of them contributors and developers) from all p…

  11. comment
  12. story
  13. comment
    Comment #40606820

    Good article, also has references to the glib's source. I've never dived deep into the random() system function before. This is from the man pages: "The random() function should no…

  14. comment
  15. comment
    Comment #30150163

    >In terms of capability, I speculate that the best an attacker can achieve is a sticky, privileged process that accepts arbitrary commands at runtime, which can be used to read the…

  16. comment
    Comment #29866281

    The ranges mentioned are in BGN. Nobody will pay 1.5k - 2.5k EUR to a junior. source: I work there Also this: https://noblehire.io/salary-survey-2021/

  17. comment
    Comment #24069261

    This is why I believe there should be no downvote at all. Or there should be a way to see which posts are the most controversial instead of hiding them. When someone disagrees with…

  18. comment
    Comment #23760988

    Yes, this is it, thank you for providing the source, it was an interesting read.

  19. comment
    Comment #23759067

    Great work! I liked how well the vintage look and the modern core fit. I'm not sure where I read it but it was stated that the Geiger counters which are manufactured after the Cher…

  20. comment
    Comment #23724859

    Sure but they are not in a public git repo and I think the public has the right to see the full story. The police are the easiest target right now but those people who take advanta…

  21. comment
    Comment #23702833

    Now all we need is a similar repo for the looting and memorial vandalism.

  22. comment
    Comment #22865772

    Can memory safety be ensured in the C programming language? By static analysis at compile time for example?