Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
remram
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
remram
5mo ago
I had no issue with regular distro update channels (those have mirrors all over) but couldn't get updates from PPAs (i.e. third-party). Feels backwards a bit.
2.
▲
by
remram
7mo ago
Duplicate: https://news.ycombinator.com/item?id=46946827
3.
▲
by
remram
8mo ago
Bit of a tangent, but what I'm looking for is a S3-compatible server with transparent storage , ie storing each file (object) as an individual file on disk. Minio used to do that but changed many years ago. Production-grade systems do
4.
▲
by
remram
9mo ago
Their regular maintenance window is Tuesdays, and there are often issues then.
5.
▲
by
remram
9mo ago
When the device sync finally works reliably or bookmark tags work on mobile, I will concede that you've turned a corner. What I expect is more theming and AI bullshit, time will tell.
6.
▲
by
remram
10mo ago
I'm not trying to argue against it, I think "slave" branches make no sense anyway, but to GP's point BitKeeper didn't enslave anybody, just used the word. If we believe we should remove allusions to negative things
7.
▲
by
remram
11mo ago
Is there a way to configure alternate mirrors in containerd?
8.
▲
by
remram
1y ago
AFAIK, Web Wormhole is the only one of those tools that can be used both as a command-line tool and from a browser. It looks like the site is down at the moment though. https://github.com/saljam/webwormhole https:
9.
▲
by
remram
1y ago
GB or TB?
10.
▲
by
remram
1y ago
Be aware of its security flaws -- https://github.com/longhorn/longhorn/issues/1983 Allowing anyone to delete all your data is not great. When I found this I gave up on Longhorn and installed Ceph.
11.
▲
by
remram
1y ago
Do you see any single user/desktop application that needs the kind of speed boasted in the README? The one you are trading durability for?
12.
▲
by
remram
1y ago
Is there some high-level overview of this "cascade of Ribbon filters" data structure? I understand bloom filters, but couldn't get any intuition for this one from FB's blog post. edit: found an overview here that helps a
13.
▲
by
remram
1y ago
I've been using the 'DB Folder' and 'Dataview' plugins, I'll definitely look into this new option. Does it work with Dataview at all?
14.
▲
by
remram
1y ago
You're right, I had the wrong date for LFS on GitHub.
15.
▲
by
remram
1y ago
What does the verifiable program do though? With a VPN, what I'm concerned about is my traffic not being sniffed and analyzed. This code seem to have something to do with keys but it's not clear how that helps...?
16.
▲
by
remram
1y ago
letsencrypt launched 3 years before git-lfs
17.
▲
by
remram
1y ago
Why? They can't read my CV? Send me an email if you need clarifications. Don't waste my time trying to appeal to a bot.
18.
▲
by
remram
1y ago
Unfortunately education everywhere is getting really hurt by access to AI, both from students who are enabled to not their homework, and by teacher review/feedback being replaced by chatbots.
19.
▲
by
remram
1y ago
Yeah that's not happening. In fact most services with free tiers still ask for a credit card number, and if not still ask for a lot of information. It is a marketing scheme after all.
20.
▲
by
remram
1y ago
Who is "we"? What are "container plugins"?
21.
▲
by
remram
1y ago
You should probably only ignore an email if it only contains one of those patterns. There might be a long, informative comment that just happens to contain "me too" of "following" somewhere... (if my reading is wrong a
22.
▲
by
remram
1y ago
I didn't say this project is useless, I offered a different way to do it with the tools you already have installed. Calm down. Iroh *is* cool.
23.
▲
by
remram
1y ago
You could describe this same project as "a smart pipe that punches through NATs & stays connected (...)" and it wouldn't be any more surprising or inaccurate than the current description. So maybe it is not that descripti
24.
▲
by
remram
1y ago
You can do this with ssh (and socat or mkfifo): # receiver socat UNIX-RECV:/tmp/foobar - | my-command # sender my-command | ssh host socat - UNIX-SENDTO:/tmp/foobar You can relay through any other SSH serve
25.
▲
by
remram
1y ago
At this point, there are good solutions to most of the problems. It is just hard and awkward to avoid the standard library bits and the common tools (e.g. use uv instead of pip, requests instead of urllib, pytest instead of unittest, marimo
26.
▲
by
remram
1y ago
I suspect that it doesn't work on mobile? Otherwise I just can't figure out how to work it. You might want to include a screenshot of a real-looking plan to give people an idea.
27.
▲
by
remram
1y ago
A request doesn't come in with both an IPv4 and an IPv6. If the user connected over IPv6, the connection only has an IPv6 address. You can't get the IPv4 address, there is none.
28.
▲
by
remram
1y ago
There's a name for LANs that are not restricted to a local area: "network". Every mention of "LAN" in this entire article can be replaced with "network" without loss of meaning or vibe. Call a cat a cat.
29.
▲
by
remram
1y ago
You can prevent spoofing by using HTTP requests or similar, instead of ICMP echo. Similar to https://ipv4.games/ (but with a canvas and color selection)
30.
▲
by
remram
1y ago
This is often tricky because not all home routers will let you set up the protocol forwarding you need. Another option is to use a cloud provider that supports IPv6. For example Google's GCP gives you a completely free VM, the drawback
More ›