I am more and more actively looking to find a new career opportunity. I've been stuck classified as a senior engineer for most of my working life. Every employer promising career progression; never following through.

Current job very much feels like a sort of holding pattern thing. I do work, babysit LLM-users, get annoyed, feeling stuck.

Would love a gig where I can mentor and actually know that my words won't get fed directly into a chat interface.

Would oove to work with embedded systems in #RustLang (no pro exp yet). Though I am open to a wide variety of systems programming.

Over the years I've worked in Public Broadcasting, Game Development, Web Agencies, Education Technology, Museum Experience Design, Open Source Development

I have been remote first for almost a decade now. Basically a hipster-wfh. I do well with async practices and keeping people informed

Are there any places hiring for remote people in Australia Eastern Time zone?

#FediHire #GetFediBHired #NoAI #Rust #rustEmbedded

InterpN is getting B-splines, and a 3x speedup at the same time!

Implementing B-splines exposed some opportunities for optimizations in the existing cubic Hermite methods, especially for larger data. Now, all InterpN cubic methods, both Hermite and B-spline, are at least 3x faster than scipy even asymptotically for large data, and >10x faster for latency-dominated small samples.

#rustlang #rustembedded #performance

emailed waveshare for a datasheet. got excel spreadsheet with register definitions. #RustLang #RustEmbedded #electronics

yet again i managed to get a display with touch on an embedded device without checking if there were any rust drivers. this time i can't even find a datasheet

#RustLang #RustEmbedded #electronics

Wow, someone's successfully targeted my embedded Rust USB host stack to *EHCI*. That's, like, a *real* host controller... https://github.com/imxrt-rs/imxrt-usbh #rustlang #embeddedrust #rustembedded

I may have to maintain a set of forks of a bunch of crates for my IPv6 crimes to work #RustEmbedded

Especially smoltcp, embassy, esp-hal and all their related crates are not properly aligned feature wise and wrt releases being somewhat up to date

Of course IPv6 multicast in rust embedded is a proper challenge

#RustLang #RustEmbedded #embedded #IPv6

I'm now trying to wrap my head around the esp-idf implementation for the lcd rgb panel so that I can implement what they do in Rust. #RustEmbedded #embedded #esp32.

here's the main bulk of the c implementation: https://github.com/espressif/esp-idf/blob/master/components/esp_lcd/rgb/esp_lcd_panel_rgb.c

esp-idf/components/esp_lcd/rgb/esp_lcd_panel_rgb.c at master · espressif/esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs. - espressif/esp-idf

GitHub
No, just bad documentation. Had to find an env var to add to .cargo/config.toml #RustLang #espressif #RustEmbedded #embedded
I think I found a bug in esp-hal in rust … trying to use PSRAM at 120MHz with cpu clock at 240MHz, which should be supported, the init fails at initialisation of the syscall table #RustLang #espressif #RustEmbedded #embedded