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!13
- 
				    					
					
					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 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 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
- 
				    					
					
					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
- 
				    					
					
					"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 7
- 
				    					
					
					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
- 
				    					
					
					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 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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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: ...8
- 
				    					
					
					#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
- 
				    					
					
					"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 5
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					Fun fact: WASD keys are actually named after their directions
 W — Wupwards
 A — Am going left
 S — South
 D — Definitely right8
- 
				    					
					
					FINALLY got my Raspberry Pi Zero W after 2 months of waiting, comment me some cool projects to do with it 20 20
- 
				    					
					
					!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!
- 
				    					
					
					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
- 
				    					
					
					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 20
- 
				    					
					
					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
- 
				    					
					
					Tutorials w examples that don't even work. Would run into these all the time back in my Flash days, so frustrating.2
- 
				    					
					
					Complaining about Windows is like complining about the bike you fell from. Learn to ride the fucking thing.9
- 
				    					
					
					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'm about to change my setup to run pihole on this new RPi Zero W. Hopefully it has enough power to handle it. 16 16
- 
				    					
					
					"If debugging is the process of removing software bugs, then programming must be the process of putting them in." - E. W. Dijkstra3
- 
				    					
					
					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
- 
				    					
					
					Bot spends 30 minutes collecting data
 I forgot to add a W to the file open call in python
 Data gone.
 Fuck.2
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					*My friend texting me*
 
 Friend: wtf
 
 My brain: w tf
 My brain again: tf
 My brain again: import tensorflow as tf
 
 😂😂am brain dead2
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					JIRA, the haiku (w/Bonus Dilbert strip)
 
 Please make a ticket
 Please move the ticket you made
 Please tag your ticket 3 3
- 
				    					
					
					"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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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 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
- 
				    					
					
					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?
- 
				    					
					
					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
- 
				    					
					
					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 3
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					It boils my blood how many times I pressed ctrl+w closing the current tab instead of saving it FUCK5
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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 PC 5 5
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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 T5
- 
				    					
					
					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 UNTOUCHABLE9
- 
				    					
					
					U: we had LF, which is enough for our needs
 W: you know whats cool? lets have CRLF, because why not3
- 
				    					
					
					"The question of whether computers can think is like the question of whether submarines can swim." - Edsger W. Dijkstra1
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					When you think about it.. we, DevOps, are the Mario Bros of the tech world.
 
 We do the building, maintenance and pipelining so that whatever shit developers produce, it would end up in the right place w/o getting stuck7
- 
				    					
					
					>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
- 
				    					
					
					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
- 
				    					
					
					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)18
- 
				    					
					
					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)
- 
				    					
					
					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
- 
				    					
					
					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)
- 
				    					
					
					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.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
- 
				    					
					
					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 4
- 
				    					
					
					// 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
- 
				    					
					
					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 5
- 
				    					
					
					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
- 
				    					
					
					- finding a library that looks great and fits perfectly with your needs
 - reading some random chinese characters
 - CTRL-W2
- 
				    					
					
					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 one3
- 
				    					
					
					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
- 
				    					
					
					“The question of whether a computer can think is no more interesting than the question of whether a submarine can swim.” (Edsger W. Dijkstra)
- 
				    					
					
					While I’m here,
 Do any of you know how I would start learning to develop iOS apps w/o an Apple computer?9
- 
				    					
					
					!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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					Mother-in-law was visiting this morning (love her, lovely woman) and being a good son-in-law, I set out/up the coffee maker before leaving for work (I knew she'll want coffee).
 
 About an hour I get a text message from my wife.
 
 W: "Mom is here and wants some coffee. How do I make coffee in that thing on the countertop?"
 <It's a Keurig>
 Me: "First, press the power button to get the water up to the brewing temperature."
 W: "I know that, I'm not stupid. Where is the power button?"
 Me: "The top row of buttons, the first button, it looks just like the power button on the remote control."
 W: "Got it. Now what? Its not working"
 Me: "You need to wait until it's done warming up. Takes about 30 seconds."
 W: "Is it supposed to make that sound? Something is wrong."
 Me: "No, its normal. Be patient."
 W: "No, something is wrong. Its not supposed to be that loud."
 Me: "Sounds like a jet engine taking off, yes, been using it for almost 10 years, this isn't new."
 W: "Stop being mean. Never mind. It stopped. What now?"
 Me: "Put the pod in the little basket, pull down the handle, and press the second button from the top."
 W: "Not working"
 Me: "Did you pull the handle all the way down, so it locks?"
 W: "Still not working. Now what?"
 Me: "Weird. Send me a picture, I can't see what you see."
 W: "Never mind, its working now. This would have gone a lot faster if you told me what to do from the start."
 
 My prayer today is thanking Jesus for patience. Amen.5
- 
				    					
					
					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& !!!!!!!!!!!!!
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					/ GIVE: Support the helpless victims of \
 \ computer error. /
 ---------------------------------------
 \ ^__^
 \ (oo)\_______
 (__)\ )\/\
 ||----w |
 || ||5
- 
				    					
					
					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
- 
				    					
					
					I'm working w/ idiots.
 
 Since a week ago, builds have started being bundled w/ this interesting folder called 'DeleteBeforeSubmission'.
 
 Immediately mentioned the problem, but no action has been taken thus far. Sure, they might !care whether it is bundled or !. If whoever submits the builds for release manually removes those folders prior to submitting the game - fine.
 
 Thing is... the shit is heavy. Depending on the platform, it's ~~500 MB up to some ~~2 GB on top of the actual size of the build. So, apart from our NAS storing garbage, people have to download unnecessarily larger files.
 
 But hey - why do something about it. It's fine, right?
 /s7
- 
				    					
					
					Knock: K is silent
 
 Hour: H is silent
 
 Numb: B is silent
 
 Wrong: W is silent
 
 JavaScript: Java is silent2
- 
				    					
					
					A day in my life. This morning Dell was doing it's update on my laptop before I left for work, so later when I knew my wife was up I asked her via text to shut my laptop off.
 
 W: "You left your laptop on this morning."
 Me: "I know, it was still doing an update this morning. I sent you a text."
 W: "Leaving your computer on all day is going to burn it up."
 Me: "Its 8:30, been maybe a half hour isn't a day."
 W: "Still wasting electricity. How do I turn this thing off?"
 Me: "It's just like yours."
 W: "No, your computer is way different than mine. Just tell me how to turn it off"
 Me: "My computer is running Windows 11, yours is Windows 10, shutting down is exactly the same"
 W: "I don't understand, yours looks completely different. Stop being an ass and just tell me"
 Me: "Select Start, then shut down"
 W: "Select what? There isn't anything that says Start"
 Me: "Sorry, click the little icon in the bottom left. Looks like four little blue squares. That's the Windows Start menu button, just like yours."
 W: "OK, now what?"
 Me: "Shut down"
 W: "Shut down what? I don't see anything"
 Me: "The icon that looks like power button next to my name"
 W: "There is nothing next to your name except your picture"
 Me: "It'll be on the right hand side"
 W: "Where the clock is?"
 Me: "No, on the Start menu, where you see my picture, there should be a button to turn it off."
 W: "No, it went away"
 Me: "What do you mean went away?"
 W: "All that disappeared when you told me to click over by the clock."
 Me: "I didn't say to click on the clock, anyway, doesn't matter. Start over, select the icon in the bottom left"
 W: "You're not listening. There is nothing there when I click that. You're such as ass. You cannot even tell me how to turn off this stupid computer. I'm busy, you can turn this thing off when you get home."
 <a few minutes later I text my daughter>
 Me: "Baby girl, can you turn off my computer?"
 <10 seconds later>
 H: "Done. Anything else?"
 Me: "Nope. Thank you."14
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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.6
- 
				    					
					
					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
- 
				    					
					
					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.5
- 
				    					
					
					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/...2
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					Some time ago I had a brief period of time when I had no tasks.
 
 In order to stay productive, while having a lot of free time on my hands, I had decided to create a documentation of a feature in our game that has slightly different implementations depending on the platform on which the game is running.
 
 Once I was done w/ the documentation, I shared it w/ the lead.
 
 His feedback was along the lines of:
 'It's OK, but the color palette that you used could've been better.'
 
 /* What I used was basic colors: feature is available = green; !available = gray; partial availability = yellow, etc. Simple, easily readable. */
 
 So instead of 'Thanks for documenting this.' I hear 'You have poor design skills - you should've used company's theme'.
 
 /* I'm guessing since the company's logo uses some fancy colors, in lead's mind, those colors should've been used in documentation. */
 
 Well, duh - I'm !a graphics artist / designer, so no shit.
 There will definitely be no graphical fireworks in my documentation.
 
 I fucking love working w/ people who have their priorities straight - '_fuck_ usefulness && correctness of data; It must be pretty too!'.11
- 
				    					
					
					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
- 
				    					
					
					I have accidentally closed so many windows trying to use ctrl-w instead of ctrl-f to search after spending days in nano.1
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					"never call anything 'ng'.. One day it won't be."
 - Michael W. Lucas @ BSD Now 197 at ~26:40 mark.1
- 
				    					
					
					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
- 
				    					
					
					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..  
- 
				    					
					
					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/...
- 
				    					
					
					My first raspberry pi (zero W) came today and forgot to order OTG cables.
 
 Looks like this thing is going headless.3
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					This is literally a line of code from this PHP codebase. w h y
 
 $_POST = unserialize ( $_SESSION ['nyt_form'] );4
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					Draft of my new album:
 
 https://peertube.boomjacky.art/w/...
 
 Very guitar. Please be nice it's still draft
- 
				    					
					
					At previous company I had a side-task of helping out IT dept. w/ cataloguing of hardware for the testers.
 The person previously tasked w/ this chose to use Google Docs, so I had no problems w/ expanding / updating the list.
 
 Later on, a test lead of one of the projects had a bright idea of creating a copy of that list for their project.
 
 After some time he approached me && started bitching about why I am !updating their copy of the list.
 
 His reasoning?
 - Because you're the 'list guy'.
 - Because I'm asking you nicely to do it.
 
 The exchange had been taking some time, but long story short: I stood my ground && basically told him to fuck off, given how it was _he_ && his team that decided to make a copy of the official list && I was definitely !going to accept the responsibility of additional work due to that choice.
 
 Seriously. The fuck do these people think?
 
 If he were to purchase e.g. an knockoff of an iPhone, the device broke down && he went to the Apple's repair center, they'd tell him to fuck off.
 
 Which would be the right thing to do.
 
 ...fucking retards && their logic.
 
 /* Also, it's always fun to watch people being ostensibly polite w/ their 'I'm asking you politely / nicely.' then demanding whatever it is they had been asking about, when they have absolutely no right asking for that thing, making _you_ look like an asshole. */4
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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.  
- 
				    					
					
					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 11
- 
				    					
					
					Ain no missing semicolon like one in postcss w/gulp. HOW HARD IS IT TO SPECIFY WHERE THE UNEXPECTED SPACE IS?2
- 
				    					
					
					In our game, we have occasional problems w/ IAPs where for whatever reason a purchased IAP doesn't get redeemed, which leads to players requiring aid from the support team.
 On our end, a tester reported an issue where he had such problems. 100% reproduction rate, mentioned the affected account to be safe.
 
 Caught the following conversation between two leads regarding that report:
 
 Test Lead 0: Upon rechecking the issue we've discovered that the issue can't be reproduced on our end. We have however confirmed that the one account mentioned in the report is affected.
 Test Lead 1: Since we can't reproduce the issue, should we close it?
 
 So, yeah... why bother a poor programmer w/ this issue that is 100% reproducible but w/ one account affected only. Definitely zero chance of fixing at least one instance where this issue might occur.
 /s6
- 
				    					
					
					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. RIP3
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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.
- 
				    					
					
					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 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
- 
				    					
					
					Front end because I've used it as my starting point. Learning how to make real-time backend api w/ feathersjs at the moment!
- 
				    					
					
					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 😇
- 
				    					
					
					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
- 
				    					
					
					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)15
- 
				    					
					
					I keep closing browser tabs by mistake whenever I try to expand text selection by clicking CTRL + W
 
 IntelliJ ruined me!
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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.
- 
				    					
					
					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
- 
				    					
					
					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!
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					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
- 
				    					
					
					You can now sefi your trip w/ that company... but why that logo? It's a bus...unless they got plains too 7 7
- 
				    					
					
					Hire Zenith's Hackers Intelligent To Recover Lost or Stolen Crypto/Bitcoin
 
 As a CBS News Anchor, I, Anthony Mason, wish to extend my heartfelt gratitude to Zenith's Hackers Intelligent. Their expertise was instrumental in recovering my lost cryptocurrency valued at $860,000 USD in Ethereum. Their commitment and professionalism during this challenging time were truly commendable. If you're facing similar difficulties or need assistance with your investments, I highly recommend reaching out to them for a customized consultation.
 
 For inquiries, contact:
 Email: Zenithintel @ consultant. c om
 Web: w w w. zenithhackersintel. co m
 
 CBS News Anchor, Anthony Mason Asher
 
 - CBS News Anchor
 - Recover Ethereum
 - Zenith's Hackers Intelligent
 - Lost crypto assets
 - Digital currency recovery3
- 
				    					
					
					Hire a certified hacker for cryptocurrency || Bitcoin || Ethereum || Asset recovery, Optimistic Hacker Gaius Can Help You
 
 Following several difficult situations, Optimistic Hacker Gaius was able to recover $862,000 in stolen Ethereum and Bitcoin to my cryptocurrency accounts. First, I lost $870,000 to a deceptive exchange service. I tried to hire up to two guys who claimed to be hackers, but they stole $47,000 from me, leaving me hopeless and destitute. Before I encountered Optimistic Hacker Gaius who saved my bacon, I truly believed I had lost everything.
 
 Website.... w w w . optimistichackergaius.c o m
 
 WhatsApp..... +44 737, 674, 0569
 
 Email..... support @ optimistichackergaius. co m7
- 
				    					
					
					Best Cryptocurrency Recovery Company | Legitimate Crypto Recovery Company
 
 The top cryptocurrency recovery service, OPTIMISTIC HACKER GAIUS, is renowned for providing all-inclusive services for recovering bitcoin funds that have been lost or stolen.
 
 The top bitcoin recovery company for preventing cybercrime and recovering from fraud is OPTIMISTIC HACKER GAIUS.
 
 Learn more on Their website;.... w w w. optimistichackergaius . c o m
 
 On WhatsApp +44 (737, 674 (05 69 16 16
- 
				    					
					
					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
- 
				    					
					
					Crypto Asset Recovery | Crypto Recovery Experts - Hire A Hacker To Recover Lost Or Stolen Crypto.
 
 OPTIMISTIC HACKER GAIUS is renowned for his proficiency in cryptocurrency recovery, utilizing a blend of technical know-how and in-depth understanding of blockchain technology. I lost a whopping $76,000 to a clever cryptocurrency fraud at the beginning of this year. When I had given up, I came across OPTIMISTIC HACKER GAIUS, a digital investigator who specialized in retrieving money that had been lost to scammers.
 
 /WhatsaPP : +44 737 674 0569.
 /Email: Support @ optimistichackergaius . co m.
 /Website: w w w. optimistichackergaius . co m.1
- 
				    					
					
					Hire A Hacker To Recover Lost Crypto || Best Cryptocurrency Recovery Company - Consult OPTIMISTIC HACKER GAIUS
 
 Investigation services, wallet recovery, and exchange recovery are among the services provided by OPTIMISTIC HACKER GAIUS. The process of recovering cryptocurrency is difficult and complicated, requiring specialized knowledge. Optimistic Hacker Gaius is a reliable and respectable business that has assisted numerous customers in getting their stolen or lost cryptocurrencies back.
 
 Webpage ; w w w .optimistichackergaius. co
 m
 
 WhatsApp ; +44 ,737 ,674 ,05 69
 
 Contact Email ; support @ optimistichackergaius. co m
- 
				    					
					
					Is crypto asset recovery legit? | Legitimate Cryptocurrency Recovery Company | How do I recover my lost crypto?
 
 OPTIMISTIC HACKER GAIUS is a company that offers services to recover stolen crypto and bitcoin, and their Website address is w w w.optimistichackerrgaius. co m You can also contact them by WhatsApp +44 737 674 05692
- 
				    					
					
					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.9
- 
				    					
					
					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
- 
				    					
					
					Crypto Recovery Service | Best Cryptocurrency Recovery Company | Legitimate Crypto Recovery Company
 To improve the chances of a successful fund recovery, work with OPTIMISTIC HACKER GAIUS to create a recovery plan that is customized to the particulars of the fraud.
 
 The victims can be guided through the complex process of fund recovery by the recovery team's knowledge and experience.
 Reach out:
 Their website;.... w w w. optimistichackergaius. co m
 E-Mail; Box... support @ optimistichackergaius.co m
 Text / Wht/App;.... +44 (737, 674 (05 69
 Telegram contact ht tps ://t.me/ optimistichackergaiuss  
- 
				    					
					
					Recovering Cryptocurrency Assets: Have you ever thought that your cryptocurrency was lost forever? I know since I've been there myself. But it's no joke—Reddit recommended a white hat hacker who was able to effectively retrieve my valuables. Furthermore, they didn't request payment until after they had provided assistance. Here's how to get in contact if you ever find yourself in a similar situation: w w w. webgenierecovery. com, +1 (918) 809-0113 on WhatsApp; @ webgenierecovery on Telegram; webgenierecovery @ protonmail. me OR webgenierecovery @ outlook. com6
- 
				    					
					
					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
- 
				    					
					
					How to trace lost money || How do I get my money back from a crypto scammer?
 
 The impact that investment fraud has on its victims is something that the recovery team at OPTIMISTIC HACKER GAIUS is aware of. Since they risk losing all of their life savings or making ill-advised investments, it can be challenging to know where to start. Please contact OPTIMISTIC HACKER GAIUS for a free consultation on scam protection in light of this.
 
 Website:.... w w w. optimistichackergaius . com
 email:..... support@optimistichackergaius . com1
- 
				    					
					
					Legitimate Crypto | Bitcoin Recovery Company - OPTIMISTIC HACKER GAIUS
 
 For victims of Bitcoin theft, OPTIMISTIC HACKER GAIUS provides specialized support to streamline and improve the recovery process. OPTIMISTIC HACKER GAIUS has developed incredibly efficient and expert Bitcoin recovery services after realizing how trustworthy recovered coins are to their customers. Assistance will always be available thanks to OPTIMISTIC HACKER GAIUS's global staff of investigators who are ready to assist clients wherever they may be.
 Learn More on......
 
 Go To Website at (w w w.optimistichackergaius. co m )
 Text +44 737, 674, 0569 On WhatsApp
 
 Email Box ( support @ optimistichackergaius. co m ) 3 3
- 
				    					
					
					Legitimate Crypto Recovery Service, BTC & Cryptocurrency Recovery Company - OPTIMISTIC HACKER GAIUS
 
 OPTIMISTIC HACKER GAIUS is prepared to handle even the most difficult recovery situations, whether you've misplaced your wallet, fallen victim to a phishing fraud, or just forgotten your password. He places a high value on timely communication, openness, and individualized help during the recovery process since he recognizes the psychological and financial anguish that results from losing important possessions. Reuniting you with your digital riches is the goal of OPTIMISTIC HACKER GAIUS, allowing you to concentrate on what really counts: increasing your investments and safeguarding your financial future.
 
 Webpage….. w w w . optimistichackergaius . c o m
 
 Email Box… support @ optimistichackergaius. co m
 
 Text WhatsApp On +44 737 674 0569
 
 Telegram….. t . m e / OPTIMISTICHACKERGAIUSS 1 1
- 
				    					
					
					Legitimate Crypto Recovery Service, BTC & Cryptocurrency Recovery Company - OPTIMISTIC HACKER GAIUS
 
 OPTIMISTIC HACKER GAIUS is prepared to handle even the most difficult recovery situations, whether you've misplaced your wallet, fallen victim to a phishing fraud, or just forgotten your password. He places a high value on timely communication, openness, and individualized help during the recovery process since he recognizes the psychological and financial anguish that results from losing important possessions. Reuniting you with your digital riches is the goal of OPTIMISTIC HACKER GAIUS, allowing you to concentrate on what really counts: increasing your investments and safeguarding your financial future.
 
 Webpage….. w w w. optimistichackergaius.c om
 
 Email Box… support @ optimistichackergaius. com
 
 Text WhatsApp On +44 737 674 0569
 
 Telegram….. t. me / OPTIMISTICHACKERGAIUSS 1 1
- 
				    					
					
					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


























































































































































































































