Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gedw99
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
15 ms
·
1.
▲
by
gedw99
3mo ago
Enable issues ?
2.
▲
by
gedw99
3mo ago
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 yet supported.
3.
▲
by
gedw99
7mo ago
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 architecture works looks good !
4.
▲
by
gedw99
1y ago
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 a great example . I code in golang and
5.
▲
by
gedw99
2y ago
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 server is used as a core with all SQLite DBS connected to it. It
6.
▲
by
gedw99
2y ago
The golang compiler that came out 3 days ago builds much smaller WASM binaries . Still doing tests and benchmarks marks
7.
▲
by
gedw99
2y ago
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 to build large complex systems.
8.
▲
by
gedw99
2y ago
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 stdio and have a shim per runtime. Web
9.
▲
by
gedw99
2y ago
My golang WASM is half the speed of my golang native. That’s double server costs. It’s golang so maybe that’s why ?
10.
▲
by
gedw99
2y ago
I read that will be sorted in go 1.25 https://devblogs.microsoft.com/go/go-1-24-fips-update/
11.
▲
by
gedw99
2y ago
I am really moving spok It’s golang based but very like make. https://github.com/FollowTheProcess/spok
12.
▲
by
gedw99
2y ago
For mutating object storage aws followed minio . You can see it in the minio repo and issues .
13.
▲
by
gedw99
2y ago
they buy them at 12 K, so they pay them off in 1 year approx nice business to be in I guess.
14.
▲
by
gedw99
2y ago
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 :)
15.
▲
by
gedw99
2y ago
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 Jerry”, because its getting like a game of Cat and Mouse
16.
▲
by
gedw99
2y ago
https://github.com/go-text/typesetting Same but in golang Used by gio, Fyne and ebiten golang gui projects
17.
▲
by
gedw99
2y ago
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://github.com/synadia-io/nex You
18.
▲
by
gedw99
2y ago
https://github.com/thomaspoignant/go-feature-flag also can use GitHub
19.
▲
by
gedw99
2y ago
Well done https://extensions.htmx.org/ Has a big where the “no-load” extension is listed twice
20.
▲
by
gedw99
2y ago
I also prefer caddy with wazero plugin to run WASM . So easy and works on everything
21.
▲
by
gedw99
2y ago
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 that has light / dark with a custom theme. https:/
22.
▲
by
gedw99
2y ago
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 need a web gui I use a gioui plugin system here: https:
23.
▲
by
gedw99
2y ago
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 around for a simple htm
24.
▲
by
gedw99
3y ago
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 aspects with htmx looks
25.
▲
by
gedw99
3y ago
I saw a htmx demo where the first request loaded the whole page to the browser and also synchronously loaded the code on the server into the browsers service worker. The next request hits the service worker and then gets any json from the s
26.
▲
by
gedw99
3y ago
https://www.reddit.com/r/htmx/comments/16p3rbo/hyperscript_w... It’s reactive native using htmx. Less hungry than react and simpler to develop on.
27.
▲
Coroutines for Golang
(stealthrocket.tech)
3 points
by
gedw99
3y ago
|
1 comments
28.
▲
by
gedw99
3y ago
Coroutines are make up for the difficulties of using go routines. Coroutines can explicitly yield control to their callers and other coroutines and send and receive data across yield points. https://github.com/stealthrocket&
29.
▲
by
gedw99
3y ago
But the app needs your email address and password ! That means it’s able to read all your emails.
30.
▲
by
gedw99
3y ago
This is cool. I wonder is there is the same thing for Issues ? Maybe git notes ?
More ›