Viewing profile — abbbi
abbbi
HN member- Joined
- Mon, Nov 12, 2018, 5:19 PM UTC
- HN karma
- 291
- Public activity
- 68 items
- HN profile
- View on Hacker News ↗
About abbbi
Recent public activity
-
comment
Comment #47671756
most cringe read since a long time. This kid needs to grow up. It literally hurts reading his blog posts.
-
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…
- story
-
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…
-
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…
-
comment
Comment #41861982
exactly.
-
comment
Comment #41861617
shares some insights: https://arstechnica.com/civis/threads/winamp-really-whips-op...
-
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?
- comment
-
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.
-
comment
Comment #41459619
Proxy written in golang that will emulate a Proxmox backup server and work on one or more S3 buckets
- story
-
comment
Comment #41383157
used it for years, .. then switched to i3. Never looked back :)
-
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 …
- comment
-
comment
Comment #41092056
Schedule: https://debconf24.debconf.org/schedule/ Streams: https://debconf24.debconf.org/ -> Video streams
- comment
- story
-
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…
-
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 …
-
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
-
comment
Comment #41009990
Marcan is an beast, this guy really loves to go down the rabbit holes.
-
comment
Comment #40703333
looks nice, does it support presets like datasette?
- story
-
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 …