did you apt update beforehand ? it is weird that it’s trying to install lower level libc6
- 10 Posts
- 210 Comments
taaz@biglemmowski.winto
Games@lemmy.world•Starbound Fans: New Dedicated Server Open to LemmyEnglish
5·2 months agoweren’t chucklefish the ones that strangled this game in the first place?
now take this with a big chunk of salt, I do not remember at all if this is any true but feel like I read it somewhere
I mean I might have a laughing pikachu tattooed, from my side you are good
taaz@biglemmowski.winto
Programming@programming.dev•Elixir v1.19 released: enhanced type checking, broader type inference, and up to 4x faster compilation for large projects
2·3 months agohave been eyeing elixir for a while, should give it another try. the whole beam/otp/erlang is a bit scary though
taaz@biglemmowski.winto
Open Source@lemmy.ml•what are your biggest contributions to open source software?
3·4 months agoLittle bits and pieces but mostly bug fixes - I like my shit working but maintenance is not my strong suit, more of a traveling contributor or drive-thru fixer.
I believe I fixed calling in one electron messenger.com wrapper before - that was fun but these days I usually try to help the game BAR whenever I have extra time.Edit: Keep forgetting but I am also maintaining few apps on AUR, nothing big except for maybe one helper tool/calculator for EVE online
taaz@biglemmowski.winto
Programming@programming.dev•How do I design a multi-language database?
4·4 months agoHad to solve the same problem few months ago, user provided content and so, user provided translations.
We use postgres everywhere and we had to support 3 languages initially with one more eventually, so we decied to use json fields for anything that could be translated (which wasn’t too much). Mind you, this was basically a (temporarily permanent) prototype project but (fresh) postgres has a good support and operators for json so it worked alright.EDIT: I remembered that hstore might be a good alternative too, I think it was slightly less “heavy” and had better operators for the kind of access we needed
by jitter you mean ping lags/unstable ping?
- remove all wireless connections between you and the internet if you can
- in terminal, run
pingagainst few different targets (to your gateway IP, to some random website/IP) and watch for packet drops, if you see them you might have a hardware problem (mb eth card/port, cable, router) or your ISP is having problems - check that your cable/router has correctly negotiated the wire speeds:
ethtool <your-internet-interface-name:eth0> | grep -A1 Speedthis will show you the speed (at least 100Mb/s) and Duplex: Full - maybe try changing cl_interp_ratio ?
- run bufferbloat test
- you sure noone is watching 4k corn while you are gaming ?
taaz@biglemmowski.winto
Arch Linux@lemmy.ml•Make pacman not put downloads in download-xxxxxx directory
3·5 months agoI don’t have an answer either but there is also
checkupdatesfrom pacman-contrib pkg, it optionally allows you to pre-DL the updated packages into the (global package) cache
Maybe this came with the installation script
taaz@biglemmowski.winto
Linux Gaming@lemmy.ml•Battlefield 6 requires secure boot to be enabled and active
31·6 months agoI’ve tested the beta yesterday (dual boot) and only had to enable SB and leave it in custom mode - no need to sign & enroll the linux kernel(s) too.
taaz@biglemmowski.winto
Games@lemmy.world•Battlefield 6 cheats day 1 of early access. Depite kernel level anti cheat, forced secure boot TPM 2.0English
33·6 months agoI’ve tested the beta yesterday and only had to enable SB and leave it in custom mode - no need to sign & enroll the linux kernel(s) too
taaz@biglemmowski.winto
Open Source@lemmy.ml•Discover Hidden Gems: Open-Source Software You Should Know About
36·6 months agoFlameshot: screenshotting tool with everything you would ever need for screenshots
Best bet would be that something reloaded/changed the underlying ip/nftables bypassing ufw (ufw is just a frontend, I do not know if it periodically verifies the current rules are correct and it would feel extraneous to me if it did). Or it didn’t apply it correctly.
You can get the actual rules with
iptables-save(dunno about respective nftables command)
If your primary usecase is going to be music (so a need for realtime capabilities for stuff like recording, VSTs and DAWs) then I do not reccomend immutable distros for a simple reason: you will probably/eventually need to hack something up to get it to work and at that moment, the immutability is just extra work.
As far as I have tried fiddling with the music stack on Linux (which is not that much), the whole pipewire/JACK/carla stack is a bit messy and I can’t imagine it working with flatpacks due to the sandboxing/permissions.
in that case you can grab any of the other distros that are Arch-based, EndeavourOS/Garuda/CachyOS and so on. You will get the benefits of rolling-release like fresh-er software without the need to setup & configure it yourself.
One is trying Bazzite the other one is just classic fedora
Two of my friends switched recently.
They had none to very little experience with anything Linux before, their previous win11 installs just over bloated and the copilot bullshit pushed them over. Both (indie/non-pop shooters) gamers btw.This is the year of linux.
Mothership is really good btw










oh nice addition, had to tweak this manually on CP2077