Details
-
LocationZwolle, The Netherlands
-
Website
Joined devRant on 12/12/2024
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
![](/static/devrant/img/pipeless-devrant-banner-white.png)
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Writing a json parser is fun. I prefer to do my own mapping instead of a whole class serializer like Jackson, I want full control and is not a lot of work at all. It's also better to make backwards compatible, imagine if your class changes, all data useless.
-
@Root meh, 1.80/gram. Almost :P
-
@Root you get for free. It's cheap as F!
-
That's quite an investment. Isn't it better to review the whole system and harden it?
Reminds me about rocket chat. Their 'frontend is crashed' screen is so well designed. Idiots. Like it's just a thing what is possible. -
Poes
-
Poes
-
@Demolishun so much shit comes out and they stay loyal to the left. They say that Trump friends are blind for all shit he does, well they're not any different. Trump seems a bit more fit than a while ago. He's happy I think. But he's fucking old, he can't continue like this for long I guess. The military said "Welcome" to DOGE and are happy to collaborate. Tbh, who doesn't want to know where to cut expenses? I became a bit more optimistic about Musk. As stated above, there is a lot false about him, but he dares to do stuff. Trump and Elon are interesting team. Everyone is shocked because they don't expect actual work in the white house being done. Yeah, if you rule a country, whatever you do will not be appreciated by someone. The list of programs of USAID was sick. Sex change for people in Guatemala and some gay musical for example. All fine, but from taxpayer money werefrom at least the half would never agree to that? Poor lefties, getting richer :P
-
@Root amphetamine
-
@12bitfloat drinking gluhwein is also an oral exam.
-
@Lensflare not drunk, just warm :) It only makes me a bit more tired :)
-
@tosensei pointers are easy to be honest. Just always remember the original one.
// declare pointer to memory address using strduplicate. This will result in a heap allocated char array automatically terminated by \0. So the size of pony won't be four but five. strlen() still returns four. pony[strlen("abcd")] == '\0'. Bit mindfuck.
char * pony = strdup("abcd");
// make a pointer to the pointer
char * pony_ptr = pony;
// shift the pointer one char furter
pony_ptr++;
// get value of pointers current position (we shifted forward once) and print once.
printf("%c\n", *pony_ptr) euqals b now. So we moved the pointer a bit. Doesn't matter, it's a pointer of a pointer, it's not really an allocation. So to free the data we just do free the original pointer.
free(pony);
And everything is fine. Just leave the original pointers alone I guess. Pointers are fine if you use pointers to pointers :P
using pointers requires some discipline indeed. Takes some time. -
Haha, ask manager to spend time on that. Like if there's anything worse than duplicate / corrupt data. Kinda no-brainer. Sounds like someone that doesn't really work autonomous
-
Tuesday, 14:30, second bottle of gluhwein. Such a schones tag, lalalaaa.
-
@retoor @kiki I have the Elon Musk book, it's unbelievable how they twisted the truth. One big promotion book. Steve Jobs biography was marketing too, but it's probably at least not lies.
-
@kiki Musk is not on the pedo list right? He was once photo bombed with Epstein lady iirc.
Epstein came as a surprise, are there more people who have an Island like Epstein but with a higer average citizen age?
Edit: Mel Gibson, shakira And Johnny dep even. Talking about doing mediocre things got rewarded well. I often can't imagine to raise so much money out of fame. That's why they think their political opinion does matter, they think they are someone. -
@tosensei I do agree with you on the process part in someway. But if I would define a few classes without methods, is it programming? By our new definition not.
Also, python, didn't expect from you but that's a great language indeed.
What about C? -
I don't do 500's, I go straight to the 502's and I throw a 402 before I fix it after a 418.
Anyway how's puf? -
@netikras you have work horses and beauty horses netii.
-
@Lensflare yes, I would normally post the video about computerphile telling it's a programming language in just a different category.
@chatgpt what is the definition of programming? Withing that definition, is html be a programming language? What color of undies do you wear? -
@tosensei c'mon, there must be something else that you like besides C#. Java maybe? Go? Don't say Rust.
-
@Lensflare don't fuck with the payment cat. It's not a pussy.
-
@Lensflare gluhwein should be declared non alcoholic because it's too awesome to contain alcohol. Let's make alcohol just an e-number so I can feel better about myself. Gluhwein > choco. Choco is for kids.
Yes, I still drink gluhwein during weird period, but guess what, I eat ice-cream cones like cornetto trough the whole year too. Many times on my way back from supermarket on bicycle and see people looking like "It's winter, strange person!". Yeah, I don't have such rules. They see me licking, they hatin' 🎶..
Wild huh? -
I think you've meant the opposite. Firewall indeed is the minimum amount of security tho. Feeling safe with just that is optimistic.
-
@cuddlyogre based on the upvotes it's only funny for one person 😁 It was a very easy to hack for a reason 😁 I'm sure many people did decode it, like many have watched the video in my profile but just don't want to admit it :)
-
@kiki Thanks,
I was building this:
@ragnar @lauralordelaure
But comments of a validated rant don't get checked. I actually did built this. But calling ragnar under a sus rant will cancel the whole rant anyway. So, waste of effort so far on my side.
Oh fuck, this is on a old rant. Bastards. -
@jestdotty true, and solving those problems results into happiness. Source: "The subtle art if not giving a F". Great book.
Bought that book three times and it's gone again. People keep borrowing the book since my heavy promotion. Why do my marketing skills cost money instead of raising it? Dammit -
@TrayKnots should be always written that way. It's just social manners as well. But I'm also able to post comments like "are you sure? ;)" just to be annoying as fuck.
-
@solex ah, on fire. Such environment :p On a day I realized that whatever I do, my work isn't about life and dead and got immune for `fire`. I did do them work until finish stuff. It was even in contract that overworking is expected when needed and also no overhours back then. Didn't mind, loved work back then. But now, didn't do a real job for so long, I'm totally zen. #freedom
-
@fruitfcker and xfce loves you. That's just how it is! It prolly has still samelayout but with a search bar in the menu probably. Lxde seems to Pepsi? My previous favourite but it didn't have a search bar back then, that's why I swiftii to xfceii long agoii.
-
Kinda sucks because reviewing is harder than coding often so it doesn't really seem valid situation. He should spend his time better in testing instead to give his seal of approval.
Backenders are way to cool for this tho. I most logic from my frontend to my backend recently. Feels so good. The decency.