Could probably use a Bible from the way things are. Doubt they actually ever open those.
- 0 Posts
- 77 Comments
fibojoly@sh.itjust.worksto Asklemmy@lemmy.ml•DAE feel like DuckDuckGo is now just as good as google for the vast majority of searches?4·2 months agoHave been using it for 8 years now. I never felt the need to switch back honestly. Only Google thing I really love is Maps and that’s it.
fibojoly@sh.itjust.worksto Programmer Humor@lemmy.ml•What's stopping you from writing your Rust like this?5·2 months agoJust show them the IOCCC why don’t you?
It’s Greek ;) Apo- is not very common, but you can spot it in “apocalypse”, meaning to uncover, to reveal (away + cover), for example. -logos (words) you have seen many times in all the -logy words, used to mean “study of…”
Sorry, my initial message sounded way too harsh but I think etymology is a super easy subject to teach kids and really helps when encountering new words and I think it’s a crying shame it’s not more popular, especially in English where you have so many foreign words!
Apo + logos = words in defense of something. Easy peasy. But of course that requires some sort of education…
What we need is to gather a group of specialists into a task force to address the problem in a more efficient manner. Let’s have a meeting about who to put on that team!
fibojoly@sh.itjust.worksto Asklemmy@lemmy.ml•How many school shootings did US have in 2024?2·4 months agoWell, Israel and Russia are trying to claim some room in that space, but yeah, it’s still probably “most of them”.
Hopefully. Anyone with braincells would have realized that a long time ago…
fibojoly@sh.itjust.worksto Firefox@lemmy.ml•Firefox introduces AI as experimental feature293·5 months agoDidn’t want it in Opera, don’t want it in Firefox. I mean they can keep trying and I’ll just keep on ignoring this shit :/
Krita is fucking slow though :/
Wait wait wait… RiF ain’t dead?!
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 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.
fibojoly@sh.itjust.worksto Programmer Humor@lemmy.ml•Surely "1337" is the same as 1337, right?3·10 months agoJsonSchema 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.
fibojoly@sh.itjust.worksto Programmer Humor@lemmy.ml•Surely "1337" is the same as 1337, right?81·10 months agoI 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
That reminds me of SEO shite introduced into HTML invisibly for the readers.