• 0 Posts
  • 70 Comments
Joined 1Y ago
cake
Cake day: Jun 15, 2023

help-circle
rss

Sure, but I think Venerable Jorge would have 100% approved of copyright laws and violently enforcing them, somehow.


I used to be on Demonoid and some other JAV trackers but they shut down and I’m too lazy to bother with waiting to join another. Never really was into music enough to track (hah!) a private tracker and honestly I think it’s not in the spirit of torrents. But I appreciate the recommendations nonetheless :)


Meanwhile my torrent of Thee Michelle Gun Elephant is stuck at 31.9% because that’s all that’s available.

Story of my life with torrents, really. I just want the old and obscure, the stuff you can’t find anymore. But it always seems to be all about the latest popular shit, sadly.


Thank you kindly for the link. I’ll have to see what this brings to the table, but it’s always nice to have options!


I left Monday last week after a crash had occurred in prod. Had happened during the weekend because of a colleague fumbling on the Friday. Noticed it Monday morning. Notified the boss who didn’t care much and left for his afternoon off anyway, trusting me to do what i could. Which I did. Stabilised the bleeding, explained others what they had done and what to do, how to mitigate, how to temporise till I was back, then fucked off at 5pm sharp, for one of the best romantic weeks in years. Not a one phone call or message. I had even taken my laptop just in case they were really stuck. Nothing.

Vive la France 🇫🇷 is what I’m saying.


It’s pretty tiny, but as long as you’re happy that’s the main thing. My colleague at work is a sysadmin by thread so built a server with all the bells and whistles, then put it online and opened it to some friends and family. I forget the size but we’re talking somewhere near 100 Tb easy. I find it a bit excessive, if you ask me :P


It’s wonderful for you that you live in a world where people use something else than Outlook to read email at work.


Emails are surprisingly hard to format, actually. If you want to use modern HTML, anyway.


That’s because you didn’t try our lord and savior SASS. Vanilla CSS should be illegal at this stage.


JsonSchema is a way to validate some JSON. A great thing when you want to stop any sort of malformed data from coming in. Instead of wrecking your head in your code testing whether this bit here is not null, or is that string a valid boolean (I still remember that shitty piece of code they had, ugh!) or that bit is empty or that one is an actual number, or a string that can only have such and such value, well, you can formalise all this in one place, as a data file instead of code. Very convenient.

Except when it turns out you’re using a JSON library that’s not one, not two, but six major versions behind, and the security department won’t greenlight you using anything recent because… fuck you, that’s why. And to add insult to injury, we were the Quality department. Responsible for analysing the code quality of thousands of coders, around a hundred thousand programs (mostly COBOL but also C#), of a European banking group… The JSON schema was for adding a layer of non existant security to our API. But no, let’s keep accepting shitty malformed JSON (because of course we kept receiving shitty JSON; that’s why we wanted to implement this)

So I had to rewrite a lot of custom code to patch the bugs we found in the library, and none of the nifty tools that let you put in json and generate json schema would work for us. Heck, they even have JsonSchema to validate your JsonSchema but those wouldn’t work either, so far behind our version was.

Fucking awesome experience. I’m glad it’s behind me.


I feel this in my bones. As an OG dev, I had this incredible urge to smack people when I was working for my last job and I saw the API specs with everything being sent as strings through JSON. Boolean? Sure, let’s use a string. Integers? Sure we’ll do conversion in our code, that’ll be more efficient… So fucking infuriating. Oh and don’t get me started on JsonSchema T_T



I’m glad it’s only the football streaming sites, but I don’t much like that companies get this kind of legal power.


I wish I could do that for Band Maid. I really want them to get my money. Not some fucking glorified delivery company.


I remember playing Wildlands and loving it so much I actually bought the game full price. Sometimes you gotta vote with your wallet.


Same reason as usual : the music I like isn’t conveniently available elsewhere I’ve looked to purchase, or available at unreasonable prices that won’t benefit the artist, and I refuse to stream shit. So the high seas it is!


DDG since 2016 when I had to switch because I was in China. Never went back and with everything I hear about Google, I don’t plan to. Only Google thing I still have and enjoy is Maps.


Not one company I’ve worked at has ever paid a license for anything if it was at all possible to do it freely.

EPPlus trying to get money for their hard work? Guess we are stuck on the free version forever then…

It’s fucking embarrassing.


That’s what I did and I loved it. jQuery, some jQuery API, some dataTables, my backend in C# and off I go! Not perfect, but really enjoyable. Also SCSS is wonderful and I’m never going back.


It’s “four screens side by side” display. Why not, I guess.


Thanks for correcting. Pleco confirmed the one I wrote, but this is the one I learnt and actually wanted to write!


China, at least. Lots of distinction between mother side and father side. Grandma can be 老老 laolao (mother’s mother) or 奶奶 nainai (father’s mother), for example.


That has to be because in Chinese there is a single word for it, like for so many other relative nouns.

… I think I found it : 老表 (laobiao) Defined as “male cousin (on the maternal side or on the paternal aunt’s side)”


I’m embarrassed to say I only finally got it now. After reading the joke last night. -_-;




A few months back I crashed a db in prod. I detached it and when I tried to reattach it simply refused, saying it was corrupted or some shit.
Lucky me we have a backup solution.
Unfortunately it was being upgraded, with difficulties.
That was a long day.


I worked for a big Euro bank for a bit and that was exactly it. JS timeouts were forbidden, so no animation to tell you something was finished, you had to keep clicking a Refresh button to know. In 2022.
And the colleagues who had been there a few years were actually defending this shit. Stockholm Syndrome is what it is. There wasn’t a day I didn’t complain about their piece of garbage of an intranet.
I’m so glad it’s behind me.



I agree! There really should be no excuses at this point… you’d think. Even in 2008 I already felt we were behind the loop, but apparently I was vastly underestimating how bigger companies just dgaf.


If only you knew how many huge companies have no fucking clue…



FUCK whoever thought translating Excel formulas was a good idea. It is the most infuriating shit. Everything I learnt in English is now useless, without googling every fucking function every single time. Fucking idiots.


It’s the kind of testing my colleague would do. “well, nobody would be idiotic enough to enter something weird when they are asked for a number”. And so he’d only write tests for numbers. That kind of stuff.
The unit tests I’m looking at in this latest jobs are some primo “dev testing” bullshit. Their sole purpose clearly was to be able to say “we unit test our code in our pipeline and it all passed” and that’s about it. Ugh.


My favourite one was when I asked the user “can this happen?” (Some value being negative) and they reply “no never”.
Then, of course, I get an occurrence the day of the live demo with the user and her boss.
I ask again, “uh, so is this normal? Has it ever occured before? Because I asked you if it could happen and you said never.”
Now the boss replies “oh, we meant it’s extremely uncommon. Almost never happens”.

Turns out it happens once every few months, amongst hundreds and hundreds of transactions.

So I gently explained that the computer doesn’t care how often it happens. If it can happen, I need to code it in otherwise things go wrong!
Thankfully I had planned the eventuality, so I had a nice error message, but still. A lesson was learnt that day.



Its not a joke. I worked for a big european bank network and the software there didn’t know how to translate from EBCDIC to UTF8 because none of the devs writing the software knew enough of the other side (mainframe vs PC) to realise this was an issue.

Their solution was “if the file has a ? in it when we receive it, it’s probably a £”. Which of course completely breaks down the day you have any other untranslated character.

I spent fucking weeks explaining this issue and why this was abominable, but apparently this wasn’t enough of an issue for people to fix it. Go figure…


I’m literally chatting with a friend in China right now who received a phone call from her boss at 9:30pm for some last minute report she wanted my friend to write for the next day. The friend had previously blocked her number… So she used a different one. Insane shit.


This is acceptable for commonly used, hot items. But you also need a colder storage for stuff that you ain’t gonna wear everyday!
This young lady is just inefficient and has no care for the cost of hot cache.

Personally, I use a top of bed hot cache, a chair warm cache and the rest in cold closet.


Then when it’s a job, you can replace that with weeks. But instead of a silly syntax error, it’s a slow memory leak that nobody seems to have noticed for years, but that now forces you to restart your service every day at the very least. And we just spent an afternoon, six people, looking at it and only making it worse.

Don’t you love programming? I sure do!