I think America in general is moving to a service based economy where you don’t own anything anymore. Everything from cars (lease) to homes (rentals) to electronics to insurance etc comes at a monthly cost. This kind of model works when the central government is trusted (or at least perceived to be trusted) to keep the wheel churning. I think the current government took some of the power back from big tech and people didn’t like it. Very interesting because the whole argument was private companies having too much power. Now the argument is government having too much power.
We used to flip display upside down in display options, which also reverses the mouse. We'd then lock the PC and disconnect the keyboard.
After they figured out the keyboard had been pulled they often couldn't work out why their screen was upside down...
Trying to make agent clients on low end laptops like a Celeron 900, not a C++/GTK developer so was trying to do it with python, been brutal trying to build python wheels on the single core 900mhz cpu, might look into compiling on a stronger PC or just committing to C++/GTK. I was able to get it to work on an intel 270.
Yeah I don't think I have a choice for the Celeron M 900MHz case. I mean it was cool for me to just let it run overnight to build the temporalio wheel but other deps have been failing so I think I'll commit and use C++/GTK.
I could look at cross compiling too for the wheel to be available. I also do want to get better at C++ so would be good to practice.
Edit: to be clear I failed to make the temporalio wheel, something about maturin/rust related dep.
This is technically a burner hn account but I have a github account. I'm kind of all over the place projects wise one of those start a dozen finish 1 type of people.
Golang to me is a lot easier to learn than Rust and I had fancied it before. Although it's one of those things if you don't use it often... lose it. C++ I use it some for my hobby robotics projects and most recently I was working with ESP-IDF/bluetooth stack and that was all C/C++. I am more of a scripted language person eg. JavaScript/Python are my main languages.
For the old computer talk above this is the project, can see I did make an agent client (although a poor one) using Tkinter since the ASUS 1005HA was able to compile the python wheels (although it took a few hours).
I'm also going to use a local LLM I have a 4070 so I can run like Llama-3-8B through llama.cpp
Funny I'm working with intel 686 right now brutal to get stuff to build eg. rust/cargo related (missing deps but mostly the hardware, slow). Recently trying to fix this maturin problem I ran into. But it is cool the backwards compatibility of python 3.11 to 32bit with debian 12
The CPU I'm working with is Celeron M 900MHz single core no HT struggling to build wheels for python (several hours)
It's great Python is/was well supported on i686. Node on the other hand almost immediately started requiring SSE2 even in the earliest versions. Have not found success with Node + Pentium III yet, maybe need to build an earlier version myself.
reply