Viewing profile — thefaux
thefaux
HN member- Joined
- Fri, Sep 04, 2020, 5:05 PM UTC
- HN karma
- 1,016
- Public activity
- 373 items
- HN profile
- View on Hacker News ↗
About thefaux
No profile information was provided.
Recent public activity
-
comment
Comment #49246137
On scala, I think there were several factors that led to it stalling out in the mid to late aughts. I am not convinced the community was the root cause. I think more significant wa…
-
comment
Comment #49087883
There is something that I don't fully understand about this design: why are they insisting on building a giant binary for debug builds that contains all of the code? From my perspe…
-
comment
Comment #47781451
Syntax and semantics are never orthogonal and you always need syntax so it must be considered from the start. Any reasonable syntax will quickly become much more pleasant to genera…
-
comment
Comment #47588995
Cold-blooded cost/benefit analysis is an abdication of moral reasoning and responsibility. There is no such thing as an abstract life, only concrete realizations. What if the victi…
-
comment
Comment #47535839
I have written a compiler for a language at more or less this abstraction level. It provides access to 16 general purpose registers and a set of virtual instructions that operate o…
-
comment
Comment #47420384
> Why would anyone create a new language now? The existing ones are "good enough", and without a body of examples for LLMs to train on, a new language has little chance getting tra…
-
comment
Comment #47139817
It is interesting though that he evidently didn't notice this 2.5X productivity increase until you pointed it out to him.
-
comment
Comment #46835916
Just because it is small doesn't mean that it isn't important.
-
comment
Comment #46812616
The lead maintainer of sbt does it as a labor of love. I am very curious if he actually will be receiving any money.
-
comment
Comment #46799239
The examples that you and others provide are always fundamentally uninteresting to me. Many, if not most, are some variant of a CRUD application. I have yet seen a single ai genera…
-
comment
Comment #46718146
This feels like it conflates problem solving with the production of artifacts. It seems highly possible to me that the explosion of ai generated code is ultimately creating more pr…
-
comment
Comment #46528107
I do see this as a bad thing and an abdication of taking responsibility for one's own life. As was recently put to me after the sudden death of a friend's father (who lived an unus…
-
comment
Comment #46527751
At the end of life, Maslow became convinced that self-transcendence was the pinnacle of the hierarchy. Strong identification with work will not get one to that final step. I am not…
-
comment
Comment #46513950
I truly believe that the cult of c performance optimization has done more harm than good. It is truly evil to try and infer, or even worse, silently override programmer intent. Man…
-
comment
Comment #46500632
Honestly, I found this piece depressing. Life is too short and precious to waste on crappy software. So often the question ai related pieces ask is "can ai do X?" when by far the m…
-
comment
Comment #46485294
Sure, but I prefer to work on projects that are fundamentally sound and high impact. Indeed, I have certainly noticed a pattern that very often ai enthusiasts exalt its capabilitie…
-
comment
Comment #46445774
> Try a GraalVM native image. Milliseconds. Gone. Try building a GraalVM native image. Minutes gone.
-
comment
Comment #46415959
This logic is both too broad and rigid to be of much practical use[1]. It needs to be tightened to compare languages that are identical except for static type checks, otherwise the…
-
comment
Comment #46385336
Sometimes someone genuinely has a clear vision that is superior to the status quo and is capable of executing it, improving quality, performance and maintainability. The challenge …
-
comment
Comment #46368916
I had a roommate who failed out of college because he was addicted to Everquest (yes, Everquest, and yes I am middle-aged). Your last paragraph is barely even hyperbolic. Do you th…
-
comment
Comment #46350398
1 Judge not, that ye be not judged. 2 For with what judgment ye judge, ye shall be judged: and with what measure ye mete, it shall be measured to you again. 3 And why beholdest tho…
-
comment
Comment #46279263
The canonical western text is Richard Wilhelm's german interpretation, translated to english by Cary Baynes. This site has the hexagram descriptions from that translation: https://…
-
comment
Comment #46256770
In the medium to long term, if LLMs are unable to easily learn new languages and remap the knowledge they gained from training on different languages, then they will have failed in…
-
comment
Comment #46255641
The intelligence and benevolence of many marine mammals is vastly under appreciated.
-
comment
Comment #46238603
As impressive as this analysis is by the compiler, I shudder to think how much time the compiler spends doing these kinds of optimizations. In my opinion, a better architecture wou…