The Art of Programming
@theprogrammingart
49.9K
subscribers
148
photos
2
files
680
links
A channel with programming news and tips and tricks, for beginners but also for experienced programmers.
💻
Download Telegram
Join
The Art of Programming
49.9K subscribers
The Art of Programming
Reflections on Ten Years Past the Snowden Revelations
https://www.rfc-editor.org/rfc/rfc9446.html
www.rfc-editor.org
RFC 9446: Reflections on Ten Years Past the Snowden Revelations
This memo contains the thoughts and recountings of events that
transpired during and after the release of information about the United States National Security Agency (NSA)
by Edward Snowden in 2013. There are four perspectives: that of someone
who was…
The Art of Programming
The Wi-Fi only works when it's raining
https://predr.ag/blog/wifi-only-works-when-its-raining/
predr.ag
The Wi-Fi only works when it's raining
The strangest hardware problem I've ever had to debug.
The Art of Programming
Why Open Source AI Has No Meaning
https://thenewstack.io/why-open-source-ai-has-no-meaning/
The New Stack
Why Open Source AI Has No Meaning
As the community struggles to define open source AI, it battles unprecedented complexity.
The Art of Programming
Why Not Comments
https://buttondown.com/hillelwayne/archive/why-not-comments/
Buttondown
Why Not Comments
Why not "why not" comments? Not why "not comments"
The Art of Programming
https://www.foonathan.net/2021/07/concepts-structural-nominal/
www.foonathan.net
C++20 concepts are structural: What, why, and how to change it?
C++20 added concepts as a language feature.
They’re often compared to Haskell’s type classes, Rust’s traits or Swift’s protocols.
Yet there is one feature that sets them apart: types model C++ concepts automatically.
In Haskell, you need an instance, in Rust…