Live data from Hacker News

Viewing profile — groos

groos

HN member
Joined
Wed, Nov 11, 2020, 12:05 AM UTC
HN karma
454
Public activity
171 items

About groos

No profile information was provided.

Recent public activity

  1. comment
    Comment #49224571

    This is a bad take. When the stste is either unable or unwilling to offer security, what is the alternative? The 'vigilantes' are doing the honorable thing, protecting their commun…

  2. comment
    Comment #49051878

    Have LLMs produced something novel like Cantor's diagonalization procedure once was? Come up with new concepts like set theory once was and axiomatized it? Is there any indication …

  3. comment
    Comment #48986859

    I read through most of the article but didn't see motion sensors mentioned. A lot of suburban streetlights are lighting up empty streets at night. With a combination of motion sens…

  4. comment
    Comment #48953223

    35 years ago I had to program a Z80 by "assembling" programs by hand and punching hexcodes into a board. This was made easier by writing an assembler for it. This was my way into t…

  5. comment
    Comment #48769179

    As an ex C++ compiler developer, I heartily approve of this project. Kudos.

  6. comment
    Comment #48739230

    Love this site! Well done!

  7. comment
    Comment #48701582

    How many people visited the site expecting program UI menus?

  8. comment
    Comment #48692562

    Not really as large capacity capacitors (this one seems to be 4V) tend to be low voltage as well. You can touch the terminals without harm but attempting to short them is going to …

  9. comment
    Comment #48677529

    Nice but pricey with a restrictive license.

  10. comment
    Comment #48662697

    I call all these new fonts monofonts, mono in the sense of monoculture. Aesthetics practically indistinguishable from each other. Give me one of the IBM Selectric fonts in a modern…

  11. comment
    Comment #48589955

    ~50 years of distributed systems research and this is a problem we still have to deal with today. Sad!

  12. comment
    Comment #48548384

    Every country? No. Every European country? Yes.

  13. comment
    Comment #48548044

    They can ban immigration from the third world all they want but at some point, they'll have to confront the economic reality of a 1.42/couple fertility rate. https://en.wikipedia.o…

  14. comment
    Comment #48547760

    [flagged]

  15. comment
    Comment #48464976

    It was a supergiant, hence died at a young age, and unlikely to have evolved life of any kind in its system.

  16. comment
    Comment #48052930

    Again, note that I said "work through" and not "read". Reading code is shallow. Debugging it, modifying it, inserting diagnostic code, etc. is not.

  17. comment
    Comment #48049779

    'People' in this case were Don Knuth (TeX) and Leslie Lamport (LaTeX). Both are Turing Award winners.

  18. comment
    Comment #48049482

    You missed the point - understanding comes from working through the code, not just reading it. This is nothing new: nobody has learned or done new mathematics or physics or whateve…

  19. comment
    Comment #48044021

    During the last few months when AI usage was mandated in our team and usage exploded, our team's throughput has barely changed. Now, if this was due to people working 2 hours a day…

  20. comment
    Comment #48043979

    As I am continually amazed at how well Claude 4.7 deals with highly complicated C++ code, I am also becoming painfully aware of the developing situation mentioned in this article: …

  21. comment
    Comment #47926795

    Looks like this would lend itself naturally to sorting algorithm demos.

  22. comment
    Comment #47926782

    A colleague once told me, the difference between software engineering and civil engineering is that they build the same bridge repeatedly while we never build the same thing twice.…

  23. comment
    Comment #47893259

    > How could the first Pascal compiler be compiled if it was written in Pascal, but a Pascal compiler didn't yet exist? Therein lies the magic of bootstrapping a language compiler w…

  24. comment
    Comment #47893235

    Pascal, as defined by Wirth, had no "low level" features. E.g., no control over memory allocation other than the language provided new/dispose, no bit operators, clunky strings of …

  25. comment
    Comment #47879938

    Yes. The answer is yes.