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 - "catgirls"
-
Today we were all called into a meeting and the CEO was livid. He went on a rage about how the CTO was wasting money on useless shit (GitHub Enterprise). He said I bought laptops for a reason if there’s a fire someone better protect our assets and code. He wouldn’t reason with us and went into github and deleted everything. The CTO was fired and no one is leading our team. Wondering if I should quit 😶29
-
I am a junior dev and Elon musk inspires me to become rich and innovative. ^_^
Mark my words! Within next 5 years i will be super rich and setup my own company of genetically engineered catgirls <3
#wait_for_it!8 -
Wow Mozilla published an infographic instead of an actual blog post and didn't include an alt-tag. Let's just ignore the fact that blind users exist and use screenreaders, articles about privacy don't apply to them right?9
-
I was asleep and woke up and just had the thought: fuck Oracle and fuck Oracle DB. Going back to bed now 😴😴😴5
-
Let’s make an app like LinkedIn except for tech nerds who wanna date. We shall call it KinkedIn - Dating for Nerds!14
-
Worst hypothetical Dev job... hmm 🤔 well I think I have the right scenario for you. A medical company stores patient charts and critical life saving information in a database. This database makes medical decisions for lifesaving incubators and if there’s a bug it means 10,000 newborn sick babies will die because of your fuck up (oh and you’re criminally liable too so good luck!). But beyond the high pressure job that sounds at least somewhat normal, the database is written in a special form of assembly for a custom undocumented CPU where only one copy in the world exists so all tests and development are on production. Google and StackOverflow is banned so your only resource is your brain. Good luck🍀9
-
Me: For Christmas I want a unicorn
Santa: Be realistic
Me: Okay I want to write safe code in C
Santa: About that unicorn...12 -
Our neighbors need more toilet paper badly. I wonder if they’ll go door to ask asking people to spare a few squares next 🤔3
-
There’s no reason to keep using Windows. Don’t buy games that don’t offer a Linux version. Don’t take jobs that require you use Windows. Eventually as people refuse, businesses will follow or lose out 😁😁😁24
-
Thanks to Microsoft Office 365 I never worry about getting junk in my inbox because all emails including ones sent from within Microsoft Office 365 go to junk.
-
Visual Studio 2019: there’s really no reason for me to explain why this is the best editor without question.5
-
2020 goals:
* Complete my gender transition
* Learn C#, ASP.NET Stack and become a productive Microsoft Stack Developer
* Find a new, higher paying job
* Buy more stickers18 -
With work from home being way more productive why the fuck would any software development company go back to the office? Rent, workstations, and electricity are expensive! Why spend that money when it’s not essential to your business.6
-
Why can’t we take the slow COBOL powered State Computer Systems and run it on more powerful servere? Why is a rewrite needed?11
-
Fuck you Windows 10 Activation I should not have to use a phone system to reactivate after losing $100 already due to needing a motherboard swap 😡14
-
Best toothpaste it will make your teeth extra white. As a bonus it’ll get you past border security while they check your temperature all that heat will be appropriately spread out to a cool 98.6F.4
-
What’s a really expensive MySQL Query? I need to add it to a CMS application for “research purposes”.17
-
Apple must have people really good at IDA Pro macOS masks the uname -a string perfectly. Side note: macOS is the best Linux distro.7
-
Do you still charge your clients extra for HTTPS being it’s practically a requirement now for SEO purposes?7
-
Lots of stuff for my new rig is being delivered today. Sadly mobo+case won’t be here until Monday 😭😭😭2
-
Finding a Ruby on Rails developer job here in North Carolina fucking sucks. I got through three sets of interviews and they told my recruiter I aced them and answered their questions flawlessly but instead of hiring a ruby developer to 1-3 years of experience they now want to hire a software architect with 4-6 years of experience. This company wasted both of our times.
Finding Ruby developer jobs is hard and I’m looking into whether I should switch to another tech stack to make my job search easier.
Thoughts?7 -
What type of processor will run Visual Studio Community and perform instant no delay compiles? Apparently 3.9Ghz Quad Core with 16GB of DDR4 3600mhz RAM isn’t enough. What will make things snappy?16
-
Admittedly as an engineer my SQL knowledge is minimal and I develop database driven web applications on a daily basis. Most programming languages have object-relational-mappers that handle things for me. I have a unified object store with easy querying and SQL is handled form me. You don’t have to be an expert in every technology to be an engineer.rant engineer orm sql engineering software development object oriented programming software engineering database8
-
Was moving some equipment into my closet/attic space to reduce noise and had to use a laptop with SSH to reconfigure a few things. It was dark with only a laptop screen to guide the way.1
-
Should I buy more ThinkPads or poster board for stickers? I plan on buying 100s of stickers to put around my laptop and house.5
-
What’s the appeal of Microsoft SQL Server 2019 over something free like PostgreSQL or MariaDB?question windows servers windows sql server sql microsoft mariadb database mysql microsoft sql postgres postgresql6
-
So I ordered the wrong size coffee filters on Amazon 😶 I know they were probably already in the area but UPS guy got here in 10 minutes to pickup my return I need Amazon to deliver my packages that fast 😂5
-
Resharper and Visual Studio LiveShare got locked up and made coding impossible. Turned off my PC for tonight. Will look again in the morning and seek a solution.
-
Why do people hate on VIM so much? It’s easy to exit one you understand the different between command and edit mode.5
-
Was patch Tuesday for Windows 10 canceled because yesterday was a US holiday? No updates are available today and it’s 5PM now. Was gonna install before I go to dinner.2
-
How do I extend ASP Identity on .NET Core to check the database on every page load for an IsAdmin Boolean on the extended IdentityUser class? I need to do this to ensure rights haven’t been revoked and the user is still allowed to access restricted pages.10
-
What are some easy to use end to end encrypted chat apps as an alternative to SignalApp? It’s been super buggy lately and need an alternative. It has to work on iPhone.9
-
Is their a better way than ASP Identity Claims to verify permissions before accessing a page? Refreshing claims in every page load doesn’t seem to be a great solution. Thinking about some sort of permissions middleware. I need to check those IsAdmin roles before any admin area data is accessed. What techniques are you using for authorization in your code base?3