Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
coldstartops
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
coldstartops
1mo ago
KeibiDrop: A Peer to Peer Network latency hiding filesystem: You can work on shared files instantly without uploading or downloading them. 1 minute video: https://www.youtube.com/watch?v=9Wt0NMx2_I8 Github repo: https:
2.
▲
by
coldstartops
2mo ago
I went full meme, and stacked like 3 level of generators on top of eachother. Level 1: A basic generator does the same stuff: Raw Structs to SoA + Wire Codecs + Bitfields to not waste space. Level 2: Then on top of this one, I got a generat
3.
▲
by
coldstartops
2mo ago
> What is driving us towards these tools? Why did your group use the AI, how would you answer the Conclusion questions? As an anectdote: I like low-fi punk music because of the energy, and low skill for entry level. So when I started pla
4.
▲
by
coldstartops
2mo ago
Hi ogig, funilly enough I was also running this boids experiment a few months ago. Managed to get around 8k at 60 fps on 1 thread on my cpu, using golang. My goal for this experiment was to encode the optimal cache data structures into meta
5.
▲
by
coldstartops
2mo ago
Two weeks ago presented current state of KEIBIDROP at Pass The SALT 2026, and now I am planning the push for the next version 0.4.0. KEIBIDROP: Makes remote files appear as local (it hides the network latency in order to let you open and ed
6.
▲
by
coldstartops
2mo ago
I think OPs mantra is "Scrape. Automate. Scale." It feels like people who consent to this "passive" income, do not understand what they consent to. The business model seems grey towards black. "Signup to be part of
7.
▲
by
coldstartops
2mo ago
I am curious if I got it right, but the business of the company is providing exit nodes for AI bots/ strangers via peoples residential IP's? This is my impression from accessing the website. I was interested at first, but now I go
8.
▲
by
coldstartops
2mo ago
Got a Bachelor + Master, best investment in my life (in terms of time, as I did not pay for education, EU and such). Job stuff not much related with stuff learned in school, sometimes related to some degree. Skill stuff very closely tied to
9.
▲
by
coldstartops
3mo ago
I did not measure agents, but lets take the following example: Assume you have a 10 GB blu ray movie that you want to watch without waiting for upload/ donwload time. Maybe you host it on a server on another continent, where you got a
10.
▲
by
coldstartops
3mo ago
I just had a talk (power-rushed a bit) yesterday at Pass The SALT 2026 talking about (my version of) latency hiding filesystems in userspace over the network. My benchmarks, setups, and how to make the magic wawaweewa work. Basically it wen
11.
▲
by
coldstartops
3mo ago
I see nothing wrong with something probabilistic. I think it is all about offsetting the risk and reducing the odds of bad outcomes. There is this concept of Defence in Depth, thus I assume some sort of binomial formula also applies here.
12.
▲
by
coldstartops
3mo ago
Couldn't run your benchmarks, as I did not create an account, and a bit of a different beast that I am comparing against (P2P distributed filesystem), but these are my numbers and setup, and the on-demand part lines up with what I have
13.
▲
by
coldstartops
3mo ago
I am curious, how do you handle latency issues for on demand access? I saw you use FUSE (and FSKit), and from my experience it is pain to make filesystems in userspace work on-demand over WAN because a) latency, and variable RTT; and b) you
14.
▲
by
coldstartops
3mo ago
Google hits 50% IPv6, very good for accessing websites. But my TP-Link router blocks by default inbound IPv6 connections, without any option to configure it, still bad for pure IPv6 bidirectional streaming, gaming or services on home networ
15.
▲
by
coldstartops
3mo ago
KEIBIDROP: Peer to Peer Instant file sharing https://keibidrop.com https://github.com/KeibiSoft/KeibiDrop/ It leverages virtual mount points to make file metadata available between Alice and Bob, and m
16.
▲
by
coldstartops
4mo ago
Highly recommend. The exampels are in c/c++ and the same concepts can be ported to other languages like golang. My favorite part of it is Chapter 2 the bit manipulation tricks.
17.
▲
by
coldstartops
4mo ago
Nice! Now the question is: How many classic Reynolds boids can you run on 1 CPU at 60FPS, without using any go routines? I managed to get around 8192 using Serge Skoredin's approach from the blog post last year: https://skor
18.
▲
by
coldstartops
4mo ago
Let me know how it goes, or frustrations. I admit that currently it is not the most friendly UX. And found out a bug that if no direct P2P possible, it fails to fallback to the STUN-ish data relay. However LAN mode and WAN via direct P2P wo
19.
▲
by
coldstartops
4mo ago
Stream on-demand files between your devices. WAN, LAN, Direct IPV6, cross platform, pqc. https://keibidrop.com/ repo: https://github.com/KeibiSoft/KeibiDrop
20.
▲
by
coldstartops
4mo ago
It is possible. I tell to use cli app, and for the agent to ad timer and check the status once in a while. Especially if there is something with a long wait. Also if it can run some validators/ same tools locally, would be much faster.
21.
▲
by
coldstartops
4mo ago
I treat the low level tasks as building blocks. You need a grasp and understanding of what is possible with them, but you do not need to remember the exact byte order and syntax. I think the idea is you should structure your workflow in a d
22.
▲
by
coldstartops
4mo ago
Here is a public project. https://github.com/KeibiSoft/KeibiDrop It took me 2 years ago around 2k hours to build a cross platform FUSE vault, without using AI assisted tools. The pain was debugging through logs and sys
23.
▲
by
coldstartops
5mo ago
I've been through Introduction to Modern Cryptography by Katz and Lindell. Can recommend, as it starts with Caesars cipher, one time pads, and builds towards modern cryptography.
24.
▲
by
coldstartops
5mo ago
I will add this on the roadmap. At the moment I am trying to add persistent identity, as by default it is ephemeral. But I warn you, there are still some kinks. Only 75% pjdfstest (filesystem test suite) passes in terms of POSIX compliance.
25.
▲
by
coldstartops
5mo ago
I tried to explain here the differences, and where it fits in the gap of file transfer tools, also on the blog got some benchmarks and how they where setup. https://keibisoft.com/tools/keibidrop-vs-alternatives.html it
26.
▲
by
coldstartops
5mo ago
Yes-ish, adjacent. Syncthing usually you use it to sync to your server. Here I skipped the server part. I just connect two devices. If they both use the virtual mountpoint MountAlice and MountBob They get an underlying SaveAlice and SaveBob
27.
▲
by
coldstartops
5mo ago
hah, I feel you for 3. I was constantly hitting the loopback network interface and I was like, why no discovery. in hindisght bad idea to always get the first entry in an array, now go through a list of network interfaces that i spam. for 1
28.
▲
by
coldstartops
5mo ago
No you didn't miss. I mixed the concept, UDP broadcast similar to mDNS, yes part of net library. actual mDNS like visible in Finder and actual RFC implementation not part of standard library. What I was trying to say was easy to make &
29.
▲
by
coldstartops
5mo ago
also they use mDNS, which many programming languages, such as go, got it in their net library
30.
▲
by
coldstartops
5mo ago
I've built my own, called KEIBIDROP :D but did not release the mobile apps let https://github.com/KeibiSoft/KeibiDrop
More ›