miniblog.

The Emacs Problem: https://sites.google.com/site/steveyegge2/the-emacs-problem A good discussion of lispiness, the inherent structure in many text formats, and editors that are dynamically configurable.
"Significant effort has been put into making optimization output agnostic of the -gsetting (so you can rebuild binary with debug info after your program core dumped and use it to debug the core dump)" Impressive gcc features discussed in https://hubicka.blogspot.com/2018/06/gcc-8-link-time-and-interprocedural.html
Machine-assisted literature review in medicine! Apply NLP to papers to extract the relationships they found, then use miniKanren to find drugs with desired properties: https://www.uab.edu/mix/stories/a-high-speed-dr-house-for-medical-breakthroughs
Interesting article on how and how much income people earn from social media: https://www.highsnobiety.com/p/how-much-do-influencers-make/
Useful introduction to basic Awk usage: https://gregable.com/2010/09/why-you-should-know-just-little-awk.html
A thorough introduction to Rake, including a good discussion of why you might want an internal DSL on top of Ruby rather than a custom language like Make: https://martinfowler.com/articles/rake.html
GitLab is building a nifty editor to enable you to commit changes across multiple files within your browser: https://about.gitlab.com/2018/06/15/introducing-gitlab-s-integrated-development-environment/
Build Server Protocol, taking the ideas from the Language Server Protocol and extending it to builds: https://www.scala-lang.org/blog/2018/06/15/bsp.html
Really cute video demo of the hypertext documentation in Symbolics Lisp Machines: https://youtu.be/7DxYj32cvoE The speaker carefully explains why links are a good thing! It also lists history in a pane (rather than a back button) and has a stronger notion of navigating hierarchies.
https://build.rs/ is a handy Rust pattern for compile-time code generation. E.g. https://rust-lang-nursery.github.io/rust-bindgen/tutorial-3.html It's a small standalone program that prints lines of Rust code! It reminds me of much more dynamic languages.
An ingenious way of adding commenting to a static blog (e.g. Jekyll): a service that opens PRs to add comments to your content! https://staticman.net/
Lessons from Building Static Analysis Tools at Google: https://cacm.acm.org/magazines/2018/4/226371-lessons-from-building-static-analysis-tools-at-google/fulltext An excellent 'view from the trenches' of static analysis at Google's scale. Thread.
With hindsight, the app craze with early smartphones was much like .com mania. There was a belief you could get rich by just building something on this new platform. Today, it is necessary but not sufficient for successful businesses to be available on both platforms.
Nice introduction to Rust that even shows how it compiles down to assembly! https://jakob.space/blog/post/First+Impressions+of+the+Rust+Programming+Language
I really like that Mastodon doesn't rewrite your links. I've never got much value out of "N users clicked your links" data and it means you can read the full URL before clicking.
Showing 2,701-2,715 of 7,508 posts