DJ-Bauer
dbauer@social.caserio.de
<p><a href="https://social.caserio.de/tags/nobridge" class="mention hashtag" rel="tag">#<span>nobridge</span></a></p><p>Also:<br />Ich studiere in Bonn Informatik und beschäftige mich auch sonstig hauptsächlich mit IT.<br />Arch/RHEL und Thinkpad enjoyer</p>
Posts
-
Post #3537904
Funny chasing bugs like the Hardware MAC not properly setting UDP package checksum, which lead to DHCP to work in 1/3 networks
-
Post #3537903
Gestern bin ich meinen ersten Iron Viking gelaufen. Ein klasse Hindernissmarathon bei dem es um sehr viel mehr als nur Laufen geht. Wir sind in einer Gruppe mit 4 gelaufen mit unterschiedlichen Niveaus, sodass alle mal an ihre Limits gekommen sind. Leider war die Strecke etwas kurz bemessen, sodass ich mit 39km zwar einen neuen persönlichen Distanzrekord, aber immer noch keinen Marathon geschafft habe. Hoffen wir mal auf #2 in Gent am 12. September :) https://strongviking.com/de/distanzen/42km...
-
Post #3537902
@PersonOfInterest Ich habe sehr gute Erfahrung mit garmindb gemacht. Das haut dir das ganze in eine lokale sqlite. Ich habe mal angefangen eine ganz rudimentäre django app zu bauen, die auf garmindb aufbaut. https://codeberg.org/dj-bauer/garmindash
-
Post #3537901
So you&#39;re telling me Mailman3 advertises itself as &quot;too fast moving for distributions&quot; so that its advertised everywhere to prefer a local venv install over using the package managers.... And then the Python version from DEBIAN is too new for it???
-
Post #3537900
After having had another succesful meeting with my topical mentor for my Bachelor Thesis project (I&#39;m doing practical EE and Embedded programming in an way more than computer-science bachelor-thesis scope) I am positive I&#39;m on a good track for a sucessful project. I&#39;m building a network-DAC, that outputs control-signals for laser-projectors and gets feed from Ethernet. I don&#39;t have to worry about the networking and protocol side of things as I port the OpenIDN Las...
-
Post #3537899
Remember: just because your logging doesn&#39;t have to be fast doesn&#39;t mean you shouldn&#39;t let it sit around BLOCKING INTERRUPTS BY CALLING HAL_UART_Transfer. Well, my printf statement informing me a new udp stream has opened was enough to drop the next couple ethernet frames. Which was subsequently logged to uart. Which caused even more packages to be dropped... Turns out: I never actually fully implemented a ring buffer. Now my _write syscall to stdout or is blazingly fas...
-
Post #3537898
Who could have guessed that my &quot;investments&quot; into counter strike boxes as a 16yo (not opening them and targeted purchases and &quot;market analysis) allow me to buy a Steam machine now guilt free. I need to get that money out of my account balance somehow
-
Post #2817123
Me spending 2 1/2 days trying to bring up the PHY. *sent email to mentor* 10min later I see this in the schematic.😭 I had people double check this :( #electronics
-
Post #2754024
Can someone with #linux tape experience help me understand this perculiar behavior. I&#39;m in the process of manually extracting backups from tapes created using amanda. So the first 32k bytes block of the file is header that i want to skip followed by the tar archive. So I&#39;d assume that `dd if=/dev/nst0 bs=32k skip=1 | tar -tvf -` would do the trick. Instead tar always complaints about an incorrect archive. Now here comes the kicker: When I first copy a couple blocks of the tape in...
-
Post #2754023
I am now being borrowed 2x18TB HDD&#39;s so that i can move my 3x12TB mdraid with xfs to #zfs. When I setup that storage zfs did not have the features, that are important for me. Being able to expand the vdev was not possible until not so long ago. I&#39;m excited to finally be able to use the QoL of ZFS everywhere #homelab
-
Post #2754022
Heureca! I finally got around to compile my first true Baremetal program for #arm . From a previous project, I had enough parts and PCB to quickly assemble a SAMD21G15 based test circuit. I finally fully understood, how linkers work too and how my bootup sequence first has to load the .data segment from flash into sram and zero out the .bss section. https://codeberg.org/dj-bauer/baremetal-adventures/ #electronics #openocd
-
Post #2754021
So, dass erste mal AISLER statt JLCPCB ausprobiert. Ich habe mir immer wieder mal PCBs quoten lassen, aber jetzt ist das erste mal wo der Preis dem Projekt gerecht wird. Aber wenn ich dann schon am Montag den Brief im Kasten haben würde, wäre das natürlich ein großes Argument gegenüber der China-Preise.
-
Post #2754020
Für 2025 das erste mal Steuererklärung als Kleinunternehmer gemacht. &quot;Ihr Konto ist ausgeglichen&quot; First try 💪
-
Post #2754019
I had a very pleasant experience getting my Pixel 8 battery replaced by the 2 year google warranty simply dropping it off at my local media markt and them handling the rest. I didn&#39;t even purchase the phone directly through MediaMarkt, so getting that service for free was a nice suprise :) Now it&#39;s finally time to setup GrapheneOS
-
Post #2754018
The first time bringing up an STM32H7. After having broken the first attempt during assembly apparently the second try worked flawlessly. I am already glad I purchased a Blackmagic Probe as that thing is amazing for usability. Especially the integrated Serial Adapter makes hooking it up via USB-C really easy having SWD and UART in one. This project was the first one where i actively probed by hand with the oscilloscope under the microscope. So the tools are coming together. I&#39;m still ge...
-
Post #621873
First time using kibot to render a #kicad design in the CI. https://dj-bauer.codeberg.page/OpenIDN-DAC So you&#39;re telling me when I now run a git push Codeberg tells my NUC at home to please run this container in #podman that does a bunch of magic including downloading nonfree 3D models and spinning up a virtual X-Session using Xvfb to run pcbnew and ray trace pretty please and then upload all of that back to Codeberg pages into a nice dashboard? The only way I can see to top that is ru...