1. I don't understand Apex Legends at all and this is coming from someone who plays Valorant on the daily

  2. @marcogom I feel Entertainment is a better fit since the app doesn't technically deal in the delivery of *news* specifically. Worked for me when I built a client app for lobste.rs which does relay news from time-to-time.

    Replying to source post

  3. @kdrag0n Thanks! Unfortunately I don't have a personal need for OrbStack but I'll ask the people on our backend teams if they'd be interested in testing it out.

  4. @kdrag0n I was showing off OrbStack to a few colleagues and one of them asked if it used github.com/machyve/xhyve or the macOS hypervisor directly, is that something you can say yet?

  5. One day I will stop falling for the `for x in Iterable` vs `for x of Iterable` trap in #JavaScript but today is not that day.

  6. Finally started watching #StarWars Andor, not disappointed in the slightest!

  7. YouTube's greatest misfeature is treating all downloaded videos as part of a playlist which means if you fall asleep watching one video, YouTube will autoplay all videos you've downloaded and run down your battery 🫡

  8. This weekend is going to be a whirlwind trip to Varanasi and Allahabad for a cousin's wedding, best I can do is pray for my sanity during the ordeal...

  9. Since I've started being more consistent with exercising I've found I'm quite exhausted by 7-8 PM but my brain is hard wired to not let me sleep till 12 AM at the earliest so it's been a rough few weeks trying to find a good sleep schedule. Hopefully I can change a few more habits and figure this out 😅

  10. @TartanLlama Oh I have so missed your sweet face Marshmallow!

  11. @fasterthanlime@octodon.social The -1 on your reply is really the cherry on the top

  12. @Gradle 8.0 is out

    - Now uses Kotlin 1.8
    - New interpreter for plugins block to speed up configuration
    - buildSrc no longer runs tests by default and can now include other builds

    And a lot more!

    docs.gradle.org/8.0/release-no

    #AndroidDev

  13. Russ Cox appears to have started the discussion on telemetry in the Go compiler and made an excellent case for it, so naturally I can't wait for FOSS nerds on HN and GitHub to shit on it without reading any of the associated writing he put out.

  14. @friendlymike Having very recently gone through the job hunt grinder myself, I feel this so much baha. Wishing for the best outcome for you!

    Replying to source post

  15. Note to self: do not duo queue Valorant on the Mumbai server ever again

  16. @zkat Yeah I don't think there's any good solutions for this other than using Camino and outright disallowing non-UTF-8 paths which sounds like something that isn't an option for you.

  17. #Kotlin 1.8.10 was just released with a bunch of bug fixes, a big one among those is a Metaspace leak that caused the memory usage of Dokka and Gradle 8.0 RCs to significantly increase compared to Kotlin 1.7.x

    github.com/JetBrains/kotlin/re

    #AndroidDev

  18. @Gankra I moved a bunch of my projects to cargo dist yesterday and all of them worked perfectly, thanks for this!

  19. @melix @yawkat I'd love to read about this, it's obvious in hindsight but the idea of synthetic projects would've never crossed my mind :D

  20. @yosh @oli ah, your link was indeed correct. The canary version of Elk seems to incorrectly replace the ampersand in the query parameters with a URL-escaped `&` which broke the link. I'll report it to them, sorry for the noise!

  21. @yosh @oli Wrong playground link? I'm not seeing any wakers :D

  22. I kinda wish I wasn't terminally online because the internet is legit giving me brainworms right now

  23. @sasikanth Looks great! How about including an extra override that works like this? This feels a tad more natural to me.

    ```
    string("app_name") {
    value = "Derp
    }
    ```

    Replying to source post

  24. I wish I was more than a re-toot bot on here but there's just much more interesting things happening on my timeline than my life lol

  25. @tkuenneth@snapp.social I don't think this really makes sense for Accompanist, it's a bit too small for its own artifact and doesn't fit into any existing one.

  26. @tkuenneth@snapp.social This is definitely the right behaviour, though sadly there is no convenience utility for this yet.

  27. @ekuber Echoing pyro's sentiments, I'd probably get used to it but it would very much feel awkward and forced since no other language I've worked with has anything remotely close.

  28. Somehow ended up with the job of migrating the XML export of one HR tool to the CSV format of another, which ordinarily wouldn't suck if the latter didn't require you to submit that CSV to their support team for importing...

  29. @fasterthanlime@octodon.social Congrats! On that note, some of the color contrast bugs you saw are frequently caused by MIUI's force dark feature, so turning it off could improve your experience in the mean time.

    Edit: this is unrelated to the app state becoming weird when *toggling* dark mode, that is a more general problem that takes effort for Android apps to get right.

  30. Every layoff announcement I read feels like the submission to a contest for most inhumane leadership

  31. Trying out garnix.io/ for my #Nix projects and so far I am very much loving it, their build target auto-discovery hasn't let me down yet and the dashboard is minimal yet functional. Also seems to be much, much faster than doing things manually on the default GitHub Actions runners. Strongly recommended!