Viewing profile — zelcon
zelcon
HN member- Joined
- Thu, Mar 24, 2016, 10:42 AM UTC
- HN karma
- 69
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About zelcon
Recent public activity
-
comment
Comment #45564047
Why would anyone want free software to win? Dont most of us here draw an income from software that’s explicitly not free?
-
comment
Comment #43287443
Release the weights or buy an ad
-
comment
Comment #43287433
Look at what they need to mimic a fraction of our power (TRAMP)
-
comment
Comment #42900888
That's a shame. I suppose you'll need 4 of them with RDMA to run a 671B, but somehow that seems better to me than trying to run it on DDR4 RAM like the OP is saying. I have a syste…
-
comment
Comment #42900817
Or just wait for the NVIDIA Digits PC later this year which will cost the ~same amount and can fit on your desk
-
comment
Comment #42861990
It’s too hard to determine what pieces of your stack interact with public-facing services, particularly in a monorepo with thousands of developers. The effort involved and the lega…
-
comment
Comment #42861966
Free software basically only exists because it’s subsidized by nonfree software. It also has no original ideas. Every piece of good free software is just a copy of something propri…
-
comment
Comment #42819533
Redoing what others have already done is not what I think of when I hear "frontier effort"
-
comment
Comment #42819267
That's Zig for you. A ``modern'' systems programming language with no borrow checker or even RAII.
-
comment
Comment #42819259
Why didn't you just fork Chromium and strip out the renderer? This is guaranteed to bitrot when the web standards change unless you keep up with it forever and have perpetual fundi…
-
comment
Comment #42819229
Corps don't want to have to release the source code for their internal forks. They could also potentially be sued for everything they link using it because the linked binaries coul…
-
comment
Comment #42774325
I try to use paredit-mode, but it never seems to integrate well with evil/vim keybindings. I always end up disabling paredit-mode after a few hours. I'll give this a spin.
-
comment
Comment #42742493
Props for somehow convincing all the foundation models to generate charts using your markup. It is guaranteed to survive a very long time now.
- comment
-
comment
Comment #42706927
Tbh the idea of keeping backups defeats the purpose of using RAIDZ (especially RAIDZ3). I don’t want to buy an LTO drive, so if I backup, it’s either buying more HDDs or S3 Glacier…
-
comment
Comment #42695073
Release the weights or buy an ad. This doesn’t deserve front page.
-
comment
Comment #42695035
Been running it since rc2. It’s insane how long this took to finally ship.
-
comment
Comment #42695024
You need to buy the same exact drive with the same capacity and speed. Your raidz vdev be as small and as slow as your smallest and slowest drive. btrfs and the new bcachefs can do…
-
comment
Comment #42420993
Future headline: How big data helped the shoggoths get a 6x yield increase in training data tokens from pasture humans
-
comment
Comment #41784441
GH/CF Pages are only "free" if you have no/minimal traffic. Also, even that free tier will go away if you start popularizing it as a Wordpress alternative or make the barriers to e…
-
comment
Comment #41736393
Envoy. The answer and final word in this space is Envoy.
-
comment
Comment #41613760
Please, people, just use GRPC or Thrift. This stuff makes me want to vomit.
-
comment
Comment #41380750
Kind of suspected people might actually be doing that. “You may live to see man-made horrors beyond your comprehension.”
-
comment
Comment #41375687
Create an ASP.NET Core web server embedded in a binary bundled with Electron and a React frontend. (jk)
-
comment
Comment #41374967
Nice work. Love the arena allocators. Show those Rust weenies that memory management doesn't need all that ceremony.