What was the part that didn’t fit?
- 6 Posts
- 462 Comments
TootSweet@lemmy.worldto
Technology@lemmy.world•The new Microsoft copilot key is impossible to properly remap.English
3·15 days agoJesus. I guess we’re going to have to start figuring out how to reverse engineer our keyboards so we can install QMK on random built-in laptop keyboards and cheap Logitech membrane keyboards to repair the damage Microsoft has done to them.
TootSweet@lemmy.worldto
3DPrinting@lemmy.world•What do you guys do with your poo?English
2·1 month agoRight? I thought I was in /c/greentext@lemmy.ml for a minute.
Bookmarked that shit so fuckin’ hard.
TootSweet@lemmy.worldto
Open Source@lemmy.ml•Open-source Postman alternatives?English
291·2 months agoCurl.
TootSweet@lemmy.worldto
Fediverse@lemmy.world•How do I contact pixelfed.global admins?English
2·2 months agoCheck your spam folder. I don’t know that I’ve ever not received an email I was supposed to have received and found that the spam folder was actually the issue. But it’s still a good idea to check it in case that’s the whole issue.
TootSweet@lemmy.worldto
Open Source@lemmy.ml•Open-Source Developers: Share Your Privacy-Friendly Apps & ToolsEnglish
1·2 months agoHey thank you! I’m glad to hear some interest in it. I’ve definitely got ideas as far as how I’d like to see it improve moving forward (some syntactic sugar, more sophisticated ways of drawing “people”/creatures/skeletons/etc, maybe vector graphics output support – no project is ever really done, you know.) I’m on another project at the moment, but if it got enough interest, I’d probably be inclined to put more work into it.
I don’t have a TTRPG campaign running right now (which is what I wrote it for), so I’m not “eating my own dog food” very much with that particular project. But I would love to do more with it. Only reason I’m not already is because I’ve got so many other projects I want to work on. Heh.
The main project I’m working on lately has been that 3D game assets DSL that I mentioned later in my post. It’s probably quite a bit more ambitious than codecomic (it’s actually Turing complete which definitely adds to the challenge), but I do see a point approaching where it’s feature-complete enough to at least publish an alpha version. It also definitely needs a lot more code comments/documentation before I publish. Probably still months away, but it feels a lot closer than it did last week. Heh.
Anyway, thanks again for the complement!
TootSweet@lemmy.worldto
3DPrinting@lemmy.world•3D Printing’s Biggest Scam Is Even Worse Than We Thought! (PLA-CF)English
3·2 months ago“You?” As in me? I’m confused.
TootSweet@lemmy.worldto
3DPrinting@lemmy.world•3D Printing’s Biggest Scam Is Even Worse Than We Thought! (PLA-CF)English
22·2 months agoAh. Ok. I did watch it at double speed, so I guess I can’t really argue.
TootSweet@lemmy.worldto
3DPrinting@lemmy.world•3D Printing’s Biggest Scam Is Even Worse Than We Thought! (PLA-CF)English
217·2 months agoWhat was wrong with the video exactly?
TootSweet@lemmy.worldto
Games@lemmy.world•Indie Game Awards Disqualifies Clair Obscur: Expedition 33 Due To Gen AI UsageEnglish
1410·2 months agoI heartily approve.
TootSweet@lemmy.worldto
Ask Science@lemmy.world•After watching the latest Veritasium video: why is the spin of a proton/electron decided at measurement, why not at creation?English
6·2 months agoThat’s… kindof the question, isn’t it?
(Disclaimer: I haven’t seen the video yet. But yeah.)
That’s a quantum mechanics thing. And quantum mechanics has a long history of making physicists and physics students really uncomfortable. The following two quotes illustrate just how fucked up quantum mechanics really is:
God does not play dice
- Albert Einstein
I don’t like it, and I’m sorry I ever had anything to do with it.
- Erwin Schrödinger
Before quantum mechanics, our Newtonian understanding of the world was really simple. We thought particles were little billiard balls floating around and bumping into each other and being attracted and repelled by electric fields and such. But nope! Turns out you can’t even conceptually understand what’s going on at that scale without making the observer/measurer/measurement a central feature of the literal math. But if you don’t do the uncomfortable things in the math, you can’t get results from the math that match what happens in the real world.
W.
T.
F.
Seriously. You’re asking exactly the right question. The question that made the discoverers of quantum mechanics uncomfortable in the first place. Unfortunately, there’s no one answer to it. There are a bunch.
In practice, you don’t really have to have “the answer” to that question to design functioning solid-state storage devices or predict the half-life of a muon. You can just kindof throw up your hands and take it for wrote that “the spin doesn’t exist until it’s measured” (nor the position nor the velocity nor any of a bunch of other such properties of the particles in the system). But it’s not like physicist don’t still have this question in the back of their minds keeping them up at night.
TootSweet@lemmy.worldto
Technology@lemmy.world•Explained: Why you can't move Windows 11 taskbar like Windows 10, according to MicrosoftEnglish
330·2 months agoBecause fuck you, that’s why.
- Microsoft
Saved you a click.
TootSweet@lemmy.worldto
Open Source@lemmy.ml•Open-Source Developers: Share Your Privacy-Friendly Apps & ToolsEnglish
7·2 months agoHere’s my GitLab. None of it’s “active” really. I’m the only contributor to most things I have on GitLab. At least some of the things there, if they started getting attention and interest, I might very likely make them active. But for now, they’re just out there and may or may not receive further updates. Though I’m working on other projects I specifically intend to publish as FOSS in the future.
- Simple-CSS-Shrinker was made for a web-based game I wrote back in the day. I ought to dust that game off and publish it.
- JeSter, the JS tester. A really simple JS unit testing framework that runs in a browser and doesn’t require Node or V8 or anything. Made in service to the same game I mentioned in the previous item.
- pystocking was basically in service of hydrogen_proxy
- hydrogen_proxy is a “scriptable HTTP proxy” written in Python. Definitely intended for privacy kind of applications. But it’s kinda slow. I have in the back of my mind to rewrite it in Go, but it’s not high on my priority list. (I’m honestly mulling the idea of quitting the use of browsers all together if I can wrangle a way to do that that doesn’t involve switching to a bunch of proprietary software. The main browsers are bullshit these days.)
- GoVTT was written because I wanted to play a TTRPG with friends remotely. It’s a web-based virtual tabletop application that you can self-host. I may some day offer hosting for it. (Like, if you want to use it but don’t want to be bothered to go through the hassle of hosting it yourself, maybe I’ll offer to host it for a small fee.) No guarantees, though, except that it’ll always be FOSS and it’ll always be an option to self-host.
- codecomic is a domain-specific language for making simple webcomics or story boards. I made it because I wanted to be able to include webcomics/story boards in my game mastering notes, which are managed with a system that I should also publish as FOSS.
My main side-projects right now that I haven’t published yet are:
- A domain-specific language for building 3d game assets. Roughly speaking, FreeCAD is to OpenSCAD as Blender is to what I’m currently working on building. (It’s in the early stages right now. I intend for it to be able to do modeling, rigging, animations, textures, normals, etc. All in the DSL’s syntax. I’m making progress, but of course that project is ridiculously ambitious. We’ll see where it is in a year.)
- A framework for rapidly prototyping 3d-printable mechanical keyboards. (Also pretty ridiculously ambitious.) The image below is a sneak peak at the first keyboard I’m intending to build with it. Some day.

TootSweet@lemmy.worldto
3DPrinting@lemmy.world•A Simple Software Change to Add "Bricklayer" Mode to Slicers Delivers Truly Water-Tight 3D PrintsEnglish
4·3 months agoOut of curiosity, I went and found the OrcaSlicer ticket where they’re working on adding the bricklaying feature to OrcaSlicer. Seems like they’re just hoping it doesn’t attract Stratasys’ attention.
Even if they have to remove the feature, it’ll still be in the history of the repo and it should be relatively easy to unrevert and rebuild personally on one’s own computer if necessary. Until the codebase changes enough to make it harder to maintain the fork.
TootSweet@lemmy.worldto
3DPrinting@lemmy.world•A Simple Software Change to Add "Bricklayer" Mode to Slicers Delivers Truly Water-Tight 3D PrintsEnglish
18·3 months agoStratasys still has a patent on it
That’s putting it generously, isn’t it?
This video from a year ago goes into why the patent they have today isn’t valid. (Short answer: prior art. They patented it in 1995 and that expired in 2015 in the U.S. and 2016 in Europe. Then they re-patented it in 2020, which isn’t really something they can do, but the patent office granted it anyway, probably unaware of the prior patent. There’s kindof a “new claim” in the later patent, but there’s prior art for that as well in the form of a 2019 feature request on PrusaSlicer’s Github.)
I get that Stratasys has lawyers and money and might theoretically be able to win even a case with as little merit as a patent case regarding that 2020 patent would have. But I’m not sure I’d go so far as to say they have a (valid) patent.
TootSweet@lemmy.worldto
People Twitter@sh.itjust.works•That's the funniest thing about this, the techbros think people will care to bring them to life in the future.English
20·3 months agoPut them in Soma.
If you know, you know.
TootSweet@lemmy.worldto
TenForward: Where Every Vulcan Knows Your Name@lemmy.world•When a Discovery fan complains about rabid Trekkies attacking them for not hating the new showEnglish
15·3 months agoAt least in my peer group, people hated Voyager when it was running too.
That’s why you give them a laptop and a Gentoo install iso on a bootable pen drive before they can talk.
“Billy, did you use genkernel rather than manually configuring and building your kernel?”
“Yes, Dad…”
“You know what that means.”
“Yes, Dad. No allowance for two weeks.”



Is there consensus on who would be best to migrate your “things” to? Maybe what do folks think of Printables?
I do more publishing than downloading. And I’m interested in one that’s in the spirit of FOSS. Friendly to permissive licenses. (Unfriendly to more proprietary licenses is a big plus IMO. I’m a fan of attribution and copyleft requirements. Noncommercial limitations, I’m relatively indifferent to.) Not enshittified and not likely to enshittify any time soon.