Stack Overflow link-only answer policy Updated +Created
Udacity Updated +Created
It is a shame that they refocused to more applied courses. This also highlights their highly "managed" approach to content creation. Their 2022 pitch on front page says it all:
for as few as 10 hours a week, you can get the in-demand skills you need to help land a high-paying tech job
they are focused on the highly paid character of many software engineering jobs.
But one cool point of this website is how they hire tutors to help on the courses. This is a very good thing. It is a fair way of monetizing: e-learning websites must keep content free, only charge for certification.
x86 Paging Tutorial / TLB replacement policy Updated +Created
When TLB is filled up, older addresses are overwritten. Just like CPU cache, the replacement policy is a potentially complex operation, but a simple and reasonable heuristic is to remove the least recently used entry (LRU).
With LRU, starting from state:
  valid  linear  physical
  -----  ------  --------
> 1      00003   00005
  1      00007   00009
  1      00009   00001
  1      0000B   00003
adding 0000D -> 0000A would give:
  valid  linear  physical
  -----  ------  --------
  1      0000D   0000A
> 1      00007   00009
  1      00009   00001
  1      0000B   00003
Ring (mathematics) Updated +Created
A Ring can be seen as a generalization of a field where:
Addition however has to be commutative and have inverses, i.e. it is an Abelian group.
The simplest example of a ring which is not a full fledged field and with commutative multiplication are the integers. Notably, no inverses exist except for the identity itself and -1. E.g. the inverse of 2 would be 1/2 which is not in the set. More specifically, the integers are a commutative ring.
A polynomial ring is another example with the same properties as the integers.
The simplest non-commutative, non-division is is the set of all 2x2 matrices of real numbers:
Note that is not a ring because you can by addition reach the zero matrix.
AKS primality test Updated +Created
Existential risk of AGI Updated +Created
www.cam.ac.uk/research/news/the-best-or-worst-thing-to-happen-to-humanity-stephen-hawking-launches-centre-for-the-future-of
The rise of powerful AI will either be the best or the worst thing ever to happen to humanity. We do not yet know which.
Internet privacy organizations Updated +Created
U-Math Updated +Created
Weekend Updated +Created
Days of the week where you don't do what you set out to do. And yet, it is in those days that you save your sanity, and possibly the world. Wait, this sounds exactly like a week day?
Figure 1.
Calvin and Hobbes "Oh No! I overslept! I gotta get up!" cartoon
. Source.
XP School Updated +Created
Amazing self-directed learning direction:
The pupils have a parents' evening coming up but instead of their teachers giving an account of their progress, it is a "student-led conference" at which they must present a portfolio of their work, explain what they are most proud of and discuss where they need to put in more effort.
world.hey.com/gwyn/no-excuses-bc4152fb mentions that the founder was inspired by other schools: High Tech High and Expeditionary Learning.
Lots of focus on showcase student work.
The founder Gwyn ap Harri is quite dirty mouthed, which is also cool.
Ciro Santilli tried to contact them in 2021 at: twitter.com/cirosantilli/status/1448924419016036353 and on website contact form to see if we could do some project together, but no reply.
Allegory Updated +Created
Billy Mitchell (gamer) Updated +Created
Video 1.
When Cartoon Network Destroyed Billy Mitchell by Karl Jobst
. Source.
Electrolysis Updated +Created
List of instant messaging software Updated +Created
Machine learning Updated +Created
The main reason Ciro Santilli never touched it is that it feels that every public data set has already been fully mined or has already had the most interesting algorithms developed for it, so you can't do much outside of big companies.
This is why Ciro started Ciro's 2D reinforcement learning games to generate synthetic data and thus reduce the cost of data.
The other reason is that it is ugly.
Physics World Updated +Created
Riverlane Updated +Created
When you fail a HR interview, then you know you've reached rock bottom.
Investments:
Video 1.
The Operating System for Quantum Computing by Steve Brierley (2021)
Source. Founding CEO. He seems nice. You might as well just start watching at: youtu.be/ugzWnw1LTBE?t=1166 where more specific things start to come out.
Robert Noyce Updated +Created
Water Updated +Created
"Water" is the name for both:
Figure 2.
Ball-and-stick model of a water molecule
. Source.
Figure 3.
Simplified phase diagram of water
. Source. Note the triple point and critical point visible. Phase diagrams are so cool!
Figure 4.
Phase diagram of water
. Source. Note all the obscure phases of ice.

There are unlisted articles, also show them or only show them.