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
Search - "alps"
-
when it's 36*C / 97*F in the city and you pack your laptop into your backpack and flee on to the swiss alps. To work on a new website at a beautiful landscape, on green meadows, cows and agreeable 18*C / 64*F.
And getting payed for this... This is life!10 -
MAINTENANCE OF STACKOVERFLOW PLANNED
SHARE TO YOUR NEAREST DEV FRIENDS
Stackoverflow and its relative partners will be closed for two days due to maintenance, new design, and moving server infrastructure from United States to 1km below the Switzerland Alps for extra layers of security. This decision was made by the recent CloudFlare data leak.
Now our servers will be able to handle data leaks because even though the data was leaked, it will fill the empty places in the rocks resulting inaccessible from attackers.
Stackoverflow and its relative partners' maintenance estimated time is February 29 - 30. We will try to finish as fast as possible and bring you guys the best experience. If the maintenance delayes, we will tweet via @StackStatus or post details in our status blog.
Thank you for your support and have a happy day.
Best regards,
Stack Exchange team6 -
Is this seriously the devRant website? It has an advertisement for the mobile app that takes up 60% of the screen?!?!20
-
Hey... Is this... A picture of Napolean crossing the alps while giving devRant a shameless plug?
Nah. Can't be. Everyone knows that he's a soulless PM. Figures that he's using light theme.2 -
I've been working on an Emscripten emulation layer for a fledgling startup, and it's just a huge bitch. Seriously, Emscripten is the worst designed project I've ever seen. It embeds constants into a js file that it spits out. It turns out you can't fucking run the wasm that Emscripten emits without these magic constants from the js file.
Additionally, all the wasm imports that emscripten specifies are weirdly cased, with apparently no naming convention. They also use some weird, shitty vararg implementation when it already fucking knows exactly how many arguments are going to get passed to an import.
Also, there are a ton of broken things left over from when emscripten compiled to asm.js that they never bothered to replace with features from wasm. God knows how it even works. -
I asked for increasing my salary, she said they can allow me for overtime for getting more money like increasing my salary (They asks overtime everyday btw)1
-
Work for the Best company for all around world on it’s field. Do your job well and get promotion. Then earn less somehow because of some reasons that involves out of your control. Welcome to my story :)
-
Writing the general memory allocator for my hobby os. It's kludgy, but it works.
I add a single for-loop that executes well after that.
The frame allocator can't initialize.
fml