HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dantle

no profile record

comments

dantle
·6 maanden geleden·discuss
A dishwasher micro optimization: put the small forks/spoons face down in the basket, and the large ones face up. Helpful when unloading because these items are time consuming to visually distinguish, but we sort them.

Works best if you can somehow convince your spouse to do it, too. :)
dantle
·3 jaar geleden·discuss
I made a Shortcut to strip links. You can add it to the share sheet. It'll give you a new share sheet with the stripped link. Much faster than mashing backspace.

https://www.icloud.com/shortcuts/528c9af856fc46c9a3d164a85e8...
dantle
·3 jaar geleden·discuss
Did you have the full GUI running back then? I tried this in 2021 but couldn’t get the GUI to launch. It seemed like an expected graphics lib wasn’t available.
dantle
·3 jaar geleden·discuss
Fasting always gets me into a high focus zone (but I don't have ADHD). Try doing a 48 hour zero-calorie/liquid-only fast. Black coffee and teas are fine. Get plenty of electrolytes, especially magnesium and potassium, or else you'll have a headache. Take an ibuprofen if you really need it. And reward yourself at the end. I always get an amazing amount of reading done in these periods.
dantle
·3 jaar geleden·discuss
Nice article. Saw a few things I wish I'd known about.

1. %n in printf would be handy when writing CLIs dealing w/ multiple lines or precise counts of backspaces.

2. Using enums as a form of static_assert() is a great idea (triggering a div by zero compiler error).