Rado Stankov
banner
rstankov.bsky.social
Rado Stankov
@rstankov.bsky.social
CTO and Co-Founder at Livo.me 😸 Prev Head of Engineering at ProductHunt 📝 Writing a newsletter at http://tips.rstankov.com
Here is example usage
July 20, 2025 at 12:00 PM
I'm now maybe using this 10-20 times a day. I haven't realized how hard was to select UI text, errors and similar on modern Desktops.

cleanshot.com
CleanShot X for Mac
Capture your Mac’s screen like a pro.
cleanshot.com
April 2, 2025 at 9:47 PM
I think is more about the Digital Markets Act, which doesn’t allow vendors to favor themselves. An example is the screen mirroring of the iPhone on the Mac, being disabled in EU.
March 11, 2025 at 6:18 AM
hex.ai a data intelligence platform - have fix SQL and write SQL with AI that works quite well.
Bring everyone together with data | Hex
From quick queries, to deep-dive analyses, to beautiful interactive data apps – all in one collaborative, AI-powered workspace.
hex.ai
February 5, 2025 at 9:25 AM
More GIT aliases 👉

github.com/RStankov/con...
January 11, 2025 at 1:14 PM

# .gitconfig
[alias]
delete-merged = !git branch --format '%(refname:short) %(upstream:track)' | awk '$2 == \"[gone]\" { print $1 }' | xargs -r git branch -D
sync = !git switch `git remote show origin | sed -n '/HEAD branch/s/.*: //p'` && git pull --prune && git delete-merged`
January 11, 2025 at 1:14 PM

The book is about an astronomer chasing a computer hacker who broke into a computer at the Lawrence Berkeley National Laboratory in 1986.
January 4, 2025 at 10:09 AM
It’s like 1978 all over again
December 30, 2024 at 8:43 AM
Didn't know about `direct` and `resolve` might handle this custom URL, I want to get. Thanks a lot 🙌
December 21, 2024 at 10:28 PM