Google is going to start highlighting fact checking articles: https://blog.google/topics/journalism-news/labeling-fact-check-articles-google-news/ (great idea, will help the public stay informed)
miniblog.
Idealized Commit Logs:Code Simplification via Program Slicing https://www.youtube.com/watch?v=dSqLt8BgbRQ (powerful technique for simplifying code contextually)
Turns out that git now allows you to have multiple branches checked out at once! https://github.com/blog/2042-git-2-5-including-multiple-worktrees-and-triangular-workflows I have needed this for ages.
*This* is why LLVM is the compiler backend of choice today. It has tons of clever optimisations:
Today's Emacs adventure: when does Emacs actually expand your macros?
TIL that {:#?} will pretty-print a Debug type in Rust! I can throw away 10s of LOC! (via https://www.reddit.com/r/rust/comments/56sa70/what_do_you_wish_you_know_when_you_started/ )
ldd arbitrary code execution https://www.catonmat.net/blog/ldd-arbitrary-code-execution/ (LD_TRACE_LOADED_OBJECTS magically changes program execution behaviour!)
Growing A Programmer https://www.ccs.neu.edu/home/matthias/Thoughts/Growing_a_Programmer.html (how to move across the skill divide, from basic coding to program design and collaboration)
Offering good completions for a dynamically typed language isn't easy. Compliment has a great feature overview:
I didn't see the utility of first class symbols when I first saw them—strings worked fine. Eventually I realised symbol:string :: int:float.
Interpreted programming languages https://fexpr.blogspot.in/2016/08/interpreted-programming-languages.html (sexps, M expressions, lisp history and the designs that resulted)
Racket: Lisp Beyond Clojure https://slides.com/ronie/racket-beyond-clojure (Racket is a hotbed of PL ideas. 'Sideband data' is new to me--looks like dynamic vars)
I think R7RS is great for Scheme, but adoption has been gradual. Of the three Schemes supported by Geiser, none have full official support.
mosey: not just an interesting package for movement within an Emacs buffer, but the best readme I've seen in ages!
Is Docker appropriate for programming playgrounds? E.g. rust uses it https://github.com/rust-lang/rust-playpen but sec people say
Showing 166-180 of 922 posts



