Viewing profile — groos
groos
HN member- Joined
- Wed, Nov 11, 2020, 12:05 AM UTC
- HN karma
- 454
- Public activity
- 171 items
- HN profile
- View on Hacker News ↗
About groos
No profile information was provided.
Recent public activity
-
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…
-
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 …
-
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…
-
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…
-
comment
Comment #48769179
As an ex C++ compiler developer, I heartily approve of this project. Kudos.
-
comment
Comment #48739230
Love this site! Well done!
-
comment
Comment #48701582
How many people visited the site expecting program UI menus?
-
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 …
-
comment
Comment #48677529
Nice but pricey with a restrictive license.
-
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…
-
comment
Comment #48589955
~50 years of distributed systems research and this is a problem we still have to deal with today. Sad!
-
comment
Comment #48548384
Every country? No. Every European country? Yes.
-
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…
-
comment
Comment #48547760
[flagged]
-
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.
-
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.
-
comment
Comment #48049779
'People' in this case were Don Knuth (TeX) and Leslie Lamport (LaTeX). Both are Turing Award winners.
-
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…
-
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…
-
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: …
-
comment
Comment #47926795
Looks like this would lend itself naturally to sorting algorithm demos.
-
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.…
-
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…
-
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 …
-
comment
Comment #47879938
Yes. The answer is yes.