@Trevoke

28 Followers
69 Following
76 Posts

I stream over at twitch.tv/trevoke
(work stream things coming soon)
Founder @ Loki Consulting

Give me humane software delivery, martial arts, the game of go and progressive social improvements.

```
(cl-letf (((symbol-function 'org-read-date) (lambda (&rest _) "<2023-08-12 Fri>")))
(org-read-date))
```

So... This is how you stub a function in lisp. Mind blown.

How would the world be different if we were responsible for sharing updates on any information that we have once shared?
.... Probably we'd speak less.
Are there LLMs that generate web/mobile UI yet?
I’m a cranky old-web person but I’m just genuinely fucking mystified that the reaction to either Jack’s or Zuck’s new corporate social media landgrab isn’t a loud unanimous laughing “no, get fucked”. Twitter and Facebook were a warning, not an instruction manual.
@jbrains Ooh, I don't think I had quite considered that aspect, but that gives me a lot to consider, thanks!
Pretty much all tools that allow communication with the mass of American population nowadays need a LLM filter to "make this comment neutral" because dear lord people get insulted and offended if we don't prefix a question with four lines of "I'm not trying to offend you".
@jbrains I think one of the difficulty things is that it's not about "something done right" but it's about "becoming in the process of doing". The mindset shift is fairly profound, and it can be disheartening when you realize that by former principle, there's no payoff; to define a payoff, it has to be defined in terms of the new mindset, and that's hard to integrate when you're in the old mindset.

When you hear "mob programming is expensive," "mob programming is inefficient," and "mob programming raises quality at the expense of throughput" you have pretty good odds (at least 90%) that the person speaking has never spent a few months on a pair-programming or mob-programming team nor managed one.

They're confident it's true because
a) someone else said it
b) working together sounds weird
c) they imagine it is probably just like that

After all, they're very smart people, so why would their intuition be wrong?

@gausby Not portability; portage. That is the package manager for Gentoo. Started off inspired by FreeBSD's port. Incredibly flexible, has "slots" so you can install multiple versions of packages (e.g. gcc, or firefox, or whatever).

The cost of Gentoo was to require ongoing management/maintenance, but the value was a flexible system that ... Always worked.