Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NI
Posts
1
Comments
96
Joined
2 yr. ago

  • I work in hospitality and our systems are completely down. No POS, no card processing, no reservations, we're completely f'ked.

    Our only saving grace is the fact that we are in a remote location and we have power outages frequently. So operating without a POS is semi-normal for us.

  • I do use ZFS and I just backup the files with restic. To restore a file in a zfs snapshot I would have to download the entire thing to a spare HDD, even if I only need to recover a few files. Restic has snapshots too and is designed to be used with cloud providers like B2.

  • I've used backblaze b2 for almost 8 years now and it just works. I've never had any data lost by them in that time.

    I just recently switched over to Storj.io as it a bit cheaper at only $4/TB as compared to B2 at $6/TB. Both are S3 compatible and work with just about every backup software out there. I have used Borg, Kopia and now Restic to do backups of important data. All 3 tools deduplicate all your data and reduces the amount of storage used. They also do encryption client side and are open source. They also have a built-in verification mechanism that checks the data is intact.

  • I think Australia should be investing heavily in nuclear. The cost doesn't make sense for the private sector to bear, but the govt can afford it as long as it doesn't take away from renewable investment like the libs are proposing here. Future debt is easier to solve than carbon emissions.

    We need large scale base load power generation to fill in the gap that electrification of everything will bring. Electrical demand will increase as we replace fossil fuel for heating, cars and transport, etc...

  • I've had a framework for 2 years now. It's run fedora, manjaro (arch based) and Debian with no major issues. Manjaro had some problems with KDE and the high DPI screen. Sometimes the scaling was inconsistent between apps. Fedora just works.

    Only hardware issue is the battery life is just not that great. And the trackpad doesn't always work property, but I think that was a first generation issue that's been resolved since.

  • The easiest way is to setup tailscale on the server, then share the server with the web interface. Your friends/family simply install the tailscale client, login, and it just connects like magic. No port forwarding or firewall configuration required. There's plenty of how-tos out there.

    tailscale.com

  • Nitrogen narcosis is caused by the high pressure exposure to nitrogen in the air divers breathe underwater. Its different to hypoxia, which is a lack of oxygen. It can cause a euphoria and can be dangerous if the diver loses focus and makes a mistake. The effects are completely reversed by ascending and have no long term effect.

    Source: I'm a scuba diving instructor

  • Well actually, its usually much safer for a cyclists to keep moving at an intersection like that. It takes far less time for them to clear the intersection than coming to a full dead stop and starting again. I can see and hear everything on approach much better than anyone inside a 2 ton metal box. In some places its perfectly legal for a bicycle to treat stop sighs like a give way.

    Getting on the sidewalk often has its own hazards, like the sidewalk randomly ending and starting again for no reason, people, and shop doors.

  • Every time I update my flatpak apps I get a warning about deprecated libraries. I don't think flatpak is the issue but rather apps being able to not update really old libraries that could have security patches available. Does anyone know of a way to force these old libraries to update?