did you apt update beforehand ? it is weird that it’s trying to install lower level libc6
- 27 Posts
- 407 Comments
taaz@biglemmowski.winto
Selfhosted@lemmy.world•Searching for eBook reader solutionEnglish
1·4 months agobefore getting a pocketbook I was using ReadEra and it worked alright (for badic reading)
taaz@biglemmowski.winto
Showerthoughts@lemmy.world•What's if instead of a dead internet we end up with a dark forest internet
12·5 months agothinking about this, wouldn’t the best way to hide a modern websie be something along getting a wildcard domain cert (can be done with LE with DNS challenge), cnaming the wildcard to the root domain and then hosting the website on a random subdomain string ? am I missing something
taaz@biglemmowski.winto
Showerthoughts@lemmy.world•What's if instead of a dead internet we end up with a dark forest internet
4·5 months agocrt.sh and certificate transparency
taaz@biglemmowski.winto
Games@lemmy.world•Starbound Fans: New Dedicated Server Open to LemmyEnglish
5·5 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
taaz@biglemmowski.winto
Showerthoughts@lemmy.world•Technical debt is probably one of the best dramatic tropes
21·5 months agosandustry ˢᵒᵒⁿ
taaz@biglemmowski.winto
Technology@lemmy.world•Google Revisits JPEG XL in Chromium After Earlier RemovalEnglish
214·5 months agohave not hear anything bad about webp, whats up with that
taaz@biglemmowski.winto
Technology@lemmy.world•Google Revisits JPEG XL in Chromium After Earlier RemovalEnglish
33·5 months agofyi you have toggled the setting that marks you as a bot account, as such your content will not show for some percent of people that have bots hidden
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·6 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
Firefox@lemmy.ml•Firefox's New Profile Manager Goes Live For Everyone Next Week
2·6 months agohopefully it’s good, don’t want to mix work and personal stuff
taaz@biglemmowski.winto
Open Source@lemmy.ml•what are your biggest contributions to open source software?
3·6 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
Science Memes@mander.xyz•The Problem of Writing Poems in the Shape of Deciduous TreesEnglish
1·6 months agounsure if the translations work well in english but checkout Christian Morgenstern, he made similar “silly” poems
taaz@biglemmowski.winto
Programming@programming.dev•How do I design a multi-language database?
4·7 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
taaz@biglemmowski.winto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•*Permanently Deleted*English
25·7 months agoThe day revanced dies is the day I leave youtube.
taaz@biglemmowski.winto
Ask Lemmy@lemmy.world•my youtube algorithm kinda sucks rn, recommend me some
41·8 months agoFredrikkNudsen’s down the rabbit hole, just pick any.
I really enjoyed the one about computers beating humans in chess - Deep Blue
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 ?


















oh nice addition, had to tweak this manually on CP2077