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/)RO
Posts
0
Comments
99
Joined
2 yr. ago
  • I've heard of them, I might consider trying one someday, but the research and effort to set it up is an obstacle. Plus I don't run Windows any more, and I don't even know what Linux support for it is like.

  • I haven't checked to see if someone's mentioned it yet (it's a long thread!) but I want to put in a word for a piece of software I'm always touting: Simon Tatham's Puzzle Collection!

    It's a wonder! 40 different kinds of randomly-generated puzzles, all free, all open source, and available for practically every platform. You can play it on Windows, Mac (if you compile it), Linux, iOS, Android, Java and Javascript in a web browser. It should rightfully be high up on the iOS and Android stores, but it's completely free, has no ads, doesn't track you and has no one paying to promote it. No one has a financial incentive to show it to you, so they don't. But you should know about it.

  • I think you're overstating things a bit, but it's true that I keep getting caught up by weird behaviors.

    I paste image data into a layer. I drag the layer a bit to get it where I want it. I try drawing on that layer: nothing happens. Turns out, when I pasted the image, it created a layer the size of the current image with all the extra space filled with transparent pixels. When I dragged it, the transparent part of the layer that had been off the image's borders was actually dead space, and it won't accept drawing into it until I go under layers and choose to expand the layer to the dimensions of the image. Once you realize what's happening it's not so bad, but until that point it's the software working how you don't expect it, and some people are going to drive themselves batty trying to figure it out.

    And just now in 3.0 I've discovered, if I copy a rectangular part of an image using the Rectangle Select tool, then paste that data into another program, what gets pasted is a transparent box the size of the original image full of transparent pixels, with the copied part opaque in the middle of it in its former position inside the image.

    It seems like it's purposely trying to come up with an unintuitive way to implement my actions. I don't remember it being like this in the past. What happened?

  • What will probably happen is a one or two term slump. What's different between then and now is the internet and social media, which fills most people's brains with a deluge of noise. In addition to the effects of misinformation daily telling people that the moon is the sun, most algorithms prioritize novelty, and nothing's more novel than the most stupidly wrong-headed take. We constantly hear the opinions of people who should be laughed out of the room! We sit and chuckle, but there's tens of millions of people who have poor media skills who it can actually influence.

  • Something I've seen far less reaction to than I expected? While the Switch 2 looks like it takes standard MicroSD cards, it DOESN'T. It takes the fairly obscure MicroSD Express standard! I can't even BUY an SD Express card locally right now! It seems likely, at launch, that Nintendo's branded cards will be the only ones people can get that will work with it!

    The Switch 2 has 256GB of onboard storage, much more than the Switch, it is true. But it's also backwards compatible with the Switch, and lets users bring their old digital library over with them. I have a 256GB card in my Switch, it's nearly full, and it doesn't have my whole library on it! If I got a Switch 2, I'd have it filled up on day 1!

    And the MicroSD card issue won't be obvious to most buyers. Parents will get their kids Switch 2s, and wonder why their old card won't work with it. It'll look to them like the Switch 2 or the card is broken, unless they implement a physical lock against incompatible cards, and I don't know if SD cards even support those. Also, SD Express cards are more expensive than standard ones.

    This could end up being a debacle almost on the scale of the price (which, as others have noted, isn't even Nintendo's fault entirely).

  • There are so many weird things about GIMP, and it feels like they add more over time. I've moved a layer and then tried to draw on it and had nothing happen. Why? Because the layer was created as an array of pixels the size of the image, and when I move it there's now a dead zone where there's no pixels in the visible image. It turns out there's a special command to expand moved layers to fill the image: https://docs.gimp.org/3.0/en/gimp-layer-resize-to-image.html

    There are times using it that it feels like a maze to navigate to just get my changes reflected in the document.

  • I know FlyingSquid from another community, and sent them a private message just a few days ago saying hello. (I didn't know they had been missing at the time.) FS is awesome, and I really hope they're okay.

  • The secret of Linux is, if all your hardware works, it's actually easier to use for casual users. Most people nowadays use computers for web browsing and maybe playing media and light office tasks. A Linux Mint setup will have everything you need for that either preinstalled or ready to get fun the software store. If you don't need anything else, then it gets it of your way and just works. No viruses, little danger of malware, no crud to uninstall, no Microsoft account, no nagging apps, no ads, no attempts to upsell to paid cloud services or Pro, and no AI.

    The problem arises when you want to go beyond that, and there's no obvious path ahead,v then people not used to the Linux way of doing things may run into trouble. But 90% of users, if someone sets it up for them, will do fine.

  • Along these lines, I have several important memory locations memorized. POKE 53280 and 1 to change the border and background colors. 828 is the cassette buffer, and 49152 the free memory above BASIC ROM. SYS 64738 resets the machine.

    I also can recite the powers of 2 up to 65536.