Viewing profile — gedw99
gedw99
HN member- Joined
- Mon, Apr 26, 2021, 11:38 AM UTC
- HN karma
- 15
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About gedw99
No profile information was provided.
Recent public activity
-
comment
Comment #48759418
[flagged]
-
comment
Comment #48759389
Enable issues ?
-
comment
Comment #48759385
This version of LibreCAD needs WebAssembly JSPI, which your browser does not enable. Please use an up-to-date Chromium-based browser (Chrome/Edge 137+). Firefox and Safari are not …
-
comment
Comment #47212511
This is really impressive I also use nats and like the way you side at the system Pi-agent is great too . You have really done a thoughtfully designed system and the way the archit…
-
comment
Comment #44693951
I am over joyed to see this. They are doing a huge service for developers that just want to build stuff and not get into the platform wars. https://github.com/cogentcore/webgpu is …
-
comment
Comment #43081393
I use marmot which gives me a multi master SQLite. It uses a simple crdt table structure, and allows me to have many live SQLite instances in all data enters. A Nat Jetstream serve…
-
comment
Comment #43066400
The golang compiler that came out 3 days ago builds much smaller WASM binaries . Still doing tests and benchmarks marks
-
comment
Comment #43066388
I use golang WASM and use web workers and shared workers with a service worker. This means that a new tab does not reload the whole thing each time. Once you get it going it’s easy…
-
comment
Comment #43031911
I run my golang on car workers. It does not work with wasi. I just use a simple driver: https://github.com/syumai/workers Wasi is so painful that I just write all my golang using s…
-
comment
Comment #43031783
My golang WASM is half the speed of my golang native. That’s double server costs. It’s golang so maybe that’s why ?
-
comment
Comment #43031486
I read that will be sorted in go 1.25 https://devblogs.microsoft.com/go/go-1-24-fips-update/
-
comment
Comment #42353856
I am really moving spok It’s golang based but very like make. https://github.com/FollowTheProcess/spok
-
comment
Comment #41785040
For mutating object storage aws followed minio . You can see it in the minio repo and issues .
-
comment
Comment #41264939
they buy them at 12 K, so they pay them off in 1 year approx nice business to be in I guess.
-
comment
Comment #41003275
Rock me Amadeus. At least the central flight booking system is up I guess. Google brought it years ago and it's a mainframe. Hence why google flights is so tapped in :)
-
comment
Comment #41003245
Ironically SolarWinds court case happened yesterday. SEC won. SolarWindows was fraudulent to say their software way “secure”. They should rename a side channel attack a “Tom and Je…
-
comment
Comment #40961619
https://github.com/go-text/typesetting Same but in golang Used by gio, Fyne and ebiten golang gui projects
-
comment
Comment #40961502
I am using nats Jetstream with nex. It’s a self hosted Cloudflare. It uses nats Jetstream , as a work around to Nat having bog / anycast , like how Cloudflare does its magic. https…
-
comment
Comment #40820898
https://github.com/thomaspoignant/go-feature-flag also can use GitHub
-
comment
Comment #40727032
Well done https://extensions.htmx.org/ Has a big where the “no-load” extension is listed twice
-
comment
Comment #40554869
I also prefer caddy with wazero plugin to run WASM . So easy and works on everything
-
comment
Comment #40488855
You can write anything with it. V0.6 made your issues much less tricky. Also there is a Material Design theme. And also light and dark. Here is an excellent example of a gioui app …
-
comment
Comment #40487476
Have been using gioui to build streaming apps. It’s very easy and upgrading is always easy because it’s golang and the core devs take it seriously when they make a change. When I n…
-
comment
Comment #40141152
Very disappointed. It’s typescript, not quite framework independent. https://github.com/sveltecult/franken-ui/tree/master/src/lib... I am using golang and htmx and am looking aroun…
-
comment
Comment #39445354
Love data-stax by Delaney. https://github.com/delaneyj/datastar https://data-star.dev/examples The way SSE is done is pretty cool as well as the NATS server integration. The 3D asp…