's Avatar

@355e3b

Lobste.rs sysop / outage wrangler. https://lobste.rs/~355E3B

22
Followers
118
Following
26
Posts
10.09.2024
Joined
Posts Following

Latest posts by @355e3b

We could also have a Hallmark Christmas movie where the someone uses an LLM to replace Santa.

16.02.2026 02:14 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

β€ͺlena‬
 β€ͺ@lenazun.bsky.social‬
Β· 1m
a little annoyed that 3d printer bfs [gender neutral] all over the country have been validated by the whistles. it's as if the revolution had suddenly needed all the weird cables they're holding onto. you know what i mean.

2

2




Reposted by Dr. William Horne

β€ͺdan sinker‬
 β€ͺ@dansinker.com‬
Β· 15m
Replied to 
dan sinker
We're three days into February and have shipped almost 80,000 whistles to all comers, across the US, for free, because we all keep us safe. linktr.ee/3Dwhistles

β€ͺlena‬ β€ͺ@lenazun.bsky.social‬ Β· 1m a little annoyed that 3d printer bfs [gender neutral] all over the country have been validated by the whistles. it's as if the revolution had suddenly needed all the weird cables they're holding onto. you know what i mean. 2 2 Reposted by Dr. William Horne β€ͺdan sinker‬ β€ͺ@dansinker.com‬ Β· 15m Replied to dan sinker We're three days into February and have shipped almost 80,000 whistles to all comers, across the US, for free, because we all keep us safe. linktr.ee/3Dwhistles

04.02.2026 00:28 πŸ‘ 4138 πŸ” 465 πŸ’¬ 64 πŸ“Œ 35

In reality though, don’t you get a rum and coke?

31.01.2026 15:50 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Assuming that we are doing this under polynomial arithmetic modulo 2 (because that’s my other tab), they would cancel out and you get water.

31.01.2026 15:50 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Would their value now just become an entity to absorb the liability of something going wrong?

12.01.2026 20:43 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

πŸ‘€

08.01.2026 22:41 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

The covers won’t block the outlet. They will add enough friction that cables will need an extra level of interaction to wander off.

28.12.2025 21:25 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

My suggestion would be to try one of those child safety/ outdoor rain protection covers on top of a β€œregular” usb outlet. The advantage is that when company leaves, you can quickly remove it and go back to a regular outlet.

28.12.2025 18:05 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I’m pretty sure that I would crush you, but it would be neat to try.

04.12.2025 00:16 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

@joschi.xyz I'm guessing my Instana bill doesn't count as a major vendor?

03.12.2025 22:45 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Feels closer to Star Trash than Star Trek most days.

15.10.2025 22:13 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

At this point, JavaScript. Specifically V8 isolates have more hours put into breaking out of them any any of the other implementation.

13.10.2025 16:09 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

ME, IN TEARS: you can't just say every single part of a computer system is a file

UNIX, POINTING AT THE MOUSE: file

07.09.2025 11:01 πŸ‘ 2346 πŸ” 515 πŸ’¬ 39 πŸ“Œ 16
Rust Playground A browser interface to the Rust compiler to experiment with the language

Is there any decent way to make this work in Rust? I want a trait which lets you get an array. And every impl of the trait can choose their own array length. play.rust-lang.org?version=stab...

20.08.2025 19:32 πŸ‘ 15 πŸ” 2 πŸ’¬ 5 πŸ“Œ 0
Post image
18.07.2025 16:24 πŸ‘ 128 πŸ” 29 πŸ’¬ 5 πŸ“Œ 6

Don’t remind me that somewhere, pink still exists.

24.07.2025 09:55 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Did google ever make physical I’m feeling lucky buttons? I feel like I have a new project.

21.07.2025 02:06 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
screenshot of fig 1 from ousterhout's dichotomy paper. graph w/ x-axis is "degree of typing" and y-axis is "instructions/statement". bottom right is c, c++, and java labeled systems programming. top-left is tcl/perl, visual basic labeled scripting

screenshot of fig 1 from ousterhout's dichotomy paper. graph w/ x-axis is "degree of typing" and y-axis is "instructions/statement". bottom right is c, c++, and java labeled systems programming. top-left is tcl/perl, visual basic labeled scripting

ousterhout solved this problem three decades ago by bravely declaring java a systems programming language

15.07.2025 23:16 πŸ‘ 12 πŸ” 1 πŸ’¬ 2 πŸ“Œ 1

Like those hats…

13.07.2025 15:36 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
crates.io: Rust Package Registry

Finally got around to using a treap for my Rust CVM implementation, as Knuth (literally: cs.stanford.edu/~knuth/paper...) intended. Its implementation is compact (~150 LoC, but maybe there's some perf left to wring out of it), but it works real well: crates.io/crates/cvmco...

06.07.2025 15:24 πŸ‘ 20 πŸ” 5 πŸ’¬ 1 πŸ“Œ 0

Testcontainers, which brings up this management container as β€œroot”, is kinda tied to the docker machine implementation on OSX. If you don’t use it, things get odd fast.

10.06.2025 02:25 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I’m just happy I’m free of the tescontainers mess

09.06.2025 23:04 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I'm on the iCloud+ mail/calendar setup. If you're already subscribed to Apple One, it's included in the entry level plan.

27.05.2025 18:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Washington DC?

27.05.2025 15:52 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Ever Oasis on the Nintendo DS may fit the bill. It had a similar meta-progression system around base building.

12.05.2025 21:21 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Inside you there are two wolves. One is active, the other one is on hot standby and becomes active if the first one fails or is taken down for maintenance. Add more wolves as necessary for increased redundancy load balancing. A quorum badger can be added for environments with multiple active wolves.

04.05.2025 03:09 πŸ‘ 1080 πŸ” 315 πŸ’¬ 16 πŸ“Œ 12

How up to date do your work samples need to be? I used to be in a role that was fully OSS, and that is a very large chunk of my public contributions.

21.04.2025 22:25 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Tech Talk: Trezy and the Games Industry Labeler & Game Dev Feed Trezy built a Games Industry Labeler, including self-labeled and verified accounts, moderated with an Ozone instance, as well maintaining a Game Dev Feed.

Hey @bsky.app team -- @trezy.codes runs a full verification process with the Games Industry Labeler.

Would be great to onboard him as a community verifier sooner rather than later.

Tech talk here with background -> atprotocol.dev/tech-talk-tr...

21.04.2025 17:08 πŸ‘ 395 πŸ” 159 πŸ’¬ 8 πŸ“Œ 8

Hopefully this isn’t de-railing your next piece, but something I’ve noticed while cloud lead at an o11ly vendor (Instana) and now doing security tools is that most teams don’t have a model of COGS when trying to get their cloud bill under control. I wonder if that’s part of the lever push?

24.03.2025 22:00 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 2

Looker was an acquisition a while ago and works pretty well. There is also the free looker-lite of Google Data Studio.

01.02.2025 22:31 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0