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 3

  1. Embed this notice
    Hailey (hailey@hails.org)'s status on Sunday, 26-Oct-2025 10:43:13 JST Hailey Hailey
    in reply to
    • ✧✦Catherine✦✧

    @whitequark @amy its fine and even good imo to have a slow and rigorous CI that builds from scratch and can catch this stuff, just don’t run it in band of the dev loop

    In conversation about 5 months ago from gnusocial.jp permalink
  2. Embed this notice
    Hailey (hailey@hails.org)'s status on Sunday, 26-Oct-2025 10:36:10 JST Hailey Hailey
    • XSS~1.BUN :blobhaj_hearttrans:
    • ✧✦Catherine✦✧

    @xssfox @whitequark the best and fastest CI I ever used was jenkins that it was someone else’s job to manage. On the other hand I tried to set up jenkins myself a little while ago and it was absolutely inscrutable

    In conversation about 5 months ago from hails.org permalink
  3. Embed this notice
    Hailey (hailey@hails.org)'s status on Friday, 24-Oct-2025 15:00:11 JST Hailey Hailey
    in reply to
    • ✧✦Catherine✦✧
    • tef

    @whitequark @tef and you gotta manually specify dependencies - another potential source of errors - because the reactivity doesn’t extend so far that it can figure out the dependencies for you

    In conversation about 5 months ago from gnusocial.jp permalink
  4. Embed this notice
    Hailey (hailey@hails.org)'s status on Friday, 24-Oct-2025 14:56:43 JST Hailey Hailey
    in reply to
    • ✧✦Catherine✦✧

    @whitequark oooh what are you building?

    In conversation about 5 months ago from hails.org permalink
  5. Embed this notice
    Hailey (hailey@hails.org)'s status on Friday, 24-Oct-2025 14:51:57 JST Hailey Hailey
    in reply to
    • ✧✦Catherine✦✧
    • tef

    @tef @whitequark and a second whole class of bugs where you can really easily introduce accidental re-renders from all the footguns in the hook system

    for example <MyComponent onEvent={() => …} /> will trigger a recursive re-render every single time because a new function instance is created right there. you gotta pull the closure out, wrap it with useCallback, and pass the memoised callback to onEvent instead.

    and with all that boilerplate to do things correctly, what are even we gaining?

    In conversation about 5 months ago from gnusocial.jp permalink
  6. Embed this notice
    Hailey (hailey@hails.org)'s status on Friday, 24-Oct-2025 08:18:45 JST Hailey Hailey
    in reply to
    • ✧✦Catherine✦✧

    @whitequark pages and pages of spec and no clear benefit over gzip

    In conversation about 5 months ago from hails.org permalink
  7. Embed this notice
    Hailey (hailey@hails.org)'s status on Tuesday, 21-Oct-2025 20:09:32 JST Hailey Hailey

    Do you use git gui or other Tcl/Tk apps and find yourself annoyed that your staid old unix program does not look very nice on your beautiful new hidpi monitor?

    Simply LD_PRELOAD=tk-hidpi.so and enjoy Tcl/Tk in gorgeous high definition! https://codeberg.org/hails/tk-hidpi

    In conversation about 5 months ago from hails.org permalink

    Attachments


    1. https://social.hails.org/system/media_attachments/files/115/411/813/736/144/558/original/548be2d9218ba35d.png
    2. Domain not in remote thumbnail source whitelist: codeberg.org
      tk-hidpi
      from hails
      tk-hidpi
  8. Embed this notice
    Hailey (hailey@hails.org)'s status on Thursday, 16-Oct-2025 09:20:57 JST Hailey Hailey

    I really like using a magic trackpad on my desktop but I've gone through so many of them over the years where the haptics eventually stop working. I just always assumed it was a Linux problem though I never really came to a satisfying explanation of the problem.

    Anyway apparently this is a known issue caused by the battery swelling up when you leave them plugged in permanently 🙃 (my trackpads also stopped sitting flat on the desk but I never considered that this might be related) https://discussions.apple.com/thread/255223984

    In conversation about 5 months ago from hails.org permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: discussions.apple.com
      Magic Trackpad 2 Becoming Harder to Press - Apple Community
  9. Embed this notice
    Hailey (hailey@hails.org)'s status on Thursday, 16-Oct-2025 09:20:56 JST Hailey Hailey
    in reply to

    maybe i'm too much of a boomer or too much of a digital native or whatever but I prefer wired connections for peripherals and it seems you're just not supposed to do it that way? My experience with wireless shit is that there's always annoying latency spikes and general unreliability, and I am unfussed by wires otherwise

    In conversation about 5 months ago from hails.org permalink
  10. Embed this notice
    Hailey (hailey@hails.org)'s status on Friday, 10-Oct-2025 11:27:18 JST Hailey Hailey

    btw it’s not just the lead hyprland dev who’s toxic, it’s the whole community. Go check out the official project discord and you’ll see it’s full of pepe frogs and the vibe of 4chan boys posting the most repugnant shit you’d expect them to, all the way back to the very beginning. That discord is functionally a radicalisation funnel. If you’ve been around the internet long enough you know exactly the vibe as soon as you see it.

    In conversation about 6 months ago from hails.org permalink
  11. Embed this notice
    Hailey (hailey@hails.org)'s status on Friday, 10-Oct-2025 11:27:16 JST Hailey Hailey
    in reply to

    + btw this is how they’re talking in DHH’s official Omarchy discord.

    They fully know what it’s all about. There’s no ambiguity here.

    In conversation about 6 months ago from hails.org permalink

    Attachments


    1. https://social.hails.org/system/media_attachments/files/115/346/773/348/384/843/original/abc27883ff52ea95.png

    2. https://social.hails.org/system/media_attachments/files/115/346/773/389/528/528/original/7102aef44165d17f.png
  12. Embed this notice
    Hailey (hailey@hails.org)'s status on Saturday, 04-Oct-2025 10:00:31 JST Hailey Hailey
    in reply to
    • Andy Wingo
    • ✧✦Catherine✦✧

    @whitequark @wingo like most of these technologies out of big tech its a tool for deskilling labour and increasing labour arbitrage. just imo!

    In conversation about 6 months ago from hails.org permalink
  13. Embed this notice
    Hailey (hailey@hails.org)'s status on Sunday, 28-Sep-2025 15:55:39 JST Hailey Hailey

    Was checking some stuff in the local laws and discovered it's not just allowed to create a nuisance with a bike, it's mandatory

    In conversation about 6 months ago from hails.org permalink

    Attachments


    1. https://social.hails.org/system/media_attachments/files/115/279/473/237/730/923/original/0ded4e095cabc775.png
  14. Embed this notice
    Hailey (hailey@hails.org)'s status on Friday, 26-Sep-2025 16:24:32 JST Hailey Hailey
    in reply to

    when trusted with autoplay, discord for some reason opens an audio playback stream just to play silence which causes pipewire to sit at 2% cpu with its alsa timer wakeup thread making about 750 syscalls per second, even when the tab is not visible

    In conversation about 6 months ago from hails.org permalink

    Attachments


  15. Embed this notice
    Hailey (hailey@hails.org)'s status on Friday, 26-Sep-2025 16:24:32 JST Hailey Hailey

    tip: if you use discord.com in firefox on linux, disable media autoplay to save about 1w of continuous power draw

    In conversation about 6 months ago from hails.org permalink

    Attachments

    1. Discord | Your Place to Talk and Hang Out
      Discord is the easiest way to talk over voice, video, and text. Talk, chat, hang out, and stay close with your friends and communities.
  16. Embed this notice
    Hailey (hailey@hails.org)'s status on Friday, 22-Aug-2025 09:37:39 JST Hailey Hailey

    I'm not really a web maximalist, but I'm a firm believer that web apps can be fast. Peek under the hood of any mature UI toolkit and you'll see it's all the same stuff. They all have node trees, dynamic layouts, event bubbling, etc. GTK even has actual CSS! The problem with the web is cultural, not technical. It is just overwhelmingly common for web apps to do really daft things

    In conversation about 7 months ago from hails.org permalink
  17. Embed this notice
    Hailey (hailey@hails.org)'s status on Monday, 18-Aug-2025 17:21:45 JST Hailey Hailey

    Had a support ticket open with Vultr requesting a refund for a couple month's worth of charges for a cloud storage bucket I couldn't delete due to errors on their end. I said I'd begin the chargeback process with my bank if they couldn't refund me and they nuked my account on the spot! Glad there wasn't anything important left in there

    In conversation about 7 months ago from hails.org permalink
  18. Embed this notice
    Hailey (hailey@hails.org)'s status on Monday, 18-Aug-2025 17:21:44 JST Hailey Hailey
    in reply to

    the problem with elastic cloud services is that they will scale as far as your wallet does. But usage running away outside of predicted growth is always something I want to know about. normal servers hit a wall sooner (out of disk, out of memory, etc) and raise your attention so you can go and fix them. cloud shit just runs up your bill and you find out well after the fact

    In conversation about 7 months ago from hails.org permalink
  19. Embed this notice
    Hailey (hailey@hails.org)'s status on Monday, 18-Aug-2025 17:21:44 JST Hailey Hailey
    in reply to

    every time I've deployed something """properly""" with cloud shit it has ended up costing a bomb while having mediocre performance and reliability. conversely every time I've deployed something to just a normal debian server it has been rock solid with no issues and no ops effort required for years

    In conversation about 7 months ago from hails.org permalink
  20. Embed this notice
    Hailey (hailey@hails.org)'s status on Monday, 18-Aug-2025 17:21:43 JST Hailey Hailey
    in reply to

    the cloud is just Worse than well-run normal linux servers. but running your business on well-run normal linux servers yields over too much power to labour, so the cloud wins

    In conversation about 7 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.