Who Y Combinator Companies Want https://data.triplebyte.com/who-y-combinator-companies-want-c1880a08ac88 (most companies look for a certain type, and it's unpredictable!)
miniblog.
The Rust Language Server RFC https://github.com/rust-lang/rfcs/blob/master/text/1317-ide.md has been accepted! This will add a persistent compiler process for IDE tooling.
Magit is a fantastic tool when you have a messy feature branch. You can reorder, amend and squash commits painlessly! (It helps my git-fu)
Emacs aficionado test: can you predict what will happen if you hold Ctrl and type your name? (from https://en.m.wikipedia.org/wiki/Editor_war#cite_note-30 )
Started using Gnus in Emacs today! There's definitely a learning curve, but it's great using hippie-expand and yasnippet when writing emails
#Emacs tip: you can read the devel mailing lists from the comfort of Emacs, very easily!
Should languages use arbitrary sized integers by default?
Turns out that you should only use alloca() for small amounts of memory, or it costs you a lot of debugging time. Low level coding is fun!
What "Worse is Better vs The Right Thing" is really about https://yosefk.com/blog/what-worse-is-better-vs-the-right-thing-is-really-about.html (the tension between getting it right and shipping)
Regularly surprised by the subtleties of FP maths. TIL there are FP environments and it can even throw exceptions!
AST matchers and Clang refactoring tools https://eli.thegreenplace.net/2014/07/29/ast-matchers-and-clang-refactoring-tools (introduces clang-query and the excellent AST matching API)
There are Only Four Billion Floats–So Test Them All! https://randomascii.wordpress.com/2014/01/27/theres-only-four-billion-floatsso-test-them-all/ (exhaustive testing can prove absence of bugs!)
Current status: writing Rust macros. It's dragged C-style macros most of the way to lisp. There's a learning curve, but it's a boon.
Showing 4,741-4,755 of 7,584 posts
