Viewing profile — GeertJohan
GeertJohan
HN member- Joined
- Wed, Jul 08, 2015, 8:24 AM UTC
- HN karma
- 93
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About GeertJohan
No profile information was provided.
Recent public activity
-
comment
Comment #47899390
A Framework expansion card was also announced this week. https://frame.work/nl/en/products/wisdpi-10g-ethernet-expans...
- story
-
comment
Comment #47000978
I'm well aware of the irony surrounding minio, adding a little bit more doesn't hurt :P
-
comment
Comment #47000871
That's a great list. I've just opened a pull request on the minio repository to add these to the list of alternatives. https://github.com/minio/minio/pull/21746
-
comment
Comment #46799900
I used bubbletea for a while but quit it because of inconsistencies in the design. Went to ratatui and never looked back. Go and Bubbletea are nice, but rust is much more suited fo…
-
comment
Comment #46799844
This is awesome! I love ratatui, having it available on embedded is very cool! I wonder if it will work with async on embedded e.g. embassy..
-
comment
Comment #46183165
They are great, although I wouldnt use the articles advice on using hashtext to get a number for the lock. This may cause collisions, especially when used with a large number of lo…
-
comment
Comment #45423201
The EUPL isn't as explicit as AGPL. > — ‘Distribution’ or ‘Communication’: any act of selling, giving, lending, renting, distributing, communicating, transmitting, or otherwise mak…
-
comment
Comment #45423070
I believe there is a problem/conflict with the networked-software clause and the EUPL's compatibility clause. It allows anyone to fork a project under the GPL license. When someone…
- story
-
comment
Comment #44256849
> I don't think there's ever been a double-bird-strike incident, though. The most well known double-bird-strike incident is probably the one where Sully landed a plane on the Hudso…
-
comment
Comment #43759424
I use TrueNAS Scale as root OS and have it run a Linux VM, which is easily done via their 'Virtualization' feature. No need for Proxmox. Afaik it works a lot better to give zfs dir…
-
comment
Comment #43643927
It feels as if the text on top of the device is upside down.. Should be directed at the user of the device, who sits behind the device (on the side of the small screen)
-
comment
Comment #42688641
I think from now on I will separate the "smart" from the "hifi" so I can combine and upgrade as I please.. will probably give Dante a try for networked audio, they have a good trac…
-
comment
Comment #42688549
I recently switched my system to the S2 app and protocol. I was still on the old S1 app for the past years which worked fine, but I wanted to add new Sonos devices that only suppor…
-
comment
Comment #42303502
Good to read they're doing this for the older CM4 too!
-
comment
Comment #42244319
A war has casualties on both sides? But really I find this war analogy a bit silly anyway..
-
comment
Comment #41411632
I have to agree. At first I loved the idea of bubbletea but I have given up on using it because I feel it is too immature. There are some poor/unfinished design choices that make w…
-
comment
Comment #40959245
Afaik it depends on the generate function you use. You can let it keep track of the increment when generating, at a performance cost (atomic operations).
-
comment
Comment #38901122
Co-creator of Trek here. Trek generates migration files based on the diff between a pgModeler(1) schema definition and existing migration files. Trek also helps deploying those mig…
- story
-
comment
Comment #36093464
Not sure if sarcasm or..? Can you elaborate?
-
comment
Comment #31906674
The QOI format is relatively easy to understand, explained in a single page pdf file. I found it very interesting, knowing nothing of image encoding/compression. https://qoiformat.…
-
comment
Comment #31488837
Next.js is very nice. One thing that always strikes a nerve with me though is that it goes against 12 factor. There is no proper way to build once, deploy (with config) multiple ti…
-
comment
Comment #27578702
Really nice project! The transactions and replication streaming seem to make it a great choice for sharding/distributed environments!