1. @imperio It's merged 💫

    Excited to try it out in tomorrow's nightly!

  2. @eenriquelopez Glad to see Studio Bot is not alone in being generally useless.

  3. @bluejekyll @Gankra AFAIK cargo-deny evaluates bans on the final resolved dependency tree of the crate you applied it to, so if it's feature-flagged to not be present in your project the ban won't complain about the optional dependency in a library you use.

  4. @rolgalan Great write-up! Lots of good advice here, looking forward to the next part :)

  5. @Gankra The most frequently viewed post on my blog is about getting Rust binaries to link statically (sans libc) and the motivator for it was openssl 😭

  6. Hit my forearm on the end of a door handle and it still hurts half an hour later 😭

  7. Okay I gave :studioBot: another try and it has reinforced my belief that I am too stupid to be able to coax LLMs into doing even basic things like "Give me the code to parse this common date format"

    #AndroidDev

  8. I am glad #Discord actually offers a Linux client with a mild amount of effort put into it but good lord does it get fucking annoying to have to download a deb update every other week and then follow it up with 5-6 other OTA updates the client will download after I start it again.

  9. #GoogleAssistant 's "Read this webpage" functionality seems to be non functional on Firefox, which probably means it's Chrome-only. Disappointing.

  10. @chirpbirb questions society is not brave enough to answer

  11. @falken @thunderbird okay 🤷‍♂️

  12. @falken @thunderbird They're planning to require the sender to have a subscription for the service.

  13. @zachklipp I built design system libraries for two companies while working at a design agency and I believe our component count ended up between 15 and 20 after a year of development on the first project and at 4 after 3 months in the second (I switched jobs around that time so don't have final numbers there).

  14. As time goes on I keep getting more tempted to try #deno...

  15. @zkat having been bit many a times by `cargo install` not being locked by default I feel every tool should opt to respect the dependency lockfile unless it's doing an operation that is modifying said lockfile.

  16. Also tried :studioBot: for the first time today, unsurprisingly it did give me the wrong code for what I asked but fixing it was trivial. I remain skeptical about LLMs but it might be occasionally helpful to skip some research steps and just have Studio Bot give me the rundown.

    Replying to source post

  17. I cannot believe how hard it is to rent a VPS of any size from EU-based providers purely because I'm living in India.

    #Hetzner blocked and banned my account within 3 hours of creation, despite me providing them my government ID and everything.

    #Scaleway made me do an elaborate dance to confirm that I really did own my bank account and one day later banned my account anyway claiming "inconsistencies".

    I am tired...

  18. @leftpaddotpy I believe it's the same root cause, in my case the machine also did not have any NetworkManager interfaces which caused `wait-online` to stall forever and prevent `nixos-rebuild` from succeeding.

  19. @leftpaddotpy I ran into this bug on NixOS just yesterday so I'm glad you're on the case :D