Hello there

As stated in the title, hello there. You have (somehow) found this website of mine. I think a lot (at least that's what other people say about me) and I have for a while now wanted a place to put these thoughts. I wanted something that I could point friends to, if they wanted to read something.

Read more  ↩︎

About me

Whoami

I am currently Electronics Engineer at Advantics and live in the Geneva Area. I currently work on the embedded linux stack for the Advantics charge controllers as well as writing Firmware for the various power conversion systems.

In the past I have:

  • tutored many students on electronics and detector related systems

  • written test orchestration software during my time as Technical student at CERN while working on characterizing part of a radiation hard read out ASIC.

  • Architected a configuration management and application system for configuring ASICS within the HGCAL detector

  • worked on FPGA based measurement systems and try to spend a lot of time thinking about the eventual user of the software.

I seek to design systems that are understandable, discoverable to the user and help them instead of being in their way. I also worked as a tutor for second semester students the course "Computergestuetzte Datenauswertung" and hope to get more into teaching as this has been very rewarding for me in the past.

I am keenly interested in a few things

  • Aircraft
  • Computers
  • (Formal)Languages

I strive to learn about stuff and would guess that I can be fascinated by any topic complex enough (which let's be honest is essentially every topic when done well). For this reason I generally don't have much free time on my hands that will not immediately be committed to one project or the other (which I again have a faaaaar to long list of).


What I do

  • Fly and build model aircraft
  • Tinker around with software systems of all type
  • I also like designing logic circuits using verilog/VHDL.
  • I am quite interested in high performance computing and electronics (which complement everything else quite well).
  • I am also doing more and more work towads being able to render graphics using rust and wgpu.
  • I am looking to eventually be able to visualize all kind of geometric algorithms using the stuff I have learned there.

I'm a generaly very curious person. I realy enjoy discovering and building things, and as most of it can be done using a computer, I have adopted a pretty minimalist lifestyle lately and am quite enjoying it.

I really think that we need to change our habbits as humans to consume less and try to be happier instead while providing the essentials to as many people as possible If you like what you read, or have some other oppinions, please let me know by writing to me.

As the internet is seemingly getting worse, you can find a list of interesting things that I have found on my blog.

Hope you find the things here useful.

Cool places on the web

Here are cool places and resources on the web that I have used throughout some time now. adapted by me. Here are links (or actual propper book citations) where you can find the Ideas from where I got them from. Please remember though I have allways written my own texts where not quoted.

I have also produced some things that I have posted on wikimedia but this still needs some work.

  • The Idea with the NASCAR accelerator is taken from the XKCD-What-if No-Rules NASCAR
  • RFCs and all related internet documents may be fetched from the RFC-INDEX
  • The Datatracker for the RFCs is a nice way to roam arount RFCs
  • sourcehutis a very minimal git hosting site that is built by drew-de-walt who also built sway.
  • I read the Verge from time to time.
  • DuckduckGo has a cool 'text only' search engine interface for all the text based people out there (it's still a search engine)
  • Freifunk is a group of people that are trying to build WiFi based, free mesh networks mostly in the german speaking area of Europe

Blogs and other neat places on the web

  • Steffen Nurpmeso built s-nail and links to other quite interesting sites
  • Falstad has really cool numerical simulations of all kind of math and physics stuff (uses a lot of javascript as a result). Definitely worth a look.
  • mafghani has some really interesting experiments on molecular interactions with van der Waals and other forces
  • sp-codes is a german it enthusiast interested in providing free and open source alternatives to common internet services (chat, image sharing ...).
  • zpag.net is a french site that calls itself the 'Science Mansion' and really tries to live up to the name It seems to be run by a retired French person. under the electronics tab it has a real wealth of rather old but still quite good stuff.
  • icyfox is a nice, kinda similar tech blog to mine
  • airlied is a blog by someone deep inside the linux graphics rendering infrastructure
  • mairacanal is also someone with deep knowledge about the linux graphycs system.
  • Baldur Bjarnason Blog of an Icelandic web dev that I have enjoyed reading from.
  • basecamp A blog/book containing oppinions on software development and product design.
  • The Rust Performance Book A Book on rust performance measurement and optimisation

Tools I use

  • I have used the gentoo operating system and am quite happy with it.
  • I run the sway window manager on my machine
  • My text editor has been (and most likely will continue to be) neovim
  • My shell is currently the nushell. It's quite an interesting concept.
  • I really like the retro futuristic look of the clockworkpi computers
  • The people over at Pine also build pretty cool open source hardware
  • I program in python and rust.
  • btop is used to monitor system resources
  • I store my stuff on a nextcloud.
  • Inkscape is used to draw essentially all of the different svg/pdf diagrams.
  • Texts in printed form (or more often PDFs) are prepared using the LaTeX typesetting system.
  • This site was generated with the zola static site generator.
  • I use KiCAD to draw the schematics and layout any boards I build.
  • I use ngspice to simulate these circuits before/while I design them and definitively before I draw them.
  • Magic can be used to generate ASIC layouts
  • Yosys is a good entry point into the world of open source FPGA tooling
  • 1bitsquared builds really cool open source hacking hardware and software.
  • verilator Is a tool for turning synchronous verilog designs into executable C++ Code
  • blender Tool for creating 3D renders, models and generally computer graphics outputs

Libraries

  • lib.rs is a nice place to find out stuff about libraries for the rust programming language
  • click is a cool library for python command line interfaces
  • numpy may not be ommitted in any case when building python proects
  • matplotlib is indespensible when creating graphs and data visualizations of any kind.
  • libopencm3 is a library that is quite useful for programming ARM cortex MCUs.

Rust references that I have read and found useful

  • Making WebAssembly better for Rust & for all languages An article on how web-assembly code can interact with the javascript runtime.
  • Javascript to rust and back again a wasm bindgen tale Article on how the wasm bindgen magic works
  • Hello wasm-pack Concept article by Ashley Williams on how wasm pack works
  • wasm-bindgen A rust software package that uses Rusts macro system to generate javascript glue code that allows for the javascript code to talk to the program running on the WASM-VM
  • wasm-pack A rust software package that allows to package the WASM binary produces from rust code with bindgen's javascript wrappers as npm package.
  • rust-wasm introduction A tutorial that guided me through the steps of setting up and running Connways Game of Life (of all things) in a browser.
  • wgpu A library that abstracts over various GPU backends to comply with the webGPU standard, allowing to use the GPU to render large portions of the examples on the GPU via the browser (or natively).
  • WASM An instruction set for a low overhead virtual machine that can run in the browser at close to native speeds.

Tutorials/introductions to check out

Stuff on 'social medias' of the internet

  • Phil's lab
  • Curious Mark
  • ThinkFlight
  • Drachinifel Is a Youtube channel that is an excellent source on naval history from the age of sail to including WWII.
  • RCTestflight

Papers I have read/skimmed

Random useful pages

Contact me

E-Mail

The best chance of getting my attention is probably writing me an email here nabla.becker@mailbox.org

Mastodon

I sometimes (rather infrequently) use mastodon. You can find me here

other options

Lets become friends and maybe you'll get infos to some more 'instant' communication methods

PGP key

PGP Key

Fingerprint:

1AB7 A14E AA70 1386 4143 F633 74BF DC2A CF10 FB86

Public Key:

-----BEGIN PGP PUBLIC KEY BLOCK-----

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
ZnhOl+OzMA==
=zcLl
-----END PGP PUBLIC KEY BLOCK-----