Just a regular Joe.

  • 0 Posts
  • 56 Comments
Joined 2 years ago
cake
Cake day: July 7th, 2023

help-circle






  • Judges usually don’t know this stuff, but they primarily work with systems and software supplied by the state…whose experts should know what they are doing.

    My bet is that this guy decided to work on personal equipment, probably in violation of the rules. Being a judge, he’s unlikely to be sanctioned for it, and will certainly learn from the experience. If anything, there may be some internal discussions which we’ll never hear about.

    Law is an area where AI can add value, though… searching through past rulings and legal opinions is tedious, and anything that can assist to find needles in haystacks would be welcome. It shouldn’t be used to write legal judgements or arguments though…


  • Joe@discuss.tchncs.detoMemes@lemmy.mlThe Oligarch Messiah
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    2 months ago

    Just wait until they release the list … it’ll have a few holes.

    Unfortunately, it’s very hard to trust any such list. If he had any sense, he would have also added a few extra names over the years of people who he just didn’t like, or those he wanted to manipulate. Scumbags be scumbaggy, whether rich or poor.

    That said, all implications and accusations should be thoroughly investigated, and if corroborated by victims and/or witnesses, and then be brought to public trial or just made public if the reasonably accused is dead.


  • I don’t think you need separate laptops, but a separate router may be useful.

    If you use Linux, you can have apps isolated to their own lightweight network namespaces (like containers), using different VPNs. Otherwise VMs can serve a similar purpose on Windows and Macs.

    Iptables can also be used to block traffic, and force it through proxies (which can be whitelisted by uid/gid) or VPNs.

    If you want a more secure VPN setup, I’d even recommend having the VPN(s) running on the router (eg. portable OpenWRT setup) so your laptop never gets offered a public IP / connects directly to network. Put a proxy on it for special (eg. DNS based) routing exceptions, like banking from real IP, reddit via the US, etc.










  • Not everything will be open source. For whatever reason, they decided to make this obfuscator open source. It might also just be an interesting side project that someone got permission to release.

    Obfuscation can make it harder to reverse engineer code, even if the method is known. It might also be designed to be pluggable, allowing custom obfuscation. I haven’t checked.

    We also know that obfuscation isn’t real security … but it’s sometimes it is also good enough for a particular use case…


  • Joe@discuss.tchncs.detoTechnology@lemmy.worldMeta is now a defense contractor
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    4 months ago

    Except my crazy relative (just 1, thank dog) also has telegram and feels the urge to forward every damn whackjob conspiracy theory reinterpretation of truth that they find to me and my wife, despite us never replying except to ask them to stop. eg. Cloud seeding, windmills and electric cars are responsible for destroying the atmosphere (not co2 and other greenhouse gases); Bill Gates etc. are spreading microchips through vaccinations; judges ruling that measles doesn’t exist; Ukraine is full of nazis; and yes, even regurgitated feelgood fairy tales and random cat pictures from Facebook. So glad they are in a country far far away from me. They “do their own research”, of course.

    So bloody sad that so many people are in a similar situation of avoiding friends and family for their own sanity (and sometimes safety).


  • But not Fire tablets (kids profile) or Samsung TV or many others that Plex currently supports.

    JellyFin android phone app’s UI is a little weird at times, but does work pretty well for me.

    What I would adore from any app would be an easy way to upload specific content and metadata via SFTP or to blob storage and accessible with auth (basic, token, or cloud) to more easily share it with friends/family/myself without having to host the whole damn library on the Internet or share my home Internet at inconvenient times.

    Client-side encryption would be a great addition to that (eg. password required, that adds a key to the key ring). And of course native support in the JellyFin/other apps for this. It could even be made to work with a JS & WASM player.