Kamil Banach

4 Followers
38 Following
225 Posts

Software Engineer, Speaker, Builder, Oracle ACE  

🚀 Building https://signaturky.com - blazingly fast domain signature management tool
🌐 Blogging at https://banach.net.pl

websitehttps://banach.net.pl

Reading announcements like this makes me want to buy a Mac just to install Fedora on it 😂

https://fedoramagazine.org/fedora-asahi-remix-43-is-now-available/

Fedora Asahi Remix 43 is now available - Fedora Magazine

We are happy to announce the general availability of Fedora Asahi Remix 43. This release brings Fedora Linux 43 to Apple Silicon Macs. Fedora Asahi Remix is developed in close collaboration with the Fedora Asahi SIG and the Asahi Linux project. This release incorporates all the exciting improvements brought by Fedora Linux 43. Notably, package management is significantly upgraded with RPM 6.0 […]

Fedora Magazine

Today I finally finished my two-day journey of migrating tests to Testcontainers. This included running those tests on a GitLab CI runner that runs all in Docker.

TBH I am starting to miss plain old Jenkins 😂

Nice write-up about resurrecting an old MacBook with Framework stuff - results in 'FrameBook' (catchy name!). Looks very nice!

https://fb.edoo.gg/

FrameBook.

me when FrameBook.

FrameBook.
PS. I would run Fedora on it 😂

TIL: Podman, by default, copies the content of host's /etc/hosts to container /etc/hosts.

To prevent this, put the following content in ~/.config/containers/containers.conf:

[containers]
base_hosts_file = "none"

How do I separate agents from my host machine using containers? I wrote a bunch of wrappers to run them and Containerfiles to build them.

Everything is available at https://github.com/elwin013/agent-container

Why did it fail to commit? Because there was no local Git settings available to use.

The reason for that is that I run it inside a container. Call me paranoid, but I would not run an AI agent on my machine without any separation.

Yesterday I was working with an agent refactoring some code.

The agent applied the changes, praised itself for the nice code, and tried to commit. It failed to commit and then reset the changes. 😂

The next step was "Oops, I removed the changes, I will now recreate them". 😂

Funny TIL - Apple Silicion chips (including those on mac books) have accelerometer built in, but not exposed. But somebody found it and wrote a script to read data from it 😄

https://github.com/olvvier/apple-silicon-accelerometer

GitHub - olvvier/apple-silicon-accelerometer: reading the undocumented mems accelerometer on apple silicon macbooks via iokit hid

reading the undocumented mems accelerometer on apple silicon macbooks via iokit hid - olvvier/apple-silicon-accelerometer

GitHub

I just saw an announcement for TamboUI on Reddit - a terminal UI library for #Java.

It looks awesome! 🎉

Link to the page: https://tamboui.dev/