-
RE: https://mas.to/@vnzn/116568465516674741
"You want to bake me a whole birthday cake? Just put a candle on my sandwich.
This is what senior developers learn to do: they learn how to give people what they want by being resourceful with existing software."
-
I would love to see more technical articles and books written with the same level of clarity.
"Index 1,600,000,000 Keys with Automata and Rust" (2015) by Andrew Gallant.
https://burntsushi.net/transducers/
#article #rustlang #TechnicalWriting #automaton #datastructures #algorithms
-
Hyrum's Law states that "With a sufficient number of users of an API,
it does not matter what you promise in the contract:
all observable behaviors of your system
will be depended on by somebody."Putting it simply: "there is no such thing as a private implementation."
#TIL #Hyrumslaw #softwareEngineering #softwareDesign #API #Emacs #xkcd
-
The ideal technical solution is one in which the required function is achieved by itself, without introducing new mechanisms or additional energy costs into the system.
Paraphrased from G. S. Altshuller, founder of the Theory of Inventive Problem Solving (TRIZ).
-
" In a word if you tell me you have a personality problem I am not certain until I know you better whether to say βGood!β or βIβm sorry.β It depends on the reasons. And these, it seems, may be bad reasons, or they may be good reasons. "
Abraham H. Maslow
http://blog.ego.localhost/extraction/toward-psychology-of-being.html#good-or-sorry
-
I like writing articles that help myself not once afterwards.
This case is because of being a rare user of #lldb for #rustlang #debugging.
-
At last I've found a comprehensible article on #Emacs #buffers managing.
The #article is well-named:
Demystifying Emacsβs Window Manager.Short intro by the author:
"In this article I'll demystify how Emacs's window manager works and how you β with a bunch of templates and examples β can build IDE-like paneling; prevent annoying popup windows; or promote tab-based workflows."
https://www.masteringemacs.org/article/demystifying-emacs-window-manager
-
I had hard time today trying to find a full list of #HTML #entities to search in it.
The best I could find for my use case was
https://www.compart.com/en/unicode/
Since this was still not exactly what I was hoping for, does anyone know a good alternative?