Skip Navigation
How the fuck can I kill 20 hours?
  • In case you get stuck again and need more games:

    • DevilutionX (free, open source, needs gamedata) lets you play Diablo1 on Android, very good time killer (you might need to fetch the gamedata somewhere)
    • Out There: Omega (paid but one time purchase) is a relaxed starship roguelite
    • Battle For Wesnoth (free, open source) fantasy style tactical game
    • Jagged Alliance 2 Stracciatella (free, open source, needs gamedata) - Jagged Alliance 2 on Android, tactical RPG, great timekiller like classic UFO or the old Fallout games.

    Notable mentions: WorldOfGoo, Human Resource Machine

  • How do you containerize stuff you install from source in a way that you can completely remove later?
  • I use a mixture of systemd-nspawn and different user logins. This is sufficient for experimentation, for actual use I try to package (makepkg) those tools to have them organized by my package manager.

    Also LVM thinpools with snapshots are a great tool. You can mount a dedicated LV to each single user home to keep everything separated.

  • What is an item below 100 bucks that everyone should own?
  • SSDs are not really good for long lasting backups. They hold data by electric charge, if you unplug your SSD and store it, then it might loose its data after just a couple of years. HDD "spinning rust" still has its merits when it comes to long term data storage, they hold their magnetic data longer without fresh power.

  • Japan: Can anything be done to stop population decline?
  • While being an environment issue, the plastic wrappings have a practical purpose: protect food from roaches. In many japanese cities you cannot have food open without attracting gokiburi within a few hours. This is also why the japanese keep everything as clean as possible. Even in the shadiest places there is someone with a vaccuum and a stickytape floor roller(!) to prevent the smallest crumb from staying on the floor too long. Eating on the move in the streets is frowned upon, because fallen down crumbs attract roaches. Public trashcans are rare, because - you guessed it - roaches. You are expected to carry any trash back home and put it in a sealed bag in your trashbin. The typical size of japanese houses and flats does not offer much space for storing large food containers, so you buy your food in small portions.

    Of course a more environment-friendly wrapping would be better, but it has to be able to withstand a roach nibbling on it, which is not the case for various organic-based polymers.

  • I feel called out
  • After many years of using multiple devices and even servers with Archlinux installed it never broke because of an update (spoiler: I use systemd-boot instead of grub). If a system is to be used by a less experienced user, just install linux-lts Kernel instead.

    Unstable does not mean it crashes/breaks often, it just means it does not guarantee to not bump to the newest upstream version and that it does not do backports. This can be a problem when using unmaintaned software that does not like using a recent python/php.

    This is also great because if you find a bug in a software you can report it to upstream directly. Debian maintainers only backport severe bugs, not every one of them. It can take over a year for new features to arrive - especially painful with applications like gimp, krita, blender, etc. You can use debian-unstable of course, which is close to upstream as well.

  • Do you run locally?
  • locally, always.

    I even got it to run without GPU on a pure old i5 CPU with 8GB system RAM (not VRAM) paired with 32GB swap. SD1.5 takes 4-10 minutes per image, SDXL about 2 hours. But it works. With GPU its between 7 and 90 seconds per image, depending on model and settings.

  • Is NextCloud worth it for a company?
  • Do not expect you can offer this service for a competive price against cloud prices. Caring for a company IT system is a big challenge and requires more work the more users there are.

    For a company this size: make a clear contract. Consider how much time you need for setup/installation, monthly hours for maintenance, monitoring and at least daily(!) backups. Let them choose if they want it with a failover and charge for the required hours and material. Also put in the contract when they can expect support from you, including a clause for a holiday substitute admin (if needed). Then put a pricetag on support hours for holding people's hands when they "can't find that file they uploaded a week ago and it is surely a server issue" and put a pricetag on engineering hours for any modifications they might want, like installing any plugins they deem useful for themselves. Hardware prices, traffic, rack space and power should be included as well. Have a good plan for updates, choose your distro wisely, do not rely on autoupdates.

    Play all this through in your head, add up the hours, choose a fair rate and then you have your pricetag.

    Cloud will always be cheaper, because they have their infrastructure already deployed. Building from the ground up is more expensive, but I think it is worth it. Will they?

  • GitHub - vitoplantamura/OnnxStream: Running Stable Diffusion on a RPI Zero 2 (or in 260MB of RAM)
    github.com GitHub - vitoplantamura/OnnxStream: Running Stable Diffusion on a RPI Zero 2 (or in 260MB of RAM)

    Running Stable Diffusion on a RPI Zero 2 (or in 260MB of RAM) - GitHub - vitoplantamura/OnnxStream: Running Stable Diffusion on a RPI Zero 2 (or in 260MB of RAM)

    GitHub - vitoplantamura/OnnxStream: Running Stable Diffusion on a RPI Zero 2 (or in 260MB of RAM)

    It is slow, even on Desktop CPUs, but it does work with veeery little RAM.

    0
    AI model output quality decreases when trained with AI models
  • But...isn't unsupervised backfeeding the same as simply overtraining the same dataset? We already know overtraining causes broken models.

    Besides, the next AI models will be fed with the interactions from humans with AI, not just it's own content. ChatGPT already works like this, it learns with every interaction, every chat.

    And the generative image models will be fed with AI-assisted images where humans will have fixed flaws like anatomy (the famous hands) or other glitches.

    So as interesting as this is, as long as humans interact with AI the hybrid output used for training will contain enough new "input" to keep the models on track. There are already refined image generators trained with their own but human-assisted output that are better than their predecessor.

  • Deleting your Threads profile will also kill your Instagram account
  • GoogleTalk once federated with XMPP/jabber, good times until their userbase was big enough to deferedate again, crippling the jabber network. It will happen again if we let it.

    Metas plan is to draw users into their network and use the fediverse as an initial catalyst ("look! so much content already there!"). Once their userbase is large enough, they will deferate again claiming protocol difficulties or something equally vague, but they will just want to start rolling out advertising which would not be displayed to users from other instances. Most users will not keep two accounts and jusy stay with the big corp and leave the original fediverse again.

  • The Current Challenges With Using Linux On Airplanes
  • Well, NASA trusts Linux enough to send it to Mars. They build rockets, so it should be good enough for flying busses. Unless you don't trust your software engineers, but then having them build a custom microkernel OS instead sounds not much better.

  • This has been my default counterargument since I first read it.
  • The short tinnitus that lasts just a few minutes is relatively common. Most common cause is stress and circulation issues. There seems to be no alternative name for the short tinnitus to differentiate between the permanent ringing.

    I found that if it starts ringing in my ear due to stress or just spacing out during overthinking stuff, hyperventilating (increase blood oxygen levels) briefly and massaging my ear canal (increase circulation) from the outside helps to get rid of it more quickly. Maybe this helps somebody someday.

  • package to move and manage folders?
  • systemd-path is the cleanest and most portable solution. You define a path service to watch your directory for changes and trigger another service to perform certain actions then. It uses inotify.

    https://man.archlinux.org/man/systemd.path.5.en

    Here is a full example from our currently so beloved redhat: https://www.redhat.com/sysadmin/introduction-path-units

  • Moving away from RHEL based distros, whats good ?
  • My vote is Archlinux. Debian is sometimes a little too "optimisitic" when backporting security fixes and upgrading from oldstable to stable always comes with manual intervention.

    Release-based distros tend to be deployed and left to fend on their own for years - when it is finally time to upgrade it is often a large manual migration process depending on the deployed software. A rolling release does not have those issues, you just keep upgrading continuously.

    Archlinux performs excellent as a lightweight server distro. Kernel updates do not affect VM hardware the same they do your laptop, so no issues with that. Same for drivers. It just, works.

    Bonus: it is extremely easy to build and maintain your own packages, so administration of many instances with customized software is very convenient.

  • SDXL 0.9 release for research, public 1.0 mid-July
    stability.ai Stability AI launches SDXL 0.9: A Leap Forward in AI Image Generation — Stability AI

    Discover SDXL 0.9, Stability AI's cutting-edge release in the Stable Diffusion suite. Unleashing remarkable image and composition precision, this upgrade revolutionizes generative AI imagery. From hyper-realistic media production to design and industrial advancements, explore the limitless possibili

    Stability AI launches SDXL 0.9: A Leap Forward in AI Image Generation — Stability AI

    Apparently requirements are 8GB VRAM (16 on AMD GPUs) and 16GB system RAM.

    0
    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/)VO
    voluntaryexilecat @lemmy.dbzer0.com

    stay a while and dwell in the fediverse or are you afraid you might enjoy it?

    Posts 2
    Comments 19