When it comes to AI agents / AI tooling + coding, I hear an awful lot of talk about:
Efficiency
Iteration speed / PR output rate / lines of codes produced
I hear zero mentions about:
Quality
Customer obsession
This will bite back, and it probably already is...
Time Flipboard for Übersicht is live: split-flap clock + city board for macOS with crisp flips and editable time zones. More: https://t.co/5CORkizi2S cc @Felx#macOS#Widgets
@bunq@GergelyOrosz Thanks, good to know! I had a pretty poor experience because at some point all my transfers got delayed. Even smaller amounts between my own bunq accounts. There is also something to be said about the transparency of Monzo’s approach.
This absurd "one-liner" will show you the name of the command running on each port on MacOS, which is something I need to do constantly so leaving it here:
```
sudo lsof -iTCP -sTCP:LISTEN -n -P | awk 'NR>1 {print $9, $1, $2}' | sed 's/.*://' | while read port process pid; do echo "Port $port: $(ps -p $pid -o command= | sed 's/^-//') (PID: $pid)"; done | sort -n
```
@GergelyOrosz Had exactly the same need. We ended up getting a homepod mini. I didn’t have Spotify to begin with so it was an option. Also, having a portable player was not a concern.
It has some drawbacks, but it works quite well
Apple: "We present Ferret-UI, the first MLLM designed to execute precise referring and grounding tasks specific to UI screens, while adeptly interpreting and acting upon open-ended language instructions."
https://t.co/50SBnxKPBh
Backlogs, like all long lists, collect dust, grow stale, and become obligations rather than opportunities.
We don’t do backlogs. I don’t recommend you do either.
You know the important stuff to work on. If you forget, it probably wasn’t worth remembering.