Details
-
AboutI'm NotFound. Don't search me, you can't find me.
-
SkillsI'm a full-stack dev but I prefer backend. I know TypeScript/Javascript, NodeJS, ElectronJS, PHP, Lua, C# and Kotlin.
-
LocationReunion Island (France)
-
Website
-
Github
Joined devRant on 8/13/2017
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
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
YEEEEEESS! FINALLY!!!!
After 4 days trying to find why my build script was showing an error! I finally fixed it!
I still doesn't work, but, hey, it's not the same error message!2 -
I'm fed up with those memes about programmers that starts counting from 0.
index != count
Just go check in any programming languages.
For example, in Java:
string[] array = new string[1];
array.length doesn't give 0, it gives 1, even if 0 is actually the index of the item.
If you do array[0] you get the position of the item but you don't actually count from zero like that without looking retarded.
Fuck it.15 -
Microsoft is buying GitHub.
Microsoft is buying all the open source.
Microsoft is buying the world.
Microsoft is buying the universe.
Microsoft is buying all the multiverses in the space.
Microsoft is buying all the multiverses in any existing spaces.
Microsoft is buying all the fucking motherfucker planets of any multiverses of everything.
Microsoft is buying Microsoft.
Microsoft is buying the other GAFAM.
Microsoft is buying internet.
Microsoft is buying the life.
Microsoft makes many of their products open source.
Microsoft is liked.
...
Yeah, it's impossible. Especially the last sentence. -
STOP WITH GDPR! PLEASE!
After the email flood, now there are rant flood about GDPR!
STOP IT NOW.
Seriously... People talking about GDPR start to bother me more than GDPR itself.
Okay, GDPR started to be applied since yesterday, right. But having a feed containing GDPR everywhere bothers me more and more...
We all know that RGPD bothers many people here. Okay? You don't need to add more...
Seeing how this is going, I think that next months will be bad here...
I'm really hoping that all of this shit will stop soon...9 -
I just wanted to create a simple React project with Sass: 118 MB. Ow. Well...
React himself is just 116 KB.2 -
!rant
Today I cleaned my computer SSD (moved ~30GB to a 2TB external drive) and I found 12GB of lost projects.
I thought that I've lost them years ago. They were just looking at me in their big folder. -
@highonsleep I just WANted to say you that you are the first ONE that i saw with four ONE for his number of incrementations.
HAVE AN HAPPY ONE-ONE-ONE-ONE++ DAY!2 -
Hey devRanters 😁
I've recently done a Cerebro extension that allow people to search on devRant.
It's really new and not yet fully optimized. (also not on NPM yet)
But if some people want to use it before its "published" version, it's here:
https://github.com/Norech/...
It is also my first extension for Cerebro 😀
I'm also very happy to share it 😁2 -
I want to cry.
To start, some of you know that I live in Reunion Island.
But there are a week ago, the SAFE cable is broken (one of the two cables that give us internet access), due to that, my ISP reduced a lot the connection speed.
Yesterday, I downloaded some packages in my Ubuntu computer. I left it download during the night.
So, today I was checking if it was done.
"6 926 kB downloaded in 5h 30m 9s (349 B/s)"
But it isn't the worst. I got a many "timed out" when downloading the dependencies.
😭😭😭😭😭😭😭😭😭😭8 -
I'm not trying to say that PHP is not consistent, but it's the only language where you can use two styles of typage in a function definition:
function myFunc(ArgType $arg) : ReturnType
{
//...
return new ReturnType($arg);
}
You must decide, PHP... Not use both... -
I finally put the "blurred background system" on GitHub.
I simply called it BackBlur.js and I made it to don't require jQuery or any other libraries.
It's now on my new GitHub account: https://github.com/Norech/...
If you don't know what I'm talking about: https://devrant.io/rants/888497
If you want to help me to add more supported platforms, feel free. 😀15 -
To everyone who wanted the JS library to do the blur like in one of my other rants, I want you to know that it's close to be finished. I just have some blur position bugs.
I think tomorrow I will finally fix that bug and publish the library on Github.
The linked rant: https://devrant.io/rants/888497/...
I will maybe do another post when the project will be on Github. 😉2 -
Just today I got more than 100++. I'm very confused because it happened so quickly. 😵
I was not prepared for that. 😆
Thank you everyone, thank you devRant!8 -
FUCK STATIC-SIZED ARRAY!!!
FUCK YOU!!!!
FOR MORE THAN 3 HOURS I TRY TO ADD A VALUE TO AN ARRAY
Nothing work...
Nothing...
AAAAAAAAHHHHHHHHHHHHHHHHHHHHHHH!!!!!18 -
That felling when you can't find the name of an function but you can remember the name of a similar function in another language.3
-
Who is the guy who designed the AZERTY keyboards ? 😠
Seriously... Alt Gr + 5 = [
And the most horrible thing is the "(" char... WHY THE FUCK DID HE PUTS IT IN THE "5" KEY WHEN KEYBOARD IS IN LOWERCASE ? YES, IN LOWERCASE, NOT ONLY WHEN SHIFT IS HOLD.
There are more than 100 keys in a keyboard, so why here? WHY?
Half of time I check if CapsLock is off just to be sure if I can open a bracket just because someone thought it was a good idea to put it here. It annoys me.13