I haven't agreed with a paragraph this much in a long, long time. https://www.404media.co/the-medias-pivot-to-ai-is-not-real-and-not-going-to-work/?ref=daily-stories-newsletter
I'm a "full stack" (atoms to bytes) engineer that loves to make things to improve humanity.
For the last several years, I was the CTO of Savant, and prior to that I was the CTO of Savant Power, and Racepoint energy (Racepoint was acquired by Savant).
Just recently, I've started to focus on my Engineering and leadership consultancy.
Outside of work, I love flying my Cirrus SR22 on family trips and doing charity flights for Angel Flight West and Elevated Access.
I haven't agreed with a paragraph this much in a long, long time. https://www.404media.co/the-medias-pivot-to-ai-is-not-real-and-not-going-to-work/?ref=daily-stories-newsletter
well hello, I would really like to #getFediHired
I have 7 years of experience at Microsoft in cloud infrastructure, focusing on Kubernetes and devOps with additional experience around databases, front end, algorithm design.
I am a skilled technical communicator and used to working across teams and even across companies. I have experience teaching people new to or experienced with technical topics.
Documentation and maintenance are passions of mine, and I want to ensure that not only do shiny new systems get built, but that they are documented, maintained, and can be monitored.
I've done considerable work in LGBTQ+ and accessibility education and love to find the places where these topics shine a light on technology.
Please reach out with leads. I am happy to send my resume on request.
(US, remote work pls!)
I just want to have fun with computers and I've never cared about "X11 vs Wayland."
Free and open-source visualization app that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs. A must have tool for developers or IT folks. https://github.com/AykutSarac/jsoncrack.com
Ever wondered why car ergonomics have gone down the drain as touch screens replaced buttons to drive down costs? This reader comment on an FT article on the topic says it all.
@vkc It's so great!! I have a nothing-burger of a forgejo instance to hold code I write for myself, my blog and my clients. Before Anubis, it was running at about 100% CPU load. Afterward, it's between 10-20%.
Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done.
— Andy Rooney
I just bought an HP 9000 712/60 - the PA-RISC PizzaBox that NEXT used to port NEXTSTEP to PA-RISC. I'm going to put NEXTSTEP oon it, obviously.
I found this video, which is about doing exactly that. The production quality is absurdly high.
@mcc “A compiler is a tool for reporting issues in code. If none are found, it emits an object file as a side effect.”
Anyone can recommend forgotten books about designing and programming text user interfaces (TUI) for consoles/terminals, also known as screen design back in the 80s?
*Not* curses or using existing libraries, but more like relying directly on ANSI/VT100 control sequences. And *no*, I'm not asking for a list of escape sequences :)
The kind of material I'm thinking of is something close to the 1989 "Programming the User Interface: Principles and Examples" by Judith R. Brown and Steve Cunningham. But focused on TUI exclusively. The more (pseudo-)code, the better.
@matt_trentini @xavi yah, that’s fair. I’ve personally had bad luck the the stability of embedded python. It would just crash into the interpreter and never come back. I ended up re-writing in rust to actually deploy
@matt_trentini @xavi I mean, if it were me, I’d do Rust. And there’s is a driver for rust (not that I’ve ever tried it of course) https://crates.io/crates/sh8601-rs
@matt_trentini @xavi dang. Any similar ones?
@didier I always viewed programming as a form of art, like painting, with the code being my brush and the editor being my canvas. People using AI seem like they are just in it for the money, slapping some colors together and hoping to get paid. And fast.
One thing the AI craze is showing me is that there really is a generation of ‘programmers’ who actually feel that designing, coding and optimizing is somehow the tedious part of the job and not the fun part we all know it is…
I’m a huge Chris Fleming fan, and his Gayle series hooked me. https://youtube.com/playlist?list=PL6B0B7F79AE5B948B&si=cID3QWmPXsChNmDg
@xavi I think CircuitPython might be a better place to start than MicroPython. https://circuitpython.org also, Adafruit has a repo of tons and tons of python libraries for talking a a bunch of hardware. That should help the the graphics and LCD.