<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: coldstartops</title><link>https://news.ycombinator.com/user?id=coldstartops</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 19 Aug 2026 00:56:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=coldstartops" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by coldstartops in "Ask HN: What are you working on? (August 2026)"]]></title><description><![CDATA[
<p>KeibiDrop: A Peer to Peer Network latency hiding filesystem:<p>You can work on shared files instantly without uploading or downloading them.<p>1 minute video: <a href="https://www.youtube.com/watch?v=9Wt0NMx2_I8" rel="nofollow">https://www.youtube.com/watch?v=9Wt0NMx2_I8</a>
Github repo: <a href="https://github.com/KeibiSoft/KeibiDrop" rel="nofollow">https://github.com/KeibiSoft/KeibiDrop</a><p>Since last month hardened bidirectional edits such that people can work on video assets with Premier Pro, DaVinci, and such.<p>Got a pre-alpha release, where we managed to split congestion control over QUIC and bulk data transfers over TCP, and the lockless conflict resolution :D</p>
]]></description><pubDate>Mon, 10 Aug 2026 08:33:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49240958</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=49240958</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49240958</guid></item><item><title><![CDATA[New comment by coldstartops in "Ask HN: What Are You Working On? (July 2026)"]]></title><description><![CDATA[
<p>I went full meme, and stacked like 3 level of generators on top of eachother.<p>Level 1: A basic generator does the same stuff: Raw Structs to SoA + Wire Codecs + Bitfields to not waste space.<p>Level 2: Then on top of this one, I got a generator for relation between entities.<p>Level 3: And on top of this one one for "game" design and schema behavior.<p>And then all this runs on the simluator engine that handles Collision, Flow Fields, Events, Genetic Algorithms, Networking, etc.<p>The flow is something like this:<p>You ask claude to read a story, novel, w/e and extract relations, entities, etc.<p>Then it edits a Schema.go with the High Level DSL adnotations, like 10 lines per entity.<p>Then I run the Level 2 Generator: That creates the primitives and a high level API.<p>Then it combines the high level API rules in main.go and just compiles it to the final gamestate.<p>And runs benchmarks to see how many allocs/ops per entity are.<p>And one more fun thing, it encodes the gamestate on 1400 bytes, in order to fit on a UDP datagram such that it can support networking, quite fun. Once you get the primitives correct.<p>For all this + networking + disk i/o; works on 4 cores (threds) only. But the simulation in itself is on 1 core 1 thread. The networking offloaded to 1 core (1 thread), and disk i/o to a different core (thread), and the painting on screen (to a different core (thread))</p>
]]></description><pubDate>Thu, 16 Jul 2026 08:50:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48931942</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48931942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48931942</guid></item><item><title><![CDATA[New comment by coldstartops in "The End of Creativity"]]></title><description><![CDATA[
<p>> What is driving us towards these tools?<p>Why did your group use the AI, how would you answer the Conclusion questions?<p>As an anectdote: I like low-fi punk music because of the energy, and low skill for entry level. So when I started playing music, I went for this genre. I used it as a hobby over 10 years as it brought me joy, and enjoyed the process, without the grind for leveling up the skill.<p>It's also fun to do low effort things that are good enough. Much more fun than being l33t.</p>
]]></description><pubDate>Wed, 15 Jul 2026 21:45:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48927473</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48927473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48927473</guid></item><item><title><![CDATA[New comment by coldstartops in "Ask HN: What Are You Working On? (July 2026)"]]></title><description><![CDATA[
<p>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.<p>My goal for this experiment was to encode the optimal cache data structures into meta programming generators such that claude can write high level DSL and generate down to this level of simulations. I am curious if you had such an approach also.</p>
]]></description><pubDate>Mon, 13 Jul 2026 09:34:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48890055</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48890055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48890055</guid></item><item><title><![CDATA[New comment by coldstartops in "Ask HN: What Are You Working On? (July 2026)"]]></title><description><![CDATA[
<p>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.<p>KEIBIDROP: Makes remote files appear as local (it hides the network latency in order to let you open and edit a peers file without downloading it upfront or re-uploading it fully back).<p>For version 0.4.0 I am planning multi-user support, using UDP (QUIC) instead of TCP as the networking layer, optimization of live-edit regions of files, and to test it even more for data heavy workflows.<p>Here is the website: <a href="https://keibidrop.com/" rel="nofollow">https://keibidrop.com/</a><p>And here is the github: <a href="https://github.com/KeibiSoft/KeibiDrop/" rel="nofollow">https://github.com/KeibiSoft/KeibiDrop/</a></p>
]]></description><pubDate>Mon, 13 Jul 2026 09:13:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48889860</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48889860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48889860</guid></item><item><title><![CDATA[New comment by coldstartops in "Ask HN: Who is hiring? (July 2026)"]]></title><description><![CDATA[
<p>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 3rd party bot farms exit node, you get paid, all will be good. Nothing bad happens, you consent"</p>
]]></description><pubDate>Wed, 08 Jul 2026 21:02:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=48837373</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48837373</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48837373</guid></item><item><title><![CDATA[New comment by coldstartops in "Ask HN: Who is hiring? (July 2026)"]]></title><description><![CDATA[
<p>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 got a bit of ethical doubts about it.</p>
]]></description><pubDate>Wed, 08 Jul 2026 06:47:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48828441</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48828441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48828441</guid></item><item><title><![CDATA[New comment by coldstartops in "Completing a computer science degree on Coursera"]]></title><description><![CDATA[
<p>Got a Bachelor + Master, best investment in my life (in terms of time, as I did not pay for education, EU and such).<p>Job stuff not much related with stuff learned in school, sometimes related to some degree.<p>Skill stuff very closely tied to constantly applying stuff learned in school, but mostly on how to attack problems.<p>Me learn stuff because me like know stuff and level up. (edit: do not get me wrong, learning is still painful, and thinking even more painful)<p>Me job stuff because me like food and amneties, until the learn stuff transfers into sustainable food and amneties.</p>
]]></description><pubDate>Mon, 06 Jul 2026 10:33:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48802854</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48802854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48802854</guid></item><item><title><![CDATA[New comment by coldstartops in "Oak: Git for Agents"]]></title><description><![CDATA[
<p>I did not measure agents, but lets take the following example:<p>Assume you have a 10 GB blu ray movie that you want to watch without waiting for upload/ donwload time.<p>Maybe you host it on a server on another continent, where you got a 200ms RTT.<p>And your wire at home supports around 500Mbps - approx 62 MB/s.<p>Thus to Download it fully, would take around: 161 seconds if you use the full wire and on the happy case.<p>But to actually watch it and skim through it, you do not need to use the full wire, but around ~11 Mbps for a 2-hour 10 GB film, which is like 2% of the wire. The only hard part is random jumps, as each seek is a full RTT.<p>If you prefetch too aggresivelly you hide this RTT, but if the wire is saturated, and if you have a cache miss, then you will hang and wait until the request goes through. Might be upt to 1-2 seconds. The whole game is to pace yourself such that you stay ahead of the consumption rate, without saturating the wire.</p>
]]></description><pubDate>Fri, 03 Jul 2026 22:00:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=48780522</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48780522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48780522</guid></item><item><title><![CDATA[New comment by coldstartops in "Oak: Git for Agents"]]></title><description><![CDATA[
<p>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.<p>Basically it went the "sshfs over iroh" approach, and instead of OP's post, it has eager metadata file sharing, and on demand file access. It is still a work on progress, but you can use git juse fine over the fuse mount points without introducing a new tool (edit: but do note that I did not encounter problems with large worktrees, as I do not use them in my flow, and still has some quirks). And still have similar "cold path" access times.<p>I touch on some insights of hiding the latency, the direct Alice to Bob connection, and has some recorded demos. Goes the generic approach.<p>You can watch it here if you are interested, but its around 25 minutes.<p>The first part is about the Post Quantum Crypto, and making direct IPv6 connections work.<p>The second part is about the filesystems in userspace that hide the latency.
(The second part is around minute 12:00, and I think it is the relevant part to this discussion/ thread).<p><a href="https://passthesalt.ubicast.tv/videos/2026-keibidrop-post-quantum-encrypted-peer-to-peer-file-transfer-without-the-cloud/" rel="nofollow">https://passthesalt.ubicast.tv/videos/2026-keibidrop-post-qu...</a></p>
]]></description><pubDate>Fri, 03 Jul 2026 21:47:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48780398</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48780398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48780398</guid></item><item><title><![CDATA[New comment by coldstartops in "Ask HN: Where is our profession (programmer) going?"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Thu, 25 Jun 2026 05:08:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48669167</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48669167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48669167</guid></item><item><title><![CDATA[New comment by coldstartops in "Show HN: Oak – Git alternative designed for agents"]]></title><description><![CDATA[
<p>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 observed:<p>Setup: a Linux box on the other side of Romania (compared to where I am living) reading from a Windows box in Singapore (~200 ms RTT)<p>- reading 1 MiB of a 1 GB remote file pulls only 16 MiB (~98% avoided) - this is because of my fine tuning optimization choice
- first byte approx: 2.3s
- git-LFS repos also clone cold over the mount byte-perfect (separate Mac - Linux run on a ~20 ms RTT)<p>The thing that I do differently is that my metadata is eagerly pushed, as I optimized for content streaming.<p>And 100k-file tree mounts I did not test yet.<p>But my goal was to have instant file access for generic files between apps, and peer to peer, supports also Windows :D<p>here is the tool: <a href="https://github.com/KeibiSoft/KeibiDrop" rel="nofollow">https://github.com/KeibiSoft/KeibiDrop</a></p>
]]></description><pubDate>Mon, 22 Jun 2026 20:19:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48635550</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48635550</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48635550</guid></item><item><title><![CDATA[New comment by coldstartops in "Show HN: Oak – Git replacement designed for agents"]]></title><description><![CDATA[
<p>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 can't saturate the wire and aggressively read ahead things, otherwise native apps will freeze, lag, or just make the UX unpleasant, especially if there are too many placeholder files, or large files with random jumps in them.</p>
]]></description><pubDate>Mon, 22 Jun 2026 18:33:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48634099</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48634099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48634099</guid></item><item><title><![CDATA[New comment by coldstartops in "Google Hits 50% IPv6"]]></title><description><![CDATA[
<p>Google hits 50% IPv6, very good for accessing websites.<p>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 networks.</p>
]]></description><pubDate>Sun, 21 Jun 2026 09:09:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48617057</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48617057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48617057</guid></item><item><title><![CDATA[New comment by coldstartops in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>KEIBIDROP: Peer to Peer Instant file sharing<p><a href="https://keibidrop.com" rel="nofollow">https://keibidrop.com</a><p><a href="https://github.com/KeibiSoft/KeibiDrop/" rel="nofollow">https://github.com/KeibiSoft/KeibiDrop/</a><p>It leverages virtual mount points to make file metadata available between Alice and Bob, and make the files appear as if locally.<p>So for example instead of waiting to upload then download a Blu Ray movie, or a large game, you can just add it into the virtual mountpoint and your recipient can instantly play it, or install it, and the download happens in the background with random offset jumps, and caches it locally.</p>
]]></description><pubDate>Mon, 15 Jun 2026 10:29:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48539251</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48539251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48539251</guid></item><item><title><![CDATA[New comment by coldstartops in "Branchless Quicksort faster than std:sort and pdqsort with C and C++ API"]]></title><description><![CDATA[
<p>Highly recommend. The exampels are in c/c++ and the same concepts can be ported to other languages like golang.<p>My favorite part of it is Chapter 2 the bit manipulation tricks.</p>
]]></description><pubDate>Fri, 05 Jun 2026 08:25:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48409609</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48409609</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48409609</guid></item><item><title><![CDATA[New comment by coldstartops in "Notes from Optimizing CPU-Bound Go Hot Paths"]]></title><description><![CDATA[
<p>Nice! Now the question is: How many classic Reynolds boids can you run on 1 CPU at 60FPS, without using any go routines?<p>I managed to get around 8192 using Serge Skoredin's approach from the blog post last year: <a href="https://skoredin.pro/blog/golang/cpu-cache-friendly-go" rel="nofollow">https://skoredin.pro/blog/golang/cpu-cache-friendly-go</a><p>Also tried some of the techniques in this blog post, and managed to squeeze a bit more with the insights from your post.</p>
]]></description><pubDate>Thu, 14 May 2026 07:25:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48132155</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48132155</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48132155</guid></item><item><title><![CDATA[New comment by coldstartops in "Ask HN: What are you working on? (May 2026)"]]></title><description><![CDATA[
<p>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 works on latest releases.<p>As soon as I merge this one, will create another release that fixes the fallback; and hopefully also get the apps in ios and gplay stores.
<a href="https://github.com/KeibiSoft/KeibiDrop/pull/143" rel="nofollow">https://github.com/KeibiSoft/KeibiDrop/pull/143</a></p>
]]></description><pubDate>Mon, 11 May 2026 13:15:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48094597</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48094597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48094597</guid></item><item><title><![CDATA[New comment by coldstartops in "Ask HN: What are you working on? (May 2026)"]]></title><description><![CDATA[
<p>Stream on-demand files between your devices. WAN, LAN, Direct IPV6, cross platform, pqc.<p><a href="https://keibidrop.com/" rel="nofollow">https://keibidrop.com/</a>
repo: 
<a href="https://github.com/KeibiSoft/KeibiDrop" rel="nofollow">https://github.com/KeibiSoft/KeibiDrop</a></p>
]]></description><pubDate>Mon, 11 May 2026 08:30:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48092472</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48092472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48092472</guid></item><item><title><![CDATA[New comment by coldstartops in "Mythical Man Month"]]></title><description><![CDATA[
<p>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.<p>Might tend to deviate and waste time, needs guiding once in a while, and to check what is it spewing out, point it in the correct direction.</p>
]]></description><pubDate>Sat, 09 May 2026 06:23:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48072363</link><dc:creator>coldstartops</dc:creator><comments>https://news.ycombinator.com/item?id=48072363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48072363</guid></item></channel></rss>