Search
38 results for “tastapod”
-
@tastapod No. Nonononono.
What I am trying (and obviously failing) to say is that the team has already chosen not to change the name, even though some members seemed to think it was a good idea, because over 3 years ago they thought "The more time that passes with the Jujutsu name, the more likely it is that we'll keep it", because "there is plenty of third-party writing about it. It would be a shame to lose that connection while the underlying model is the same." - i.e. #SunkCostFallacy
I made no judgement on their choice of candidate for the name change, merely pointed out that the conversation and decision about renaming had already happened. -
@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. -
@tastapod @fribbledom Ah, that was a #british #understatement :)
-
-
"💬 @tastapod shared a great quote from @samnewman ‚It’s better to have things be consistently wrong than inconsistently anything.‘”
(Craft Conference - https://x.com/CraftConf/status/1400074048198033411)
-
Muy al pelo del artículo de ayer y del podcast de mañana de #PikaBackup https://mastodon.social/@tastapod/112399230316917731
-
"Have you learned about SOLID principles X years ago, but now struggle to remember what each letter stands for? @tastapod came up with CUPID - an alternative that could be easier to remember:
https://www.youtube.com/watch?v=knNaUSLhx-U“
(Andriy Svyryd - https://x.com/andriysvyryd/status/1444384855114977281)
-
RE: https://mastodon.social/@jefframnani/116581671294641500
I feel it is time that people start buying execs copious copies of 'The Mythical Agent-Month'
It's only been half a century.
-
New old sayings:
Opus here for thinking
Down Sonnet for dancing -
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/
-
My #BSSN interview with @BenLinders at #InfoQ is now online. Thanks Ben!
https://www.infoq.com/news/2026/05/best-simple-system-design/
-
My #BSSN interview with @BenLinders at #InfoQ is now online. Thanks Ben!
https://www.infoq.com/news/2026/05/best-simple-system-design/
-
My #BSSN interview with @BenLinders at #InfoQ is now online. Thanks Ben!
https://www.infoq.com/news/2026/05/best-simple-system-design/
-
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.
-
@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.
-
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.
-
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!