trent
trent avatar

trent

@trent@kbin.social

Hi, my name is Trent. i'm a computer programmer/developer and musician!

English / Español
Website https://luphoria.com
PGP https://luphoria.com/pgp.txt

trent,
trent avatar

lol bro. You don't have to like the rich class to have basic human empathy for other people

trent,
trent avatar

You're probably fine, but I recommend just getting a free VPN to keep your ISP at bay. I don't like Proton, but they do have a free VPN. Google around and you can find some others too, if that one is too slow

OC Don't speak German? Here's a userscript for you

Recently, especially with feddit.de, there are a lot of posts in languages that are not English. This is great for adoption!, but unfortunately I have no idea what the posts are about because I don't speak German. I couldn't find a setting to hide posts in other languages either!...

trent,
trent avatar
trent,
trent avatar

hmm

  • is it showing a red [1] in the extension list (to signify that it's running) on the homepage?
  • what device & window size are you using?
trent,
trent avatar

glad you got it working for you (and I should probably update it to wildcard kbin.social, with that in mind)! I think your observation is right on the mark because my homepage is all, or /

trent,
trent avatar

This is great, and true too, but I hate google man. Gonna wait to see when translation tools like this become FOSS. I think AI might get us there. In the meantime, LibreTranslate does good for translation and Tesseract works for OCR.

trent,
trent avatar

it's the end of masculinity!!! the wokea genda is makbing me cvhcange DIAPERS!!! i have TO CARE ABOUT MY CHILD!!!

trent,
trent avatar

what about cross-posting content from Lemmy/kbin to Reddit? Showing that, not only in theory, but in practice, you can switch?

/kbin server update - or how the server didn't blow up

Currently, on the main instance, people have created 40191 accounts (+214 marked as deleted). I don't know how many are active because I don't monitor it, but once again, I greet all of you here :) In recent days, the traffic on the website has been overwhelming. It's definitely too much for the basic docker-compose setup,...

trent,
trent avatar

Thank you ernest... and fastly... and welcome aboard Piotr!

OSPs make me so happy :)

trent,
trent avatar

To anyone that isn't blessed with open-source hardware, or proprietary hardware created in the past 5 years, it's a nightmare

trent,
trent avatar

Microsoft is surprisingly pro-FOSS - probably more than any of the others in "big tech." It's the same reason MS isn't in the FAANG acronym. They've consistently forwarded and contributed to the FOSS community over the past several years. They have massive stakes in the linux foundation, which is either conspiracy or just a shift in attitude (i haven't decided myself yet). For a more concrete example, with LLMs, Microsoft (despite basically owning OpenAI) is contributing to free and open-source language model development, with Orca and TBAAYN, as well as publishing free and open-source tooling for LLM, such as the guidance repository.

trent,
trent avatar

Kbin does have tags for the language of posts, and they are accurately represented in these German posts, but I can't find a way to filter them without just blocking the server!

As a quick fix, a user script:

// ==UserScript==
// @name         Kbin: delete articles in other languages
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Auto-delete posts in languages you do not speak.
// @author       luphoria (https://kbin.social/u/trent)
// @match        https://kbin.social/
// @icon         https://www.google.com/s2/favicons?sz=64&domain=kbin.social
// @grant        none
// ==/UserScript==

(function() {
  'use strict';
  const allowedLangs = ["en", "es"]; // Edit this to all of the languages you can speak / want to see in your feed

  let deleteUnwantedPosts = () => {
    const postTags = document.getElementsByClassName("kbin-bg");

    for (let i = 0; i < postTags.length; i++) {
      let postTag = postTags[i];
      if (postTag && postTag.textContent && postTag.textContent !== "OC" && !allowedLangs.includes(postTag.textContent)) { // OC tags are the only elements (i know of) with the same class.
        // Delete element's parent's parent's parent
        if (postTag.parentElement.children[0].textContent) {
          console.log(`Removing post labeled \`${postTag.textContent}\`: "${postTag.parentElement.children[0].textContent}"`);
          postTag.parentElement.parentElement.parentElement.remove();
        }
      }
    }
  }
  deleteUnwantedPosts(); // on load

  // for continuous feeds
  let observeDOMChanges = () => {
    const observer = new MutationObserver(function(mutationsList) {
      deleteUnwantedPosts();
    });
    observer.observe(document.body, { childList: true, subtree: true });
  }
  observeDOMChanges();
})();
trent,
trent avatar

I thought votes didn't federate yet anyways... but, yes, it is possible, and i can come up off the top of my head with three or four potential implementations.

trent,
trent avatar

The stuff listed in OP doesn't really seem like much concern. "What you put on the internet is there forever!" is completely true, and things like this should only make it more concrete that you can't rely on your service provider to delete information somebody else already archived.
With that being said, default privacy settings - at least on Kbin - seem pretty bad.

trent,
trent avatar

FHE solves that through and through, as has been documented widely, but that's overengineering when you could just use plain ZKP.
Zero-knowledge voting is here and has been for a while now.

trent,
trent avatar

i think the shitcoin trend and NFT shit is over, but crypto as a technology and cryptocurrency certainly isn't. I don't see BTC, ETH, XMR dying aaanytime soon, especially the former and the latter - they're gold standard on the net already. Overengineered crypto like ETH seems to be less popular now.

trent,
trent avatar

You probably saw some (mostly fraudulent) ads. Dread is where most of Tor's public content can be found; but, yeah, crypto (specifically Bitcoin and Monero) are the standards there.

trent,
trent avatar

I'm also disappointed that we now have AI browsers, which is scary and not a good direction to go in.

Out of pure curiosity, why do you say this? In context of something like ChatGPT, it makes sense, but what do you think about stuff like local LLMs as assistants and embedded in browser infra?

trent,
trent avatar

I see monero pretty widely adopted! But not near Bitcoin and even BCH might have a little more traction.

I've kinda seen monero as a truly peer-to-peer currency because most central exchanges don't ever want to touch it :)

trent,
trent avatar

On Kbin's end the thread ID is 57540 and the appended text is simply a hint to what is on the other side of the link (i.e. it doesn't change anything). This is standard practice and you see it a lot across the web
Try this: https://kbin.social/m/sysadmin@lemmy.world/t/57540/THLPFWYHYULHDTPUYWHDUYPHWUDUYWHUYDWHUYWHPD

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • ngwrru68w68
  • DreamBathrooms
  • magazineikmin
  • Youngstown
  • tacticalgear
  • everett
  • slotface
  • khanakhh
  • mdbf
  • rosin
  • kavyap
  • GTA5RPClips
  • PowerRangers
  • anitta
  • InstantRegret
  • Durango
  • thenastyranch
  • cubers
  • osvaldo12
  • ethstaker
  • modclub
  • normalnudes
  • vwfavf
  • cisconetworking
  • tester
  • Leos
  • megavids
  • All magazines