um… did my bio get deleted?

  • 363 Posts
  • 500 Comments
Joined 2 年前
cake
Cake day: 2023年6月13日

help-circle




  • I managed to figure out how to bypass the cert verification in dbconfig-mysql (named on the tin as dbconfig-common) and got my appliance set up!

    1. apt install dbconfig-mysql before installing the PhpMyAdmin package

    2. In /usr/share/dbconfig-common/internal/dbc-mysql, in both sections where temporary my.cnf is defined, set ssl-verify-server-cert = off right below the port = line.

    3. to install PhpMyAdmin, run DEBIAN_PRIORITY=low apt install phpmyadmin and follow the prompts

    4. In /etc/phpmyadmin/config.inc.php add the following line directly under $cfg['Servers'][$i]['host'] = $dbserver;:

      $cfg['Servers'][$i]['ssl'] = true;
      $cfg['Servers'][$i]['ssl_verify'] = false;
      





  • How about open source pluggable algos which can be optionally marked shareable between users and selected from a list sortable by number of “installs”

    So like a user could define an algorithm to select posts, and then mark it shared, and other users could see it in a directory and try it out themselves, and optionally clone and hack on it, release a new version, etc.

    As far as how the post selection algos could be defined, I’m thinking of something similar to the boolean query syntax in the Quod Libet music player, but one could also implement a more code-like syntax.

    (I’m aware this is a huge ask, but I’ve had this idea for 8 years since my first Mastodon account, and have been too busy being oppressed by life to do anything about it.)


  • The eight senators were Sens. Catherine Cortez Masto of Nevada, Dick Durbin of Illinois, John Fetterman of Pennsylvania, Maggie Hassan of New Hampshire, Tim Kaine of Virginia, Angus King of Maine, Jacky Rosen of Nevada, and Jeanne Shaheen of New Hampshire, but Levin said many more centrist lawmakers were likely “in on the play.”

    On **MSNBC Monday, Shaheen acknowledged that Schumer was “kept informed” of the eight senators’ negotiations with the GOP regarding reopening the government.

    […]

    “The coordinated nature of this—none [of the lawmakers who voted yes] are facing voters in 2026—means that either Schumer approved it or failed in his job as Senate [minority] leader to stop it,”

    (emphasis added)
























  • Also keep in mind that the ARM A5x cores are simple in-order designs intended for max power efficiency, GHz for GHz they are going to be a lot slower than an ARM A7x core or an x86 core, even most x86 “little” cores made in the last 5 years will be considerably faster at the same clock rate.



  • I haven’t confirmed this, but my understanding is that with Tailscale the packets need to be shuffled into and out of userspace, whereas with straight Wireguard they stay entirely in kernelspace.

    Either way I was unpleasantly surprised to see Tailscale performing worse than I expected based on raw Wireguard performance on a few ARM based routers I own. Quad 800MHz ARM will be pretty slow for any sort of bulk data transfer. But for light web browsing, ssh, etc it will probably be fairly usable.