Corporate America's New Ploy to Trap Workers (levernews.com)
1 points by Avshalom 13m ago 2 comments
Pyx: A Python-native package registry, now in Beta (astral.sh)
3 points by gavide 24m ago 0 comments
Ask HN: How good is MIT at teaching graph algorithms?
1 CureYooz 5 8/13/2025, 4:33:51 PM
Would graduate be able to load voxel medical models? Or write a GIS data viewer?
You need to be more specific: are you talking about undergrad classes in person, online, or something like grad school? Why do you think that knowing graph algorithms is going to help you load voxel medical models (not graph structures, unless you're talking about image pyramids). GIS data viewers need a lot more klnowledge than just graph algorithms as well.
One of my regrets is life is I never took a compiler class, I work at a university and can take a free class once a semester so I may rectify it this fall.
Still I taught myself a lot of that in the school of hard knocks.
I learned to read at three and got crazy well read checking out ten books a week from the public library as a kid. (Started my heavy backpack training!)
A lot of people fall for charlatans like L. Ron Hubbard and Eliezer Yudkowsky because they aren’t well read and don’t have anything to compare Dianetics and Sequences to.
You can work through a book that uses a more modern approach like Siek's Essentials of Compilation which comes in Racket [0] and Python flavors.
Teach Yourself CS also has some more classic recommendations [1].
You may also be interested in using a language from the ML family [2] to implement a compiler [3].
Cornell also has a self-paced graduate level course [4].
This page also has a bunch of recs [5].
[0] https://mitpress.mit.edu/9780262047760/essentials-of-compila...
[1] https://teachyourselfcs.com/#languages
[2] https://matt.might.net/articles/best-programming-languages/
[3] https://a.co/d/2EhiUDM
[4] https://news.ycombinator.com/item?id=39577878
[5] https://steshaw.org/plt/