AI video title translations annoy me to no end. I’ve even stopped watching some channels because of it (I know it’s not the creator’s fault but it is what it is).
- 1 Post
- 35 Comments
lorty@lemmy.mlto Web Development@programming.dev•Postman is logging all your secrets and environment variables5·1 month agoMy company banned the use of postman for a few years now.
If it requires a login, you can be sure it is scraping everything it can.
If you want to optimize to this point, do some embedded development. It’s somewhat fun to work at such a low level (testing tends to be annoying though)
Why do we like to pretend waterfall is this great old way to do stuff that had no problems at all?
lorty@lemmy.mlto Programmer Humor@programming.dev•It’s not working! Should I blame caching?27·4 months agoI can’t be the only one who has wasted half an hour wondering why something wasn’t working before realising the response was cached.
At this point if it changed it would be weird.
lorty@lemmy.mlto Mildly Infuriating@lemmy.world•I walked all over the damn store looking for butterEnglish31·6 months agoTIL people actually look at what the aisle sign
lorty@lemmy.mlto Programming@programming.dev•The World Depends on 60-Year-Old Code No One Knows Anymore (COBOL History lesson)1·6 months agoHey, I know a lot of COBOL developers and, on average, the last change the code they are working on happened just 20 years ago!
lorty@lemmy.mlto Mildly Infuriating@lemmy.world•Salaries of Employees from "non-profit charity" I was going to donate tooEnglish23·7 months agoCharities are good business. That’s why there are a lot of them.
One aspect I feel is never talked about is that setting up the debugging more often than not takes you out of the mental space of the problem you are trying to solve. A console log is basically there already in many cases.
He just heard monoliths were in again
lorty@lemmy.mlto Technology@lemmy.ml•Twitch declares “Zionist” a slur — and a bannable offense28·7 months agoWaiting for the free-speech absolutists to boycott twitch for this (they won’t)
lorty@lemmy.mlto Programming@programming.dev•Zig vs Rust. Which one is going to be future?192·9 months agoUnless Zig starts its own cult, I feel Rust will win in the end.
lorty@lemmy.mlto Programming@programming.dev•Study finds 268% higher failure rates for Agile software projects7·1 year agoThe project manager’s revenge: the last Scrum Master.
lorty@lemmy.mlto Programming@programming.dev•Study finds 268% higher failure rates for Agile software projects3·1 year agoIs it really that unlikely that companies that jumped into the agile hype train do it wrong?
lorty@lemmy.mlto Technology@lemmy.ml•YouTube has now begun skipping videos altogether for users with ad blockers251·1 year agoThey don’t deserve my money, they already harvest enough of my data.
lorty@lemmy.mlto Programmer Humor@programming.dev•Not really sure whether S-expressions or Python indentation-based scoping get more hate...19·1 year agoWhite space in the wrong place? Fails Wrong amount of tabs? Fail
Working in a big configuration file that has a lot of nesting? Good luck.
Best part is that most of these things don’t throw errors or anything, it just doesn’t work and you are left scratching your head as to why your deploy only fails in the production environment.
lorty@lemmy.mlto Programmer Humor@programming.dev•Not really sure whether S-expressions or Python indentation-based scoping get more hate...937·1 year agoNo, YAML can fuck right off. I hate that this shit format is used for cloud stuff.
Not from a third party, but I did have to adapt a lot of collections to use on Insomnia. It does allow importing from the postman v3 collection format, but it’s a bit hit or miss on wether it works 100%. I had a few problems with sequential requests, but they were easy enough to fix in my case.
If it’s just for testing, I’d try that. If they require Postman it for validation purposes, then there really isn’t much you can do.