Search
18 results for “tastapod”
-
@tastapod Believe me, I understand.. I am a former Jujutsuka (Hontai-Yoshin Ryu under Mike McClure at the Budokwai in London), and continuing Aikidoka (under Mike Hurley of the CAA).
The project's team have already decided to go with "sunk cost fallacy" for $10, as can be seen here https://github.com/jj-vcs/jj/discussions/2520
All I'm asking is for you to be part of the solution, not the problem, and use the #jj_vcs hashtag, which is the name of the GitHub repo itself.
Or any other qualified hashtag, #jujutsu_version_control, whatever you like. -
Public Service Announcement: Inserting a pointless voice or chatbot between me and the human I want to talk to—who still works there but now only ever picks up the phone to frustrated and angry folks fed up with repeating themselves—is not an 'AI strategy'.
-
My #BSSN interview with @BenLinders at #InfoQ is now online. Thanks Ben!
https://www.infoq.com/news/2026/05/best-simple-system-design/
-
@trishagee I'm writing my shiny new talk for #CraftConf using a shiny new tool I built which is the subject of my shiny new talk!
-
@trishagee I'm writing my shiny new talk for #CraftConf using a shiny new tool I built which is the subject of my shiny new talk!
-
@trishagee I'm writing my shiny new talk for #CraftConf using a shiny new tool I built which is the subject of my shiny new talk!
-
@trishagee I'm writing my shiny new talk for #CraftConf using a shiny new tool I built which is the subject of my shiny new talk!
-
@trishagee I'm writing my shiny new talk for #CraftConf using a shiny new tool I built which is the subject of my shiny new talk!
-
TIL: #VSCode's source control diff tool shows side-by-side 'before' and 'after' #Excalidraw diagrams. That's just gorgeous.
-
I would like to propose SOSS: Sponsored Open Source Software.
If your company uses OSS, you sponsor the project $100/year.
Not per seat, or per team, just $100/year, all in.
- 30 developers using Ghostty? $100
- 300,000 engineers using tmux? $100, totalYou audit the OSS you use (OSS tools for this would quickly emerge, $100, thank you). You set up a bunch of annual $100 sponsorships. Everyone wins.
This guarantees the longevity of that tiny piece of code propping up your bank.
-
@sleepyfox I was being facetious about the spelling. I’m a former jitsuka.
The product is literally called jujutsu so unless you can convince them to change the name, it’s likely to become the tag. I will happily use #jjscm but then no one will find it.
I used to get lots of Body Dysmorphic Disease posts on the #bdd tag on Twitter. You tune them out. Or you could replace your tag subscription with a search for #jujutsu - “jj”. That might work.
-
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.
-
Been scratching an itch with #NotePlan themes. Excited to share what I’ve built with my weekend (ok, 2-hour) project.
-
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.