Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)M
Posts
2
Comments
186
Joined
2 yr. ago

  • They did do the thing that HewlettHackard is describing. Check out the AND gate in the linked article. The input paths are short and use small wires, but also cross the larger paths that normally link the output to ground. If both are active, the paths to ground are interrupted, and the resistor to VCC pulls up the output. So they did make logic gates. In the paper they also demonstrate NOT and OR.

    I gather there's a technical sense of "active" that's used in electrical engineering that might not apply here, but to someone like me, with only a tinkerer's knowledge of components, logic gates seem like enough to justify the term in the headline.

  • Yeah. I thought it was important context that they had backpedalled, but I did not intend to downplay the severity of the issue.

  • I think the issue is with it being just a single wall. The slicer tends to have some trouble with that.

    My first thought was just to model the return paths as well, making it a loop, print that in vase mode, then just cut away the unwanted parts. My second thought was to wonder whether there would be a way to use post-processing to set the extrusion to zero for those particular paths, maybe using the multicolor features, and thereby avoid printing the extra area.

  • I think it's reasonably likely. There was a research paper about how to do basically that a couple years ago. If you need a basic LLM trained on a specialized form of input and output, getting the expensive existing LLMs to generate that text for you is pretty efficient/inexpensive, so it's a reasonable way to get a baseline model. Then you can add stuff like chain of reasoning and mixture of experts to improve the performance back up to where you need it. It's not going to be a way to push the state of the art forward, but it's sure a cheap way to catch up to models that have done that pushing.

  • I do love games, but most of what I do at my computer is maker projects. CAD, 3d printing, electronics design, coding. Lately I've been building a puzzle box for my niece's birthday.

    Interestingly, I did upgrade my GPU a year and a half or so ago (to a used 3070, I'm not made of money) and since then the main thing I've used that GPU for is actually AI experiments rather than games. E.g. for the puzzle box, I got Stable Diffusion to generate images for a puzzle for me. It's four images, and when you combine them in the right way they reveal a fifth image. I don't think I could have done the same puzzle without AI.

    I do still play games, though. I'm just kind of off the big budget stuff these days.

  • I wouldn't really say Republicans deliver what they say they'll deliver. A week before election Trump was saying he'd have grocery prices lower on day one, and then as soon as he was elected he suddenly became aware that was complicated and the wouldn't be anything he could do about it. Part of his campaign the first time around, too, was that he would provide a brilliant replacement for Obamacare, but after four years he'd done absolutely nothing on that front, and four years after that he still insisted he was going to do that, but admitted that he only had "concepts of a plan."

    They carry out a lot of the culture war aspects of their promises. And they carry out the promises they make to their billionaire megadonors. Everything else they hope gets forgotten about.

  • Hey, it's not just that! It's also decimal 88 in the ASCII table.

  • The open display of oligarchy at the inauguration has a bunch of people suddenly turned off of corporate social media sites in general. It's a meme, basically, but one that could have a positive effect. I'm happier about this than the people flocking to BlueSky.

  • Sure, but you've got to build that habit of checking the app. Gotta lure people back for more little hits of dopamine. The men aren't going to subscribe (or at least stay subscribed) if they aren't getting that illusion of lots of options for people to date.

  • I had a thought along the same lines. I was thinking we should coin the term "immunition," and tell people it was a way to arm your immune system to defend itself. It's not even all that misleading.

  • Tell me you use an ad blocker without telling me.

  • The "idiot" part comes in where I encountered this problem, and didn't even stop to consider whether this might be specific to this model, or even try something as basic as turn the model on the print bed, which wouldn't have fixed the slicing, but would have told me my assumption about how the "bridging angle" setting worked was wrong. Instead, I leapt straight from "huh, this model sliced in a weird way" to "this basic slicer feature is designed in a bizarrely poor way and I'm the first one to ever notice," and posted about it on social media.

    So I appreciate the sentiment, and I'll leave the post up as it I agree it's a mildly interesting and counterintuitive result, but I still maintain I acted kinda dumb. :)

  • A bit of a weird one because it never actually came out, but I was really excited about the news that Michel Gondry was set to direct a film adaptation of Rudy Rucker's novel The Master of Space and Time. I really like both Gondry and Rucker, and their sensibilities would have worked really well together. The story is kind of a sci-fi three wishes fable. It's not my favorite of his--that's gotta be White Light--but it's really light-hearted and fun. And Gondry is terrific at getting bizarre, dream-like ideas onto film. I'm still bummed out that they cancelled that.

    For something that actually did come out but then got cancelled, I enjoyed Disney's adaptation of The Mysterious Benedict Society. Then they threw that one down the memory hole for tax reasons, so there's no way to watch it anymore short of piracy. I feel like that shouldn't be allowed. Seems like they should add least have to provide the Library of Congress with a copy. It's weird that our cultural history can just be yanked away like that now.

  • This depended on the phone. The HTC One M8, for instance, had a surprisingly good built-in DAC.

  • That wasn't the issue for me--my bridging angle was set to zero (the default). The issue was that the anchors for these bridges ran into one another, which made the slicer treat them all as one single unified bridge, and choose one angle for the lines across them all, rather than treating them as separate bridges (which is how I was thinking of them, because they crossed different gaps). I put the text below the images on this link before I understood what had gone wrong, but the images are still useful for illustrating the error: https://imgur.com/a/VjUTVaq

  • I was being an idiot. It does bridge correctly, it just got confused because the bridges were close enough together that it thought it had to make them one single bridge. Thanks!