Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zendist
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
zendist
4mo ago
> 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 that my colleagues which have bought into model-first
2.
▲
by
zendist
4mo ago
Ahead of their time ;-D
3.
▲
by
zendist
5mo ago
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 obviously rejects those claims, but the rest of the w
4.
▲
by
zendist
6mo ago
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, PEOPLE!
5.
▲
by
zendist
6mo ago
Regardless. You should still respect robots.txt..
6.
▲
by
zendist
6mo ago
Regardless. You should still respect robots.txt..
7.
▲
by
zendist
7mo ago
Source?
8.
▲
by
zendist
7mo ago
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 SIM phones apparently became a thing that same year: h
9.
▲
by
zendist
1y ago
Weird.
10.
▲
by
zendist
1y ago
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 similar.
11.
▲
by
zendist
1y ago
There are many overlaps with SolidJS. How is this project different, ignoring the obvious; that you don't support JSX.
12.
▲
by
zendist
2y ago
This reminds me a bit of MSFTs Kusto language. Such an immensely useful way to slice and dice large amounts of structured data.
13.
▲
by
zendist
2y ago
This is false. GDPR is not ignored, I can tell you that much.
14.
▲
by
zendist
2y ago
If you were to build a library like `rill` in the Go-way, what would your Batch API usage look like?
15.
▲
by
zendist
2y ago
How in the world did they come up with the obfuscated code for this? Surely they must be using a tool?
16.
▲
by
zendist
2y ago
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.).
17.
▲
by
zendist
2y ago
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"?
18.
▲
by
zendist
2y ago
Same as https://www.theverge.com/2024/7/30/24209650/openai-chatgpt-a... ? I don't have Twitter, so I'm not 100p sure.
19.
▲
by
zendist
2y ago
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.
20.
▲
by
zendist
2y ago
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 almost always a bad idea. More often than not, I later find
21.
▲
by
zendist
3y ago
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...
22.
▲
by
zendist
3y ago
This one? https://www.lua.org/doc/cacm2018.pdf
23.
▲
by
zendist
4y ago
.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 devs who build the std lib.
24.
▲
by
zendist
4y ago
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 perspective, they're orthogonal products, si
25.
▲
by
zendist
4y ago
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!
26.
▲
by
zendist
6y ago
I had great use of Docker even in my personal RPI projects, as Python modules can be difficult to get compiled and in a usable state on raw Raspbian. In projects at work I personally only recommend Docker when we need Hyper-V isolation or K