Viewing profile — munchler
munchler
HN member- Joined
- Sun, Jul 25, 2021, 12:55 AM UTC
- HN karma
- 4,132
- Public activity
- 1,000 items
- HN profile
- View on Hacker News ↗
About munchler
No profile information was provided.
Recent public activity
-
comment
Comment #49185828
Thank you. The OP's article is clearly AI-written.
-
comment
Comment #49150920
It's not about immature people being unable to separate art from artist because it's difficult. The issue is whether it's the right thing to do. I feel pretty confident that I coul…
-
comment
Comment #49145177
https://fstar-lang.org/tutorial/
-
comment
Comment #49064793
The flip side is that we currently put programs into production without understanding how they will behave in those edge cases. If you're lucky, they crash and then restart cleanly…
-
comment
Comment #49053982
Thank you for this. I probably don't have higher standards, but I do have way fewer than a million users!
-
comment
Comment #49051250
Thank you for this explanation. It makes sense, but I don't really understand why it has become so popular. Professionally, my experience is that certain software components need t…
-
comment
Comment #49050342
I appreciate the effort and I'm in your target audience, but that document didn't help me. It seems to dive into the details of installing and running k8s without saying much about…
-
comment
Comment #49012028
Nobody knows what anything is going to be worth in 5 years.
-
comment
Comment #48990960
(1989)
-
comment
Comment #48914176
> "This action is irreversible and ensures that your data remains protected." This amounts to "We deleted all your data in order to keep it safe." WTF.
- comment
-
comment
Comment #48854257
> Code is code. It either does the job or doesn't. Surely that is not the only dimension that matters when evaluating software. Maintainability and readability, for example, are cr…
-
comment
Comment #48835880
I love the chatty tone of this utterly dystopian question.
-
comment
Comment #48822919
If AGI is the goal and something like the Singularity is even a remote possibility, the difference between first and second place could be effectively infinite. Given China’s suppr…
-
comment
Comment #48800919
> I can think of exactly one customer in two years who was surprised that software costs money I think you meant "I can think of exactly one customer in two years who was NOT surpr…
-
comment
Comment #48764187
To expand on this a bit, I appreciate some audio overkill because, if I do hear sizzle or distortion, it eliminates one possible reason and helps me figure out what’s actually happ…
-
comment
Comment #48730988
It actually extends to all automation, even before computers. Replacing oxen with tractors? Now you have to keep the tractors running.
-
comment
Comment #48614003
This would create more chaos than any other suggestion so far. Well done.
-
comment
Comment #48559836
> Once AI takes everything it can take, what is left for us? This is a good question, but is perhaps too abstract to address well. I think a better question for right now is: Once …
-
comment
Comment #48529620
As a kid, I liked arithmetic function machines that "magically" force a particular output or allow one to quickly deduce the input from the output. These are usually based on non-o…
-
comment
Comment #48299618
The classic I remember from childhood is the card game "War". Assuming neither player cheats or makes a mistake, the outcome is totally predetermined.
-
comment
Comment #48285284
If, say, a certain version of Claude tends to be better at front-end than back-end work, that can be important for deciding how to use it in the future. Just like when managing hum…
-
comment
Comment #48285210
> Disclose your "AI" tools in a merge request if needed but leave them out of the damn commits, those are for technical information and not for advertising. I think this is very po…
-
comment
Comment #48254444
All types of problems. F# can do almost anything C# can do and with less ceremony. The quote I like is that once you get comfortable with F#, switching back to C# is like "having t…
-
comment
Comment #48253038
Yes, all that stuff. I try to stick to F# where no special syntax is required for missing values (via Option ).