Huh?

  • 0 Posts
  • 257 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2025

help-circle







  • That the app was spamming too many requests to their server apparently. It might be related to the new update they did. It might also be a fucking lie and them suspending the account because it did requests on the weekend where the service was down and it was retrying all the time. I don’t know. In any case, shame on them for making me promise not to use the only way on Linux to listen to their music on actually on HiFi.

    I’ll have to install waydroid and do something hella over engineered to use their official tools.

    Btw, QBZ was just a wrapper of the web player on a custom browser with HiFi enabled, they tried upgrading the tool recently to use API calls, but if this happened at that time I would have been able to defend it saying that it’s just a wrapper of the webpage. In any case, I’ll have to do something similar myself (electron browser with hifi enabled).








  • I’m not taking that position, I’m taking the position of acknowledging how badly it is being used while also taking point on how useful for Devs it is. I was acknowledging the position I am in due to my life in coding work, to give proper context.

    You are in an Australian server, I didn’t know that the American AI Dev erasure craze had expanded there, it definitely is affective the Spanish junior positions, but in my data engineering sector, senior positions are permanently lacking.

    In any case, I’m sorry for your friends, but I’d be surprised if they don’t find another job fast. Job offers in my country for senior positions have not been reduced, and given that junior positions are being reduced and seniors eventually retire, I don’t see enough reduction to fill the vacuum that the lack of junior is going to create in senior fields.

    Mind you, I’m not saying this to say I don’t care, it’s actually the opposite. I’m saying this to say that I care even though I don’t think it will affect me personally in a risk my paycheck kinda way.



  • I’m frustrated with the fact that AI is replacing a lot of junior positions, and with people that use it to fully automate tasks. It does not bode well for the future of the industry.

    I’m not a junior dev though, and I use AI as a tool, which is what it is, to plan changes, search for potential issues while I check something else, then review their output and so on. The premise is that I do understand our code very well, and that I know exactly what must be done when proposing changes. It helps me autocomplete while I write, check hard to find docs or write/format doc pages. I always search for actual real sources before committing anything.

    It’s a tool, it would be crazy to keep using a hatchet because chainsaws sometimes injure people. With proper training and knowledge a chainsaw helps you work faster.

    Now, there was no LLM when I was a junior Dev so I acknowledge that my position is a bit of “f u I got mine”, but we can’t deny that it’s a very useful tool that helps in coding

    Still completely against and very frustrated with the full automation and erasure of junior positions though. It won’t affect me that much personally, but the industry will hurt, individuals will suffer and that’s horrible.



  • About 1, I was commenting on the serverless world, a big part of today’s cloud infrastructure, and AWS is one of the major cloud providers. I feel like, to show the relevance of a language compared to another, it kinda does matter that you can’t code directly and let the provider compile your small-ish program.

    About 2, it works with the generic runtime for sure, but almost everything does, technically C++ does too lol, meaning that you need to upload the binary that you compile locally or via some sort of pipeline. Which is worse than say, using typescript and letting them transpiled it into is so Node can run it. It’s not supported in that way.

    In any case, you wouldn’t really use a compiled language like Go to have small-ish serverless functions. Go does have a use case ofc, I’m just making a case of how not obsolete python is.


  • … Is this bait??? How in the hell is python an old language??? It gets new releases, it’s readable, it’s used everywhere for everything (sometimes when it shouldn’t but this is not the case tho). It has tools and binds for basically everything.

    Also, comparing it with a compiled language, good one. Guess what is and what isn’t used in serverless functions, Lambda doesn’t even support Go ffs. It’s java, ruby, node and python. And from those most use node or python.

    What the hell, good bait I guess. I’m coming back to write more lol.