neilcrow.bsky.social
@neilcrow.bsky.social
It's about time to standardise on new class of shotgun ammo, we already have bird-shot and buck-shot, but now there's a need for some drone-shot 🎯
April 18, 2025 at 8:02 AM
I heard someone talking about raw earth, he mentioned it several times ... it sounds like it could be some kind of Ukrainian organic superfood substrate but very valuable apparently
March 1, 2025 at 12:31 PM
TIL upserts are different in Oracle vs Postgres.
I used a merge syntax from Oracle, which didn't work as I expected.
Then l learned about pg
insert into ... on conflict do update
January 4, 2025 at 5:01 PM
My waze app has switched to Greek or Cyrillic and I can't figure out how to switch it back to English
November 27, 2024 at 10:04 AM
After 4 days of struggling, I finally got the new openvpn instance working.
The fix was to switch to NAT instead of routing.
November 14, 2024 at 12:49 AM
Reposted
trump: I am so good at this presidential race. I am just the best at racing. A beautiful racist, some say the greatest racist, no one is more racist than me
October 28, 2024 at 4:21 AM
It is ridiculously over difficult to simply copy and rename files in an npm build script.
`cp file1 file2` becomes ...
`node -e \"require('fs').cpSync('file1', 'file2');\"`

While figuring this out, I made a dir called '.
which could not be removed in powershell or explorer,
thanks for wsl ubuntu!
April 3, 2024 at 4:45 PM