The biggest reason you "sign in faster" with passkeys, is that you get to skip the forced "want to sign in faster with passkeys?" step.
#google
The biggest reason you "sign in faster" with passkeys, is that you get to skip the forced "want to sign in faster with passkeys?" step.
#google
Allowing ? in method and variable names is one thing that makes Ruby maybe the most readable language
if user.admin?
vs
if user.isAdmin
Why have none of the big languages implemented this?
#ruby #programming
Improve your SOME experience by cutting out all the crap with tools like SocialFocus!
Removing the distractions and shitpost suggestions is an absolute treat. It will surprise you how much useless content is pushed on you on SoMe sites like linkedin or facebook
#linkedin #socialmedia #productivity
Protip for developers with test suites!
Make a shortcut to test your current file in terminal, and a shortcut to rerun your last terminal command from any file.
Put it in your keybindings.json! See my gist below.
#vscode #programming
gist.github.com/sunenilausen...
The work is never just "the work", it includes the work around the work, the work to get to the work, the work before the work, the work itself of course, but also the the work between the work, the work beyond the work, the work outside the work, and the work after the work.
Work is like a hill, where you are first climbing up the hill trying to figure things out and facing uncertainty, unknowns, and solving problems. Then, after you get to the top of the hill, you can just head downhill, making things happen by working with more certainty, confidence, and execution.
I see people in tech complaining about estimations all of the time. Understandably so. Estimations don't work and mean next to nothing. These two images (one from @davestewart.uk and one from Basecamp) beautifully capture the true reality of understanding work 🧵
Information travels poorly on reddit, twitter, and probably any social media.
There are several TOP voted posts, about how the Danish Navy has boarded a chinese ship.
Meanwhile in Danish news, e.g. dr.dk, it is reported we CAN'T board it.
Check sources before spreading bad information.
#fakenews
I recently stopped using NixOS as a version/package manager for my ruby on rails projects because i had a few problems.
Now I have a hundred problems. Errors when using asdf, mise, ubuntu packages, brew packages, the oddest dependencies, etc.
Maybe i need to go back.
#nixos #ruby