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 - "wizard"
-
Here in our company when you are about to do something really hard or say something clever you get to wear this hat!13
-
Client :- The app is slow on my device, please fix.
Developer :- Working fine on all the devices I tested, are you sure?
Client :- Yes, it's very slow. I can't accept this app.
Developer :- (Recompiles the same codebase again) Here, try this, optimized a lot of calls, took me entire day to do so.
Client :- Yes, it is working fast now
Developer :- (evil laughs)12 -
When you try to become over smart with Apple.
Client :- Ask for all user information in registration screen.
Me :- But Apple rejects app if you ask for personal information you don't need. We shouldn't ask it since Apple will reject the application
Client :- "I am more strict than Apple", just do it.
Me :- But...
Client :- Do it!
Developed the app, uploaded on Apple Store for review and the app got REJECTED!!
Reason for rejection :- Don't ask for personal information you don't need !!!
Me :- (Evil laughs)
It's been more than 15 days now, the app is still under review due to multiple other violations already informed by me.
Moral :- Listen to developers, they have more experience than you or DO THE F*****G RESEARCH !!
True story !!!!7 -
"Do not indent HTML files."
- From a Junior High classmate of mine who claims he is a computer wizard[this was many years ago]4 -
Does anyone else have that one guy or gal you work with that's ALWAYS the one to find the weirdest, inexplicable bugs possible? Yup. That's me. Here's some fun examples.
*Unplugs monitor from laptop, causing kernel panic*
*Mouse moves in reverse when inside canvas*
*Program fails to compile, yet compiler blames a syntax error that doesn't exist*
*malloc on the first line of a program causes a segfault*
And for how the conversation usually goes
Me: "[coworker], mind taking a look at this?"
Coworker: "Sure.This better not be another one of 'your bugs'. ... ... ... Well, if you need me I'll be at my desk."
Me: "So you know what's causing it?"
Coworker: "Nope. I've accepted that you're cursed and you should do the same."8 -
App developers, the fastest way for me to uninstall your application is for you to start sending push notifications for things that are completely unnecessary. They won't remind me to use the app. They'll remind me to uninstall it.12
-
I've just googled
"How to kill a demonized puma"
And now I'm not sure anymore if I'm a developer or a wizard4 -
Void foo() {
try {
//Try something
} catch(exception e) {
foo();
}
}
When I saw this in production I cried a little...9 -
I’m a graphs designer, hardware expert, free software generator, marketing evangelist, networking wizard, and troubleshooter bot9
-
When half your team uses spaces and the other half tabs... Thank god IDE can convert tabs automatically now but now we are arguing if we should use 2 or 4 spaces. It never ends...34
-
My high school teacher once asked me to make a digital clock that ticked slower the further away you were from the computer. That without any sensors or webcam or anything...
He had this notion computer's are magical machines that can do anything. And all that in VB out of all languages.7 -
I just had to download Firefox to be able to download chrome because Edge kept crashing. Think about that for a second.
It kept crashing on a BING SEARCH...9 -
I always grew up with the "programmers are wizards" idea in mind. Of course, I understood it was just a joke. But on my first day in university I went to my first CS class... And my professor looked exactly like a wizard.2
-
How to look like a wizard by doing pretty much nothing.
Open inspect element infront of people who cant program, and do something. They'll think you're a genius for changing a picture.9 -
Me: The phone rings but when I pick up there's nothing there.
Indian call center: Okay sir can you tell me if the landline is plugged into the modem
Me: It's ringing. Yes, it's plugged in.
Indian call center: Okay we'll reset the modem.
Me: I already did that. Twice. Just to be able to speak to you because the robot made me.
Indian call center: Okay so we'll reset your modem again.
*resets*
Indian call center: Do you get a dial tone now?
Me: Yes. I have this entire time. No one can call me.
Indian call center: Sir that is not possible.
Me: Call it and see for yourself.
Indian call center: *calls, phone hangs up for them the second I answer*
Why did you hang up on me, sir?
Me: *internal screaming*3 -
Arts and crafts: developer version.
Context: spent all day making an ER diagram from an awful SQL query I was handed. Got sick of asking for it from the contractor who made the DB.
Yes, that's one query.25 -
Girlfriend's parents are talking about an issue with their printer in the next room. How long before I'm asked to fix it?3
-
Co-worker: "I made the UI for feature X you asked me for"
Me: "Oh great tha... Why is it on the same screen as feature Y? Those features are unrelated?"
Co-worker: "Yea it was too much effort to create a new screen."
Me: "...?!?"1 -
I took a pinball game I found on GitHub, forked it and added graphics along with modified the physics a bit.
https://github.com/ErvinSabic/...
I have a customer who repairs pinball machines.
I'm gonna sneak this into his site free of charge just cause it would be badass.1 -
Reading books, not sure if you can even call it a non-dev activity since it is essential in my opinion but reading improves my programming skills everyday!
-
Kid brings me an ancient Chromebook with non-functioning "t" key.
I crack open the case and remove a bunch of screws trying to get to the keyboard.
No can do. This thing is built to basically self-destruct upon user tampering (Dammit, China!!!)
Put it all back together with the intent of trying to wipe it and recycle it.
The "t" key is suddenly working fine.3 -
Just because a developer is a programming wizard does not mean we are physical hardware installation wizards as well.
I hate when people ask me to setup their personal home systems; especially networked printers.3 -
This is a rant about that guy who is younger, more talented, smarter, more handsome and a super wizard in everything he does.. and still manages to be a nice guy.
Fuck you. It's unfair3 -
I was going to be a wizard for Halloween, but since I am expected to perform magic year round at the request of clients, I might change it up for one night of the year.1
-
Took a job during the summer vacation and was expected to sit through excel and click products and fill in info (mundane tasks). Overheard the boss talking to the coworkers "We need to translate 77,000 urls into images, how do we split this work up?" I jumped in and said "I can write that in code so you don't have to do it" They all looked at me like I was some sort of magician O_O. Had the program running during the weekend on three computers and all of the 77,000 urls are now a beautiful mess of pdfs and jpgs. Do you have a story that made you feel like a wizard?7
-
Other than being an a**hole, Linus. Guy changed computing as we know it with a little pet project59
-
I spent 4 hours finding a good way to instanciate golang structures. Came up with a function that returned a value or pointer and I just kept reusing the nomenclature for an entire project. Then my buddy looks over and goes, "Ethan, you're a f****** idiot", and shows me the standard nomenclature. Now I have to refactor my entire project. FML.
(Edit: typo)13 -
My dad thinks I'm a lazy twat... (He studied computer sience as well)
Every other member of my family thinks I'm a wizard, Harry.2 -
I've always been critical of python as a development language because of it's efficiency issues and the fact that it's essentially pseudocode. However, today I had to reflect 200 coordinated over the line x=355 for a course lab and I hella didn't feel like doing it in my normal languages. Wrote it using python in less than 2 minutes. It might be a bad language for efficiency, but it's one hell of a scripting language. Sorry, python. I never fully appreciated you until now.15
-
I remember when I was first learning recursion, i thought whoever thought of it must've been on some kickass drugs because it all sounded like sorcery. Just solved my first problem at work that recursion actually made simpler. Does that make me a wizard?10
-
NGL hearing the head of I.T ask you to help a brotha out and "do your magic" makes one feel pretty fucking legit.
I know I pull some magical shit, I know most developers in senior level positions or management do, but I also know we all rarely get recognized. The fact that someone would know that what you do is basically magic for your institution makes one feel so fucking good.
I really fucking try. Shit is hard and holding an entire department together sometimes gets the best of me, but I fucking try.
wish you all the same feelings all the time, always4 -
I switched to vim as a main IDE (yes IDE) just so that common people can think I'm a fcking wizard seeing my dusty trackpad... And also to see their face when they try to show me their programming talents on my laptop 😏25
-
If anyone has been keeping up with my data warehouse from hell stories, we're reaching the climax. Today I reached my breaking point and wrote a strongly worder email about the situation. I detailed 3 separate cases of violated referential integrity (this warehouse has no constraints) and a field pulling from THE WRONG FLIPPING TABLE. Each instance was detailed with the lying ER diagram, highlighted the violating key pairs, the dangers they posed, and how to fix it. Note that this is a financial document; a financial document with nondeterministic behavior because the previous contractors' laziness. I feel like the flipping harbinger of doom with a cardboard sign saying "the end is near" and keep having to self-validate that if I was to change anything about this code, **financial numbers would change**, names would swap, description codes would change, and because they're edge cases in a giant dataset, they'll be hard to find. My email included SQL queries returning values where integrity is violated 15+ times. There's legacy data just shoved in ignoring all constraints. There are misspellings where a new one was made instead of updating, leaving the pk the same.
Now I'd just put sorting and other algos, but the data is processed by a crystal report. It has no debugger. No analysis tools. 11 subreports. The thing takes an hour to run and 77k queries to the oracle backend. It's one of the most disgusting infrastructures I've ever seen. There's no other solution to this but to either move to a general programming language or get the contractor to fix the data warehouse. I feel like I've gotten nowhere trying to debug this for 2 months. Now that I've reached what's probably the root issue, the office beaucracy is resisting the idea of throwing out the fire hazard and keeping the good parts. The upper management wants to just install sprinklers, and I'm losing it. -
POV: You fixed a hairy bug at a FAANG as a:
L3: "You're a technical wizard!"
L4: "Good job."
L5: "Why did you allow this into your team's code base?"
L6: "Why didn't you delegate that?"1 -
Dev thought of the day🤔
Are stickers for dev the equivalent to tattoos for normies?
Or are devs with hackathon tattoos?1 -
I just... don't have the motivation to code. This thing that once gave me chills and joy for hours now feels tedious.
I still love programming. My depression is starting to win, that's all. Tearing up trying to write this.
Oh and yeah, my coworker just knocked out the entire staging Oracle database, so there's that.5 -
When you rock out a solid day of development. Making what use to be an 8 hour job 30 minutes, and everyone looks at you like you are a wizard. This is how I left the office today...3
-
Ok, this is my first post here...and I came here to rant - I had heard about this place, but I guess I just hadn't had a bad enough day...until today...the day I found my ec2 instance was playing hide and seek with me. I just found out that my aws billing dashboard is going to swoosh 2000rs (30$) out of my wallet. Imagine ranting about this to a layperson... ok anyway, I had taken a t2-medium (my first one ever) for a hackathon and I was just playing with the regions I guess and it somehow ended up in the ohio region. I had given IAM access to some of my teammates and they were using it. We were supposed to shutdown the instance after 1 day. The next day I check the dashboard (for N.Virginia - which is the default) and I see no running instances. I thought ok my teammates must've turned it off and I left it at that. A month after the hackathon, I login today and I have this jaw-dropping moment. I now have to pay 30$ for nothing!2
-
Why is it that other programmers think I’m a wizard when they’ve been struggling with an error in their project for hours and I just read their error messages and tell them where the error is/what they need to do/fix?2
-
I just met a whole new level of obnoxious scam mail: Google calendar invites. WTH. You can't even block it.7
-
Rant mode: The guy in charge of the database were working on cannot even add a few lines of data without deleting all the data in the table and reloading it using a wizard!
And he recently got a "Best D.B.A. Award"?!
This is why I don't trust those who brag about their certificates.3 -
I just had a professor unironically ask why students are stressed all the time. Education has changed. The insane assessments and workload make a healthy work-life balance impossible. There's no love of learning when the pace is shoved down your throat.7
-
If you weren't allowed to be called a developer/engineer/etc, what would you choose to call yourself?
Code ninja/wizard/monkey?
Hacker?
Techie?20 -
Government re-employment resume wizard: "Enter your job title for this job experience."
Me: "Development Manager"
Wizard: "Did you mean Biofuels/Biodiesel Technology and Product Development Manager,
Training and Development Manager, or
Wind Energy Development Manager?"
Me: "Web Development Manager"
Wizard: "Website Administrator it is!"
Me: ... bruh ...7 -
I told my lead, "I am creating a new Algorithm" instead of "I am trying to fix this", and instantly I am a programming wizard :D :D :D6
-
What really gets on my nerves?
People that think I can fix every computer problem there is, just because I'm a developer and therefore must know everything about PCs.
What do I look like, a Tech Wizard?16 -
!rant
It's been over a year coding professionally as a frontend Dev and it seems like I have built my career so far just by knowing flexbox.
(I'm a flexbox wizard now btw)4 -
! rant
Sorry but I'm really, really angry about this.
I'm an undergrad student in the United States at a small state college. My CS department is kinda small but most of the professors are very passionate about not only CS but education and being caring mentors. All except for one.
Dr. John (fake name, of course) did not study in the US. Most professors in my department didn't. But this man is a complete and utter a****le. His first semester teaching was my first semester at the school. I knew more about basic programming than he did. There were more than one occasion where I went "prof, I was taught that x was actually x because x. Is that wrong?" knowing that what I was posing was actually the right answer. Googled to verify first. He said that my old teachings were all wrong and that everything he said was the correct information. I called BS on that, waited until after class to be polite, and showed him that I was actually correct. Denied it.
His accent was also really problematic. I'm not one of those people who feel that a good teacher needs a native accent by any standard (literally only 1 prof in the whole department doesn't), but his English was *awful*. He couldn't lecture for his life and me, a straight A student in high school, was almost bored to sleep on more than one occasion. Several others actually did fall asleep. This... wasn't a good first impression.
It got worse. Much, much worse.
I got away with not having John for another semester before the bees were buzzing again. Operating systems was the second most poorly taught class I've ever been in. Dr John hadn't gotten any better. He'd gotten worse. In my first semester he was still receptive when you asked for help, was polite about explaining things, and was generally a decent guy. This didn't last. In operating systems, his replies to people asking for help became slightly more hostile. He wouldn't answer questions with much useful information and started saying "it's in chapter x of the textbook, go take a look". I mean, sure, I can read the textbook again and many of us did, but the textbook became a default answer to everything. Sometimes it wasn't worth asking. His homework assignments because more and more confusing, irrelavent to the course material, or just downright strange. We weren't allowed to use muxes. Only semaphores? It just didn't make much sense since we didn't need multiple threads in a critical zone at any time. Lastly for that class, the lectures were absolutely useless. I understood the material more if I didn't pay attention at all and taught myself what I needed to know. Usually the class was nothing more than doing other coursework, and I wasn't alone on this. It was the general consensus. I was so happy to be done with prof John.
Until AI was listed as taught by "staff", I rolled the dice, and it came up snake eyes.
AI was the worst course I've ever been in. Our first project was converting old python 2 code to 3 and replicating the solution the professor wanted. I, no matter how much debugging I did, could never get his answer. Thankfully, he had been lazy and just grabbed some code off stack overflow from an old commit, the output and test data from the repo, and said it was an assignment. Me, being the sneaky piece of garbage I am, knew that py2to3 was a thing, and used that for most of the conversion. Then the edits we needed to make came into play for the assignment, but it wasn't all that bad. Just some CSP and backtracking. Until I couldn't replicate the answer at all. I tried over and over and *over*, trying to figure out what I was doing wrong and could find Nothing. Eventually I smartened up, found the source on github, and copy pasted the solution. And... it matched mine? Now I was seriously confused, so I ran the test data on the official solution code from github. Well what do you know? My solution is right.
So now what? Well I went on a scavenger hunt to determine why. Turns out it was a shift in the way streaming happens for some data structures in py2 vs py3, and he never tested the code. He refused to accept my answer, so I made a lovely document proving I was right using the repo. Got a 100. lol.
Lectures were just plain useless. He asked us to solve multivar calculus problems that no one had seen and of course no one did it. He wasted 2 months on MDP. I'd continue but I'm running out of characters.
And now for the kicker. He becomes an a**hole, telling my friends doing research that they are terrible programmers, will never get anywhere doing this, etc. People were *crying* and the guy kept hammering the nail deeper for code that was honestly very good because "his was better". He treats women like delicate objects and its disgusting. YOU MADE MY FRIEND CRY, GAVE HER A BOX OF TISSUES, AND THEN JUST CONTINUED.
Want to know why we have issues with women in CS? People like this a****le. Don't be prof John. Encourage, inspire, and don't suck. I hope he's fired for discrimination.11 -
I didn't even realise .NET 7 was released YESTERDAY until a startup wizard pre-selected that instead of .NET 6 LTS
It was surprisingly a quiet launch .-.
Or I was too busy to notice -.-5 -
At home: Man I really love code and everything I can do with it. I'm a fucking wizard.
At work: You want me to copy and paste some text into the view for you? Okay... *cries into keyboard* -
Programmers are the digital equivalent to Wizards.
Funny thought:
Just like a wizard manipulates the physical world, creating spells that obey his intentions, a programmer manipulates the digital world, creating processes and methods that obey his will.
There are quite interesting similarities.... Now where's my digital wizard cape!?5 -
I have seen a lot of people in my life ranting about CSS. But this is crazy! Is this woman some kinda level 999 CSS wizard to do this?
http://diana-adrianne.com/purecss-f...1 -
I've concluded you can't get a job these days unless you're some fucking wizard. It's always the response: "We found better candidates than you".13
-
Okay, friends. I have a challenge. Who can make the sneakiest memory leak example? I need to stump a class of students with something only valgrind can find and I'm having a hard time.5
-
Watching IT crowd AGAIN after seeing a joke my brother didn't understand. Lol. (A fire? At a sea parks?)
-
RANT!
I still struggle to find the suitable address book software for our company. It supposed to be secure and inexpensive. But how so? It's flipping not possible to have both!
My boss answer to almost everything I say: Just do it! - in German: einfach machen! Please hulp!10 -
Okay, Google. Stop this.
I'm very upset. Drive applications have gotten slower and slower over time on every single browser that isn't chromium based. This isn't their fault. You can't make your application, that tons of institutions pay for, gradually slower on every browser that's not yours. This never used to be a problem, and now it affects everyone *but you*. It's highly suspicious given your track record with YouTube. Hidden div over the video to prevent hardware optimization. What the hell?
You used to be the only big 4 company I had some trust left in. Over the last few months, I've lost it.11 -
Weird thought.
Everyone seems to hate electron. It's one of the strongest cross platform developing environments though, so everyone uses it.
Google recently made 2 new platforms, flutter and dart, designed for cross platform applications... but then why is project fuschia's entire UI built in, you guessed it, dart and flutter?
I think Google is trying to make an electron replacement, endorse and grow it in fuschia, and have it grow as the new (resource friendlier) electron.
Of course, only my ramblings. Take with a grain of salt.5 -
Server migration status:
One of our Windows servers took less than 20 mins. SSL and bla bla everything done.
Linux server was a lil bitch but we got it going for the most part .....sigh...
Still using Linux as my primary desktop at home but geezus man. We really need a dedicated master wizard Linux sys admin for this mofocka1 -
Oracle, please get your crap together.
If you really wanted to make an amazing replacement for Java swing, you could have made the scene builder application for javafx not crash every 15 minutes on macOS. Seriously. I can't go more than a half hour without it freezing up and/or having the window disappear, never to open again. I get that it's a complicated program, but it's 10 YEARS OLD. It should have been stable by now.4 -
Know your tools. Take some time to explore them. Knowing shortcuts, the capabilities of your IDE (and plug-ins), libraries and many more will look you like a wizard to others and can save you many efforts.1
-
One hour before a deadline, one of my team members notified me he had completed his task and signed off. The only thing left to do for me was to merge our branches and submit the code for review. This was supposed go smooth with only a few changes made. But for some reason the build kept crashing and this ONE hour before the deadline and no way to reach my team member... This was a stressful situation to say the least.
And yes I am aware that you are not supposed to be merge branches one hour before deadlines. -
my professor expects a full copyright documentation as well as pre post return and other conditions on top of every function in our entire project and she gave us a week to do it. Note that this is in rails. Please help me.9
-
My father follows with great interests what I'm doing (he was working in IT), my mom think I'm a wizard and my grandmother think I'm living on a higher plan of existence 🤔
-
Just found a crystal subreport with 33 shared variables. For those who don't know what that is (lucky), they're super global variables that exist everywhere.
Please send help. I'm supposed to refactor this...19 -
Excel literally has internal support for treating other excel workbooks as SQL databases, encouraging end-users to do that instead of using MS Access properly, and *it doesn't even work*.5
-
Whoever made the Crystal Reports language, screw you and your silent syntax errors. Sincerely, guy stuck maintaining reports.5
-
More and more declining respect for programmers, unrealistic expectations from managers, and worse and worse code as everyone becomes dependent on taking modern hardware for granted.
-
Popular opinion: AI is nothing more than complicated algorithms that no one appreciated before and probably never will. 99.9% of all coding would be AI if mainstream media had their way.5
-
I need to stop adding, weep uncontrollably, between tasks in my work to do list before my coworkers start thinking I'm serious.
Technically I am serious - you would be too if you had to manage the servers I inherited - but I don't want to ruin the all powerful Wizard of Oz vibe I got going.1 -
Repair printers... Somehow writing code translates to the ability to fix any printer problem in their minds.2
-
Ok Visio. You have a Database Wizard that allows me to associate shapes with database records. Cool! You do not allow me to automate this through VBA? NOT COOL2
-
Years ago, I would go on forever with my personal projects. I got so much stuff done I almost couldn't believe it. Today, I just can't. My mental health the last 2 or so years has made me lose interest in everything and i can't even describe how much I hate it. What are you supposed to do when a recruiter asks you why you haven't done much the past 2 years? Say you had mental health problems? Sure they're not allowed to discriminate because of mental health concerns, but they do. I feel like I have to lie on the US disability form, no matter how minor the problem is for the company and little it affects my work ethic. But then, when I'm late more than most because I barely slept or couldn't will myself to get up in the morning, now i can't explain myself.
If anyone here does recruiting or interviewing, please realize that happy face we show at an interview is sometimes a mask for deeper problems we feel we can't admit because we won't be hired. I hate that terrible events made my already inbalanced neurotransmitters worse, but that doesn't mean I will be a worse employee. Please look at me for my skills and enthusiasm for software engineering. That one detail shouldn't be what makes you say no.1 -
Hi I just joined this great Community and here is my thoughts about programming tap "++" if you agree if not then change your mind.
For me programming is like becoming wizard of next generation. Like wizard you can control or create anything because in future you will find electronics containing programs written by a wizard (programmer). We are not people who can repair computer but greater then that because a pc is just a box without programs (software)
You are reading this article because you loves challenges and you are hard working too.1 -
The database column contains values, yet there is nothing in the code that inserts or updates the values in that column.
I'm not sure if the original author of this program wrote bad code or was some kind of malicious wizard. What I do know is that it scares me.5 -
This one is easy, being forced to use visual studio! In fact I made one or two rants about it.
To top it off using NuGet as a pm was also not a great experience to say the least.
Luckily I was not alone and my team agreed and we rewrote the entire legacy code in Java... A much much better experience!
So that was my worst experience.. My best experience was that I started my first big non-school related project and I am super excited!! -
Back when I was my first year of computer science me and a fellow classmate went to the IT store to buy a hard drive. We walked past an iMac and my friend (who was top of our class at the time) looked at it and said: "That is a nice screen! But where is the computer". Laughed my ass off, and we are supposed to be cs undergrads...1
-
SO sucks.
I'm looking for a community there I can learn good code practices through code review, but getting into a huge established open source project is really intimidating. Anyone have any good suggestions? My skill set is mostly Java and go2 -
I spent 13 hours on a class project using c only to not finish because malloc had a mind of its own and kept segfaulting with errno 16, or "resource busy". Fml.6
-
My colleague was presenting a spec for a piece of software our team has to make. I point out some flaws. He gives some incorrect counter arguments. I give arguments for why those arguments are incorrect and point out the flaws again. This time some one from the team agrees with me
My colleague: "Oke, we should just do it like this anyway"
Me: *facepalm* -
Sometimes I think, when my Computer would be human, he would punch me in the face for that gibberish I type in and call coding.
But yeah, then more I learn, then more I Level up as a Wizard.
Currently on Level 6 "Wayne Shitbag Wiz0rd" -
Yubikey: Worth it?
I'm a college student with way too many logins and offend reusing passwords. I also do password semantics research at the institution and know how useless they are.4 -
Microsoft, why did you put a index base modifier command into VBA if 2/3 of your built in libraries ignore it?
-
Ok so this jr dev at my office was working on a shopify site and didn't know if you edit menu items in a site copy it also affects the main site
then she freaked out like crazy because she didn't remember what the original header links looked like and me like a zodiac wizard
came in opened wayback machine then boom showed her the original site5 -
Just office things.
"Yes Dr, we do cover the corpse as part of our policy if such a case occurs."
Something about the corpse falling off a gurney and breaking something from what I could tell. Granted, it's dead already. People love to sue. -
!rant
Golang Backend + Supabase = ❤️
I feel like a freaking 🧙♂️ built a real-time chart in an hour!3 -
tech D&D
dev = fighter
ops = cleris
network = wizard
design = bard
dba = warlock
infosec = rogue
it is not mine but i think its great analogy. and because i always choose the warlock1 -
I’m Programing an rpg app using c++ to run some home brew. For character creation, I’d use items and classes and races as enums right? And I can give enums stats like say, a sword would have cutting damage and base attack as 5. Or selecting “wizard” and taking on the base stats of whatever level it so be...7
-
I hate people who own crypto and think they're some futurist tech elite. You don't know how the price will fluctuate in the future so stop thinking you're some goddamn fucking wizard. Just because you know the very basics of how a blockchain works or simple economics, doesn't mean you're better than those who don't own crypto.1
-
Whoever wrote this line of code... please take on a different profession.
`else if len(LEFT({ODWR_CLAIMSNAPSHOT.POLICY_TYPE}, 3)) > 0 then`6 -
Today, a colleague requested a merge with 5 commits, but only 3 changes. He must be a wizard or an idiot.1
-
DEV dream journal: I dreamed about a decentralized A.I. that injected itself on every device and reprodused itself on a 3D printer. Well, in the end some sort of super quantum computer killed it tho. 🤣 should go out more often and stop watching terminator4
-
<3 VS-CODE (:
It's like having a customized tool , well a weapon in that sense 😂😂 Developers like to think of themselves as wizards (including me) and every wizard needs their wands 😋😋3 -
Started using Django today after working with rails for a long time. I like it so much more already.5
-
My favorite method to learn something new is just to buy a book or download a paper about it or something lock myself up in my desk and not go home until I accomplished something. Those have been some fun nights so far!
-
Anyone have keyboard recommendations below $50 USD? I can't stand the one my office provides anymore. Flipping thing is a $10 piece of garbage that comes with the computers. Note that noise is an issue.16
-
So here I am, in a summer course for IMM introduced in JavaScript. I knew I wasn't going to be a fan of the insane junk it does. I just didn't expect to see it IMMEDIETLY.
var size = 1;
#ps5.js draw loop
size += 1;
print(size);1 -
I think I won't be happy if all my codes works perfect no bugs at and all, I think I'll feel like my life have no purposes or as the wizard will say the coder have no destiny , how would you feel if all your codes works every time .1
-
my next challenge is now building a personal portfolio page :)
I'll create a one pager.
I'm just excited cause its a lil bit harder than building an easy tribute page. My heart will go on xD2 -
My patience for making guis has completely died, and it's making my open source work... fustrating. Tried QT, tried GTK+, tried swing, and JavaFX. Can't tell if I just suck at it or I'm on to something.
-
There's no good way to describe the feeling of fixing a bug but having no idea how you did it. You stash, hard reset, toy around, fix it again... and still don't know what you did, but decide, "Eh. Whatever I guess."
-
Davi Ottenheimer; security wizard and one of the coolest and most knowledgeable guys i know. Met him at IANS2019 and haven't worked up the courage to email him
-
They increased 1 single file to have over 1.6 million records of data and bow the processing takes 12h to complete. They want me to improve the current bash scripts to decrease this processing time down to max 5 hours. Are you serious rn. Do i look like a magic fcking wizard 🧙🏿♂️🪄15
-
I simplified 7 functions down to a blob because it was truly unreadable and fragmented. As I did it, I thought there was no way I did it right. This can't be the logic. Nope. It is.
Yeah, the formatting could be better. End of the shift so that's a tomorrow thing.10 -
Okay, legit.
I have protanopia (red color blindness) and red text on a screen is always difficult to focus my eyes on. It's like I have different focal points for the screen in general and red text. Is this just a me thing, or am I onto something?12 -
There have been several occasions where a teammate's computer was acting up and upon me walking over the issue resolved.
Now they all think I'm a wizard...1 -
When a person asks what do I do I tell them that I'm a cyber wizard.
It explains it well doesn't it ?
God damn muggles... -
Working with Crystal reports, getting ready to deploy my changes. Guess what? My tiny changes to output has successfully broken 12 other fields, and 1 that is in absolutely no way related! Comes right from the database!
And it's crystal, so there's no debugger or logging. Plus, the report takes an hour to run! Today's gonna be a fun one!6 -
That moment you remember that yesterday you said "that's a tomorrow me problem" and you're that tomorrow you.1
-
Why the fuck do I have to start an SSMS data import wizard all the way back to the beginning when it fails?1
-
sap_crystal_reports_crash_count++;
fustration++;
anger++;
hatred_for_sap++;
// Every time a report crashes, it doesn't free the
// resources until the whole machine crawls to a
// halt. Why.1 -
When you read a requirement wrong and can start coding all over again after an afternoon of work...2
-
Our team has to add some features to an existing application/platform. Its a mobile application with a server handling all the logic and a database for records storage. Fairly big project, a few 1000 lines. Ohh and did I mention that there is absolutely NO DOCUMENTATION???! Why on earth would you even be like ohhh let's do this project but write absolutely no documentation for it! Why???1
-
Followup to https://devrant.com/rants/2178597/...
It gets worse.
`if len(Replace({ODWR_CLAIMSNAPSHOT.LIMIT_DESCR}, '/', '-')) > 0`5 -
Best part of being a dev:
You can tell people you can't do something or it will take twice as long, and they don't have a clue as to why because you are a wizard in their eyes -
I am a 3rd year undergraduate and we need to make a web based project. Problem is no one on our team has ever made anything web based or even a simple website before. We need to run some Java code in the backend apart from that we are free to do whatever we want. Any advice on what frameworks to use and what to avoid?
I literally have zero experience on this so any advice is appreciated!3 -
Heres a truly vitrolic and unnecessary rant:
Package control for sublime is all well and good
through the command palette, but it's just
fucking retarded. How about you point me to a
FUCKING COMMAND to actually INSTALL A
MOTHERFUCKING PACKAGE YOU
FINGERPAINTING FUCKWITS?
Under babel plugin while browsing packages
on packagecontrol.io:
"Find it as Babel through Package Control."
FUCKING HOW?
What command?
What fucking command? How do I "Find" it?
The browse command just opens my
motherfucking browser. How do I fucking install
your fucking packages you assholes?
"Use autocomplete" except your god damn
autocomplete doesn't list "install package"
for some god damn reason because everything
web is a broken pile of utter shit, built
on a more shit, like a leaning garbage tower
of bullshit waiting for the smallest mistake to
take down the entire house of cards like
someone removing a leftpad on npm.
Maybe specify I have to enter
"install package" and THEN hit enter, and THEN
enter the GOD DAMN MOTHERFUCKING package name
on a separate god damn line for
some fucky reason.
Next time don't make a tool that breaks
motherfucking conventions. It's bad enough
every fucking look-at-me-im-smart cunt of a
dev and their dog has to invent a CLI and
then go and invent a new domain specific
language too motherfuckers.
Next tool that breaks convention around me is
gonna see the dev lit on fire.
fucking uppity cunts.
"Say thanks" the site say. I am not
feeling fucking thankful at the moment.
The least you can do if you're going to
contribute to open source, is not make things
actively fucking worse, least of all in the
fucking *documentation*.
FUCK count for this rant: 19 / 50,
RANK: RUSH HOUR TRAFFIC
0-5: GENTLE AS A LAMB
6-10: ANGRY GOAT
11-15: NUN WITH PMS
16-20: RUSH HOUR TRAFFIC
21-25: CANTANKEROUS VIETNAM VET
26-30: BREAKING SHIT
31-35: DOMESTIC DISTURBANCE
36-40: BIPOLAR EPISODE
41-45: DESPAIR EVENT HORIZON
46-50: BROKEN CAPSLOCK
50+ : MIDLIFE CRISIS / MASTER GRAND WIZARD
OF RANTS AND ANGRY-WORD MASTURBATION.
If you prefer to cheat, you may also include any
cursewords in general, but be warned, you'll
never know the sweet taste of victory when you
achieve the rank of master grand wizard.
Like when you were a kid, and you discovered
gameshark, and all your hopes of finishing that
one game became but a ruthlessly hollowed out
husk, somewhere where could-have-been childhood
memories and nostalgia go to die like the
graveyard of dreams
(the same place officer workers souls go).4 -
Get a bug report, look at the code: it was fix a month ago by... Me. The look on the face of my colleague like I'm a wizard or something: priceless1
-
grrgerefaeornvadfvnafvalfbv!!!!!!! *smashes keyboard*
Crystal reports, when given a null value into a display string, will just ignore everything and output a blank.3 -
If there existed a framework like pytest for other languages, would you use it?
If that framework made those tests part of the documentation to show how the system works, would you be more likely to?2 -
I couldn't find a program for this so I'm making one. Cli based. Have a json object you need to unmarshal in golang? Yeah I was getting tired AF making structs for all of them with the json tag name over and over, so I'm mid way through a python script that generates the structs for you. I'll link it here when I'm done.
And if you're wondering why python? Dynamic object definitions. That's why it's trouble in go in the first place.3 -
I think the first time I ever felt like a wizard because of dev work was when I discovered creative coding and all the fun you can have with it.
-
I'm lost here 😑! Got a new job and I supposed to analyze/fix/update/ the communication softwares/hardwares internally. Data security is insanely important and everything should be inexpensive 😑. Any suggestion what I can use as softwares and communication tools?7
-
I have a meeting in 1 hour that should be about the deployment of a product. This morning I got 2 emails from the client about some not so small changes.
Not sure how I can explain that I'm not a wizard. -
Lockdown has got me reading a lot of books. Books about business or startups are a lot faster for me to read. It’s like reading a story book and I’m done in a week. But reading technical books (like I’m currently reading SICP aka wizard book) is a lot more heavy duty mental work. Y’all got any pointers for me about this?2