Live data from Hacker News

Viewing profile — GeertJohan

GeertJohan

HN member
Joined
Wed, Jul 08, 2015, 8:24 AM UTC
HN karma
93
Public activity
47 items

About GeertJohan

No profile information was provided.

Recent public activity

  1. comment
    Comment #47899390

    A Framework expansion card was also announced this week. https://frame.work/nl/en/products/wisdpi-10g-ethernet-expans...

  2. story
  3. comment
    Comment #47000978

    I'm well aware of the irony surrounding minio, adding a little bit more doesn't hurt :P

  4. 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

  5. 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…

  6. 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..

  7. 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…

  8. 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…

  9. 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…

  10. story
  11. 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…

  12. 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…

  13. 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)

  14. 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…

  15. 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…

  16. comment
    Comment #42303502

    Good to read they're doing this for the older CM4 too!

  17. comment
    Comment #42244319

    A war has casualties on both sides? But really I find this war analogy a bit silly anyway..

  18. 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…

  19. 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).

  20. 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…

  21. story
  22. comment
    Comment #36093464

    Not sure if sarcasm or..? Can you elaborate?

  23. 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.…

  24. 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…

  25. comment
    Comment #27578702

    Really nice project! The transactions and replication streaming seem to make it a great choice for sharding/distributed environments!