it just means they’ll be a passive node, but still able to seed if they connect to the other node (edited). It’s the setup I have and I manage to keep an overall ratio >1, especially if the torrent is popular.
Eager Eagle
- 6 Posts
- 569 Comments
Eager Eagle@lemmy.worldto
Technology@lemmy.world•Sony Patents System to Generate AI Podcasts in the Voices of Your Favorite PlayStation Characters - IGNEnglish
2·4 days agoyou don’t actually know that you would have continued playing that game
yes, that’s kind of my point. With this feature it’d be more likely that I would. I don’t play games for the boss fights, but even story-driven ones have them at times. They’re more of a nuisance to me.
Eager Eagle@lemmy.worldto
Technology@lemmy.world•Sony Patents System to Generate AI Podcasts in the Voices of Your Favorite PlayStation Characters - IGNEnglish
2·4 days agoIdk, I’ve left some games behind, which I could have played many more hours, just because I didn’t have the patience to get past a level/battle/boss, whatever. Not so much as a teenager, but definitely as an adult.
Sometimes I come back after weeks or months, sometimes I don’t bother.
Eager Eagle@lemmy.worldto
Technology@lemmy.world•Apple to Soon Take Up to 30% Cut From All Patreon Creators in iOS AppEnglish
5·9 days agoIsn’t it against the law in many places to charge customers without providing a breakdown of what they’re being charged with?
Eager Eagle@lemmy.worldto
Technology@lemmy.world•Your Brain on ChatGPT: Accumulation of Cognitive Debt when Using an AI Assistant for Essay Writing Task – MIT Media LabEnglish
23·16 days agomaybe he calls his net worth “cognition”
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world•Help with understanding memory usage discrepancyEnglish
2·18 days agoyes, the system will likely use some swap if available even when there’s plenty of free RAM left:
The casual reader1 may think that with a sufficient amount of memory, swap is unnecessary but this brings us to the second reason. A significant number of the pages referenced by a process early in its life may only be used for initialisation and then never used again. It is better to swap out those pages and create more disk buffers than leave them resident and unused.
Src: https://www.kernel.org/doc/gorman/html/understand/understand014.html
In my recently booted system with 32GB and half of that free (not even “available”), I can already see 10s of MB of swap used.
As rule of thumb, it’s only a concern or indication that the system is/was starved of memory if a significant share of swap is in use. But even then, it might just be some cached pages hanging around because the kernel decided to keep instead of evicting them.
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world•Help with understanding memory usage discrepancyEnglish
10·19 days agoif my system touches SWAP at all, it’s run out of memory
That’s a swap myth. Swap is not an emergency memory, it’s about creating a memory reclamation space on disk for anonymous pages (pages that are not file-backed) so that the OS can more efficiently use the main memory.
The swapping algorithm does take into account the higher cost of putting pages in swap. Touching swap may just mean that a lot of system files are being cached, but that’s reclaimable space and it doesn’t mean the system is running out of memory.
Eager Eagle@lemmy.worldto
Programming@programming.dev•"Software Repositories" are Libraries, and "Libraries" are BooksEnglish
5·19 days agosshhh 🤫
Eager Eagle@lemmy.worldto
Not The Onion@lemmy.world•NHS defends cousin marriages because ‘only 15 percent lead to birth defects’English
212·19 days agonot making illegal and support from the national health service are vastly different things. 15% is a disastrous rate for public health.
Eager Eagle@lemmy.worldto
Technology@lemmy.world•The productivity paradox of AI coding assistantsEnglish
113·19 days agoI disagree. What I could hack over a weekend starting a project, I can do in a couple hours with AI, because starting a project is where the typing bottleneck is, due to all of the boilerplate. I can’t type faster than an LLM.
Also, because there are hundreds of similar projects out there and I won’t get to the parts that make mine unique in a weekend, that’s the perfect use case for “vibe coding”.
Eager Eagle@lemmy.worldto
Programming@programming.dev•"Software Repositories" are Libraries, and "Libraries" are BooksEnglish
12·19 days agowhat are sections, chapters, indices? Who’s the librarian?
we don’t need to go all the way into a metaphor
Eager Eagle@lemmy.worldto
Programmer Humor@programming.dev•[Unknown artist] Fake it until alwaysEnglish
9·19 days agoyou haven’t seen my frontend code
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world•Self-Hosted Document & Budgeting Automation: Paperless-ngx, Firefly III, and n8n – Good Idea?English
3·20 days agopotentially relevant: paperless recently merged some opt-in LLM features, like chatting with documents and automated title generation based on the OCR context extracted.
Eager Eagle@lemmy.worldto
Not The Onion@lemmy.world•Trump Isn't the First to Be Gifted a Nobel Prize He Didn't Win—Joseph Goebbels Got One TooEnglish
64·20 days agoA Nobel Peace Prize can also never be revoked. The decision is final and applies for all time.
yeah, it’d be hilarious if the committee decided to withdraw her prize, even if just symbolically.
Python stack traces give you all files involved in the error, with their lines. I don’t know what you’re talking about
how’s that the same thing as in the picture?
Eager Eagle@lemmy.worldto
Programmer Humor@programming.dev•The #1 Programmer Excuse for Legitimately Slacking Off (2026 Edition)English
2·21 days agoThe waste of power is often associated to the proof of work consensus, but that’s not a requirement of blockchain. There are other ways to create consensus.
The bandwidth requirements really depend on what’s being stored, but it’s usually very manageable for a server. And clients not running validation don’t need to store or transfer that much data.
Eager Eagle@lemmy.worldto
Programmer Humor@programming.dev•The #1 Programmer Excuse for Legitimately Slacking Off (2026 Edition)English
13·22 days agogit itself is really not far from a blockhain. Blockchain is fine, it only has a bad rep because of ponzi schemes that use it to create crypto, but the technology and trustless consensus mechanisms are interesting.
Eager Eagle@lemmy.worldto
Not The Onion@lemmy.world•Matthew McConaughey trademarks "Alright, alright, alright"English
32·23 days agoyou’ll need to record it
a man saying ‘ALRIGHT ALRIGHT ALRIGHT’, wherein the first syllable of the first two words is at a lower pitch than the second syllable, and the first syllable of the last word is at a higher pitch than the second syllable.
If you say it in front of the mirror at exactly 3am, a court official will spawn at your location to serve you the papers.





I’ve studied at a public university in Brazil. Students from private schools were always mocked as being less intelligent and hardworking, starting with the selection process to get in: since everyone wants an education free of cost, the best students are selected for public schools.
But still, I’m pretty sure it’s less of a matter of quality of education, and more of a lack of interest from students combined with a systematic problem of private schools. Hopefully they’re able to require passing this exam to rectify this situation. Currently, that already happens for law schools.