1. I understand the longer character limit is enticing but why are people writing entire blogs on Mastodon lol

  2. @yasmineevjen If you're trying to build a portfolio kinda site then Carrd (carrd.co/) is unbeatable, for more involved sites others have given good suggestions.

  3. Cheaters in unrated games 🤡

    Screenshot from Valorant showing that the match was terminated because a cheater was detected
  4. @jw Agreed, when they got acquired by GitHub they basically disappeared off the face of the Earth while they were integrating Dependabot into GitHub's monolith and the development velocity just never recovered.

  5. @jw Everytime I've wanted to do something specific it's been like "there's a 3 year old issue for it in Dependabot" and with Renovate it's either a quick regex manager away or has just always worked perfectly. I feel Dependabot is understaffed to some extent but it's still inexcusably bad for what it promises.

  6. @friendlymike wooooo! one of us! one of us!

    Jokes aside I've spent a fair bit of time using Rust in side projects so please don't hesitate to tag me if you run into any roadblocks :D

    Replying to source post

  7. @TartanLlama And it looks fabulous as ever :D

  8. @0xDEADBEEF@fosstodon.org @eighthave That's incorrect, you're thinking of min SDK.

  9. @sasikanth It should all work as you'd expect, most of Paging is in a JVM library so unit testing is actually rather straightforward. Have you seen the official docs and samples?

    developer.android.com/topic/li

    github.com/android/architectur

    Replying to source post

  10. Currently running memtest86 to confirm the JVM crashes I've been having are not from bad memory.

    Also praying it's not bad memory cuz I'm too broke to replace it :blobSmileSweating:

  11. Started using Linear to keep track of tasks in my OSS projects and the only thing I've discovered so far is that I like to pick up way too many things :blobHelp:

  12. @sgrif Friendly fire RiiR :thonk:

  13. @sgrif ChatGPT's clearly building its own crossbeam with blackjack and hookers

  14. Looks like Bintray's SSL certificate expired and now every time I do a Gradle sync, Android Studio prompts me 4 times whether to accept or reject the certificate :thonk:

  15. @yasmineevjen@mastodon.sociaWeeeeeeeeeeew

    Great game as well!

  16. @vishnu hardly surprising from Nintendo but I'm eagerly waiting for Alan B's response to these rather heavy allegations.

  17. One of the better pictures I've taken lately #mastodog

    A side profile of my dog Ellie peering out a window. She's laying flat on a bed next to the window with her head slightly out from the edge.
  18. I've been playing so much Valorant the past month that the battlepass I used to finish 10 days before season end was complete 46 days in advance ☠️

  19. @spaghetticode that's helpful, thanks for taking the time to respond! To add some more context, the app clones a Git repository from a user provided URL and performs sync operations every so often. An issue was filed some time ago (github.com/android-password-st) requesting the ability to clone the repository from a domain being served with a self-signed certificate, but I wasn't fully aware of the implications of allowing that so I've held off.

    Replying to source post

  20. Having a way to consistently replicate my development environment on any Linux machine without sacrificing the ability to pick apart individual tools is basically a superpower.

    Replying to source post

  21. @fasterthanlime@octodon.social @cad97@octodon.social it'll show up here for people part of the Epic Games organisation

    Screenshot of a GitHub OAuth sign-in screen for Amos' website, fasterthanli.me
  22. #TIL Telegram sends entity offsets based on the UTF-16 encoding of the message text. My bot so far ran with the assumption that the offsets were for UTF-8, which finally broke today when someone used emojis in a message with URLs and triggered a crash.

    Thankfully the fix was pretty straightforward msfjarvis.dev/g/walls-bot-rs/5