GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by Andy Smith (grifferz@social.bitfolk.com)

  1. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Wednesday, 11-Mar-2026 23:03:06 JST Andy Smith Andy Smith

    Considering only the age assurance laws of California, Colorado and New York, they already conflict with each other in multiple ways. An operating system trying to comply would presumably have to implement all of them and give the correct information when located in each place, yet also know to NOT give the information that is prohibited in that place. And the way these things are written, it's the COLLECTION that is prohibited, yet in other cases retroactively required.

    https://lists.debian.org/debian-legal/2026/03/msg00033.html

    In conversation about 4 months ago from social.bitfolk.com permalink
  2. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Monday, 17-Nov-2025 09:28:54 JST Andy Smith Andy Smith

    The other day I was having a moan about the sad lack of Linux desktop music players that properly support random album playlists, particularly Subsonic clients, as I've started using a Subsonic compatible server (Navidrome).

    I threatened to write some awful program to just poke at the API to make a random album playlist how I want, a lot like I did when I used to use MPD.

    Well…

    https://github.com/grifferz/graplsub-rs

    In conversation about 7 months ago from social.bitfolk.com permalink
  3. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Tuesday, 30-Sep-2025 11:48:54 JST Andy Smith Andy Smith
    in reply to
    • Adrianna Tan

    @skinnylatte
    Watched someone play that once and years later still cannot unhear the music in my head (not a complaint)

    In conversation about 9 months ago from social.bitfolk.com permalink
  4. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Monday, 28-Jul-2025 10:41:28 JST Andy Smith Andy Smith

    Kennedy’s daughter, Kick, revealed in a 2012 interview that her dad once beheaded a dead whale and tied its head to the roof of their family minivan before embarking on a five-hour drive. “Every time we accelerated on the highway, whale juice would pour into the windows of the car and it was the rankest thing on the planet,” she told Town and Country.

    https://www.thedailybeast.com/rfk-jr-lets-parasitic-sea-vampire-bite-his-arm-to-show-off-hickeys/

    In conversation about a year ago from social.bitfolk.com permalink
  5. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Saturday, 19-Apr-2025 20:35:42 JST Andy Smith Andy Smith

    I suspect that Cloudflare are quite happy with the AI scrapers that are breaking the web.
    Like anything that makes self-hosting more difficult for ordinary people, it serves to centralise with providers that have done nothing to prevent — or in some cases have had a hand in — the destruction.
    No money in curing the disease, after all.

    cf the massive mailbox providers and email.

    In conversation about a year ago from social.bitfolk.com permalink

    Attachments


  6. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Saturday, 04-Jan-2025 21:56:11 JST Andy Smith Andy Smith
    in reply to
    • Russ Garrett

    @russss
    Hah, great slide… position of VW EVs with owner email that ends in "gov.uk"

    In conversation Saturday, 04-Jan-2025 21:56:11 JST from social.bitfolk.com permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: www.gov.uk
      Welcome to GOV.UK
      GOV.UK - The place to find government services and information - simpler, clearer, faster.

    2. https://social.bitfolk.com/system/media_attachments/files/113/765/444/805/429/151/original/d86d4caeaee672e3.png
  7. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Saturday, 04-Jan-2025 21:55:53 JST Andy Smith Andy Smith

    Volkswagen left telemetry from 800,000 electric vehicles on an open S3 bucket. In 466k cases — including the entire fleet of the Hamburg police — it was possible to reconstruct the detailed movements of every vehicle and connect that with the identity of the owner.

    Update: See replies. Not an open S3 bucket but AWS key dumped out of JVM.

    https://www.carscoops.com/2024/12/vw-group-data-breach-exposed-location-info-for-800000-evs/

    In conversation Saturday, 04-Jan-2025 21:55:53 JST from social.bitfolk.com permalink
  8. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Sunday, 24-Nov-2024 02:18:16 JST Andy Smith Andy Smith
    in reply to

    This is not theoretical: e.g. Debian's 32-bit x86 baseline is i686-without-SSE2 but this will include the problematic instructions so to fix this would require the baseline for the whole operating system to change or else to special-case rust to target i586.

    Arguably this because Debian is not enabling SSE2 on i686 but that is just to allow more hardware to work.

    https://lists.debian.org/msgid-search/d8b5003f-8543-47b3-84a5-ade34c831655@app.fastmail.com

    #Debian

    In conversation Sunday, 24-Nov-2024 02:18:16 JST from social.bitfolk.com permalink
  9. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Sunday, 24-Nov-2024 02:18:15 JST Andy Smith Andy Smith
    in reply to

    Leading to this proposal last week to require SSE2 instructions for 32-bit x86 Rust.

    If that passes, Debian would not be able to package Rust on 32-bit x86, though the next stable release of Debian won't have a 32-bit kernel so arguably it would be no loss to say "all Rust is 64-bit on x86 from now."

    https://github.com/rust-lang/compiler-team/issues/808

    #rustlang #debian

    In conversation Sunday, 24-Nov-2024 02:18:15 JST from social.bitfolk.com permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: opengraph.githubassets.com
      Forbid disabling SSE on x86 targets that have SSE in their "baseline" · Issue #808 · rust-lang/compiler-team
      Proposal Passing -Ctarget-feature=-sse on an x86-64 target currently produces an ugly LLVM error. Doing the same on a x86-32 target leads to unsound floating-point behavior. Therefore, I think we s...
  10. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Sunday, 24-Nov-2024 02:17:30 JST Andy Smith Andy Smith

    TIL that LLVM (and thus Rust) is not safe on 32-bit x86 due to some weirdness with floating point that does not even require floating point arithmetic to trigger, just the use of any floating point at all.

    Clearly dividing God's integers into fractional parts was a heresy.

    https://github.com/rust-lang/rust/issues/114479#issuecomment-2072052116

    #rustlang

    In conversation Sunday, 24-Nov-2024 02:17:30 JST from social.bitfolk.com permalink
  11. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Tuesday, 05-Nov-2024 18:08:03 JST Andy Smith Andy Smith
    • BitFolk Ltd

    My experience as a "Tor-friendly" hoster is that:

    ▶️ Very few people are prepared to deal with the amount of abusive traffic that will come out of their exit node, and consequently the burden of answering the abuse reports that this will generate.

    ▶️ Even relay node operators are often surprised by how much traffic it will chew up.

    Having said that, I'm sure the comparatively low data transfer limits at @bitfolk (2TB/mo) do dissuade people from bothering.

    #Tor

    In conversation Tuesday, 05-Nov-2024 18:08:03 JST from social.bitfolk.com permalink
  12. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Friday, 18-Oct-2024 06:18:01 JST Andy Smith Andy Smith

    The beatings will continue until you all stop telling people you don't agree with me

    "Automattic CEO Matt Mullenweg made another buyout offer this week, and threatened employees who speak to the press with termination."

    https://www.404media.co/automattic-buyout-offer-wordpress-matt-mullenweg/

    #Wordpress

    In conversation Friday, 18-Oct-2024 06:18:01 JST from social.bitfolk.com permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: www.404media.co
      Employees Describe an Environment of Paranoia and Fear Inside Automattic Over WordPress Chaos
      from @samleecole
      Automattic CEO Matt Mullenweg made another buyout offer this week, and threatened employees who speak to the press with termination.
  13. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Thursday, 17-Oct-2024 01:58:58 JST Andy Smith Andy Smith

    dmarc.org allegedly stops using email as a contact method because it's all spam.

    https://www.mail-archive.com/mailop@mailop.org/msg23232.html

    In conversation Thursday, 17-Oct-2024 01:58:58 JST from social.bitfolk.com permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Home
  14. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Friday, 04-Oct-2024 12:28:51 JST Andy Smith Andy Smith

    YES THANKS PROGRESS I HAVE TO NOW SET AN ENVIRONMENT VARIABLE TO NOT HAVE IP ADDRESSES IN UNREADABLE DARK BLUE GET OFF MY LAWN WHERE IS DEVUAN.

    #Linux

    In conversation Friday, 04-Oct-2024 12:28:51 JST from social.bitfolk.com permalink

    Attachments


    1. https://social.bitfolk.com/system/media_attachments/files/113/246/559/250/747/438/original/b2158f6fb3bfa83e.png

    2. https://social.bitfolk.com/system/media_attachments/files/113/246/559/631/227/575/original/f256c50c7a83a1d8.png
  15. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Wednesday, 14-Aug-2024 06:59:47 JST Andy Smith Andy Smith

    This looks like a big deal for anyone running Windows.

    Unauthenticated remote code execution through crafted IPv6.

    Happy Patch Tuesday.

    https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-38063

    In conversation Wednesday, 14-Aug-2024 06:59:47 JST from social.bitfolk.com permalink
  16. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Tuesday, 09-Jul-2024 02:00:59 JST Andy Smith Andy Smith

    Debian developers look to consolidate several ifupdown implementations into one team-maintained package, but will it be "ifupdown", "ifupdown-ng" or "ifupdown2"?

    Much as it pains me to say, I think it may be time to make systemd-networkd the default on Debian.

    https://lists.debian.org/msgid-search/20240707135644.q227pfu4lg3dsqg7@House.clients.dxld.at

    #Debian

    In conversation Tuesday, 09-Jul-2024 02:00:59 JST from social.bitfolk.com permalink
  17. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Saturday, 18-May-2024 15:23:09 JST Andy Smith Andy Smith

    Sometimes I'll just be going about my day and then I stop and think: if when we're coding we pronounce "char" like "kah" because it's short for "character", why don't we pronounce "enum" like "enoom" because it's short for "enumeration"?

    In conversation Saturday, 18-May-2024 15:23:09 JST from social.bitfolk.com permalink
  18. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Sunday, 12-May-2024 04:45:24 JST Andy Smith Andy Smith

    Imagine spending countless hours proving it is possible to complete Factorio in a 12x9 world only to find out afterwards that since the Spidertron was added it is actually possible to do it in 11x9

    (Spidertrons can stand on top of other buildings and have a large carrying capacity, so you can use them like chests to hold all the items you need to launch the rocket while still having the ability to place buildings on all tiles.)

    Amusing execution though. 😀

    https://www.youtube.com/watch?v=Lj17aGFp3lM

    #Factorio

    In conversation Sunday, 12-May-2024 04:45:24 JST from social.bitfolk.com permalink
  19. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Sunday, 14-Apr-2024 10:54:29 JST Andy Smith Andy Smith

    The mayor of Vadsø, Norway wants 26 hour days.

    "When asked how the 26-hour day would actually work, the mayor replied “We haven't thought a lot about that.”"

    https://mm.icann.org/pipermail/tz/2024-April/058869.html

    In conversation Sunday, 14-Apr-2024 10:54:29 JST from social.bitfolk.com permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      [tz] Vadsø, Norway mayor wants 26-hour days
  20. Embed this notice
    Andy Smith (grifferz@social.bitfolk.com)'s status on Sunday, 07-Apr-2024 14:29:55 JST Andy Smith Andy Smith

    Can't believe that rsync has a Discord. RSYNC.

    (I hate Discord)

    In conversation Sunday, 07-Apr-2024 14:29:55 JST from social.bitfolk.com permalink
  • Before

User actions

    Andy Smith

    Andy Smith

    I run https://bitfolk.com/ and do dog sitting (https://dogsitter.services/), so you should expect too many photos and videos of greyhounds with a bit of tedious computer blah as well.Apparently this is bridged to bluesky as grifferz.social.bitfolk.com.ap.brid.gy but I'm holding off being there in person since I fear it'll never properly decentralise.

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          60532
          Member since
          8 Dec 2022
          Notices
          30
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.