um… did my bio get deleted?

  • 74 Posts
  • 181 Comments
Joined 3 years ago
cake
Cake day: June 13th, 2023

help-circle












  • Israel’s military on Thursday said it was dropping charges against five soldiers accused of beating and sexually abusing a Palestinian detainee in an alleged assault partially caught on camera.

    […] The now-dismissed indictment against the soldiers accused them of an assault that included dragging a Palestinian prisoner along the floor, stepping on him, tasering him, and sexually assaulting him by stabbing him in the rectum. The Palestinian was taken to an Israeli hospital with fractured ribs and a perforated rectum that required surgery before he was returned to the prison.

    […] In its Thursday decision dismissing the case, the military’s top legal officers said the charges against the soldiers were being dropped because the video did not show abuse violent enough to merit a criminal conviction and had been improperly leaked to the media.

    And, of course:

    Netanyahu welcomed the decision, saying that “the state of Israel must pursue its enemies, not its heroic fighters.”









  • 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)