Live data from Hacker News

Viewing profile — abbbi

abbbi

HN member
Joined
Mon, Nov 12, 2018, 5:19 PM UTC
HN karma
291
Public activity
68 items

About abbbi

https://github.com/abbbi

Recent public activity

  1. comment
    Comment #47671756

    most cringe read since a long time. This kid needs to grow up. It literally hurts reading his blog posts.

  2. comment
    Comment #46644702

    i looked at containerssh once and it was way to featureful for me. I came up with a simple ssh daemon that basically does spawn arbitary containers on ssh login and destroys on exi…

  3. story
  4. comment
    Comment #46356907

    If i could start over again i would love to work as forester. I even considered working as lumberjack. I got required certificates, im legally allowed to work in the industry doing…

  5. comment
    Comment #42298442

    so that comes quite right. Im currently working on a codebase that has evolved over 30-ish years. The makefiles are quite a mess and since ages, the software has been built sequent…

  6. comment
  7. comment
    Comment #41861617

    shares some insights: https://arstechnica.com/civis/threads/winamp-really-whips-op...

  8. comment
    Comment #41861434

    sorry, but this was a real shitshow. I dont understand: wtf makes people think spamming an repo in the way they did is in any way useful?

  9. comment
  10. comment
    Comment #41468372

    this site rocks wtf, your completely drawn into a nice story. Never had such an urge to dig deeper since a long time i opened a site.

  11. comment
    Comment #41459619

    Proxy written in golang that will emulate a Proxmox backup server and work on one or more S3 buckets

  12. story
  13. comment
    Comment #41383157

    used it for years, .. then switched to i3. Never looked back :)

  14. comment
    Comment #41173352

    there is the AuthorizedKeyscommand feature that allows for a command to fetch keys not yet existing on a system. Gitlab uses it to fetch keys from a database, for central user and …

  15. comment
  16. comment
    Comment #41092056

    Schedule: https://debconf24.debconf.org/schedule/ Streams: https://debconf24.debconf.org/ -> Video streams

  17. comment
  18. story
  19. comment
    Comment #41047132

    it depends. Doing a complete disaster recovery of a windows system IMHO can be a real struggle. Especially if you have to restore a system to different hardware, which the system s…

  20. comment
    Comment #41045422

    wyng backup does this. It uses the device mappers thin_dump tools to allow for incremental backups between snapshots, too: https://github.com/tasket/wyng-backup edit: requires lvm …

  21. comment
    Comment #41044959

    for RHEL based distributions you can do the same with an LVM and using boom boot manager. https://github.com/snapshotmanager/boom-boot

  22. comment
    Comment #41009990

    Marcan is an beast, this guy really loves to go down the rabbit holes.

  23. comment
    Comment #40703333

    looks nice, does it support presets like datasette?

  24. story
  25. comment
    Comment #40301881

    1) you create an container image based on the upstream image that supports bootc, using a Containerfile that serves what ever purpose you want. 2) you push that container image to …