Viewing profile — delifue
delifue
HN member- Joined
- Fri, Aug 16, 2024, 1:19 AM UTC
- HN karma
- 384
- Public activity
- 95 items
- HN profile
- View on Hacker News ↗
About delifue
No profile information was provided.
Recent public activity
-
comment
Comment #49238333
The author says it's "100% accurate and free of hallucinations" but I am sceptical. Although I don't know much about chip production, when I ask LLMs about advanced topics like mem…
-
comment
Comment #46373425
How does static allocation avoid wasting memory? Static memory allocation requires hardcoding an upper limit of size of everything. For example, if you limit each string to be at m…
-
comment
Comment #46371654
Unfortunately web API doesn't yet allow drawing multi-line text in canvas. To draw multi-line text in canvas you need a layouting library
-
comment
Comment #46371634
Many problems in article are specific to old versions of iOS which is only in old versions of iPhone. Most old iPhone users are not potential paying customers. iOS need to be suppo…
-
comment
Comment #46362202
I head that Jane Street use OCaml and said similar thing. Although there are few OCaml developers they are overall better so hiring is easier
-
comment
Comment #46361946
Key sentence Because you weren’t suffering from too much work, you were suffering from too little truly important work.
-
comment
Comment #46361579
Not being able to store mutable ref in other type reduces expressiveness. The doc already mentions it cannot allow Iterator that doesn't consume container https://github.com/rue-la…
-
comment
Comment #46361501
Modern large productivity software (including IDE) are often "fragile". Sometimes some configuration is wrong and it behave wrongly but you don't know which configuration. Sometime…
- comment
-
comment
Comment #46310639
There is nuance distinction between "fundamentally work faster" and "being pushed to work faster". The first is what to optimize. The second "being pushed to work faster" often pro…
-
comment
Comment #46297489
This reminds of me Makimoto’s Wave: https://semiengineering.com/knowledge_centers/standards-laws... There is a constant cycle between domain-specific hardware-hardcoded-algorithm d…
-
comment
Comment #46285219
I put some article content to Pangram. Pangram says it's AI https://www.pangram.com/history/282d7e59-ab4b-417c-9862-10d6... The author's writing style is really similar to AI. AI a…
-
comment
Comment #46241328
The overuse of emoji make me suspect it's AI. I plugged first paragraph into pangram and result is 100% AI. https://www.pangram.com/history/30310094-f54b-4e74-8d68-e4c9...
-
comment
Comment #46240002
It's probably KPI-driven. Devs are punished by any visible error. So dev hides errors.
-
comment
Comment #46239862
It's also possible that OpenAI use many human-generated similar-to-ARC data to train (semi-cheating). OpenAI has enough incentive to fake high score. Without fully disclosing train…
-
comment
Comment #46239839
Once a metric becomes optimization target, it ceases to become good metric.
-
comment
Comment #46239788
React server component is frontend's attempt of "eating" backend. On the contrary, HTMX is the attempt of backend "eating" frontend. HTMX preserves the boundary between client and …
-
comment
Comment #46239762
Any attempt that blurs boundary between client and server is unsafe.
-
comment
Comment #46200407
Egison is a pattern-matching-oriented language https://www.egison.org/
-
comment
Comment #46142961
All mistakes can be blamed to "carelessness". This doesn't change the fact that some designs are more error-prone and more unsafe.
-
comment
Comment #46029318
The biggest value of Rust is to avoid heisenbug https://en.wikipedia.org/wiki/Heisenbug Memory safety and thread safety are causes of heisenbugs. However there are other causes. Ru…
-
comment
Comment #46000333
Maybe the AI feeling is illusion because you already know it's AI-generated, just confirmation bias. Like wine tastes better after knowing it's expensive. In real world AI-generate…
-
comment
Comment #45950252
A nitpick about website: the top progress bar is kind of distracting (high-constrast color with animation). It's also unnecessary because there is already scrollbar on the right si…
- comment
-
comment
Comment #45755522
The "diskless" is actually replacing disk with S3