did you apt update beforehand ? it is weird that it’s trying to install lower level libc6
- 17 Posts
- 357 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 basic reading)
taaz@biglemmowski.winto
Showerthoughts@lemmy.world•What's if instead of a dead internet we end up with a dark forest internet
13·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
taaz@biglemmowski.winto
Linux@programming.dev•Someone ran a modern Linux OS on a 30-year-old CPU, and it's surprisingly usable
4·5 months agodon’t know the details but my general IT knowledge says that: single unicode character/
glyphcan take up to 4 bytes instead of 1 (ascii).
I mean I might have a laughing pikachu tattooed, from my side you are good
taaz@biglemmowski.winto
movies@piefed.social•Disney Reportedly Pulls the Plug on TRON 4 After TRON: ARES Crashes at the Box Office, Is Jared Leto to Blame?
61·6 months agoaccording to internet, it’s shit
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
Linux has kind of two forms of memory pages (entries in RAM), one is a file cache (page cache) and the other is “memory allocated by programs for work” (anonymous pages).
When you look at memory consumed by a process you are looking at RSS, page/file cache is part of kernel and for example in btop corresponds to
Cached.Page cache can never be moved into swap - that would be the same as duplicating the file from one place on a disk to another place on a (possibly different) disk.
If more memory is needed, page cache is evicted (written back into the respective file, if changed). Only anonymous pages (not backed by anything permanent) can be moved into swap.So what does “PostgreSQL heavily relies on the OSs disk cache” mean? The more free memory there is, the more files can be kept cached in RAM and the faster postgres can then retrieve these files.
When you add zram, you dedicate part of actual RAM to a compressed swap device which, as I said above, will never contain page cache.
In theory this still increases the total available memory but in reality that is only true if you configure the kernel to aggressively “swap” anonymous pages into the zram backed swap.Notes: I tried to simplify this a bit so it might not be exact, also if you look at a process, the memory consumed by it is called RSS and it contains multiple different things not just memory directly allocated by the code of the program.
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•Revanced Team gets DMCA from SpotifyEnglish
21·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
taaz@biglemmowski.winto
Books@lemmy.world•Is the Inheritance (Eragon) series worth reading?
81·8 months agoWhat movie? I have a very good memory and there is no movie.
Jokes aside, I agree it’s a good read.
I kind of grew up with this series so it holds a special place in my heart. Loved Inheritance, I remember being sad for days because of finishing it lol.
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