/ˈbɑːltəkʊteɪ/. Knows some chemistry and piping stuff. TeXmacs user.

Website: reboil.com

Mastodon: baltakatei@twit.social

  • 0 Posts
  • 71 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle


  • The main issue I have as an editor is that there is no straightforward way to retrain the LLM to correct faulty training as directly or revertably as the existing method of editing an article’s wikicode. Already, much of my time updating Wikipedia is spent parsing puffery and removing phrases like “award-winning” or “renowned”, inserted by malicious advertisers trying to use Wikipedia as a free billboard. If a Wikipedia LLM began making subjective claims instead of providing objective facts backed by citations, I would have to teach myself machine learning and get involved with the developers who manage the LLM’s training. That raises the bar for editor technical competency which Wikipedia historically has been striving to lower (e.g. Visual Editor).






  • In my opinion, an acceptable password length should be L in ln(alphabetSize^L)/ln(2) = (B bits of entropy). For a Bech32 character set (since it excludes ambiguous characters), alphabetSize = 32. A good password should have been 96 and 256 bits of entropy, with 128 bits being my personal preference. This means L = (B)*ln(2)/ln(alphabetSize) = 128*ln(2)/ln(32) = 25.6 = 26 characters.

    That’s… pretty close to what OP said they were restricted to, so maybe the person who set the 24 character restriction used a similar methodology.












  • Most problems people have with Linux, I think, come from trying to be Linux power users from the start by performing very advanced techniques beyond their time and patience: dual booting multiple operating systems (so they don’t have to buy Linux-dedicated hardware), using any graphics card (the latest and greatest GPUs are all closed source and developers who work on Linux do so because they despise closed source), using the least expensive hardware (which are typically closed source and buggy with anything except Windows), and emulating Windows apps so they don’t have to learn new workflows or abandon their favorite games (technically, Proton with Steam allows Windows games like FFXIV to be played, but it’s a neverending journey to get it working and keeping it working.

    If you switch to Linux, accept that for a smooth experience you’ll have to pay more than you would for a Windows machine (e.g. System76, Framework) And if you want graphics card support for your emulated Windows games on Steam, you’re going to have to use the specific flavor of Linux the manufacturer supports.

    That said, if you value free/libre open source software, then making the switch from Windows is totally worth it.