Viewing profile — zendist
zendist
HN member- Joined
- Sun, Jan 31, 2021, 10:37 AM UTC
- HN karma
- 117
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About zendist
No profile information was provided.
Recent public activity
-
comment
Comment #48278521
> models write much better code than humans can What? I think this is either over exaggerating model capabilities or you haven't seen much good code from humans? My experience is t…
-
comment
Comment #48258190
Ahead of their time ;-D
-
comment
Comment #47924947
The goal post keeps moving because LLM hypeists keep saying LLMs are "close" to AGI (or even are, already). Any reasonably intelligent individual that knows anything about LLMs obv…
-
comment
Comment #47583790
Talking about doing it is virtue signaling. Don't just say, do! If you have a popular repository, share news of your migration to drive others to do the same. VOTE WITH YOUR FEET, …
-
comment
Comment #47527499
Regardless. You should still respect robots.txt..
-
comment
Comment #47527497
Regardless. You should still respect robots.txt..
-
comment
Comment #47165987
Source?
-
comment
Comment #47139335
At age ~11, I sent a MSPaint design of a phone with two SIM cards that you could switch between physically on a phone. I sent it to Nokia over email :-D. They didn't respond. Dual …
-
comment
Comment #44520044
Weird.
-
comment
Comment #44079598
The main benefit for me to just know and primarily use mermaid is that it integrates with markdown in Azure DevOps and GitHub seamlessly. No need for a text to image build step or …
-
comment
Comment #43940331
There are many overlaps with SolidJS. How is this project different, ignoring the obvious; that you don't support JSX.
-
comment
Comment #43040770
This reminds me a bit of MSFTs Kusto language. Such an immensely useful way to slice and dice large amounts of structured data.
-
comment
Comment #42426920
This is false. GDPR is not ignored, I can tell you that much.
-
comment
Comment #42238664
If you were to build a library like `rill` in the Go-way, what would your Batch API usage look like?
-
comment
Comment #41904271
How in the world did they come up with the obfuscated code for this? Surely they must be using a tool?
-
comment
Comment #41871937
That's definitely a thing. Additionally, humans are surprisingly friendly in all the wrong ways when it comes to physical security (tailgating, "forgotten ID/credentials", etc.).
-
comment
Comment #41141273
Sorry to anyone having this, that sounds awful. Would we easily know if the inverse phenomenon is happening in the rest of us? We're seeing people "better looking" than "they are"?…
-
comment
Comment #41117049
Same as https://www.theverge.com/2024/7/30/24209650/openai-chatgpt-a... ? I don't have Twitter, so I'm not 100p sure.
-
comment
Comment #41032019
It seems that CloudStrike only parsed and didn't validate, to great effect :-) /s Not saying that this advice isn't solid, just thought it's funny given the news of this week.
-
comment
Comment #40525398
The rule of three[1] also comes to mind and is a hard learned lesson. My brain has a tendency to desire refactoring when I see two similar functions, I want to refactor--it's almos…
-
comment
Comment #38680455
If you were alive in the 80's, it's not the first time ;-) https://en.m.wikipedia.org/wiki/1983_Soviet_nuclear_false_al...
-
comment
Comment #36095422
This one? https://www.lua.org/doc/cacm2018.pdf
-
comment
Comment #34411810
.NET is a strong contender, I would say. The standard library is immensely useful, and many things you may wonder if you need are available as Nuget packages, coming from the same …
-
comment
Comment #33335038
I don't know about that comparison. CoffeeScript transpiled to JavaScript- Kotlin doesn't transpile to Java, it compiles to JVM bytecode. So in a sense, from a tooling and compiler…
-
comment
Comment #33160452
Thrilled to see Jared Parsons of the C# team pitch in and provide some perspective on how things were done for C#5 when a similar change was made. Kudos Jared!