• 1 Post
  • 98 Comments
Joined 2 years ago
cake
Cake day: January 13th, 2025

help-circle




  • Nah they’ll be able to get out, likely for free if they don’t mind a bit of detainment first. What they should be doing is finding a new place to work or seeing if their current employers will move them to an office in another country. And big companies should be expanding their offices in other countries to make up for the loss of workers, or moving their offices back to places where American tech workers are willing to live rather than moving to conservative states and then pretending there aren’t educated workers for them to hire in the US.





  • The system that scours search results doesn’t store the images, but they are stored. Maybe or maybe not by Google, but someone is collecting them and keeping them in order to feed whatever “AI” or hashing algorithm comes next.

    And it’s actually not the “whole point” in a technical sense. It’s mentioned because they want to make it sound less harmful. You’d never compare actual images directly. That would take a ton of storage space and time to compare a large set of files byte for byte. You always use hashes. If it was easier or cheaper to use the images directly, they would, just like the “AI” agents that do this in other systems need the actual images not hashes.


  • irotsoma@lemmy.blahaj.zonetoTechnology@lemmy.zip*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    4
    ·
    1 year ago

    Problem is that this means the images have to be kept around in order to compare them. So, often these caches of child porn and other non-consensual images which often are poorly secured are targets of hacking and thus end up allowing the images to spread more rather than less. And the people sharing these things don’t usually use the services that do this kind of scanning. So in general, it has more negative than positive effect. Instead, education to prevent abuse and support for the abused would be a better use of the money spent ln these things. But more difficult to profit from that and it doesn’t support a surveillance state.








  • Still are, though most often it’s heat rather than photons from sunlight since it’s not really necessary to disassemble hardware to that extent these days. And there’s available processing power to retry or do other error handing for any interference. Like running an unshielded Ethernet cable through a wall next to a power cable or through a room with heavy machinery can definitely cause data corruption from EM interference, but it will likely manifest as slowness rather than crashing a whole system. But there are lots of things that still cause computers or applications to crash that are related to stray energy, we just are so used to buggy software now that it rarely is noticed. 😁


  • I also switched to the Transit app for public transit after google maps stopped showing the option to start navigation and only allows for searching for routes now. Not sure why it stopped working. Maybe because I use GrapheneOS, but it worked on Graphene before with no issue, so could be a combination of policy changes and using a non Google OS or something. It works fine with driving and walking still.

    For driving, I still can’t find a comparable app that has both real-time traffic which is essential in my city to avoid constantly fluctuating bottlenecks due to construction, traffic pattern changes, and rush hour traffic. I found one at one point, but it didn’t read the names of streets, just said “turn right” instead of “turn right on first avenue”. This is confusing when streets are close together or it’s treating alleyways as streets, etc. CoMaps is the best I’ve found if it had traffic routing.


  • Do you mean this config option?

    [server] 
    hosts = 0.0.0.0:5232, [::]:5232
    

    That is binding the service to a network interface and port. For example your computer probably has a loopback interface and an Ethernet interface and WiFi interface. And you can bind to an IPv4 and or IPv6 address on those interfaces. Which ones do you want radicale to listen to traffic from and on what port? The example above listens on all interfaced both IPv4 and IPv6 and uses port 5323 on all. Of course that port must not be in use on any interface. Generally using this notation is insecure, but fine for testing. Put the real IP addresses when you’re ready.


  • OK so this is just the client and there’s another server doing Jellyfin server. That changes things. So on the client side yes if all clients support all major codecs then you’re good. Issue comes if one client like a smart TV, this device, or older android device doesn’t have it, then you have to transcode or the client has to software decode which something like a raspberry pi or smart TV is going to have trouble with.