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

  2. 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.
  3. 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 ☠️

  4. @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

  5. 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

  6. @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
  7. #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

  8. @yasmineevjen @Tusky Finally a home screen of only themed icons!

    A cropped screenshot of the bottom half of an Android home screen. It shows app icons in a 5 wide grid, all of them drawn in a monochrome palette of gray over a lime green circular background.
  9. @cecton@hachyderm.io you weren't rude at all, I understand the frustration completely :)

  10. Content warning: Layoffs

    Hey Google, there's a difference between 3% and a third.

    A collage of news stories with headlines that say Zomato is laying off 3-4% of its workforce, and Google's summary at the top reads "Zomato plans to lay off a third of its workforce"
  11. @drewinthedark @shanselman I just quit my job to take a mental health break and had these exact same worries for when I was ready again.

    It is scary that a lot of giants are cutting workforce massively, but you'll find less doom and gloom within the small and medium sized enterprise space.

    A common pattern among those doing layoffs is them overhiring for a future that wasn't meant to be, such as Meta losing ad revenue and Stripe/Shopify's pandemic growth spurt slowing down.

    You'll be fine!

  12. @matthewp That's correct. I think it makes more sense to think of this as a vanity or 'short' URL pointing to the real resource, which is your instance identity.

  13. @tkuenneth@snapp.social That's lovely to hear! Hope she makes a smooth and quick recovery <3

  14. Content warning: Nightmares

    Had a weird nightmare that I had exams again but I lost my admit card and couldn't secure a duplicate in time.

    Why brain, why.

  15. Having used the rather hefty Pixel 7 for the past couple weeks my Pixel 4a now feels like a toy lol

  16. Back to the regularly scheduled Ellie posting

    #Dogs

    A picture of my dog Ellie from inside our car. She is looking outside a half-opened rear passenger window with one paw on the top of the door and another on top of the window pane (I think that's the word?).
  17. First day of my sabbatical and I've already spent six hours straight playing Valorant 🙃

  18. @drew GitHub's macOS runners have been atrociously slow, at least for the past few weeks. Running the same task on Ubuntu/Win/Mac always ends in that order in terms of speed.

    Replying to source post

  19. Content warning: {Twitter x-post}

    @lehtimaeki @seb It's a screenshot of Seb's own profile (his username is in the toolbar) so I don't think it's faked.

  20. @seb That's amazing, congratulations!!

  21. @darryl_bayliss Tusky on Android has been great for me and the development team seems a lot more open to external opinions than the official Mastodon client's.

    Replying to source post

  22. @gossithedog the preview ruins the punchline but 10/10 execution regardless

  23. @AdamConway how is your heart dealing with the Rio Major so far :blobSip:

  24. @yasmineevjen When you migrate it might take some time to sync your followers depending on your previous instance's load, otherwise I am not aware of any explicit downsides.

  25. @botteaap @lehtimaeki the maintainer also has forked a bunch of AndroidX libraries to remove AppCompat from them because they think AppCompat is useless beyond API 21.

    github.com/grishka/LiteX

  26. Finally taking the plunge and rebuilding my server on NixOS, no way this goes wrong right :thonk:

  27. @krossovochkin @friendlymike you can! Mastodon's official instructions here worked fine for me : docs.joinmastodon.org/user/mov

    You'll need to create your account here first then initiate migration. mastodon.social is under a lot of stress so your followers will take some time to sync.

  28. @cadey The main site has also been broken for me the past day. Their twimg CDN consistently returns a 504 when the web app tries to request additional JS bundles from it, which causes the website to keel over and die.

  29. @sasikanth It's a start but what I was really looking for was some pre-existing hosted solution that I could target rather than deploying my own backend. Though I've realized it'd be easiest to do it myself and have started brushing up on Ktor.

  30. I wish to add some form of synchronisation into my lobste.rs client (github.com/msfjarvis/compose-l) but I'm not quite sure how to go about it.

    What I need is to be able to have a per user list of links that I can perform basic CRUD operations against.

    Anyone in #AndroidDev have suggestions on what I can use for the backend? Firebase seems like the obvious choice but I'd be interested in alternatives too.