Details
-
LocationSpain
Joined devRant on 9/22/2016
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
-
Pros of developing for VR: it's cool.
Cons: when I leave the office it seems like a cow spat on my hair.1 -
- Let's write some code to check for memory leaks
- Oh shit, memory is leaking like crazy
- In fact the program crashes within 10 minutes
*Some hours of debugging and not finding the cause later*
- Starts thinking about the worse
- Hell yeah, the memory leak is caused by the code that checks for memory leaks. But fucking how
- Finds out the leak is caused by the implementation of the std C lib
- In the fucking printf() function
- Proceeds to cry5 -
After years of working with managed code, having to work with a microcontroller in C and that only has 1kb of SRAM is being a big fucking challenge.5
-
To the MSI genius that decided to put the < and } keys in two completely random and non-standard positions: 🖕🖕🖕🖕19
-
New client wanted us to redo their site and boost their SEO because "nobody has ever used our contact form".
Looking at their current site, turns out their contact form is POSTed to an HTML page, that obviously does 0 processing on it. Like tossing it on the trash bin.
Their current website is done by a company that claim they're experts on web design for our clients sector.
Still haven't stopped laughing.7 -
Here comes my rant about versioning.
Why don't you use semver? Or something that makes fucking sense?
I've been banging my head against this lib that was required, wondering why the thing was crashing everywhere, for hours. Then I had to dig through its code, for a while too.
And then I finally discover that, from 1.3.9 to 1.4.0, half of the API changed and was backwards incompatible. Yay. Also, one would think that's a thing worth of mention in the docs, but why bother right?
Uggggh -
Microsoft is revolutionary on software development: instead of introducing bugs and pretend they are features, they develop features that are as fucking annoying as a bug.
For example, now you can't turn off Windows Defender. Thanks for making my life easier. Thank you so fucking much.3 -
Got a nice PR merged. Happy because it's on a popular project with over 4k stars. Ashamed because 50% of the commits are changing indentation from 4 spaces to tabs 😌1
-
Spent a good hour wondering why our website is displaying in the wrong language on some phones. Ended up opening an issue on the Chromium tracker.4
-
Me 12 hours ago: looks like a good idea to get emailed if somebody tries to break into my new server.
Me now:9 -
Dear fellow frontend devs: either name your classes like-this or like_this, but don't mix the two, because I will punch you.10
-
I personally hate that ad blockers block analytics software, specially since (as by the law) users must give consent before it collects data, several options exist to opt-out, and they are not f'ing ads.
I've been thinking to set a cron job to fetch analytics.js regularly and serve it locally as, let's say jquery-4.0.js, and screw it. What's your insight about it, fellow frontend devs?8 -
A friend of mine is finishing his telecomm engineering degree, currently on an internship.
Turns out that his new job consists on managing their trainwrecked WordPress and making pictures for their Facebook page. His boss is also the biggest a-hole I've never heard off.
He is so fed up of their bullshit he made a lil backdoor on the web. We are planning on injecting a script that replaces every char on the site with \uFD5. Any better ideas?4 -
Saturday plan: serious switch to Linux.
1. Installs Fedora, lookin nice.
2. Let's update it, fails to boot.
3. Nouveau driver fails, lets install proprietary one.
4. dnf install dependencies, repo returns 503
5. Be stuck on a 640x480 bash.
6. Boot windows, start overwatch.15 -
I told the designers how a web works a hundred times.
I thought they got it.
Today they handed me a "web design" as an InDesign file.2 -
Watching Google's keynote, every time they say "OK Google" my idiotic phone wakes up and starts listening...1
-
mfw the client says he wants his e-commerce site SEO optimized, and his "computer guy" friend has had a default cms installation set on their domain for months and it's already indexed by every engine probably with a negative score 🙆🙆
-
When I was finishing my telecommunications engineering degree, my aunt told me that a friend of her had a work offer for me and we arranged a casual interview.
After some small talk, the first thing this dude told me was: "as you have studied telecommunications, you must be interested on selling telecommunication devices right?". It happened to be a pyramidal phone reselling "work" offer.
I have never felt so attacked. My family thinks I studied 6 years to fucking sell phones.1 -
I guess anybody as dumb as me using Windows 10 for work would hate the new stupid automatic updates. But it went to the highest level for me.
I was working on a huge ugly ass PHP script. My hands were frantically pressing keys as I witnessed Windows restarting itself without warning to install updates. Which failed. Then restarted two more times.
I ragequitted W10 as fast as light I swear.5