@anon
sign up
@anon
sign up
pull down to refresh
Garbage collection and closures
jakearchibald.com/2024/garbage-collection-and-closures/
21 sats
\
0 comments
\
@Rsync25
30 Jul 2024
tech
related
Garbage Collection for Systems Programmers (2023)
bitbashing.io/gc-for-systems-programmers.html
10 sats
\
1 comment
\
@hn
31 Mar 2024
tech
Memory Safety Without Lifetime Parameters
www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3444r0.html
106 sats
\
0 comments
\
@hn
21 Oct 2024
tech
Garbage Collected Smart Pointers in Rust via Concurrent Cycle Collection
maplant.com/2024-12-13-Scheme-to-the-Spec-Part-I:-Concurrent-Cycle-Collection.html
11 sats
\
0 comments
\
@hn
13 Dec 2024
tech
Mastering JavaScript Closures: A Comprehensive Guide
dev.to/jahid6597/mastering-javascript-closures-a-comprehensive-guide-1gd7
21 sats
\
0 comments
\
@Rsync25
13 Jun 2024
alter_native
Blocking code is a leaky abstraction
notgull.net/blocking-leaky/
133 sats
\
0 comments
\
@Rsync25
20 Oct 2024
tech
Understanding Memory Management, Part 2: C++ and RAII
educatedguesswork.org/posts/memory-management-2/
10 sats
\
0 comments
\
@hn
9 Mar
tech
Memory Safe Languages: Reducing Vulnerabilities in Modern Software Development
media.defense.gov/2025/Jun/23/2003742198/-1/-1/0/CSI_MEMORY_SAFE_LANGUAGES_REDUCING_VULNERABILITIES_IN_MODERN_SOFTWARE_DEVELOPMENT.PDF
156 sats
\
1 comment
\
@carter
7 Jul
security
C++23: Removing garbage collection support
www.sandordargo.com/blog/2023/11/01/cpp23-garbage-collection
12 sats
\
1 comment
\
@hn
1 Nov 2023
tech
Rusty.hpp: A Borrow Checker and Memory Ownership System for C++20
github.com/Jaysmito101/rusty.hpp
21 sats
\
0 comments
\
@hn
5 May 2024
tech
Programming Persistent Memory
library.oapen.org/bitstream/handle/20.500.12657/22836/1007325.pdf?sequence=1&isAllowed=y
43 sats
\
0 comments
\
@sdtyv
9 Dec 2023
BooksAndArticles
freebie
What is the precise definition of a "clear mempool"?
963 sats
\
3 comments
\
@nullcount
2 Oct 2023
bitcoin
OP_Expire mempool behavior
groups.google.com/g/bitcoindev/c/qEx4K8lGnLk
321 sats
\
0 comments
\
@AR0w
16 Mar 2024
bitcoin
Linux Context Switching Internals: Part 1 - Process State and Memory
blog.codingconfessions.com/p/linux-context-switching-internals
43 sats
\
0 comments
\
@nym
3 Jan
devs
Logging all C++ destructors, poor mans run-time tracing
raymii.org/s/software/Logging_all_Cpp_destructors_poor_mans_run-time_tracing.html
10 sats
\
0 comments
\
@Rsync25
22 Sep 2024
tech
OP_EXPIRE: Mitigating replacing cycling attacks
delvingbitcoin.org/t/op-expire-mitigating-replacing-cycling-attacks/1282
1191 sats
\
0 comments
\
@Rsync25
27 Nov 2024
lightning
We shipped FinalizationRegistry in Workers: why you should never use it
blog.cloudflare.com/we-shipped-finalizationregistry-in-workers-why-you-should-never-use-it/
10 sats
\
1 comment
\
@0xbitcoiner
11 Jun
security
How to Secure Existing C and C++ Software Without Memory Safety [pdf]
arxiv.org/abs/2503.21145
22 sats
\
0 comments
\
@hn
31 Mar
tech
Some notes on Rust, mutable aliasing and formal verification
graydon2.dreamwidth.org/312681.html
31 sats
\
0 comments
\
@hn
16 May 2024
tech
Garbage Collectors Are Scary
www.enyo.de/fw/notes/garbage-collectors-are-scary.html
1122 sats
\
2 comments
\
@hn
12 May 2024
tech
Stacker News Live #101: Dissection of a force-close
www.youtube.com/watch?v=kDut-KsXv00
1964 sats
\
9 comments
\
@Wumbo
5 Jan 2024
meta
Future Software Should Be Memory Safe | The White House (2021)
www.whitehouse.gov/oncd/briefing-room/2024/02/26/press-release-technical-report/
483 sats
\
0 comments
\
@beorange
26 Feb 2024
security
more