Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dap
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
dap
12d ago
> So a proxy should block any POST to 20.223.25.152 unless that IP somehow overlaps with ABS. But in that case, there's no reason for the agent to mess with `/etc/hosts` not `--resolve`. The agent could just use `curl` wit
2.
▲
by
dap
12d ago
> In the first case, given what we know, the proxy blocks the POST. How do we know that?
3.
▲
by
dap
13d ago
My interpretation of the above is that the proxy received a request for the IP of the server the agent wants to reach but with a host header pointing to a different, allowed server. The proxy does not verify that they match and so erroneous
4.
▲
by
dap
3mo ago
If your plan is to not review and just have the LLM rewrite if it doesn’t work, it doesn’t sound like the rewrite is gonna be any better.
5.
▲
by
dap
4mo ago
It doesn’t have to be an intentional threat to be worth responding to. One might reasonably think they’d stumbled on an (admittedly poorly executed) attack.
6.
▲
by
dap
4mo ago
Is it a taboo, or is it just reserving specific words to mean specific things and insist everybody be precise about it?
7.
▲
by
dap
4mo ago
This is explicitly mentioned in the article: > Though some have questioned why anyone intending to blow up a plane would broadcast the word bomb, many terrorist acts have relied on the threat of a bomb as leverage during attempted hijack
8.
▲
by
dap
4mo ago
This really depends on context. Sure, if you're responding to a forum post or StackOverflow question with nothing but the LLM output, then I agree with this. On the other hand, where I've done this at work, it's because I a
9.
▲
by
dap
4mo ago
Have you not seen: https://www.anthropic.com/research/project-vend-1 https://www.wsj.com/tech/ai/anthropic-claude-ai-vending-mach... (Two different examples of a similar idea)
10.
▲
by
dap
5mo ago
I don't think these things are as different as you think. I started at "ls" and worked down. If you work up, you get things like a "socket", an "object" within a programming language, a "linked list
11.
▲
by
dap
5mo ago
I’m curious what you think an abstraction is. Even running “ls” involves several layers of abstraction: a shell, a process (abstracts memory), a thread (abstracts CPU)… you think it would be simpler if you had to deal with all that to list
12.
▲
by
dap
6mo ago
Is the MET right? They launched about 29 hours ago but it says 1d18h
13.
▲
by
dap
6mo ago
Thanks for the context. That makes a lot of sense! Those three constraints seem pretty important and a useful way to think about the problem.
14.
▲
by
dap
6mo ago
Having used Rust professionally for six years now, I share your fear. Like many of the commenters below, coherence just hasn't been a big problem for me. Maybe there are problem spaces where it's particularly painful? How does t
15.
▲
by
dap
6mo ago
I've never once pulled in a new dependency and had the program fail to compile just by virtue of that dependency being present [because both my code and the new code both impl'd the same trait on the same type in some other code].
16.
▲
Formulas for Pi
(mathworld.wolfram.com)
1 points
by
dap
6mo ago
|
0 comments
17.
▲
by
dap
7mo ago
I don’t think that sums up the post well. I would say: The phrase “it turns out” has a surprising way of disarming skepticism in readers. While surprising, it’s easy to understand: the phrase suggests a story of the author’s journey of beli
18.
▲
by
dap
8mo ago
> How long did humanity survive without vaccines for _everything_? Oh that's right. Is this a trick question? Humanity survived by having enough people with enough other useful traits (like thinking, including the ability to reas
19.
▲
by
dap
9mo ago
There is important truth in your post, yet you seem to miss the really important pieces that make this hard. > It's the parents obligation to educate their child. > It's the child's obligation to use that education wise
20.
▲
by
dap
9mo ago
I inferred that they’re referring to the fact that in typical C the compiler must have seen a function earlier in the file for you to use it. One solution (that the author doesn’t like) is to put the leaf functions first so that they’re def
21.
▲
by
dap
9mo ago
Doesn't this depend a lot on how long your actions run? Like, you may have already invested in your own hardware (maybe because your actions use a lot of resources and it's cheaper) and now you have to pay per-minute of action r
22.
▲
by
dap
9mo ago
>> What remains is me feeling triggered when it feels like users' pain is being casually dismissed. > Was that done in this thread? Well, I raised a general problem around 24/7/365 use cases (rooted in my operational
23.
▲
by
dap
9mo ago
It is, although you can have sharded PostgreSQL, in which case I agree with your assessment that you want random PKs to distribute them. It's workload-specific, too. If you want to list ranges of them by PK, then of course random isn&
24.
▲
by
dap
9mo ago
> It's a question of resource margins. What you describe is true and very important (more margin lets you weather more disruption), but it's not the whole story. The problem we had was queueing delays mainly due to I/O co
25.
▲
by
dap
9mo ago
Every time Postgres advice says to “schedule [important maintenance] during low traffic period” (OP) or “outside business hours”, it reinforces my sense that it’s not suitable for performance-sensitive data path on a 24/7/365 serv
26.
▲
by
dap
9mo ago
> The exclusive lock is only needed during the final swap phase, and its duration can be configured. FYI: even a very short operation that requires an exclusive lock can induce significant downtime if there’s anything else that holds a s
27.
▲
by
dap
9mo ago
I’m sympathetic to looking down on the obsession with money. But there’s something deep and important about the monetary element. Engineering is about solving real-world, practical problems. The cost is a real factor in whether a potential
28.
▲
by
dap
10mo ago
You're right that you have to "write code well" to prevent this sort of thing. It's also true that Rust's language features, if you use them, can make this sort of mistake a compile-time error rather than something
29.
▲
by
dap
10mo ago
I guess you’re being facetious but for those who didn’t click through: > This type of code error is prevented by languages with strong type systems. In our replacement for this code in our new FL2 proxy, which is written in Rust, the err
30.
▲
by
dap
10mo ago
It seems obvious to me that "the ability to model, predict, and influence one’s future" is far more general and capable than "constrained to pattern recognition and prediction of text and symbols." How do you conclude t
More ›