Ephes Blog

Miscellaneous things. Mostly Weeknotes and links I stumbled upon.


Weeknotes 2024-08-19

Technology is the art of arranging the world so we don't have to experience it. --Max Frisch

Back from vacation, still catching up.

Articles

Books

Fediverse

Out of Context Images


Weeknotes 2024-08-12

It has been said that the great scientific disciplines are examples of giants standing on the shoulders of other giants. It has also been said that the software industry is an example of midgets standing on the toes of other midgets.
--Alan Cooper

Failed to avoid reading things despite being still on vacation.

Articles

Software

Fediverse

Videos

Weeknotes

Out of Context Images


Weeknotes 2024-08-05

Prevent the next Crowdstrike outage! Our company offers an innovative kernel-mode agent that uses advanced cloud-delivered AI to detect EDR malfunctions and correct them on the fly --lcamtuf

More vacation and then a slight vacation from the vacation. Had to move some files from spotify to a mobile speaker for which spotdl worked quite well, but skipped some tracks for unknown reasons.

Articles

Fediverse

Videos

  • Curlhacker | Daniel Stenberg streaming curl development

Software

Weeknotes

Out of Context Images


Weeknotes 2024-07-29

'If you bite it and you die it's poison, but if it bites you and you die, that's venom' #lastboost ☝️ --neingeist

During the first week of our vacation, I spent a lot of time outdoors in nature. Didn’t do anything else ☀️.

Out of Context Images


Weeknotes 2024-07-22

I think we all learned a valuable lesson from this: Never ship. --Tyler Hillsman

With vacation just around the corner, work has been pretty light. I attended the Django Cologne Meetup and watched an interesting talk about Django background tasks. It’s great to think about not having to deal with Celery anymore. I also recorded and published a podcast episode on the Python Data Model. Then, I wrote a piece on implementing Django with SSO and managed to release a new version of django-cast (though there aren’t many updates).

I encountered a strange issue where some command line tools written in Rust (bat, exa) stopped working, showing error messages like this:

 bat Procfile 
dyld[89933]: Library not loaded: /opt/homebrew/opt/libgit2@1.7/lib/libgit2.1.7.dylib
  Referenced from: <968B81E5-4BAB-323C-8FD5-1BFB54F3052D> /opt/homebrew/Cellar/bat/0.24.0_1/bin/bat
  Reason: tried: '/opt/homebrew/opt/libgit2@1.7/lib/libgit2.1.7.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/libgit2@1.7/lib/libgit2.1.7.dylib' (no such file), '/opt/homebrew/opt/libgit2@1.7/lib/libgit2.1.7.dylib' (no such file), '/opt/homebrew/Cellar/libgit2/1.8.1/lib/libgit2.1.7.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/libgit2/1.8.1/lib/libgit2.1.7.dylib' (no such file), '/opt/homebrew/Cellar/libgit2/1.8.1/lib/libgit2.1.7.dylib' (no such file)
fish: Job 1, 'bat Procfile' terminated by signal SIGABRT (Abort)

Calling brew reinstall bat fixed it.

Articles

Videos

Software

Fediverse

Weeknotes