Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
alpb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
alpb
4mo ago
Never heard of Exim, I'm just realizing what it is: > Exim is an open-source Mail Transfer Agent (MTA) designed for Unix-like systems to receive, route, and deliver email. what's the significance of this? do people use this in
2.
▲
by
alpb
4mo ago
this is a good explainer video that talks about why Polymarket maintains a Panama HQ instead of a US one and why it has two different sites (.us vs .com). https://www.youtube.com/watch?v=seNwZhK4UdA
3.
▲
by
alpb
5mo ago
it already is. re-read?
4.
▲
Google Spanner On-Prem (Spanner Omni)
(cloud.google.com)
4 points
by
alpb
5mo ago
|
0 comments
5.
▲
by
alpb
5mo ago
This largely appears to be a HTML generator at its core, not necessarily what Figma does with layers/canvases etc. There's no collaborative nature to it either. It feels like a lightly designed product that moves claude CLI to the
6.
▲
by
alpb
5mo ago
It's rolling out progressively throughout the day.
7.
▲
by
alpb
6mo ago
I see on a daily basis that I prevent Claude Code from running a particular command using PreToolUse hooks, and it proceeds to work around it by writing a bash script with the forbidden command and chmod+x and running it. /facepalm
8.
▲
by
alpb
6mo ago
As I understand it, the problem nowadays doesn't seem to be so much that the agent is going to rm -rf / my host, it's more like it's going to connect to a production system that I'm authorized to on my machine or a
9.
▲
by
alpb
7mo ago
How about the assets?
10.
▲
by
alpb
7mo ago
I'm sorry dude but your last post was also hyping up R1 which was a total disaster. Do you mind actually sharing your experience with OpenClaw, such as how are you orchestrating a project? How much does it cost? How do you prompt it? W
11.
▲
by
alpb
7mo ago
Nobody's saying you should deploy code with this, but symlinks are a very common filesystem locking method.
12.
▲
by
alpb
8mo ago
censor from the Internet any sites a shadowy cabal of European media elites deemed against their interests Has he recently gone full conspiracy theorist? (Also what's that cringy chatgpt picture supposed to tell us?) Who
13.
▲
by
alpb
8mo ago
Is there an actual guide? It seems you've mainly pasted something along the lines of a ChatGPT output to a Github Pages html.
14.
▲
by
alpb
8mo ago
Have you tried: cat file.yaml | yq -ojson
15.
▲
by
alpb
9mo ago
It's literally the digital nomad heaven. What's dark about it?
16.
▲
by
alpb
9mo ago
The site says "No signup required!" but then requires signup to actually generate anything. ("Cost 1 credits 0 generations remaining today".) Probably not going to hand out my email for that.
17.
▲
It's Not Your Codebase
(seangoedecke.com)
6 points
by
alpb
9mo ago
|
2 comments
18.
▲
by
alpb
9mo ago
Having been at G and also getting denied promo several times consecutively, it's almost always a manager's fault. They're either not bringing the committee feedback to you properly or not representing your work well in that r
19.
▲
by
alpb
10mo ago
Funny enough just got an error trying to reach to the blog Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request Reason: Error read
20.
▲
Ask HN: How different is compute orchestration for AI?
1 points
by
alpb
11mo ago
|
0 comments
21.
▲
Ask HN: Are the tech levels now diluted post-pandemic (Google/Meta)
2 points
by
alpb
11mo ago
|
0 comments
22.
▲
by
alpb
11mo ago
Indeed. No disrespect to Justin (great person) or any of the engineers who were sacked but Corey's post here is basically "here's someone who was sacked, and here are several other layoff news". AWS is really big organiz
23.
▲
Is it cynical to do what your manager wants?
(seangoedecke.com)
4 points
by
alpb
11mo ago
|
0 comments
24.
▲
by
alpb
1y ago
Agreed, and my concern is not a "NSA is monitoring my activity" but more along the lines of whether they have enough funding to staff security research and response for this browser.
25.
▲
by
alpb
1y ago
It's my common code review comment to the beginners to not embed structs. There's rarely anything to be gained by doing so. The only use case I found to be useful is to embed something like: type MockHandlers struct {
26.
▲
by
alpb
1y ago
Maintainers had a project where they ran everything in containers. The project had helped docker itself and the ecosystem by allowing some interesting software to be containerized.
27.
▲
by
alpb
1y ago
I remember using this to collaborate with docker maintainers about 10 years ago now. Good old days.
28.
▲
by
alpb
1y ago
Security reasons. https://news.ycombinator.com/item?id=44632240 There are also other edge cases around cgroups accounting that renders some isolation/throttling mechanisms not fully effective.
29.
▲
by
alpb
1y ago
As far as I know, Azure Durable Functions doesn't have a server-side proprietary component and it's actually fully open source framework/clients as well. So it's actually not a cloud offering per-se. You can see the full
30.
▲
by
alpb
1y ago
I've been following DBOS for a while and I think the model isn't too different than Azure Durable Functions (which uses Azure Queues/Tables under the covers to maintain state). https://learn.microsoft.com/en-
More ›