Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
d0liver
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
d0liver
1mo ago
You seem to be misunderstanding the premise of the statement. Go write, "print 'foo';" and copy and paste that statement one hundred thousand times. Congratulations, you just wrote one hundred thousand lines of functioni
2.
▲
by
d0liver
3mo ago
If, by your definition of understanding, you can understand something without knowing how it works, then what would be the point in understanding it? Your argument underscores the fact that understanding exists on a spectrum and that deep u
3.
▲
by
d0liver
3mo ago
What if I told you that understanding what it is doing and finding bugs is actually the same problem?
4.
▲
by
d0liver
3mo ago
I think you just made some strong arguments for classifying them as gatekeepers. The idea, like you said, is to make it so that competitors can enter the market and pick up the slack in areas where AWS and Azure are dropping the ball.
5.
▲
by
d0liver
4mo ago
In other words, for the primary uses of search things have gotten much worse, but some workarounds still exist.
6.
▲
by
d0liver
4mo ago
> software was already in a horrible state before AI, so your dichotomy doesn't work. It depends on the software. But, generally speaking, I try to use and write the best software available that solves my problem, even if it's
7.
▲
by
d0liver
4mo ago
I would much rather have software that works but lacks accessibility features than software that's broken but also has some broken accessibility features sprinkled in. The former is useful to many people, while the latter is useful to
8.
▲
by
d0liver
4mo ago
What makes you say that AI is not going anywhere? I hear this overwhelmingly, "AI is here to stay", as if y'all are so caught up in the movement that you've started taking that conclusion as being the axiom. TBH, it feel
9.
▲
by
d0liver
4mo ago
Getting people into coding is both cool and also not specific to AI.
10.
▲
by
d0liver
4mo ago
Gross .
11.
▲
by
d0liver
5mo ago
This isn't a JS specific issue.
12.
▲
by
d0liver
5mo ago
"If you travelled back in time, the coastline itself would be unrecognisable to modern eyes. In the Jurassic Period, most of what later became Britain was under the sea, apart from Scotland, East Anglia and a series of small islands in
13.
▲
by
d0liver
5mo ago
It's clear that the article is mostly talking about the reader's ability to interpret figuratively, regardless of the specific reference. However, I'm not even sure it's a biblical reference, because I think dinosaurs ar
14.
▲
by
d0liver
5mo ago
> if all the water left, it could be dry like a desert too This is just a contextual interpretation thing. It's clear that's not what he means because he says it's muddy, so it must be the other thing. Also, it becoming a
15.
▲
by
d0liver
5mo ago
Someone saying they vibe coded a thing is like them saying they were hammered when they wrote it. Maybe they did a great job, but probably not; it's definitely cause for concern.
16.
▲
by
d0liver
5mo ago
Unnecessary access isn't a solveable problem. In order to restrict permissions to exactly what a program needs, in general, you'd have to define exactly what a program does. In other words, you'd need to rewrite the program w
17.
▲
by
d0liver
6mo ago
My impression was that it's next gen because it's using Rust on WASM as opposed to something that compiles to JavaScript. However, I could be wrong. There's a small semantic difference between "next gen Rust web UI libra
18.
▲
by
d0liver
6mo ago
I think that's kind of the point though: AI is the sand, but it's the rocks that hold all of the value; the further you get away from using AI the more real value you obtain. Like, a few of the rocks have gold deposits in them, an
19.
▲
by
d0liver
7mo ago
IIRC, you can do git branch -D $(git branch) and git will refuse to delete your current branch. Kind of the lazy way. I never work off of master/main, and usually when I need to look at them I checkout the remote branches instead.
20.
▲
by
d0liver
7mo ago
This issue exists with the parsed case, too. If you're using a database to store data, then the lifecycle of that data is in question as soon as it's used outside of a transaction. We know that external systems provide certain gua
21.
▲
by
d0liver
7mo ago
I think, more generally, "push effects to the edges" which includes validation effects like reporting errors or crashing the program. If you, hypothetically, kept all of your runtime data in a big blob, but validated its structure
22.
▲
by
d0liver
7mo ago
> As I understood it the trick was effectively to dump the full public API documentation of one of those services into their agent harness and have it build an imitation of that API, as a self-contained Go binary. They could then have it
23.
▲
by
d0liver
8mo ago
Definition one on Merriam Webster is, "To make into a product suitable for use." This is what I thought you meant, because cost of production is what it costs to forego buying something. IMO, that's the cost you really want t
24.
▲
by
d0liver
8mo ago
If the tool is saving you a large chunk of time, then why does it matter what's happening in another industry? We seem to be losing a really simple thread here: Pay for things because they present more value to you than you're giv
25.
▲
by
d0liver
8mo ago
I assumed that they meant "cost of production", since that's what you give to keep your money, so that includes 0->1. But if what they meant is what you said then I'd say that the cost of 0->1 is not somehow less i
26.
▲
by
d0liver
8mo ago
> Manufacturing costs are zero No. The fact that you built something yourself doesn't make it free to produce. More over, you __won't__. You simply cannot build all of the things that you could buy at scale. What if you had to
27.
▲
Ensure correctness by changing when the first failure occurs
(doliver.org)
2 points
by
d0liver
8mo ago
|
0 comments
28.
▲
by
d0liver
8mo ago
How do you know that it's actually faster than if you'd just written it yourself? I think the review and iteration part _is_ the work, and the fact that you started from something generated by an LLM doesn't actually speed th
29.
▲
by
d0liver
8mo ago
Yes, but then the study result should be, "AI correctly identifies 100% of breast cancers in study" If we're saying there was a discrepancy and we're saying that all of the patients had cancer, then it would seem that th
30.
▲
by
d0liver
8mo ago
> there were zero false negatives Wouldn't this mean that AI identitied them all has having cancer?
More ›