Readit News logoReadit News
zelcon commented on Free software hasn't won   dorotac.eu/posts/fosswon/... · Posted by u/LorenDB
zelcon · 5 months ago
Why would anyone want free software to win? Dont most of us here draw an income from software that’s explicitly not free?
zelcon commented on Mistral OCR   mistral.ai/fr/news/mistra... · Posted by u/littlemerman
zelcon · a year ago
Release the weights or buy an ad
zelcon commented on Bcvi – run vi over a 'back-channel' (2010)   sshmenu.sourceforge.net/a... · Posted by u/leonry
zelcon · a year ago
Look at what they need to mimic a fraction of our power (TRAMP)
zelcon commented on How to Run DeepSeek R1 671B Locally on a $2000 EPYC Server   digitalspaceport.com/how-... · Posted by u/walterbell
dzogchen · a year ago
That one can handle up to 200B parameters according to NVIDIA.
zelcon · a year ago
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 system with 230G of DDR4 RAM, and running even small models on it is atrociously slow.
zelcon commented on How to Run DeepSeek R1 671B Locally on a $2000 EPYC Server   digitalspaceport.com/how-... · Posted by u/walterbell
zelcon · a year ago
Or just wait for the NVIDIA Digits PC later this year which will cost the ~same amount and can fit on your desk
zelcon commented on Wild – A fast linker for Linux   github.com/davidlattimore... · Posted by u/hkalbasi
amszmidt · a year ago
But then it isn’t “internal”…
zelcon · a year ago
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 legal risk if you get it wrong makes it an easy nope. Just ban AGPL.
zelcon commented on Wild – A fast linker for Linux   github.com/davidlattimore... · Posted by u/hkalbasi
mistercheph · a year ago
Embrace, extend, extinguish. it could take about a century, but every software company (hardware maybe next century) is in the process of being swallowed by free software. Thats not to say people can’t carve out a niche and have balling corporate retreats for a while.. until the sleeping giant wakes up and rolls over you.
zelcon · a year ago
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 proprietary or some internal tool.
zelcon commented on Show HN: Lightpanda, an open-source headless browser in Zig   github.com/lightpanda-io/... · Posted by u/fbouvier
tetris11 · a year ago
Why do anything: because it shows what's possible, and makes the next effort that much more easier.

I call this process of frontier effort and discovery: "science"

zelcon · a year ago
Redoing what others have already done is not what I think of when I hear "frontier effort"
zelcon commented on Show HN: Lightpanda, an open-source headless browser in Zig   github.com/lightpanda-io/... · Posted by u/fbouvier
frankgrecojr · a year ago
The hello world example does not work. In fact, no website I've tried works. It's usually always panics. For the example in the readme, the errors are:

```

./lightpanda-aarch64-macos --host 127.0.0.1 --port 9222

info(websocket): starting blocking worker to listen on 127.0.0.1:9222

info(server): accepting new conn...

info(server): client connected

info(browser): GET https://wikipedia.com/ 200

info(browser): fetch https://wikipedia.com/portal/wikipedia.org/assets/js/index-2...: http.Status.ok

info(browser): eval script portal/wikipedia.org/assets/js/index-24c3e2ca18.js: ReferenceError: location is not defined

info(browser): fetch https://wikipedia.com/portal/wikipedia.org/assets/js/gt-ie9-...: http.Status.ok

error(events): event handler error: error.JSExecCallback

info(events): event handler error try catch: TypeError: Cannot read properties of undefined (reading 'length')

info(server): close cmd, closing conn...

info(server): accepting new conn...

thread 5274880 panic: attempt to use null value

zsh: abort ./lightpanda-aarch64-macos --host 127.0.0.1 --port 9222

```

zelcon · a year ago
That's Zig for you. A ``modern'' systems programming language with no borrow checker or even RAII.
zelcon commented on Show HN: Lightpanda, an open-source headless browser in Zig   github.com/lightpanda-io/... · Posted by u/fbouvier
zelcon · a year ago
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 funding. Yes, modifying Chromium is hard, but this seems harder.

u/zelcon

KarmaCake day69March 24, 2016
About
steel bank common lisp enjoyer
View Original