#garbagecollection
In my Tic Tac Toe app, I used NativeScript’s animate() API for all animations - it gives smooth, logic-tied transitions as it runs JS thread. Many animations can cause frame drops or memory buildup, and need manual cleanup to avoid leaks or OOM errors.

#nativescript #animation #garbagecollection
November 12, 2025 at 11:32 AM
Very impressive:

“InvisiCaps: The Fil-C Capability Model”, Filip Pizlo (fil-c.org/invisicaps).

See Also: “Fil's Unbelievable Garbage Collector”, Filip Pizlo (fil-c.org/fugc).

#C #FilC #MemorySafety #Programming #GarbageCollection #GC #InvisiCaps #FUGC
InvisiCaps: The Fil-C Capability Model
fil-c.org
November 12, 2025 at 2:50 AM
"How do you acquire the fundamental computer skills to hack on a complex systems project?"

K.C.Sivaramakrishnan's suggestions:

kcsrk.info/ocaml/2025/1...

#SystemsProgramming #OCaml #Compilers #RuntimeSystems #Debuggers #GarbageCollection
Foundations for hacking on OCaml · KC Sivaramakrishnan
kcsrk.info
November 10, 2025 at 3:50 PM
Dive into our guide on optimizing #GarbageCollection in real-time systems using .NET! Learn how to balance speed and safety for high-performance applications. #RealTimeComputing
⚡ Part 9 — GC and Real-Time Systems: Balancing Speed and Safety in .NET
Real-time systems demand predictability. But Garbage Collection (GC), by nature, introduces non-deterministic pauses. So how do you build…
medium.com
November 4, 2025 at 3:15 AM
Discover the truth about .NET Garbage Collection in the latest post: myths debunked! Understand how GC impacts performance and best practices for optimization. #DotNet #GarbageCollection
🧨 Part 5 — GC Myths Busted: What Developers Get Wrong About .NET Garbage Collection
Garbage Collection (GC) in .NET is one of the most misunderstood features. Despite being automatic, it’s not magic — and believing the…
medium.com
October 18, 2025 at 12:15 AM
Gotta love i18n’ed error messages: „Die Datenbank-Verbindung wurde nicht explizit geschlossen (jetzt in der Müllabfuhr)“ 😅 #java #garbagecollection
October 17, 2025 at 9:58 AM
Fil's Unbelievable Garbage Collector
fil-c.org
October 2, 2025 at 2:14 PM
Perth residents can now put out two garbage bags every two weeks without a tag. Extra bags require tags, now priced at $2 each. Details: www.hometownnews.ca/perth-garbag...
#PerthON #GarbageCollection #PerthOntario
2-Bag Limit: Big Changes to Perth Garbage Collection
Perth residents can now place two garbage bags every two weeks without tags. New changes to garbage collection include $2 tags for extra bags.
www.hometownnews.ca
August 29, 2025 at 3:47 PM
Deep dive into .NET Garbage Collection! Learn about its mechanisms and optimizations to enhance app performance. Understand how memory is managed & explore best practices for efficiency. #DotNet #GarbageCollection
dev.to
August 4, 2025 at 9:15 AM
Delve into the intricate workings of C#'s Garbage Collector (GC) to optimize performance and memory management. Uncover how generational GC, object lifetime, and heap allocation contribute to efficient code. #CSharp #GarbageCollection
🧠 Inside the Mind of the GC: Advanced Internals of C# Garbage Collection
Welcome to Part 2 of our deep dive into the world of C# memory management. If Part 1 introduced you to the Garbage Collector (GC), this…
medium.com
July 29, 2025 at 3:15 PM
Danke für DIPSY und DAISY 😜 - you made my day @fsteiner.bsky.social

Musste sofort an fehlerhafte #GarbageCollection denken, die gibt auch nicht freiwillig wieder alles her, was sie mal eingesackt hat.

#Programmierfehler #BadenWürttemberg #Lehrerfehlstand

www.heise.de/news/20-Jahr...
20 Jahre unbemerkt: Programmierfehler sorgt für fehlende Lehrer
Baden-Württemberg hat 20 Jahre lang Lehrerstellen, die frei wurden, nicht nachbesetzt. Das will niemandem aufgefallen sein.
www.heise.de
July 17, 2025 at 5:14 PM
3/ Como? Reduz cabeçalhos de 12 para 8 bytes! ✅ Ative a flag na JVM e pronto! ✅ Amazon já testou em produção. ✅ #GarbageCollection
July 15, 2025 at 3:01 PM
3/ This feature is a lifesaver for apps with tons of small objects, cutting GC pressure & making cloud deployments sing. ☁️ #CloudNative #GarbageCollection
July 13, 2025 at 1:01 PM
2/ I/O blocking = 🐌. JVM travada esperando logar = 💥. Async-logging? Thread livre, app feliz! 😄 #Performance #GarbageCollection
July 12, 2025 at 3:01 PM
Discover the power of mastering C# garbage collection for optimizing .NET performance. Learn how this invisible hero impacts your app efficiency. #DotNet #GarbageCollection
🧹 Mastering C# Garbage Collection: The Hidden Hero of .NET Performance — Part 1
Ever wondered what happens to your objects after you’re done using them in C#? Who cleans up the mess? Meet the unsung hero of .NET — the…
medium.com
July 12, 2025 at 12:15 AM
There was quite some interest in #GarbageCollection at #WeAreDevelopers in #Berlin 😁
July 11, 2025 at 2:03 PM
5/ Async logging in OpenJDK 17+. Upgrade for faster apps! Your GC will thank you. 🙏 Go explore! 🍮 #PudimDrivenDevelopment #Java #OpenJDK #AWS #Corretto #Performance #GarbageCollection
July 7, 2025 at 1:01 PM
Gain insight into .NET's GC performance by understanding latency from background GC and the Large Object Heap! Learn techniques to diagnose and optimize for improved app responsiveness. #DotNet #GarbageCollection
Diagnosing Latency in .NET: Background GC and the Large Object Heap
I recently encountered a performance issue where some requests occasionally took up to 20 seconds to complete. Usually these requests take…
medium.com
July 2, 2025 at 9:15 PM
#GarbageCollection can significantly impact app memory usage. Understanding how your app manages memory is crucial for performance optimization. Dive into the realities of garbage collection and avoid common pitfalls. #SoftwareDevelopment
dev.to
June 30, 2025 at 9:15 PM
Learn how .NET automates memory management using garbage collection! Understand heap vs. stack allocation, object generations, and automatic reclamation of unused memory. Boost your coding efficiency with these insights. #DotNet #GarbageCollection
How .NET automatically cleans up memory using Garbage Collection
If you’ve just started learning programming, you might be hearing this mysterious term: Garbage Collection.
medium.com
June 29, 2025 at 12:15 AM