Why Open Source AI Has No Meaning
https://thenewstack.io/why-open-source-ai-has-no-meaning/
Reflections on Ten Years Past the Snowden Revelations
https://www.rfc-editor.org/rfc/rfc9446.html
The yaml document from hell
https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell
How to force named parameters in Python functions
https://stackoverflow.com/questions/2965271/forced-naming-of-parameters-in-python
Something you might not know - from Python 3.6 onwards, dictionary keys stay in the order they were inserted:
https://stackoverflow.com/questions/39980323/are-dictionaries-ordered-in-python-3-6
How to build your own naive cryptocurrency implementation:
https://lhartikk.github.io/
A nice trip into the past:
https://randomascii.wordpress.com/2018/01/07/finding-a-cpu-design-bug-in-the-xbox-360/
Fix All Conflicts: Easy-To-use CUI for Fixing Git Conflicts - https://github.com/mkchoi212/fac
Читать полностью…State of the art text-to-speech from Google - can you recognise which clips are human and which are the machine?
https://google.github.io/tacotron/publications/tacotron2/index.html
A readable look at the implementation of lists in Python and how it affects your Python code
https://rcoh.svbtle.com/notes-of-cpython-lists
The Wi-Fi only works when it's raining
https://predr.ag/blog/wifi-only-works-when-its-raining/
Can You Trust a Compiler to Optimize Your Code?
https://matklad.github.io/2023/04/09/can-you-trust-a-compiler-to-optimize-your-code.html
Python f-strings are cool, but how do they work?
https://hackernoon.com/a-closer-look-at-how-python-f-strings-work-f197736b3bdb
A series of 5-10 minute peeks into Java internals:
https://shipilev.net/jvm-anatomy-park/
The Art of Programming is part of the Silicon Network (@siliconnetwork), a network of tech and programming channels and groups.
To view all of our channels and groups, visit /channel/siliconnetwork
https://web.archive.org/web/20170222101247/http://www.wabbo.org/blog/2014/22aug_on_bananas.html
Читать полностью…How to create a compiler - Parser and Lexer:
https://www.youtube.com/watch?v=eF9qWbuQLuw
Educate yourself about the new processor security flaw and the impact it will have:
Project Zero: Reading privileged memory with a side-channel
https://googleprojectzero.blogspot.co.uk/2018/01/reading-privileged-memory-with-side.html
spectreattack.com
Why xor reg, reg is the best way to zero a register:
https://stackoverflow.com/questions/33666617/what-is-the-best-way-to-set-a-register-to-zero-in-x86-assembly-xor-mov-or-and/33668295#33668295
Live streams and recordings from the Chaos Communication Congress on a variety of topics:
https://streaming.media.ccc.de/34c3
How an NSA backdooring attempt showed up years later in printer software:
https://blog.cryptographyengineering.com/2017/12/19/the-strange-story-of-extended-random/