Sachymetsu

@sachy.dev

Somewhat autistic nerd, semi-reclusive, #rustlang coder, (very) amateur photographer, and otherwise bi enby. He/they for the most part. | sachy.dev | https://tangled.org/sachy.dev/ |

tech dudes will keep watching the backlash faced by people in other fields for using AI and thinking "that won't happen to me, I'm special" like they always have done

Can't tell you how much being laid off exacerbates this. Over the past few weeks I've: 1) Been laid off due to downsizing 2) Pored through countless job listings where "AI First development" is the core value 3) Gotten rejected for jobs due to not having fluency with a thing built on theft on my CV

Faine Greenwood@faineg.bsky.social · 5d ago

it’s never a great sign for your society when all the competent people who believe in doing a good job for the sake of it conclude that they’re actively being punished for these qualities, while malignantly stupid criminals are making bank

This makes me so mad because everything in the Framework Laptop 13 Pro is a huge game changer. They made a Linux laptop with MacBook Pro quality and insane battery life and then got kicked in the nads by RAM companies. Look what they took from us.

Sean Hollister@seanhollister.bsky.social · last wk.

The Framework Laptop 13 Pro is almost everything we hoped for. @superantonio64.bsky.social says it has "the best haptic trackpad not made by Apple." Great battery life too. But that price... www.theverge.com/tech/971160/...

hi all, we will be performing a migration on knot1.tangled.sh, all repositories on the knot will be read-only on tangled.org while we do this. the expected downtime is about 5-10 minutes if all goes well, apologies for the trouble! if you do encounter issues, post a message in this thread!

Aight, gonna see if I can rewrite my soil moisture sensor to use RTIC instead of Embassy. Not sure how I'll manage it with my lightning detector project given it uses the Pico's dual cores, but for a single core NRF52840, it should work great.

2010's liquid drum n' bass mood rn. I need the chill, but also the motivating beat & rhythms. Time to hit up some Liquicity playlists.

So, for all the complaints about purity testing projects on LLM use, the opposite is also happening. Can't use LLMs on a project? Fork it and force a split in the community. I fucking hate this. I am so disappointed in the Embassy project. This is why we can't have nice things.

Post nicht verfügbar.

A handful of guys asserting the right to pillage all human knowledge and creative labor to sell it back to people they've convinced not to value human knowledge and creative labor in order to amass personal wealth and power is not only gross, it's profoundly uninteresting.

So, turns out standard BLE advertisements don't tweak with TX power nor the PHY kind. Gotta do Ext ads for that. On the plus side, this should give my soil moisture sensors a better boost for signal prop, now that I figured out how to configure the NRF52840 chip to do this.

Morning coffee so good. Freshly ground beans. Moka pot, with brewing tech to keep it smooth and not too bitter. Opted for slightly frothed oatmilk as my café con leche take. Yum.

HELL YEAH. I have streamed large payloads over a BLE L2cap connection, rebuilding the payloads through a COBS accumulator (encode the payload with COBS, and then use that to rebuild the payload incrementally, because L2cap packets aren't framed...) ML-KEM pairing over BLE lmao

Rust folks going waaaa compile times because it slows their agent loops or whatever. To me, it just sounds like more folks are getting addicted to being "productive". They are chasing that buzz and now the agents are not fast enough, they need to find ways to get that hit quicker. /1

It is kinda amazing how many rustaceans are getting baited by zig folks trolling. You do know you posting about their shenanigans just encourages them more, right? Whatever happened to "Don't feed the trolls"?

So, been trying to get my head around the crate ergot to see if I can use it for more complex BLE comms... but I don't think it has the docs to actually get me to understand what to do to even write the necessary code... I think I might have to read the code and reinvent my own thing for now...