Understanding the Limitations of HTTPS - https://textslashplain.com/2018/02/14/understanding-the-limitations-of-https/
text/plain
Understanding the Limitations of HTTPS
A colleague recently forwarded me an article about the hazards of browsing on public WiFi with the question: “Doesn’t HTTPS fix this?” And the answer is, “Yes, generally.…
cachemonet.com is quite an experience. Better with sound.
Rust things I miss in C:
https://people.gnome.org/~federico/blog/rust-things-i-miss-in-c.html
https://people.gnome.org/~federico/blog/rust-things-i-miss-in-c.html
gnzlbg/cargo-asm: cargo subcommand that shows the assembly or llvm-ir generated for Rust code
https://github.com/gnzlbg/cargo-asm
https://github.com/gnzlbg/cargo-asm
GitHub
GitHub - gnzlbg/cargo-asm: cargo subcommand showing the assembly or llvm-ir generated for Rust code
cargo subcommand showing the assembly or llvm-ir generated for Rust code - gnzlbg/cargo-asm
The surprising versatility of Python decorators:
https://github.com/hchasestevens/hchasestevens.github.io/blob/master/notebooks/the-decorators-they-wont-tell-you-about.ipynb
https://github.com/hchasestevens/hchasestevens.github.io/blob/master/notebooks/the-decorators-they-wont-tell-you-about.ipynb
GitHub
hchasestevens.github.io/notebooks/the-decorators-they-wont-tell-you-about.ipynb at master · hchasestevens/hchasestevens.github.io
A collection of miscellaneous thoughts that aren't on my blog. - hchasestevens/hchasestevens.github.io
A collection of Python notebooks
https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks
https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks
How Discord Scaled Elixir to 5,000,000 Concurrent Users
https://blog.discordapp.com/scaling-elixir-f9b8e1e7c29b
https://blog.discordapp.com/scaling-elixir-f9b8e1e7c29b
Discord
Discord Blog
Discover the latest news and app updates, stories, company insights, and plenty more about Discord, all in one place.
This is exceptionally good math shitposting
https://todon.nl/@kollontaisglass/99733875756354942
https://todon.nl/@kollontaisglass/99733875756354942
What happens to the world when privacy is lost? Social Cooling - a talk from the Chaos Computer Congress
https://media.ccc.de/v/34c3-8797-social_cooling_-_big_data_s_unintended_side_effect
https://media.ccc.de/v/34c3-8797-social_cooling_-_big_data_s_unintended_side_effect
media.ccc.de
Social Cooling - big data’s unintended side effect
What does it mean to be free in a world where surveillance is the dominant business model? Behind the scenes databrokers are turning our ...
Is Python interpreted or compiled?
https://nedbatchelder.com//blog/201803/is_python_interpreted_or_compiled_yes.html
https://nedbatchelder.com//blog/201803/is_python_interpreted_or_compiled_yes.html
Building Tiny Rust Binaries for Embedded Linux - https://jamesmunns.com/update/2018/04/01/tinyrocket.html
Jamesmunns
Tiny Rocket
At the recent 2018 Rust All Hands, I met up with Katharina @spacekookie, who works on an open source project that creates software for Embedded Linux Devices. She had talked with the other engineers on the project about including some Rust components, however…