I did in the end, of course, but I encountered the two consequences separately and it wasn’t obvious at first.
Me on the web: https://octet-stream.net/
- 73 Posts
- 76 Comments
thomask@lemmy.sdf.orgOPto Rust@programming.dev•Adventures in Rust borrowing deserialisationEnglish1·2 months ago
thomask@lemmy.sdf.orgto Linux@programming.dev•What’s a good terminal emulator for windows to connect to ssh and WSL?English3·11 months agoIt also has the best promotional video I’ve ever seen for a terminal emulator: https://www.youtube.com/watch?v=8gw0rXPMMPE
thomask@lemmy.sdf.orgto Linux@programming.dev•End of 10 - Windows ten is ending. Microsoft wants you to buy a new computer. But what if you could make your current one fast and secure again?English81·11 months agoI know it’s not the sub for it however some people might like to know: the open source tool Rufus, when noticing that you’re creating a Win11 USB, will by default offer to patch it to remove the TPM requirement and other restrictions. So now I have W11 happily running on an “unsupported” machine. Yes, I did have Linux on it previously but something has regressed in the kernel in the last year or two and it often freezes on wake, which is well beyond my care factor to help debug.
thomask@lemmy.sdf.orgOPto Programming@programming.dev•AI: a fork in the road for open sourceEnglish1·1 year agoDo you think there’s a way for this to scale to larger projects like Servo? Or will it only work for a few people collaborating?
thomask@lemmy.sdf.orgOPto Programming@programming.dev•AI: a fork in the road for open sourceEnglish4·1 year agoThis is a good point. I assumed here that FS advocates will be basically opposed to a technology that serves to incorporate their code into software that does not provide the fundamental freedoms to end users, more than those who license their work permissively. But yes you could imagine an FS advocate who is quite happy to use the tech themselves and churn out code with GPL attached.
Fossil has a lot of features and config knobs.
thomask@lemmy.sdf.orgto Severance@lemmy.world•Who would be found guilty of the murder of Drummond in a truly fair trial?English101·1 year agoMilchick, as manager of the severed floor, failed to maintain appropriate Occupational Health & Safety standards by allowing a firearm and ammunition to be available and removable from the sacrifice chamber without adequate controls.
Why is this LLM trying to teach me about acyclic graphs in the middle of an article about Linux platform support?
thomask@lemmy.sdf.orgto Severance@lemmy.world•Season finale's been out a while, what opinion do you have that you'll defend like this?English3·1 year agoI was thinking about this some more and the severed floor would be an outstanding setting for a modern RP MUD. Character classes could be the different departments and you could develop your character’s skills and earn rewards. Maybe there could be some new spins on the genre like hallway paths are randomised per person and you need help to learn to reach other departments, or you have a limited budget for actions that cause restrictions or send you to the break room.
thomask@lemmy.sdf.orgto Severance@lemmy.world•Season finale's been out a while, what opinion do you have that you'll defend like this?English10·1 year agoTake your time with reintegration. I want more goat-related world-building.
thomask@lemmy.sdf.orgto Linux@programming.dev•Torvalds Frustrated Over "Disgusting" Testing "Turd" DRM Code Landing In Linux 6.15English20·1 year agoAFAICT this is super mundane. Devs added some checks that when run will drop .hdrtest files all over the source tree when you do a normal build. This is really unclean and has practical ramifications even if you gitignore them as Linus points out. Pretty much any lead developer would be upset if someone tried to merge something like this in a software project, and it has essentially nothing to do with the particular drivers or code functionality.
Yep that’s me. It’s still there, I just wanted more hosting flexibility so I froze that site last year and started using a new domain for new posts
As a rule I don’t directly quote bboard messages elsewhere, even if they’re mundane or from the admin. Just a bit of respect to folks who aren’t posting on the web and might not want to be.
There was a reply that it should be okay now but more disks will be needed soon
thomask@lemmy.sdf.orgOPMto Permacomputing@lemmy.sdf.org•Post Apocalyptic ComputingEnglish1·1 year agodeleted by creator
FYI I posted in REQUESTS, so I’m sure it will get looked at sooner or later.
thomask@lemmy.sdf.orgto Severance@lemmy.world•Severance - 2x10 "Cold Harbor" - Episode DiscussionEnglish2·1 year agoI mean, maybe? But what does the revolution even want? Stable non-creepy jobs and 40 hours a week subtracted from their outies’ lives so they can progress their office romance during breaks?
I’m leaning towards some goal that’s more specific to Helena’s situation. Since her father has taken an interest in her innie behaviour it’s likely that she’ll get to continue as Helly R in some capacity but who even knows what his goals are at this point.
thomask@lemmy.sdf.orgto Severance@lemmy.world•Severance - 2x10 "Cold Harbor" - Episode DiscussionEnglish4·1 year agoI’m cautiously optimistic there’s something else Helly R and Mark S can do (or think they can do) and we just don’t know where they’re running to yet. Mark S knows his work is done, especially after what he did to Drummond, regardless of what he thinks about his outie’s motivations. If you were at that exit stairwell (can he even use it? Helly couldn’t 🤷) and you knew that life inside was 100% hopeless then surely you’d take your chances with your outie’s reintegration.
OTC was a convenient plot development for making the situation more flexible and it wouldn’t surprise me if we see another.
thomask@lemmy.sdf.orgto Severance@lemmy.world•Severance - 2x10 "Cold Harbor" - Episode Discussion7·1 year agoLumon hired and severed a lot of people to have a kickarse band on that floor. I… don’t mind I guess?
It’s just a nod to the fact that I didn’t go into this project wanting to deal with zero-copy issues - it was decided for me by the library that I needed. Most of the time I do in fact slap Deserialize on a bunch of static types.