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 - ">w<"
-
My conversation with my wife today, while I was at work:
Wife: The wifi isn't working.
Me: What's it doing?
W: Not working
Me: Try turning it off an on again.
.
.
.
Me: Is your phone on LTE? Or is it connected to wifi and the internet isn't working?
W: LTE. Aubrey (my wife's sister) said she turned it off and nothing happened.
Me: did she turn it back on?
W: Do you really want me to answer that?
Me: Just making sure. What lights are on on the router?
W: (Sends me a picture of the router with no lights on)
Me:...
W: Oh it isn't even plugged in
Me:...
W (after a couple minutes): Its working now!
YES I REALLY WANT YOU TO ANSWER IF YOU TURNED IT BACK ON!14 -
Manager (walking in in the morning): ey linuxxx, looking good today!
Me: w-what? I'm not wearing much special, what's so great about my outfit? But than....
Boss: April fools motherfucker!
Well, I had it coming .______.8 -
C: application not working
Me: k. What changed?
C: we didn't make changes
Me: k... *gets a tech team (W) on the phone*
W: Hey, what's broken?
Me: C's application. How do things look?
W: running healthy. I'll check logs.
Me: thanks. *gets tech team (S) on the line*
S: hey, everything clear on our end, will check logs.
Me: thanks *gets tech team (U)*
U: hey! They asked us to deploy their new version today during normal deployment time. Is it acting up?
Me: C, what did you change?
C: nothing major, just how we connect to W and S...
W&S: are you shitting me???
Me: U, will you please roll it back?
C: no! Must stay on this version, you need to fix your side!!
Me: nope. *calls U boss (UG)*
UG: U, you have my permission to roll back, they need to fix. C, if your boss doesn't like it, have them call me.
*rollback fixes problem*
IF I FUCKING ASK YOU WHAT THE FUCK YOU CHANGED, YOU BETTER TELL ME THE TRUTH, OR I WILL STRIP YOUR CODE OFF OUR FUCKING SYSTEMS AND SHOVE IT DOWN YOUR THROAT. MY JOB IS TO HELP YOU AND YOU NEED TO BACK TO FUCK UP AND NOT GET IN THE WAY OF MY JOB OR YOU WON'T HAVE ONE ANYMORE.11 -
my team: "lets get rid of materialize it doesnt work too well w/ react"
my team: *deletes materialize*
my team: *accidentally pushes to prod*
me: "guys why are we back in 2003"19 -
API Guy.
He has a serious regex problem.
Regexes are never easy to read, but the ones he uses just take the cake. They're either blatantly wrong, or totally over-engineered garbage that somehow still lacks basic functionality. I think "garbage" here is a little too nice, since you can tell what garbage actually is/was without studying it for five minutes.
In lieu of an actual rant (mostly because I'm overworked), I'll just leave a few samples here. I recommend readying some bleach before you continue reading.
Not a valid url name regex:
VALID_URL_NAME_REGEX = /\A[\w\-]+\Z/
Semi-decent email regex: (by far the best of the four)
VALID_EMAIL_REGEX = /\A[\w+\-.]+@[a-z\d\-.]+\.[a-z]+\z/i
Over-engineered mess that only works for (most) US numbers:
VALID_PHONE_REGEX = /1?\s*\W?\s*([2-9][0-8][0-9])\s*\W?\s*([2-9][0-9]{2})\s*\W?\s*([0-9]{4})(\se?x?t?(\d*))?/
and for the grand finale:
ZIP_CODE_REGEX = /(^\d{5}(-\d{4})?$)|(^[ABCEGHJKLMNPRSTVXY]{1}\d{1}[A-Z]{1} *\d{1}[A-Z]{1}\d{1}$)|GIR[ ]?0AA|((AB|AL|B|BA|BB|BD|BH|BL|BN|BR|BS|BT|CA|CB|CF|CH|CM|CO|CR|CT|CV|CW|DA|DD|DE|DG|DH|DL|DN|DT|DY|E|EC|EH|EN|EX|FK|FY|G|GL|GY|GU|HA|HD|HG|HP|HR|HS|HU|HX|IG|IM|IP|IV|JE|KA|KT|KW|KY|L|LA|LD|LE|LL|LN|LS|LU|M|ME|MK|ML|N|NE|NG|NN|NP|NR|NW|OL|OX|PA|PE|PH|PL|PO|PR|RG|RH|RM|S|SA|SE|SG|SK|SL|SM|SN|SO|SP|SR|SS|ST|SW|SY|TA|TD|TF|TN|TQ|TR|TS|TW|UB|W|WA|WC|WD|WF|WN|WR|WS|WV|YO|ZE)(\d[\dA-Z]?[ ]?\d[ABD-HJLN-UW-Z]{2}))|BFPO[ ]?\d{1,4}/
^ which, by the way, doesn't match e.g. Australian zip codes. That cost us quite a few sales. And yes, that is 512 characters long.47 -
Was working on a group project.. I ask my partner to give me the code he was working on. Expecting link to repo or at very worst an email
I GET A FUCKING IMESSAGE W 1000+ LINES OF CODE11 -
!rant
wow! Just found an old js book from 1999! ...and there was a list w/ searchengines in the appendix.
..check this out!9 -
Client got hacked and mauled to another dimension. Why? Telnet w/o limited login attempts. All because Sysadmin likes to have the option of bruteforcing in case he forgets his own password.. karma?10
-
This morning Google asked me to come away from a search and into this dark portal to begin its underground recruiting process w/ me. Humbled += Intrigued.
This is a rant because they also gave me a deadline and I have other deadlines, Google!
But the REAL question is: tabs or spaces, Google?8 -
Ctrl + W allows to select the word, then the sentence, around your cursor inside a JetBrains software.
Ctrl + W allows you to FUCKING close the current tab in any FUCKING web browser14 -
Fren : Yo make me a bot
Me: Hell nah
Fren: I'll pay u
Me: When do we start
Fren: nvm found someone else lol
,w,5 -
Public sector. Guy wants to upload a PDF file into our system that exceeds our file size upload limit by a factor of more than 10. The PDF contains a lot of pictures.
His idea: print the hundreds of pages of the PDF on paper in b/w and scan it because b/w takes less space then colored pictures.
I am perplexed. He asked first though, so we could prevent the actual printing.6 -
My team's program for the Coding Contest.
Seriously.
Need I say anything other than
List<KeyValuePair<int, KeyValuePair<int, ...>>>
and
var v = list.Key.Key.Key.Value
var w = list.Key.Key.Value
?
But eh, it worked for the contest, that code is never to be seen again haha11 -
I need sleep. Somehow I managed to create a file named ":w" and a git branch named "_D".
Writing "git branch -D _D" was the weirdest thing ever.6 -
"If debugging is the process of removing software bugs, then programming must be the process of putting them in." - E. W. Dijkstra2
-
!rant
This is a little Bluetooth Low Energy Tank I made for a colleague as a leaving gift. 3D printed turret driven by a Pi 0 W and a Zumo chassis.7 -
New rule: if you interview for a job w/descriptors like "super hero" "badass" or "ninja" in the description, you MUST show up in costume.3
-
*Doesn't have Internet and bored as hell*
*Starts to program something random with Python*
*Wants to write something to a file, doesn't know how*
*Intuition starts...*
"foo = open('test.txt', 'w')
foo.write('hello\n')
foo.close()"
*Runs program*
*It actually fucking worked*
Tell me something more simpler than Python.13 -
*open blog*
Article looks good lets read it
*Scroll 1mm*
*THIS FAT ALERT BOX ACROSS THE ENTIRE SCREEN WITH NO X BUTTON SAID YOU HAVE TO REGISTER TO CONTINUE READING THIS ARTICLE WHAT ARE YOU GONN-*
*ctrl + w*6 -
WHY FUCKING CTRL+Q AND CTRL+W ARE ONE NEXT TO THE OTHER I FUCKING HATE TO CLOSE THE FUCKING WHOLE BROWSER INSTEAD OF A TAB AND LOSE THE EXACT POSITION IN THE FUCKING YT MUSIC MIX.
AAAAAAAAAAAH11 -
Trying to exit a bash script with 'halt'
on a friday afternoon
ran w/ root
on a internal prod-vm
which I did not had the permissions to turn on again4 -
Somebody ranted about VIM being ported to web assembly. I present to you: Windows 2000. In your browser.
https://bellard.org/jslinux/...7 -
Dropbox TLS 1.0 & 1.1 is deprecated
Dev: we need to upgrade our projects
Manager: we don't have time for that. can you call to their helpdesk, so we can keep using our projects w/o upgrading?
Dev: ....
Manager: call them!
Dev: ...9 -
"Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it?"
- Brian W. Kernighan (The Elements of Programming Style)5 -
Who the fuck donated 3 USD to my Ko-fi
who are you
why did you donate to a useless person
why do you make me hunt you irl
why
h19 -
#include <time.h>
char*w = "AAAA########+++///9999AA Good %s!\n\0Morning\0Day\0Afternoon\0Evening\0Night";
int main(){time_t t=time(0);return printf(w+25, w+w[localtime(&t)->tm_hour]);}
//bisqwit's code8 -
Drawbacks of using Linux and Windows side by side?
While using Visual studio I keep typing ESC :w for saving and then on Vim I keep pressing Ctrl + s.
Urghhhhh!!!4 -
Fun fact: WASD keys are actually named after their directions
W — Wupwards
A — Am going left
S — South
D — Definitely right8 -
!rant
When something works after lots of debugging, I save REALLY hard.
My wife: what was that banging noise?
Me: :w on a mechanical keyboard.
My wife: What?
Me: Victory!1 -
* Colleague asks how to make a alias for IP address
* Open up notepad++ w/ admin rights and load C:\Windows\System32\Drivers\etc\hosts in
* add a new entry to map IP to the alias
* hit sequence [ENTER][ESC]:wq[ENTER]
* wonder why is notepad window still there... Did it freeze again?
... happens to me all the time :(4 -
I think Matlab was only invented to fuck with people. Yeah, let's start indices with 1. Oh, and set copy and paste on Ctrl+W and and Alt+Y.
You didn't save your code? Too bad, the network went down and I lost the license.3 -
FINALLY got my Raspberry Pi Zero W after 2 months of waiting, comment me some cool projects to do with it20
-
I will test this w/ my crush after a few minutes but I will use . NET because she is a .NET senior developer... wish me luck!20
-
Tutorials w examples that don't even work. Would run into these all the time back in my Flash days, so frustrating.2
-
I am getting better and better. I no longer leave ":w" at random places in Google Docs... Now I'm just "cmd-s"-ing regularly.6
-
Complaining about Windows is like complining about the bike you fell from. Learn to ride the fucking thing.9
-
Vim is super easy, guys! You don't use arrows to navigate around the text, that's too obvious! Instead you use HJKL keys, because it goes Hup, Jleft, Kright and Ldown. You can also use B to go Beginning and E to go to End of the word, oh and W to go to the WstartOfNextWord.21
-
I'm about to change my setup to run pihole on this new RPi Zero W. Hopefully it has enough power to handle it.16
-
"If debugging is the process of removing software bugs, then programming must be the process of putting them in." - E. W. Dijkstra3
-
My coworker used to write code but never bothered with indents and nests. He got fired for not following the rules of the company. I know this sounds boring but w/e3
-
I just pressed CTRL + W to close a rant, but I was reading on my phone so I closed a browser tab on my computer instead.4
-
Working in Asian IT. N/w bandwidth sucks soul out of body faster than downloading a web page...
A man(ager) asks, why do you need Internet?
....?2 -
*My friend texting me*
Friend: wtf
My brain: w tf
My brain again: tf
My brain again: import tensorflow as tf
😂😂am brain dead3 -
Is prompt engineering going to be the next "big thing"?
Very related fun fact: SQL was meant for business people so they can quickly generate reports w/out needing to rely on programmers. (When was the last time your CEO did a DB query on prod I wonder?!)13 -
Bot spends 30 minutes collecting data
I forgot to add a W to the file open call in python
Data gone.
Fuck.2 -
Is it just me, or does anyone miss logging into a Unix/Linux machine, doing a 'w' or 'who' and seeing a long list of folks all using the machine simultaneously? I still reflexively run 'who' as soon as I log into any real or virtual Unix or Linux machine and I am still slightly disappointed to find I'm all alone on it.3
-
Boss: "What have you told the client yesterday?"
Me: "Project progression and..... money?"
Boss: "Don't do that again. We will deal with them about that later, just tell them something technical that they will not understand."
Me: "??W????T?????F???"2 -
A2035/17 NOTAMN
Q) RKRR/QRPCA/IV/NBO/W/000/100/3535N12700E999
A) RKRR B) 1711160405 C) 1711160440
E) TEMPO PROHIBITED AREA ACT DUE TO NOISE ABATEMENT FOR COLLEGE
SCHOLASTIC ABILITY TEST(CSAT)
-----------------------------------
Anyone arriving to South Korea by aircraft between 13:10 and 13:40, all departures and arrivals will be delayed 30~60 mins.24 -
Just watching NCIS.
Abby: I just checked the j and the f key for fingerprints, because you lay your fingers there, when you think about what to do.
Me: Bitch, I'm a gamer, I lay my fingers on LShift,A,W,D,Space.4 -
Alpha
Beta
Cupcake
Donut
Eclair
Froyo
Gingerbread
Honeycomb
Ice cream sandwich
Jelly bean
Kitkat
Lollipop
Marshmallow
Nougat
Oreo
Pie
Q ?
R ?
S ?
T ?
U ?
V ?
W ?
X ?
Y ?
Z ?
And then?17 -
JIRA, the haiku (w/Bonus Dilbert strip)
Please make a ticket
Please move the ticket you made
Please tag your ticket3 -
How to test your cpu cooling system:
Open Firefox
Set option CloseOnLastTab to false
Hit CTRL W and don't let it up
Watch cpu burn.9 -
*maniacal laughter*
/(?<digit>\\d)|(?<non_digit>\\D)|(?<alphanumeric>\\w)|(?<non_alphanumeric>\\W)|(?<whitespace>\\s)|(?<non_whitespace>\\S)|(?<horizontal_tab>\\t)|(?<carriage_return>\\r)|(?<linefeed>\\n)|(?<vertical_tab>\\v)|(?<form_feed>\\f)|(?<backspace>\[\\b.*?\])|(?<NUL>\\0)|(?<control_character>\\c[A-Z])/g;
... I need to sleep19 -
Me: Why did you exit the build?
Webpack (W): Build exited with code 2 - Eslint error at 2:1 in *filename*.scss 'Expected 2 line indent'
Me: internally *ARE YOU KIDDING ME?!?!?!? YOU FAILED OVER AN ESLINT STYLING!!!* *curses out original dev profusely under breath while fixing styling*4 -
After another unemployment w/ depression I need to find a job again. Some job ads keep posting pictures of whole crew wearing the same T-shirt holding a red cloth banner with some slogan of collectivism written on it. I believe those people only smile because it's a day off from work. Guess I'm not joining them anytime soon.4
-
You do know that "why do I need you if I can copy-paste code from SO?" joke floating around, right? Today I had a real-life situation perfectly illustrating it.
So I bought a set of parking sensors. Cheap ones, from AliExpress. Prolly the cheapest ones I could find. Installed them w/ engine turned off. All seemed fine. Cleaned it all up, got ready to go, started the engine and beeeep beeep beeepeeeeep beepp ..... beeeeeeeeep.
fuck.
Tried unplugging/replugging them one-by-one to find the faulty one. Nada. Apparently they all were false-alarming. They must all be bad, bcz they seem to work well w/ engine turned off (ignition on) and only false-alarm when engine is on.
Allright, I'll get a new set next weekend, a more expensive one and replace them again.
There goes my €20 and another week basically w/o parking sensors (car length is >5 meters, so sensors do help a lot).
Today I spend a few hours removing my rear bumper again, replacint all the sensors, wiring, etc. Tests show promising results - all sensors seem OK even w/ engine on! Close it all up, start a car again and.... beeep bep bep beeep beeee..eeeeppp.
MOTHER FUCK!
Another 30min-hour goes by while looking for a possible culprit. And I found it. The fix could did not take longer than 5 seconds. Apparently a wire feedint the sensors' controller was too close to sensors' wires. All I had to do is to push that wire a lil further from the controller with my index finger.
I could have saved €30, a week of time, half a day of work if I only knew what wire to [literally] poke.
shit...4 -
"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC. As potential programmers, they are mentally mutilated beyond hope of regeneration." - E. W. Dijkstra
-
Google is amazingly good at using tech to solve problems we did not even know we have...
I mean.. How did we even survive til this day w/o google making restaurant reservation or barbershop calls..? We are cavemen bcz we still do it all ourselves... So inefficient..
/s4 -
There was a bug in "Change email" module. When the functionality is called, it sends 2 emails:
1. to a current email w/ a link to 'reject email change'
2. to a new email w/ a link to 'confirm email change'
The flaw was in how these links worked (the clockwork behind them). If one link is clicked, another one is NOT deactivated in the bkend :)
Now the task for you is to figure out why this is wrong :)4 -
In PHP, this:
<?php
if($a < $b) {
$c = 'W';
} elseif($a > $b) {
$c = 'E';
} else {
$c = ' ';
}
?>
Does the same as this:
<?php
$c = ' WE'[$c<=>$a];
?>
How cool is that?!? xD14 -
If you need to relax, watch this dokumentation from the year 1982 about UNIX and C at bell labs with Dennis Ritchie, Ken Thompsen and mr. super cool Brian W. Kernighan.
https://youtu.be/tc4ROCJYbm0
amazing right? -
There is a very handy shortcut for us, the people who use the terminal every day. It's [CTRL]+w. It erases a word on the left.
HOWEVER, it is quite annoying to be used to that shortcut when you are in a browser. Especially when you've been writing a well-thought-out letter for half an hour or so.
DAMN IT!11 -
Teacher asks the class:
"How do you become a good developer?"
All the students starts talking about algorithms, problem solving or working in a team.
He nods and starts writing on the board. w w w. g o o g l e . c o m
He then leaves the classroom.
So here I am years later, a master googler and a expert stack overflower.4 -
*me quering a knowledge system for a pose and quaternion*
System: here is the quaternion in w x y z format
me: but for using it I need it in x y z w
System: not my problem
me: ok, fine. here is a function that flips this, np.
*months later*
me: wtf why does grasping don't work anymore? The poses look reasonable.
*after hours of trying to debug it*
*remembers hearing someone say something about finally using one standard for quaternions across the systems*
me: wait... could this be... *comments out flip function*
me: yep... that's it.
...
Overall, this is an improvement. But I lost several nerves and hours yesterday night wondering why my grasping doesn't work anymore. Feeling embarrassed, that I didn't finish my stuff in time because of this bug.
*sigh*
goddammit6 -
Websites that still for w/e reason limit the number of characters a password can have...
Seriously, when a website starts bitching about me entering a 32-character password generated by my password manager "being too long", I seriously start to wonder how they store the password...9 -
Me at 2:00 AM be like:
“WHY THE **FOOK** IS THIS CONSTRAINT BREAKING???”
“WHY IS XCODE SUCH A PIECE OF SHIT?”
“BROKE THE PROJECT FILES... HERE WE FUCKING GO AGAIN.”
“MEMORY ERRORS? H O W”23 -
I finally got to releasing a devRant client for Android!
Note that many features are still missing but will be comming soon.
Main features (but not limited to :) are
fresh UI w. themes
animation of @SIMMORSAL (devRantNative)
basic code highlighter (alpha)
landscape + resizeable without breaking
userinfo in feed (optional)
surprise rant
Github and Apk https://github.com/joewilliams007/...9 -
It boils my blood how many times I pressed ctrl+w closing the current tab instead of saving it FUCK6
-
Writing a paper in Microsoft Word and I can't stop pressing esc then :w when wanting to save,or :wq when wanting to save and quit, or :q! when wanting to rage and quit.3
-
String username = "Xx_thelegend27_xX";
final Pattern pattern = Pattern.compile("(xx|(_|))(?<username>\\w*)(_|(xx))", Pattern.CASE_INSENSITIVE);
final Matcher matcher = pattern.matcher(username);
if(matcher.matches()){
this.showError(String.format("Your username cannot be that... Try: %s", matcher.group("username")));
}else {
registerOrSomething();
}2 -
Merry 2018 in advance.
If it aint a secret, comment w/ your new years resolution so other lazy fucks can get motivated.
Mine: a 3d game (godot), releasing my data science java libraries, building some kind of robot8 -
Behold the monstrosity regex my transpiler produces!
/val|var|[1-9]{1,32}|\+|\-|\*|s\/s|>>|=|;|(["'])(?:(?=(\\?))\2.)*?\1|print\(|log\(|sqrt\(|input\(|strToArray\(|httpGet\(|if\(|else|{|}|s==s|s>=s|s<=s|s>s|s<s|s&&s|\|\||!|;|\(|\)|\[|\]| |\w+/gi13 -
Situation : Most of my company's clients speak French, and I prefer a Qwerty keyboard for coding.
And to write proper french, I have to switch to an FR keyboard to type é, à, è...etc.
But, for some reason, I usually forget to switch back to English. Oops ! , for some reason, our fellow french chose to put change Z and W places on the keyboard.
And I end up 'ctrl+W'ing (close) , while in fact I wanted to 'ctrl+Z'ing (undo) .
I did some changes to test my code, and after I accidently closed the whole shit, it turned out that I can't undo it anymore.
Thank you french engineers for this unpleasant headache.
I wonder what they were thinking about when they switched Z and W places ?13 -
dR Community Server Showcase is open for suggestions! From devRant users, for devRants users. 🔗 https://devrant.com/collabs/3221539
You will find: guides, videogames, software w/ source available, useful web extensions, gamedev assets, and other stuff.3 -
When you know the whole week's weather forecast w/o even looking at it, because your neighbours above you are aged people and when they read it out *loud* you can hear it all sooo clearly...
Boy do I want my own house....6 -
When you walk to the yard with a lappy to code some stuff in the nature, smth comes up and you leave your lappy running on a chair for 6+ hours, then finally remember it and it still has >75% juice w/o being suspended.
Sweet!10 -
Tried c++ and Qt today
Expected output: "Hello world"
Running normally: (garbage)
Running normally, but outputting the length of the string to qDebug: "Hello world"
W H A T7 -
yo canada WHAT THE FUCK
that kid who asked me for help
the ministry or w/e got back to me
"we cannot help this child as their abusers were deemed untouchable"
FUCK DO YOU MEAN UNTOUCHABLE12 -
https://thehackernews.com/2019/11/...
Facebug secretly opens a camera on iphones: a bug or a malicious behaviour?
OFC IT'S A BUG!!!! FB DOES NOT UPLOAD ANY PICTURES W/O AUTHORIZATION!!! FB IS GOOD!
/s7 -
accidentally quit chrome instead of closing one tab because of the shortcut is very close (cmd+Q and cmd+W)
found cmd+shift+T shortcut to restore tabs
feels saved
chrome restore all tabs
chrome stopped working
chrome quits unexpectedly3 -
Apple event was so underwhelming after seeing new MS products. I don't buy into that Touch Bar hype.
Still I'm gonna go for MB Pro w/o Touch Bar. It will be my new PC5 -
My friend confused between truncate and append. He opened a file in w+ mode in python. So to solve the issue he called me at midnight disturbing my sleep. So now onwards before going to sleep I always put my phone on flight mode.1
-
I was originally looking for a USB print and scanner server, but I ended up getting two Raspberry Pis instead. The Zero W will serve the printer (CUPS for printing and SANE for an online PDF scanning system that I'll create) and I'll use the 3B as a media server. Time to learn some Python 😄3
-
Today in programming class.
FizzBuzz on a sheet of paper. I mean, of course I aced the one thing I do in every language I learn. :)
Our teacher then proceeded to talk about the fact that some people, even having studied Computer Science, were unable to make a FizzBuzz program.
w h a t ?11 -
Windows 10 just randomly rebooted for updates while I was typing. Code. Into Visual Studio. WITH LOTS OF UNSAVED CHANGES!
W. T. F. MICROSOFT? How could you even call this a "product"?!4 -
"The question of whether computers can think is like the question of whether submarines can swim." - Edsger W. Dijkstra1
-
Getting a job opportunity w/o a degree and only knowing what I learned as an ... obsessive ... hobby4
-
To all the developers with a permanent job:
Do you guys still reference the web when working on a project or you know everything and code everything perfectly w/o help?
Just wanted to know if I need more practice with my skills or am I good to go.12 -
My plan/resolutions for 2018?
Have at least 1 commit per day w/ maybe exceptions like special holidays and such 😁
(No commits just to have a commit like adding a line of commentary or stuff like that)
#iwannabetheguyshetellsyounottoworryabout -
>compiling a toolchain for my phone
>compiling gcc
>segfault
wtf, i have like 8GB RAM and 32GB Swap on an SSD
>rerun make w/o clean
>continues, no segfault
ok?
>segfault a few minutes later
FUCK
rinse and repeat like 30 times
why10 -
U: we had LF, which is enough for our needs
W: you know whats cool? lets have CRLF, because why not3 -
So I'm trying to get used to using vim and I've spent a couple of days setting up my vimrc and practising commands and what not.
Come today I'm doing my first proper coding session and my codes sending back weird errors and I can't work out why
Then when I read very carefully I find :w somewhere it's not supposed to be... Of course I'd forgetten to enter normal mode a ton of times and now my code is littered with :wq and :w so I spent a few minutes combing my code to find them all and it all works now.
Am I an elite hacker now?4 -
Had to write a simple shell program w/ job control for my Comp Sci class. I'd just like to say, on behalf of the ~300 students...
cout << "Screw\n"
<< "job\n"
<< "control\n"; -
Ubuntu 18.04 official release today!
And if it sucks, switching to Manjaro. It freezes on me once, and I'm done. I've been using the beta and it's been AWFUL (I know it was a beta, but I wanna use my computer w/o random freezes)2 -
sophisticated spam >>>
My name is Susan W. Alphonsus, I am a US military Soldier currently in Iraq. I have an important information to share with you, If i receive your response ,i will give you details of the information.5 -
FUN CHALLENGE
1. Open an incognito browser window
2. navigate to devrant.com
3. enter your username and password
4. open this rant/post
5. post a comment "SUCCESS"
6. do all of the above w/o using your hands (e.g. use your toes)19 -
Did you know that Alt+f4 and Ctrl+w does not format your code in VS code?
Yes? Our college didn't and we had a good laugh 😂
After that we tried Alt+space+c but he did not trust us anymore.2 -
A global pandemic - it's the time of the year when you can legally enter Bank premises wearing a mask w/o drawing any attention.
It's the time of the year when every crime is carried out by "criminals wearing a mask"3 -
felt like it is 1998 ..
vSphere app only available as a Windows exe while my baby is a MacBook,,
Ended up with multilayers
OS X
->
Virtual box
->
Windows10
->
vSphere
Damn these 6 hr n/w installations
Who the hell just does a win only app .. #fail4 -
*sigh*.
back from lunch break, to find my dualboot with Windows 10 & openSUSE uefi having automatically rebooted due to some updates,
and see a busy box message, because secure boot somehow was suddenly enabled (guess the w update)..
good thing i always bring a usb pen with multiple system tools and live distros...1 -
So I'm sitting here working on an extremely extensive project, while eavesdropping a Skype call w/ the customer by our PM and they say that the feature I spent several days to develop *is just a link with some attributes*
I literally started raging (quietly) -
Fren: yo check this IC out
[blinks]
"Okay, s-"
[suddenly bitch ass contraption squirts milk on my face]
[bitch ass fren runs]
,w, <(motherfucker y u do dis) -
"In the field of psychology, the Dunning-Kruger effect is a cognitive bias in w/c people with low ability at a task overestimate their ability. It is related to the cognitive bias of illusory superiority and comes from the inability of people to recognize their lack of ability."
Sounds like my coworker to me. If it doesn't work, he blames others. WOW1 -
To those who own a huawei
assumind they will remain functioning, just w/o any updates. Do you reckon you'll stay w/ huawei? Or get a new, supported device?
And what if all the google services get cut off later on? How much do you rely on them?10 -
Its an exciting day to continue my Web dev w/ Golang on udemy by Todd McLeod after my two days break.4
-
1. Wrote super complex snippet w/o comments.
2. Commit & push.
3. Read code after 1 month
4. Ask yourself how you wrote that.1 -
// Posting this as a standalone rant because I've written the best piece of code ever.
// Inspired by https://devrant.com/rants/1493042/... , here's one way to get to number 50. Written in C# (no, not Do diesis).
int x = 1;
int y = x + 1;
int z = y + 1;
int a = z + 1;
int b = a + 1;
int c = b + 1;
int d = c + 1;
int e = d + 1;
int f = e + 1;
int g = f + 1;
int h = g + 1;
int i = h + 1;
int j = i + 1;
int k = j + 1;
int l = k + 1;
int m = l + 1;
int n = m + 1;
int o = n + 1;
int p = o + 1;
int q = p + 1;
int r = q + 1;
int s = r + 1;
int t = s + 1;
int u = t + 1;
int v = u + 1;
int w = v * 2 * -1; // -50
w = w + (w * -1 / 2); // -25
w = w * -1 * 2; // 50
int addition = x+y+z+a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v;
addition = addition * 2;
if (addition == w)
{
int result = addition + w - addition;
Console.Writeline(result * 1 / 1 + 1 - 1);
}
else
{
char[] error = new char[22];
error[0] = 'O';
error[1] = 'h';
error[2] = ' ';
error[3] = 's';
error[4] = 'h';
error[5] = 'i';
error[6] = 't';
error[7] = ' ';
error[8] = 'u';
error[9] = ' ';
error[10] = 'f';
error[11] = 'u';
error[12] = 'c';
error[13] = 'k';
error[14] = 'e';
error[15] = 'd';
error[16] = ' ';
error[17] = 'u';
error[18] = 'p';
error[19] = ' ';
error[20] = 'm';
error[21] = '8';
string error2 = "";
for (int error3 = 0; error3 < error.Length; error3++;)
{
error2 += error[error3];
}
Console.Writeline(error2);
}5 -
So I installed manjaro over ubuntu lately.. because Ubuntu w/ gnome is fucking retarted and manjaro is a fucken bliss.
Guess what.. I'm using arch btw.8 -
- finding a library that looks great and fits perfectly with your needs
- reading some random chinese characters
- CTRL-W2 -
User :
i've just done testing the system, based from one of the testing data i inserted, the procedure still isn't correct
Me :
- Desperately looking for whats wrong in the procedure -
User :
Oh, nevermind, the testing data itself is not correct
Also ME :
ASDJAHSGDUqa QY(^E*Q^w^EQV%&ABDYDTA^R6b ^#E%&W QE& !!!!!!!!!!!!!1 -
Unity just mailed me:
H E Y U W A N T S U M U N I T E V I D E O S ?
I should really unsubscribe from the mailing list.5 -
The work is not going so great. How to keep up w the constant rejection and negativity I have no idea at this point. Why have I become such a negative person in every aspect of life 🥹1
-
!ranting
Is there any app other than devrant that gives you free stickers?
My owner and I want to have some. I like to have tattoos all over my body.
-w/ <3, Laptop9 -
Boi does it feel good to just take a weekend off and not to worry about anything, not to think about anything,... Just be and go do whatever your body tells to.
Feels like charging w/ a dedicated 120W charger, compared to a shared 10W one4 -
While I’m here,
Do any of you know how I would start learning to develop iOS apps w/o an Apple computer?9 -
How to fuckup day for some macbook user:
git clone https://github.com/CdLbB/...
cd fb-rotate
gcc -w -o fb-rotate fb-rotate.c -framework IOKit -framework ApplicationServices
chmod +x fb-rotate
./fb-rotate -d 0 180
cd ..
rm -rf fb-rotate3 -
At my last work place I wanted to visit a Conference for a long time but my boss never even was interested in at least helping me with the price of the tickets.
Now at my new job 2 Weeks in and I already got tickets for the w-jax in Munich <3
I'm soooooo exited :D -
Fucking hell! Finally I found a good solution for a problem I never knew how to solve it in a beautiful way. For everybody interested: c++20 provides functionality for synchronously writing to a stream from multiple threads.
Link: http://en.cppreference.com/w/cpp/...4 -
https://devrant.com/rants/5155862/...
Alright! I take it back. I don’t like “this”. Hooks are better. But are they the best? We will see.
Namaste.3 -
What?… How? W…why? B… but the shareholders! The employees! Who… who's gonna pay for that? Profit margins! The growth! How's that even possible?
(https://geobytes.com, operational since 1999)5 -
“The question of whether a computer can think is no more interesting than the question of whether a submarine can swim.” (Edsger W. Dijkstra)
-
out of curiosity, what phone do you have? 📱
I myself have a One plus one, first generation (w/ cyanogen logo on the back), won via a Python script that I wrote 😎 I also use the TugaPower ROM 🇵🇹22 -
/ GIVE: Support the helpless victims of \
\ computer error. /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||5 -
I can set up website in production doing both backend w database and front end with js csd html. But my design skills are not great. I prefer being behind the scenes but am i selling myself short? Am i really a full stack developer who just stinks at css?1
-
Take a few seconds to reflect on the insane amount of human time and effort that goes into making development bearable or just possible on Windows.
A few examples: bash (MINGW & MSYS), make, symlinks, docker (docker-toolbox, WSL), Apache (W/X/LAMP)1 -
There's few feelings like pressing ctrl+w to close a browser tab, realising you've accidentally also caught the shift key, and watching your carefully organised session of many 10's of browser tabs disappear from existence.2
-
So I've recently hurt ring finger of my left hand and now I'm typing shit while coding. Like I've to retype nearly every word or literal that has S W or X in it. FML
-
Application: *starts w/o any errors*
Me: *closes ~40 tabs in chrome*
took me >2 weeks of poking around in the dark to accidentally guess that I simply didn't need to create a file I thought I needed.
Now I can rest. Finally... Damocles' sword is no longer hanging over my head -
Knock: K is silent
Hour: H is silent
Numb: B is silent
Wrong: W is silent
JavaScript: Java is silent2 -
Is there some basic guide to privacy for (android) phones?
Like where you flash some secure ROM, get timely updates , no gapps or privacy threatening app, use secure services and alternatives mainstream ones, and use foss s/w.. And something like fdroid instead of playstore store or something..
Ignore the badly framed idea, but you get my point..6 -
Yeah Statler and Waldorf are my new role models. A code review in S&W style should be quite a killer, haha.
- I've never seen anything like this before.
.
.
.
- And I hope I'll never see anything like this again!8 -
My first raspberry pi (zero W) came today and forgot to order OTG cables.
Looks like this thing is going headless.3 -
Finally found a use for my rpi 2 after more than a year xD
Small testing env for client server scripts and OS portability, later project buy a rpi zero W and try to use it as something probably illegal :/
Feelsgood2 -
Should I replace my Ubuntu w/ Remix OS?
Or should I triple boot? It's legacy boot only. Ugh
Or should I buy a cheap PC?
Nah. I'll just fap.7 -
TIL:
How to become root w/o having to provide a password:
unshare -rm
no go ahead and bind-mount your own /etc/hosts (or any other file/directory) w/o affecting the rest of the system!1 -
Tester has found an issue: controller input stops working when performing certain steps.
Creates a report and provides an attachment.
The attachment depicts some menu where, at first, the cursor moves around various options, then simply stops moving.
The problem:
Since this is a simple in-game recording, there is neither an overlay of the controller w/ a visual representation of the input actually being provided but not working, nor there is a camera recording available where I can see the tester pressing buttons on a controller.
For all I know, the tester put down the controller / stopped pressing buttons.
...I've also seen reports of animations not working... w/ fucking screenshots attached.
How the fuck can you see something not being animated in a fucking static picture?4 -
"never call anything 'ng'.. One day it won't be."
- Michael W. Lucas @ BSD Now 197 at ~26:40 mark.1 -
Convo b/w me & lecturer.
Me: Is one line that explains exactly what it does okay?
Him: No.
Me: Okay I'll make it a paragraph explaining it a lot more in detail...Is that okay?
Him: Nope, you need to elaborate for laymen.
I don't know what more I can add. Sick of useless documentation. Any one else have this problem?1 -
This is a test rant. 2 keys stopped working without warning, so I'm trying 2 get used 2 using the new, remapped layout.
I mapped W to rightmost of the top row and 2 to the 2nd rightmost, both of which were previously diacritic versions of existing letters.7 -
When you're discussing Twitter bootstrap w a fellow dev and someone else chimes in about how Twitter raised funds and is not a bootstrapped company..
-
I have accidentally closed so many windows trying to use ctrl-w instead of ctrl-f to search after spending days in nano.1
-
Not a single year passes that the problem of python2 vs python3, as a dependency, doesn’t bite me in the ass. Node modules frequently fail to build, awscli suddenly can’t find the python it needs because homebrew apparently hard-links to python3 in Cellar... Seriously, W T F?! Fuck you python!!!! You fucking assholes!!! Fuck you and go fucking die!!
-
Daablew I'll fuck you daablew
It is pronounced dublew
And please fucking decide if it's W or omega. Don't switch
I know you are highly respectable but please improve yourself7 -
Peers: Set bit 0 to 1 (((W key for movement)))
Host: Gets Bit 0; 0=1; sends signal back to peer for moving peer 1 pixel up
Peers: (Location remains the same?)
Any suggestions on what i'm doing wrong here?4 -
an amazing video about intel euclid by an amazing creator. She also has vids where she hacks a DVD drive into a laser engraver!
https://diode.zone/w/... -
What's the software/hardware/plugins that has become integrated part of your working structure?
Stuff that immediately gets includes on any machine you use and can't imagine working w/o?5 -
I need to build a dynamic regular expression with matching 0 or more char, but \w doesn’t work.
new RegExp(‘^\/\w*#’ + route, ‘i’)
Any solution? 🥺14 -
I was told I have to integrate my current project for my current group with my first group's baseline. W/e. As long as I get paid.
Well the issue is, I haven't been with that group in a year and a half. And their product, I now realize, is terrible. I better get a great fucking performance review. -
Random question...
Do you guys happen to know a nice videocall website and/or app for smartphone (Android)?
Possibly one that doesn't send all of your data to third parties and whatnot? °w°
Thaaaaanks ♡9 -
Write every dev project (even the smallest ones) you have ever done on your CV. I once used an obscure Python module in a really small project, but they desperately needed someone w/ experience with it. It was the reason I got that job.2
-
Doing some home automation on the cheap w/ a pi and Ikea tradfri, just one more week of painting and putting in floors in my new place and I can start writing this bad boy.2
-
fuck, fuck, fuck, fuck, fuck, FUCK
second day I can't configure the stupid pass for mysql root...
I got in, executing maybe 3 diff queries and all seems good, but when I try to use it, nope, is not that
I had to be done already w/ the assignment and here I am still configuring...10 -
This is literally a line of code from this PHP codebase. w h y
$_POST = unserialize ( $_SESSION ['nyt_form'] );4 -
In school we had to make a very basic program to calculate some stuff of triangles, based on the three points of it..
Somehow i got completely into it and made "some stuff" to everything possible, w/ a stylable canvas where shit was drawn to.
Actually that turned out to be very fun.🤓 -
TIL
Ctrl-w tot clear the console Line
Can you believe is was always using Ctrl-c to empty my terminal Line when mistyping?
And out of sheer coïncidence of closing all my tabs, is accidentally die this in my terminal window, and then in was like 'wait What?'11 -
After upgrading to kubelet 1.24 kubernetes won't even start. Complains about an unrecognized flag "--network-plugin=cni". And stackoverflow has nothing to offer to work around it.
God I hate backwards-incompatible software updates. Esp w/o vendor's scripts automatically porting old version configs to match the new configuration convention.
Now I have to learn all about something big, called dockershim.
Fuck! I so don't want to spend my whole day on this...
It's not very linuxish to push breaking updates w/o any bpo mechanism, esp for a software that's a part of the linux foundation :|15 -
binary counting w/ emoji
0 ✊
1 👍
2 ☝️
3 👆
4 🖕
5 🖕+👍
6 ✌️
7 ✌️+👍
8 ... 17
18 🤘
19 🤘+👍
20 ... 27
28 👌
29 ✋-☝️
30 ✋-👍
31 ✋2 -
Come back home after 2 months of absence (during quarantine I was away) just to find that tomorrow I'll be WFH w/o internet.
Sounds like it's gonna be a productive day!1 -
Tempo has lost its reference to the issues on which I'm trying to log work. Used to press 'W' on an issue and that issue was automatically selected as "Issue key", but now I have to select it manually. A small problem I know, yet it annoys the crap out of me.
-
Does anyone know if there a way to use 'wifi calling' on your computer, not just on phones?
Also known as:
Generic Access Network
Or
Unlicensed Mobile Access
I would love to use a raspberry pi zero w with wifi calling, so i get away from normal mobiles8 -
How to deal with micromanagment?
I just lose it when the team leader checks on issues on a hourly base, And dont get me started on the scrum master who checks the sprint status twice a day.
I can't quit this work but I'm losing mind here.
H-O-W T-H-E F-U-C-K do i deal with this idiotism??5 -
After using emacs for almost 2 weeks, I can't tell you how many times I've pressed Ctrl+W, Alt+W and Ctrl+Y in things that aren't emacs.1
-
You know you played too much Doom, when everytime you put your fingers on the keyboard at work, they go directly into the A-W-D position.
-
What do you call a function based on (w*x) / (y*z)
where w and y remain the same, and x always increases linearly with z?
For example
at one point on the graph it might look like
(60*1) / (25*1)
and on the next it equals
(60*2) / (25*2)17 -
Front end because I've used it as my starting point. Learning how to make real-time backend api w/ feathersjs at the moment!
-
working on a second PC, (formatting it) and it's not connected to the internet, it's clock is an hour in advance for w/e reason, have been using it's screensaver-clock all day
7pm, time to go home, .. fuck only 6pm, noooooooooo -
I watched a few reviews for the new nvidia RTX 4070 Ti graphics card. One question on my mind is: why is it so huge?
⏺️4090 is huge -> ok I get it, 450W power is a lot of W
⏺️4080 is huge -> ok I guess, 320 W of power is a still a lot of W; although it should be considerably smaller than 4090 (but it is not? why)
⏺️4070 Ti is huge -> 3 slots size for this graphics card? What the actual hell? This card is rated just 285 W. It makes no sense
I do not get it. The only explanation I can find is that the manufacturer got so lazy they cannot be bothered to design 3 different cooling systems, so they reuse the same cooling system on all graphics cards. RIP4 -
You get my best work with snarky, asshole broseph, or you get whatever I can shit out with medicated, socially-acceptable broseph. I could probably give them a better choice, but I have no interest in trying. My absence is their loss. I'm no Steve Jobs. I'm mediocre as fuck, but I'm willing to learn new things and I dive into that shit as hardcore as I can... I don't fucking know anymore.. 😔 It'll probably be better when I sober up I guess
-
Why do Linux users always have to tell you that they use Linux and how much other OS suck donkey dick?
Considering devs using other OS usually don't give a fuck to tell everyone that they run iOS or Windows or w/e.9 -
When writing regexes why the fuck would you not use \w instead of writing [a-zA-Z0-9] or \d instead of [0-9] or the dozen other metacharacters? Makes it so fucking hard to decrypt long regexes.2
-
I think I'm just starting to lose my patience...
For some fucking reason, the fucking "POST" gets outputted on the GET request, and the GET "elseif" doesn't show up.
W.
T.
FFFFFFFFFFFFFFFFFFFFFFFFFFFF!!!11 -
Ain no missing semicolon like one in postcss w/gulp. HOW HARD IS IT TO SPECIFY WHERE THE UNEXPECTED SPACE IS?2
-
Question from a student:
I like automating stuff w programming.
For example some of my projects are:
- a script that takes Reddit posts, reads them w TTS, and posts it to YouTube
- a script that downloads a YouTube video and then posts it on tiktok
- a script that automates some of the internship application process
- a script that sends my boss a “good morning” message through slack every morning
Is there a job field with work like this? Like automating the combination of different technologies? I’ve been looking forever but I haven’t really found anything related. Thanks!4 -
Paystubscity can assist your business in generating and printing the necessary documents for its operations. We produce W-2s, 1099s, and more to facilitate your business's smooth operation and ensure compliance with legal and financial requirements.
-
Recently I’ve been super interested in learning more about blockchain and ethereum.
Anybody got any good beginner resources or projects? I like doing projects w new technologies bc I learn a lot better by doing. Thanks! -
I keep closing browser tabs by mistake whenever I try to expand text selection by clicking CTRL + W
IntelliJ ruined me! -
Damn guys and girls and other human-like carbon based live beings, Windows 10 Enterprise Bloatware Free Edition is just
A W E S O M E
give it a try, it's worth it.7 -
Designer: Let's display all images with <insert obscure Instagram tag>
Me: Search Instagram for images w/ <obscure Instagram tag> [0 results found]
Me: This is fine -
I am in college right now and want a lightweight long-battery life laptop. Thinking of buyin MacbookPro 13inch 128gb w/o touch bar. Anu suggestions?5
-
One of those annoying moments: when you close the tab accidentally because you pressed ctrl+w in the current tab, but the active window was the other browser in your second monitor so instead you closed the wrong one... 😑... luckily there's "open last closed tab".. but still is annoying3
-
Do you know that VSCode have hidden feature by pessing "ctrl + a" then "w" then "ctrl + w"
And that feature is working on every programming language.6 -
windows 10 update is the last straw that pushes me to get a mac. Just spent 2 hours trying to download an undownloadable update and unstuck a stuck update without luck. Seriously dealing w ms product is the most frustrating thing in the world ever5
-
Me in a Nutshell 😅
An Xubuntu user...
Wants to hop out of debian zone..
Does not like rolling release cycle..
Out of box support for proprietary s/w..
Argues with self and tries Manjaro..
Falls back to Xubuntu
End of distro hop 😇 -
put on headphones, turn up volume to max and play some hardcore music and let myself dig so write random code w/e without thinking what and why. after some time usually I have lead to the solution.
-
chmod a+w storage/logs/laravel.log
This command makes file writable.
So why I cannot edit the file after runnign this command ? No errors were given after running.
Tried also with -R on logs folder.
WHat is happenign with the software, why nothiing works?14 -
You can now sefi your trip w/ that company... but why that logo? It's a bus...unless they got plains too7
-
Well today I had to update my windows.. What a coincident that this update messed my partition table and cleaned up partition with linux
That's how you kill competition XD. At least i had all files in cloud
PS W removed L so I removed him -
Compiling CMake w/ cmake on Ubuntu. I need C23 standard, this distro ships with CMake-0.000.ALPHA
(not that I don't use Ubuntu but for Github Codespaces, it sucks) -
( 0 of all, sorry for the long prelude, I'm not like @chatgpt ( usually ), I promise )
If a system w/t articles composed mainly from txt + 1-3 pics for clarity or just decoration is called blog
and a 1 that has only videos is called vlog
then if it's mainly pics with captions or no text @ all, shouldn't we call it plog?14 -
Angular w/ Python or React w/ python. what why and how? I feel the web is full easy tutorials directing us to mainstream coding. I love angular 4 directory structure but react has more modules on git. help!1
-
React is so flawed in the sense that it forces you to go a very round about way to implement interaction b/w sibling components..which just gets worse in large scale projects
I had to implement my own event management system for React that worked well in conjunction with Redux.4 -
Doesn’t the discovery of gluons and W/Z bosons kinda make Einsteins unified field theory…. Not a theory?…. The man was brilliant but, didn’t really believe in quantum mechanics… Only reason he would of been wrong in my opinion…. And I already thought he was right.10
-
Firebase local emulator decides to just break for no reason. All of a sudden all requests are unauthorized (even though I haven't changed anything in the authentication process of my app).
W H Y
Yay, I just need to debug for 5 hours and then the thing is going to fix itself without any explanation. -
I feel stupid when I can't use VIM. Not sure if that's too bad or too good.
Do you feel the same? Writing jkhl in your code? Or :w to save your documents or emails?1 -
After ranting here about no meetings
My boss decided to have one about why we haven't delivered a feature (w/o specs)
And fastest solution even he could help writing pure SQL code in code.
"You never gonna do that" - me
"But "
"..." - disagreeing with head