Preparing for the .NET 10 GC

In .NET 9 we enabled DATAS by default. But .NET 9 is not an LTS release so for many people they will be getting DATAS for the first time…

Medium
É o garbage collector passando na sua porta. - Retrópolis

Se você tem um FM Towns e quer criar imagens de disco customizadas (a pior parte é o carregador IPL e corrigi-lo com a localização IO.SYS), então seus problemas acabaram. O Derek Pascarella criou uma ferramenta (q tá no github dele) pra facilitar o processo. Ela também é útil para fazer conversões de CD-ROM de

Retrópolis - A cidade dos clássicos
🤖🎉 Welcome to Fil's Fantastical Fiasco of a Garbage Collector, where incomprehensible jargon meets impractical implementation! 🌪️ FilC's 🤯 mind-bogglingly complex code sits in fugc.c, yet miraculously requires an entire entourage of support logic just to function. 💻 So, grab your favorite debugging tools and a stiff drink, because you'll need both! 🍻😂
https://fil-c.org/fugc #FilFantasticalFiasco #GarbageCollector #ComplexCode #DebuggingTools #CodingHumor #HackerNews #ngated
Fil's Unbelievable Garbage Collector

#Java bietet heute Funktionen wie Low-Pause #GarbageCollector, #VirtuelleThreads und minimale Container-Images. @dchuyko analysiert, wie diese Fortschritte Java als Sprache für skalierbare Cloud-Architekturen etablieren.

Mehr Details im #JAVAPRO Artikel: https://javapro.io/de/ist-java-cloud-nativ/

O garbage collector passou na comunidade MSXzeira e trouxe isso aqui. - Retrópolis

Sempre é bom vermos as comunidades agindo e produzindo. Então, esse garbage collector é pra falar do que tem aparecido na comunidade MSXzeira recentemente. Nossos amics (*) da AAMSX anunciaram que vão começar a produzir cartuchos de jogos novos para MSX, e o primeiro será o Kokaiju Balls, da Paxanga Soft. O plano deles é

Retrópolis - A cidade dos clássicos
🚮 Oh joy, yet another groundbreaking GitHub issue about a "green tea" garbage collector that promises to save the world from memory leaks🍵, if only anyone could stay awake long enough to care. Meanwhile, GitHub Copilot is still trying to figure out what to do with all this hot air♨️ and more security holes than a sieve🔍.
https://github.com/golang/go/issues/73581 #GitHubIssues #GreenTea #GarbageCollector #MemoryLeaks #GitHubCopilot #HackerNews #ngated
runtime: green tea garbage collector · Issue #73581 · golang/go

Green Tea 🍵 Garbage Collector Authors: Michael Knyszek, Austin Clements Updated: 2 May 2025 This issue tracks the design and implementation of the Green Tea garbage collector. As of the last update...

GitHub
The very first software introduced to sentient beings was the simple prayers taught to everyone since Ceremonial Burial. #GarbageCollector #CleanYourMess
Mais um dia de passagem do garbage collector - Retrópolis

Clube do MS-DOS e assemelhados Raymond Chen fala de alguma coisa envolvendo a primeira década do Windows, já sabe, né? A gente para e lê. Agora, por exemplo, ele está falando dos usos dos ícones do moricons.dll, dos programas DOS que usam ícones no progman.exe e dos programas DOS que usam ícones no moricons.dll. Porque

Retrópolis - A cidade dos clássicos
Garbage Collector: A Deep Dive

In Java, the Garbage Collector (GC) is one of the most important components. Gerrit Grunwald gave a talk about GC in June 2024 on JNation, with a very didactic way of understanding in depth how it works. Let’s see some highlights from his talk.

High-Level Developer