It always makes me a little amused when I get this screen on plugging in my Planckeus, even though it’s not actually a real Atreus.
TIL that the the IN
in a DNS record stands for INternet
.
https://jvns.ca/blog/2023/05/08/new-talk-learning-dns-in-10-years/
Recently, I learned that I can rename my tmux windows by using prefix+,
, which makes the tab bar so much more useful than just zsh zsh zsh zsh
.
Wait, what? I don’t think I’ve ever heard of these being called “punched cards” before!
(From this nice look back at the history of the OEIS from the creator: http://neilsloane.com/doc/HIS50.pdf_
Kind of wild to see seemingly every JS library moving more towards “negative” opinion in State of JS 2022. https://2022.stateofjs.com/en-US/libraries/#tools_arrows
Yup, that’s me, the exhausted developer.
https://nolanlawson.com/2022/06/27/spas-theory-versus-practice/
In hindsight, this was probably one of the most important classes that I took in college.
@ethanschoonover Pleroma/Akkoma’s frontend is one of the few that does allow that sort of filtering. I’ve tried a few others and immediately discarded them since they don’t have that support.
# p ARGF.read.split("\n\n").map { _1.each_line.map(&:to_i).sum }.max
p ARGF.read.split("\n\n").map { _1.each_line.map(&:to_i).sum }.sort[-3..-1].sum
I always find the code for my leaderboarding attempts (especially the successful ones) to be an interesting look into both my initial instincts for breaking down a problem, as well as which parts of Ruby I use to solve it.