Log
I miss so much something like a #pdb for #go debugging when you're running the code inside a #docker container.
I mean it's so easy to add a `pdb.set_trace()` and attach to that #python container waiting for the stop and just start the debug.
I don't know how to do the same without depending on some other #golang external tools like #delve and a dozen of plugins for #nvim.
Drawbacks of a compiled language, I guess #micropost
Though it's not the most ideal tool with its limitations and dependencies (like VPN, data connections, remote services, etc...) but it's just so convenient that it annoys me.
From my pov, the touchscreen, the supreme keyboard, and that 'open-and-go' feeling are incomparable to any other portable machine.
Gardening. I needed to replant some grass because it didn't quite cover the area. Fresh air always helps.
Coffice session - just an iPad and caffeine at a nearby café. It's nice to break free from the usual work env and code in a different setting.
TIL: How to SSH shim a dockerized Gitea by passing SSH through from the host to the container.
On host:
1. Share user (GID/UID) with the container env
2. Add new keys and mount .ssh as new volume
3. Mock the gitea binary on host to pass the SSH original command to the container
For the client:
1. Optionally add a new key to interact with the server
2. Add the pubkey to Gitea using the web interface
3. Be sure you're using the key and enjoy your clone :)
Just found out about BetterDisplay and used it to activate HiDPI resolution on my #macos. The difference is insane! #hidpi #betterdisplay #micropost
🔘https://github.com/waydabber/BetterDisplay
(zoom in on the image if you're curious about it)
Observing a CPU usage spike while running #OBS and #Playwright simultaneously. It appears that both applications are competing to consume more CPU resources.