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 Hailey (hailey@hails.org), page 2

  1. Embed this notice
    Hailey (hailey@hails.org)'s status on Tuesday, 09-Dec-2025 09:24:54 JST Hailey Hailey
    in reply to
    • ✧✦Catherine✦✧

    @whitequark it is in fact a skill issue if someone yanking their random little package causes problems for you and we should rub it in lmao

    In conversation about 3 months ago from hails.org permalink
  2. Embed this notice
    Hailey (hailey@hails.org)'s status on Sunday, 07-Dec-2025 23:02:17 JST Hailey Hailey
    in reply to

    enjoyed reading this piece on perl and its decline https://www.beatworm.co.uk/blog/computers/perls-decline-was-cultural-not-technical

    In conversation about 3 months ago from hails.org permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Perl's decline was cultural
  3. Embed this notice
    Hailey (hailey@hails.org)'s status on Sunday, 07-Dec-2025 23:02:17 JST Hailey Hailey

    hypothesizing that having exposure to Perl or not is a kind of programmer generational cleavage

    In conversation about 3 months ago from hails.org permalink
  4. Embed this notice
    Hailey (hailey@hails.org)'s status on Thursday, 04-Dec-2025 13:37:12 JST Hailey Hailey
    in reply to
    • ✧✦Catherine✦✧

    @whitequark I was just thinking actually, whats your thoughts on a feature to reverse proxy on 404?

    In conversation about 4 months ago from hails.org permalink
  5. Embed this notice
    Hailey (hailey@hails.org)'s status on Thursday, 04-Dec-2025 13:36:20 JST Hailey Hailey
    in reply to
    • ✧✦Catherine✦✧

    @whitequark oh that's quite cool! does the patch persist until the next git push?

    In conversation about 4 months ago from gnusocial.jp permalink
  6. Embed this notice
    Hailey (hailey@hails.org)'s status on Wednesday, 03-Dec-2025 08:43:50 JST Hailey Hailey

    >he tells me his language has an exciting new design for asynchronous io that solves the function colouring problem
    >ask if it’s just threads or something genuinely novel
    >he doesn’t understand
    >he says it’s a good asynchronous runtime miss
    >read his blog post
    >it’s threads

    In conversation about 4 months ago from hails.org permalink
  7. Embed this notice
    Hailey (hailey@hails.org)'s status on Wednesday, 03-Dec-2025 08:43:49 JST Hailey Hailey
    in reply to

    imo function colouring as a problem is akin to calling it road colouring when there’s a separate bike lane you can’t drive your car on. It’s not a problem to be solved, it’s the whole point!

    In conversation about 4 months ago from hails.org permalink
  8. Embed this notice
    Hailey (hailey@hails.org)'s status on Tuesday, 02-Dec-2025 06:12:23 JST Hailey Hailey

    Back in the early days of GitHub, git over ssh was terminated by a hacked OpenSSH which looked up public keys for the git user in MySQL rather than from an authorized_keys file. That OpenSSH was the system sshd on the same frontend web servers which ran the Rails app, so if you were staff you could get a shell on a random frontend by typing `ssh github.com` and you were straight in

    In conversation about 4 months ago from hails.org permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: github.githubassets.com
      GitHub: Where the world builds software
      GitHub is where over 83 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...
  9. Embed this notice
    Hailey (hailey@hails.org)'s status on Thursday, 27-Nov-2025 14:25:11 JST Hailey Hailey
    in reply to

    I am quite an experienced Linux user and would like to contribute to Debian the same way I regularly contribute to all sorts of projects as I go along scratching my own itch, but I just cannot get my head around its development

    In conversation about 4 months ago from hails.org permalink
  10. Embed this notice
    Hailey (hailey@hails.org)'s status on Thursday, 27-Nov-2025 14:25:11 JST Hailey Hailey

    the massive issue I have with debian, despite it being my preferred server OS, is I have no idea how you’re actually meant to do anything with the platform beyond consuming it. I build my own packages for my infrastructure because it’s more robust than copying tarballs around, but it’s complicated enough that I have to rely on a third party tool (makedeb) to do it. And here an APT maintainer is claiming that apt-ftparchive sees no serious use outside of Canonical. How are you supposed to host a package repo then?? Inscrutable system https://lwn.net/SubscriberLink/1046841/5bbf1fc049a18947/

    In conversation about 4 months ago from hails.org permalink

    Attachments


    1. https://social.hails.org/system/media_attachments/files/115/618/710/794/954/598/original/328611094c7a8c1a.jpeg
    2. Domain not in remote thumbnail source whitelist: static.lwn.net
      APT Rust requirement raises questions
      It is rarely newsworthy when a project or package picks up a new dependency. However, changes i [...]
  11. Embed this notice
    Hailey (hailey@hails.org)'s status on Thursday, 27-Nov-2025 14:25:09 JST Hailey Hailey
    in reply to
    • fraggle

    @fraggle I wonder how much of the fragile mess we have downstream of the OS (containers, curl | sh install scripts, distributing statically linked binaries, language specific version managers) can be traced back to “it’s really hard to build packages and we’re just trying to get shit done here”

    In conversation about 4 months ago from hails.org permalink
  12. Embed this notice
    Hailey (hailey@hails.org)'s status on Tuesday, 25-Nov-2025 10:40:08 JST Hailey Hailey

    do you often pipe curl to jq and have trouble when you also want to see the response headers with -i?

    hack of the day: curl -s -D /dev/stdout -o >(jq) https://url...

    `-D /dev/stdout` dumps headers to stdout
    `-o >(jq)` uses bash process substitution to pipe the response body separately to a jq process

    In conversation about 4 months ago from hails.org permalink

    Attachments


  13. Embed this notice
    Hailey (hailey@hails.org)'s status on Thursday, 20-Nov-2025 09:45:27 JST Hailey Hailey
    in reply to
    • ✧✦Catherine✦✧

    @whitequark you get it

    In conversation about 4 months ago from hails.org permalink
  14. Embed this notice
    Hailey (hailey@hails.org)'s status on Thursday, 20-Nov-2025 09:43:16 JST Hailey Hailey

    Weighing in on the cloudflare unwrapgate against my better judgement. I wouldn’t have written unwrap there. But it’s an error loading config on app boot so odds are that even returning the error “like you should” is just exiting with a nonzero status with extra steps. You could recover by failing open but that could have easily masked the problem, not great for a WAF. So basically my take is unwrap is a red herring. The real issue is the bad config deploy and the seeming lack of a canary deploy or rollback to known good config. Standard ops stuff basically 🤷♀️

    In conversation about 4 months ago from hails.org permalink
  15. Embed this notice
    Hailey (hailey@hails.org)'s status on Wednesday, 19-Nov-2025 06:36:41 JST Hailey Hailey

    Remember when people thought writing tests in cucumber was a good idea

    In conversation about 4 months ago from hails.org permalink
  16. Embed this notice
    Hailey (hailey@hails.org)'s status on Thursday, 13-Nov-2025 12:53:30 JST Hailey Hailey
    in reply to
    • ✧✦Catherine✦✧

    @whitequark no idea if it still works like this or whether it's all on azure object storage or whatever now, but i was pleased with how neat the solution ended up being once i had the brainwave to use gc, and i don't recall it ever having any major problems in production once shipped

    In conversation about 4 months ago from gnusocial.jp permalink
  17. Embed this notice
    Hailey (hailey@hails.org)'s status on Thursday, 13-Nov-2025 12:53:30 JST Hailey Hailey
    in reply to
    • ✧✦Catherine✦✧

    @whitequark no particular comments on the gc algo, you're using gc in a a very different way. we didn't attempt to do any object dedup for pages, whole site builds were just rsynced from build server to file servers. mysql was the source of truth for which file servers held site replicas, new builds were allocated to the N file servers with most free disk at time of build, and each file server ran GC to clean up dangling replicas at some point in time after the replica records were deleted from mysql. idea was we'd need some kind of gc anyway because we can't delete from mysql and the fileservers in one transaction, so skip synchronous fs deletions entirely and make gc load bearing thus continuously proving it works

    In conversation about 4 months ago from hails.org permalink
  18. Embed this notice
    Hailey (hailey@hails.org)'s status on Wednesday, 12-Nov-2025 22:29:35 JST Hailey Hailey
    • ✧✦Catherine✦✧

    @whitequark fun to see you use garbage collection for grebedoc. I also landed on garbage collection as the right solution when reworking gh pages to do its own replication rather than drbd back in the day. very different set of design constraints and different kind of gc, but interesting to see it recur as the right solution for this kind of thing

    In conversation about 4 months ago from hails.org permalink
  19. Embed this notice
    Hailey (hailey@hails.org)'s status on Saturday, 08-Nov-2025 21:06:58 JST Hailey Hailey
    in reply to
    • ✧✦Catherine✦✧

    @whitequark ++ in general for any tool and any art. I have a windows pc and a basic ass microsoft keyboard and mouse at work and I’m getting shit done

    In conversation about 4 months ago from hails.org permalink
  20. Embed this notice
    Hailey (hailey@hails.org)'s status on Saturday, 08-Nov-2025 17:23:41 JST Hailey Hailey

    it’s a small nugget of the whole thing but it’s so funny to me that David HH has written not one but multiple posts about things that are better than going to therapy. one of the crash outs of all time

    In conversation about 4 months ago from hails.org permalink
  • After
  • Before

User actions

    Hailey

    Hailey

    woof! I am a computer tinkerer, polyglot hacker, music enjoyer, and bike rider. Also a huge nerd. Trans 🏳️⚧️ and queer 🏳️🌈

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          103362
          Member since
          2 Mar 2023
          Notices
          113
          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.