Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ollien
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ollien
5d ago
Hug of death? Archives don't have it either
2.
▲
by
ollien
2mo ago
Very cool! I only skimmed Section 4 a bit, but that's really cool! I was going to ask how the web UIs possibly work if the location is indistinguishable, but I went to the Google Find Hub, and it appears you can't view the locatio
3.
▲
by
ollien
2mo ago
It's interesting to me that other trackers have end-to-end encryption. I wouldn't have expected it but makes sense for the threat model. > Providerslike Apple and Google achieve location indistinguishability by end-to-end encry
4.
▲
by
ollien
3mo ago
If the author is reading this, the hyperlink to the book in the first paragraph is broken. Looks like it's attempting to direct you to an absolute url that was meant to be relative. <a href="https://books/f
5.
▲
by
ollien
4mo ago
I've struggled with this "responsibility" take. What does it mean in the context of an open source project? As far as I understand it, the original contributors of bugs are often not the ones fixing them (though they can be).
6.
▲
by
ollien
4mo ago
When the goal is "the funniest way", I think that's a hit :)
7.
▲
by
ollien
4mo ago
I don't think it's an abuse, RFC9110 defines 414 as a response for "refusing to service the request because the target URI is longer than the server is willing to interpret". Since adding a query string involves only add
8.
▲
by
ollien
5mo ago
I've never been in the position that I've had to deal with this. Is the best you can do in this situation to pull the files and optionally republish them to a robots.txt'd path (with authn/z, too)? I can't imagine y
9.
▲
by
ollien
6mo ago
I've been waiting for something like this to come along. I keep hearing people say LLMs are a new abstraction layer, and I fundamentally disagree. We don't commit our compiled machine code, we commit our C. Yet, with LLMs, we comm
10.
▲
by
ollien
6mo ago
As far as I'm aware, Pyroscope itself is not a profiler, but a place you can send/query profiles. OpenTelemtry is releasing a profiler, so they don't compare. One can be used with the other.
11.
▲
by
ollien
6mo ago
Very excited for this. We've used the Elixir version of this at $WORK a handful of times and have found it exceptionally useful.
12.
▲
by
ollien
8mo ago
Not sure how I feel about transcripts. Ultimately I do my best to make any contributions I make high quality, and that means taking time to polish things. Exposing the tangled mess of my thought process leading up to that either means I hav
13.
▲
by
ollien
8mo ago
I don't love the concept, but I do wonder if it could be improved by using a skill that packages and install script, and context for troubleshooting. That way you have the benefits of using an install script, and at least a way to prov
14.
▲
by
ollien
8mo ago
Yep yep, makes sense. I was thinking about it running in headless mode (i.e. with --listen)
15.
▲
by
ollien
8mo ago
> Neovim’s server defaults to named pipes or domain sockets, which do not have this issue. The documentation states that the TCP option is insecure. Good note on pipes / domain sockets, but it doesn't appear there's a &quo
16.
▲
by
ollien
8mo ago
A coworker raised an interesting point to me. The CORS fix removes exploitation by arbitrary websites (but obviously allows full access from the opencode domain), but let's take that piece out for a second... What's the difference
17.
▲
by
ollien
8mo ago
I'm not very familiar with this layer of things; what does it mean for a GPU to drive a boot sequence? Is there something massively parallel that is well suited for the GPU?
18.
▲
by
ollien
11mo ago
It's even recognized by the Library of Congress! https://www.loc.gov/static/programs/national-recording-prese...
19.
▲
by
ollien
1y ago
This might be what finally gets me to ditch my i3+xfce setup. Anyone done a similar transition?
20.
▲
by
ollien
1y ago
It is important to remember that CPUs scale their turbo with thermals. It's not a matter of needing to turn turbo on and off
21.
▲
by
ollien
1y ago
> The small coolers used by them are not recommended by Noctua for 9950X Noctua's CPU compatibility page lists the NH-U9s as "medium turbo/overclocking headroom" for the 9950X [0]. I don't think it's fair to
22.
▲
by
ollien
1y ago
As in, Gemini users are interested in Tailwind? Is this suggesting that Gemini is suggesting tailwind, and people are using it? It's very weird
23.
▲
by
ollien
1y ago
Can anyone make sense of the sankey chart under "Developers at all levels are exploring the evolving AI landscape through Stack Overflow"? How does "Large Language Model" flow into "Tailwind CSS 4"?
24.
▲
by
ollien
1y ago
I'm a bit uneducated here - why was the other 1.1.1.0/24 announcement previously suppressed? Did it just express a high enough cost that no one took it on compared to the CF announcement?
25.
▲
by
ollien
1y ago
We're agreeing. I'm saying that in a pre-LLM world, no one would do that, so we shouldn't do it here.
26.
▲
by
ollien
1y ago
Yes, sorry :) Yeah, that makes sense if you have full control over the agent implementation. Hopefully tools like Cursor will enable such "sandboxing" (so to speak) going forward
27.
▲
by
ollien
1y ago
Where would you insert the second LLM to mitigate the problem in OP? I don't see where you would.
28.
▲
by
ollien
1y ago
I'll be honest -- I'm not sure. I don't fully understand LLMs enough to give a decisive answer. My cop-out answer would be "non-determinism", but I would love a more complete one.
29.
▲
by
ollien
1y ago
Heh - I hope I didn't suggest that you _should_ use eval in production. It's a catastrophically bad idea due to the unchecked power. You do raise a good point that this is effectively eval, but I would also imagine that no develop
30.
▲
by
ollien
1y ago
We're agreeing, here. I'm in fact suggesting you _shouldn't_ use the output from your database as input.
More ›