Search
39 results for “tastapod”
-
1. Open #NotePlan
2. Dashboard -> move all overdue tasks to today
3. Notice that the bottom task is 'Finis'Looks like yesterday I couldn't even managed to finish typing the word 'finish'. Oh yeah, call me a completer, baby.
-
At #fastflowconf listening to @steve_smith comparing platform engineering to cheetos chapstick. I mean, I suspect he's onto something.
-
Been scratching an itch with #NotePlan themes. Excited to share what I’ve built with my weekend (ok, 2-hour) project.
-
@gasproni @thirstybear Yep, Skills Matter (skillsmatter.com).
Changed hands a couple of times, went into liquidation, current status unknown. What I do know is that they have lost their entire video archive—confirmed irretrievable by a couple of reliable sources—including several one-off talks that I gave over the years at various BDDx, P3X, DDDx, etc. events.
It was a fantastic organisation run by a brilliant team that couldn't figure out how to make money.
-
It seems #DevTernity Conference is fraudulently still advertising me as a speaker. I have withdrawn, along with several others still being advertised, due to the organisers listing fake women speakers.
I don't know if you can get a refund.
-
Delighted at how easy #HugoIO makes it to do page redirects. Frustrated that I tried three other ways before I discovered they are called "aliases". Onwards!
-
Solving #AdventOfCode2022 day 15 in #golang with An Algorithm I Found on the Internet™ runs in 1700ms. Simplified based on the specific case (biggish change) -> 900ms. Split work into goroutines (easy) -> 300ms. Moved array allocation out of loop (easiest) -> 170ms. That'll do!
-
@RonJeffries Did you take a look at #AdventOfCode2022 in #Kotlin ? I’m on day 13 and I am loving a) how natural I am finding it to “think in Kotlin” for the puzzles, and b) how I am discovering language and library features as I go along by trying to solve the puzzles and then simplify them into idiomatic Kotlin. Would love to compare notes.