• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. Canadian charity recommendations

      Hi Everyone! I'm looking to donate some money to a charity that is focused on helping children learn how to code. I've always heard that lots of charities are scams, and I was hoping to get the...

      Hi Everyone!

      I'm looking to donate some money to a charity that is focused on helping children learn how to code.
      I've always heard that lots of charities are scams, and I was hoping to get the opinions of you fine folks about a good charity to donate to!

      7 votes
    2. What would make app stores better?

      There was a recent discussion about the Windows App Store where people said they don't like using it. I'm in the Apple world, and people here constantly complain about the Mac and iOS app stores....

      There was a recent discussion about the Windows App Store where people said they don't like using it. I'm in the Apple world, and people here constantly complain about the Mac and iOS app stores. I grudgingly use Steam to download games that are only available there. Everyone seems to hate using app stores, but most agree that having them is better than having to find stuff on the web or in bricks and mortar stores.

      I don't tend to "shop." When I decide I need a product, I do research. I try to find unbiased sources, though that's problematic in itself. But I don't go browsing for anything because it's largely pointless and tends to drive you towards what the company that's best at selling wants you to buy rather than what's best for your needs. So for the most part, my interaction with app stores is searching for a specific program and either finding it or not.

      What do people think would make app stores better? Complaints I've heard include:

      • Too hard to find a product you want when you don't know the specific name of a particular one (like you want a photo editor that can make a photo mosaic, but don't know the name of a specific photo mosaic app)
      • You search for a specific product and the top hit is a paid placement for a competitor
      • Stores are full of crapware with similar names and similar keywords
      • Top apps are all games

      How could app store makers improve the situation? What would make using an app store a joy for you?

      21 votes
    3. Tech people of Tildes, what have you automated in your life?

      Talk about anything you have "automated" in your life. No restrictions on the tools or things to automate. You have a simple "silence your phone at work" thing? Great job! Do you have a complex...

      Talk about anything you have "automated" in your life. No restrictions on the tools or things to automate. You have a simple "silence your phone at work" thing? Great job! Do you have a complex thing with hundreds of lines of custom code? Wonderful! All are welcome!


      I myself have automated a bit of stuff, and am constantly looking for more (that's why this thread exists):

      Home:

      • My room will turn on the lights when it detects the brightness inside is going down, but will slowly do it relative to the current brightness so it doesn't suddenly turn on at once. (Tries to keep a certain brightness at certain times)
      • I can send "loff", "lon" or, "lauto" through XMPP to turn my lights off, on, or toggle the automatic mode mentioned above from anywhere. I am blocking internet connections from my smart light hub so I had to re-implement that manually

      Computer:

      • Copying any YouTube links (or Invidious links, which get translated into YouTube) will automatically prompt me about opening them under MPV

      Phone:

      This is where I do the bulk of my automation, as Tasker is a very convenient way to automate stuff.

      • Toggle full brightness and/or auto rotation on specific apps (Gallery, NewPipe, etc.)
      • A couple of Android "Share" targets for
        • Uploading dumb images to my webserver
        • Adding links to Miniflux (abusing it's bookmarklet functionality)
        • youtube-dl through Termux
      • And some (mostly gimmicky) text-to-speech notifications for calls and XMPP messages

      Planned:

      • Miniflux notifier over XMPP. My last attempt failed because Node-RED apparently doesn't reconnect over to XMPP when its connection drops :(
      26 votes
    4. What should a lay user know about Linux app packaging?

      I’m enough of a Linux lay user that I’m not even sure if I’m using the right terminology in the question (feel free to tweak it if needed!). Here’s what I mean: I’m running Pop!_OS currently, and...

      I’m enough of a Linux lay user that I’m not even sure if I’m using the right terminology in the question (feel free to tweak it if needed!). Here’s what I mean:

      I’m running Pop!_OS currently, and I have at least one app installed via each of the following methods:

      • Deb app from the distro repositories
      • Deb deb downloaded from program website
      • Flatpak app downloaded from Flathub
      • AppImage app downloaded from program website
      • Snap app downloaded from the Snap store

      As someone who doesn’t really know or necessarily even care to know what’s going on under the hood, these all pretty much work identically for me (with the exception of AppImage which doesn’t integrate into my regular programs menu, and the standalone Deb, which requires manual updating). In fact, for most of the programs on my computer I couldn’t tell you which one they’re sourced from. They all just run like they should.

      I’ve looked up differences between all of the options and usually end up finding conversations that go well above my head and get deep into technical details. My question here is basically aimed at cutting through a lot of that depth: what is the important, need-to-know information about these different methods of installing apps? Is there anything I should be aware of if all I’m really going to be doing is running them as a standard, non-power user? Also, if an app is available via multiple methods — is there one that is preferred/better/safer/superior/etc.?

      14 votes