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 - "6"
-
Kids, dont try this at home.
[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo *CLICK*
A.K.A terminal russian roulette.12 -
Saw an add on my fb feed:
"We will make you a programmer in 6 weeks" - course in programming.
6 f*king weeks! I've been studying 5 years, wrote down butt loads of code, debugged billions of bugs, read hundreds pages of documentation and I wouldn't call my self a full developed programmer.
But hey, those fu*kers will make you a programmer in 6 weeks!15 -
6 engineers in the team, 6 of us using a different IDE/editor.
Everyone except me is wrong, amirite? :P6 -
Let's make something in angular sounds like a great idea.
6 months later
Let's port everything from angular to react as angular 2 is a complete rewrite.
Another 6 months later.
I think i like the simplicity of vuejs.
Lets try that now. 😂😂😂1 -
The last year my school installed MagicBoards (whiteboard with beamer that responses to touch) in every class room and called itself "ready for the future of media". What they also got is A FUCKING LOW SPEC SERVER RUNNING DEBIAN 6 W/O ANY UPDATES SINCE 2010 WHICH IS DYING CONSTANTLY.
As I'm a nice person I asked the 65 y/o technician (who is also my physics teacher) whether I could help updating this piece of shit.
Teacher: "Naahh, we don't have root access to the server and also we'll get a new company maintaining our servers in two years. And even if we would have the root access, we can't give that to a student."
My head: "Two. Years. TWO YEARS?! ARE YOU FUCKING KIDDING ME YOU RETARDED PIECE OF SHIT?! YOU'RE TELLING ME YOU DON'T HAVE TO INSTALL UPDATES EVEN THOUGH YOU CREATE AN SSH USER FOR EVERY FUCKING STUDENT SO THEY CAN LOGIN USING THEIR BIRTH DATE?! DID YOU EVER HEAR ABOUT SECURITY VULNERABILITIES IN YOUR LITTLE MISERABLE LIFE OR SOUNDS 'CVE-2016-5195' LIKE RANDOM LETTERS AND NUMBERS TO YOU?! BECAUSE - FUNFACT - THERE ARE TEN STUDENTS WHO ARE IN THE SUDO GROUP IF YOU EVEN KNOW WHAT THAT IS!"
Me (because I want to keep my good grades): "Yes, that sounds alright."13 -
How real men play Russian roulette:
realman@root:~$
[ $[ $RANDOM % 6 ] == 0 ] && rm -rf /* || echo *click*7 -
hi
i just spent 6 hours and 25 minutes trying to figure out why data doesnt get inserted and updated into database but works locally.
after 6 hours and 25 minutes i realized i forgot to put connection.commit() in my code after inserting and updating queries.
ok2 -
6:30pm: "You programmers have no life at all. Spending the whole day infront of a computer! "
6:31pm: "Hey could you please loan me some money, I am so broke right now"
*Me singing in my head*: 🎵🎵Young, dumb and broke4 -
How to get six pack Abs (Developer Version):
1. Do 20 bicycle crunches whenever your test fails.
2. 30 seconds plank whenever there's a issue assigned to you for your code.
3. 50 mountain climbers whenever the code breaks while you are giving a demo to client/boss.
4. 12 jack-knife sit-ups whenever you miss your deadline for more than 2 weeks.11 -
Teacher : What's 1+6 ?
Some kid : it's 7
Fan boy: Shut the fuck up kid.It's still 6.. It's Oneplus 6.13 -
Employee: Let's add a semicolon here, we can optimise this code.
Google: Let's call it Angular 6joke/meme howthefuckarewesupposedtouseitonproduction angular6 howthefuckdoesgooglereleaseangularsofast fastupdates2 -
I had the perfect opportunity to finally do some hobby project coding: a 6 hour fight.
I take my fucking expensive laptop out of my bag, it's hot as fuck. FACKING WINDOWS 10 didn't shut down properly, took up ALL battery (which usually lasts ~12 hours). FACKING waste of 6 hours of private time. FUCK WINDOWS 10. FACK. I am now about to embark on 6 hours of boredom. FUCKING PIECE OF SHIT OS7 -
how people count
normal people: 1 2 3 4 5 6....
me: 0 1 2 3 4 5 6...
them: wtf u doing, 0 is not included8 -
SeniorDev: "If we were only allowed to use C# 6 features, we could reduce our code base by 30%"
- other devs nodding their heads in agreement -
Me: "So, are you going to change our entire code base to be C# 6 compliant?"
SeniorDev: "Uh, oh hell no."
Me: "So those C# 6 features are going to reduce our code base by 0%?"
SeniorDev turns around without saying a word.
Getting a bit awkwardly quiet now. Better watch my back.4 -
So I’m having an argument with my gf.
Is it “Why is 6 afraid of 7?” or “Why is 10 afraid of 7?”
I fucking said that 6 has not seen the action of 7 eating 9. But 10 has, therefore he is scared.
If we were to iterate from 0 to 10, we would see that 6 hasn’t seen shit.
Let’s print out each number if we iterate through and find a consecutive 7, 8 and 9 then print out “Oh shit 7 ate 9.”
0
1
2
3
4
5
6 // Hey honey I don’t see anything here??
7
8
9
Oh shit 7 ate 9
10 // Someone call the fucking police
Thoughts?10 -
Today a recruiter answered an e-mail I sent 6 months ago when I was looking for a job. Should I answer back in 6 months saying I'm not interested?8
-
A: Done job for today.
B: Let me check your code.
A: Sure.
B: Only 6 lines of code in a day?
A: Yup, 6 line of code is better than 1000 thousand line that can do the same thing.
B: 😑😑😑 -
Being a Programmer:
My mom said:
"Honey, please go to the market and buy 1 bottle of milk. If they have eggs, bring 6"
I came back with 6 bottles of milk.
She said: "Why the hell did you buy 6 bottles of milk?"
BECAUSE THEY HAD EGGS!!!!3 -
Just found out that IE11 doesn't even support ES6 classes...
I couldn't care less about but still...6 -
Working on a 6 months long project with delivery scheduled in one more month.. Now my manager says we either ship it in 6 dev days or he gets fired.8
-
Your choice. Select one
1.
foo (bar) {
return true;
}
2.
foo (bar)
{
return true;
}
3.
foo (bar) { return true; }
4.
foo (bar)
return true;
5. Collapse
|-------------------|
| foo (bar) ... |
|-------------------|
6.
#define foo boo
#define bar par
#define ( `
#define ) '
#define return go_home
#define true false
#define { ☞
#define } ☜
6-1.
boo `par' ☞
go_home false;
☜
6-2
boo `par'
☞
go_home false;
☜
6-3.
boo `par' ☞ go_home false; ☜
6-4.
boo `par'
go_home false;
6-5.
|--------------------|
| boo (par) ... |
|--------------------|
Select and Comment below.
Or add your own.27 -
You know what I fucking hate? Going to interviews with 4-5-6 different steps and then not getting the job.
The worst part about this time is that I've been to 6/7 of these... And still not gotten anything.2 -
Me after using Prolog for 6 hours because of University...
Sometimes prolog gives me brainfuck (pun intended)3 -
FUCK YOU NBN.
It's taken this shit company 6 "Specialist" technicians and almost 2 months to identify that the connector from the mainline to the multiport is not aligning. Now I have a planned remediation date of the 15th October.
Possible 6 months without internet. FML18 -
Please who the fuck wrote sql query with 6 nested select queries as 1 giant view. Literally 6 paranteses. Garbage 30 year old legacy codebase Please fuck off i now understand why nobody wants to work on this bullshit15
-
!Rant
.net 6 + c# 10 is a blast to work with !
I double dare you to create hello world with less lines :) (It's actually 1 line in .net 6)5 -
I feel like an old man when I hear the Safari rants.
"In my day we had to support IE 6... and we liked it!"4 -
There are 6 regular polytopes:
Cube
Tetrahedron
Icosahedron
Octahedron
Dodecahedron
Utah Teapot
All hail the Utah Teapot!2 -
!rant
When did you guys join devRant?
I can't believe in just 6 months, it's important part of my daily life and the community has grown so much.
I joined on 6/23/20165 -
class Bug():
def __init__():
self._fix = random.randint(1, 6)
def fix():
if self.is_feature :
return Feature(self)
else:
if random.randint(1, 6) == self._fix:
Bug()
del self
else:
return Bug() -
When you notice about the trains of your city use Java 6 in Windows XP and you think: please tell me that brakes don't
-
I worked for 6 hours on my website and I have done just the header. I don't know if it's a good thing or a bad thing.2
-
Anyone here use the Surface Pro 6?
How it it like? (I am planning to buy one)
Specs I want... i5 / 8gb / 256gb
(And is the Type cover worth it?)11 -
Legacy code that has a really long and convoluted way of integrating Dropbox authorisation to save files etc.
This happened in a meeting discussing where I’m at with the upgrade.
Me: This upgrade is going to take a while because of how outdated the app is. Also for assets uploaded by the user why don’t we just use active storage for this now as we have rails 6 now. Plus it will reduce a lot of code.
Other Dev: why would we do that? It’s a big change and will need testing.
Me: A lot of stuff is broken after the upgrade anyway and if we have a more built in simple way to do it why wouldn’t we? Also simplifying the code base is always good. The PR is already 1000+ files and we’re going to have to retest the app anyways.
Other Dev: *crickets*
I’m trying to make the app more smooth and streamlined and overall a better codebase as currently it’s shocking there and security holes galore, its like they don’t trust me with changing anything big haha honestly I think I’m the only one who wants to actually improve the application.2 -
When working as a full-time developer
TGIF!, Its already 6 hours? YES!
Working freelance or on your side-project
TFIG?! What TGIF. This feature took 6 hours? FML. -
full drupal site build in 24 hours.
6 hours design
6 hours infrastructure
12 hours build (including custom modules) -
The daily commute to my College takes 6 hours off my day.
And all I do is listen to music all 6 hours.4 -
So,the company I work for has a giant application that runs Java fucking 6
Every time i need to restart it I need to wait 15 minutes.
Fuck giant monolith
Fuck java 6
I fucking miss micro services :/2 -
mvn clean install: all tests pass
run all tests in IntelliJ: the same 6 tests fail every time
run those 6 tests in IntelliJ: they pass
-_-4 -
I've been using my laptop for only 6 months ... And suddenly the screen is completely black, but the touch screen still works (super weird). Kinda freaking out after paying more than 1k$ for it and it only worked for 6 months..... 😠2
-
Cost of 128 GB SSD for Microsoft Surface Pro 6 = US$ 430
(rest of config same)
Can somebody explain it to me or rather them?7 -
one thing I don't like about programming: documentation. I've spend 6 hours today on writing use cases :(
-
Will be purchasing Surface Pro 6 directly from Amazon. It's my first time international shopping, hope it goes well.
And I should divide my order not to pay too much taxes, that's troublesome.7 -
6 weeks of working on some crackpot bull shirt half ashed code just to end up using a pre built theme that works like a charm... Wish I had thrown this old code out 6 weeks ago.
-
A friendly reminder to all the .Net devs
.Net 5 support will end 6 Months after .Net 6 releases
https://dotnet.microsoft.com/platfo...4 -
Been way too long since I did something that wasn't WordPress, so I decided to take some spare time this weekend to scratch-build something and get around to finally learning how to transition from Foundation 5 to 6 while I'm at it (since jQuery compatibility requirements mandate I finally make that jump going forward...).
Started off with a plan for a custom-designed CMS built around a personal research project I've been doing. Worked it all out mentally. Then got started and realized I probably want to start by securing the system and provisioning for user accounts, so I've been working on that all weekend so far...
On the plus side, I've written a pretty nice user management module for any future personal projects, and have *finally* gotten around to learning how to do prepared statements in MySQLi.
On the neutral side, I still haven't gotten around to building any of the substantive stuff I set out to work on this weekend because I've been helping a friend out IRL with some non-programming stuff.
Such is the way it goes, eh? Hoping tonight I'll finally finish up with the administrative items and be able to get down to building the actual meat of the project. -
So, forgive my ignorance, this isn't a troll just a question.
How are continued fractions related to modular arithmetic?
Take the following example:
70%32 = 6
70//32 = 2
which we can just represent as
6+(32*2)
Now, as a continued fraction, we would do
70/32 = 2 + 6/32
and repeating what we just did but for 6/32, as you would with a continued fraction.
Am I actually doing everything correctly here or am I missing something?4 -
Guys how do you manage sleeping while you need to wakeup at 6 AM to work on a project? if you slept at let's say 3 AM can you wake up at 6 AM then take an hour nap at 11 AM until 12 PM ?13
-
FINALLY.
https://devblogs.microsoft.com/dotn...
In 6 month ready to challange C and C++ on performance vs time.12 -
I needed to rewrite pagination from:
A) 1 ... [3] 4 5 6 ... 13
B) 1 ... [4] 5 6 7 ... 13
To:
A) 1 2 [3] 4 5 ... 13
B) 1 ... 3 [4] 5 6 ... 13
And the maths got me a headache3 -
*plugs in Sun Microsystems Type 6 keyboard*
Okay, several questions:
- Why is my Compose acting like Super?
- Why does Meta no longer exist?
- Why does Menu no longer exist?
- Why is Num Lock stuck on?
$ sudo dpkg-reconfigure keyboard-configuration
> Sun Microsystems Type 6
Thats better. -
Old,but gold programmer joke
Wife asks her programmer husband to go and buy some things from a shop.
Wife: Go and buy 1 carton of milk,if they have eggs in the shop - bring 6.
Programmer comes back with 6 cartons of milk.
Wife: Why you bought 6 cartons of milk?
Programmer: Because they had eggs.1 -
Family is out of country. Im getting 6 days off because of religious holidays. I think 6 days would be enough to jump start my new pet project. Bring it on!4
-
in morning ...
SELECT *
FROM some_fucking_40_mil_records_view
where rownum < 6;
Still crying about the slow internet connection ... -
Just replaced a mess of a 6 row, 6 column grid done using bootstrap with 4 lines of CSS3 grid layout (shorthand).
Why do we even need full Bootstrap when ya got Grid and flexbox now? Oh right, .btn colours... 😖😫😭3 -
The problem about being a programmer:
My roommate: "Bro if you're going to the market buy 1 bottle of milk. If they have eggs, bring 6."
I came back with 6 bottles of milk.
Roommate:" Wtf man. Why did you buy 6 bottles of milk."
.
.
.
Well fuck.
:/1 -
Building a site in Foundation 6, and there's a form where users may need to add new possible entries to a pool of valid choices, so I've got a second form that loads in a modal below the main form.
The second form loads fine, but when I try to use AJAX to submit the form and process things without leaving the page, Foundation stops working.
jQuery(document).ready() breaks it.
Just doing jQuery('form.ajax_form').ajax() without the .ready() wrapper breaks it, too.
Going to just wall it off as a beta feature for now, but if anyone has any idea why it isn't working, I'm all ears. -
Dear Dark Side #5
Don't respect updates, save your company:
Create restore points on your colleagues machines.
6 months later, restore those points.
6 months later, restore those points. -
The one day a year when the American date format is better: 6/9
Europe date format is pretty good on 9/6 though.
🍿🍿🍿3 -
Honest question:
For an open temp role, we are looking for someone that knows and used Angular 1.5 and ECMAScript 6.. yet everyone we have interviewed so far only knows up to Angular 1 and doesn't even know a new version of JavaScript came out, or have never used it before.
Are we really asking too much for someone interested in a temp role or are we just getting unqualified candidates?9 -
TL;DR how much do I charge?
I'm freelancing for the first time; regularly, I get paid a salary.
I'm freelancing as a donation: the hours I put into this work directly translate to deductions in my tax. I don't get paid any money directly.
I'm doing some web-based enterprise software for an organization. Handling the whole process from writing responsive front-end code to setting up the server and domain for them and even managing myself. So full stack plus dev ops.
My normal salary is $31 an hour and at work I do less. I largely do maintenance for existing applications plus some very minor new systems design. I don't do any server management (different team) and I damn well didn't buy the domain names for my company. So I think it's safe to say I'm taking on a drastically larger role in this freelance gig.
My moral dilemma is the organization will basically say yes to any price - because they don't pay it, the government will (up until the point I pay 0 taxes, I suppose)
I've done some minor research on what other freelancers charge for somewhat similar things and I get pretty wildly varying results. I've seen as low as $20/hr but I really doubt the quality of such a service at that price.
I'm thinking around $50 USD an hour would be a fair price. For even further reference besides my actual salary, I will say that I am in a urban / suburban part of Florida, where developers are very hard to find locally.
Is $50 too high? Too low? This is a very complicated system with (frankly excessive) security practices and features. Before this they had a handful of excel spreadsheets in a OneDrive folder.7 -
how many times a day can a dude shit? oh my God ts so fucking annoying!
shitted about 5-6 times today
every day i shit
max: 6 times
average: 3 times
minimum: 1 time6 -
Our working hours is 9 to 6, but it feels embarrassing to go home at 6 because you are expected to work overtime.5
-
Started learning development 6 years ago with VB on YouTube, after a year I switched to C# and then I got into web development so I started learning html,css,javascript,php and I just add to that list nowadays (nodejs, python, rust, ruby, ...)
-
Today I got the case for my new Pixel phone... so switched from my Oneplus 6.
It's the first one I'm not going to root...
It's also only my 4th phone now that I think of it...
Google Galaxy, Oneplus 1, OP 6, pixel 4a 5g... -
If the clock is not complicated enough, with DST and timezones.... holidays and red days is even more complicated..... (a perl sub which returns all red days for sweden. It does not return any holidays thats always saturday or sunday)
Requires Date::Calc and Date::Easter
What a mess dates and times become..,
sub GetHoliDayList() {
$yeartocheck = $_[0];
$holiday{'1-1'} = '1';
$holiday{'1-6'} = '1';
$holiday{'5-1'} = '1';
$holiday{'6-6'} = '1';
$holiday{'6-24'} = '1';
$holiday{'12-24'} = '1';
$holiday{'12-25'} = '1';
$holiday{'12-26'} = '1';
$holiday{'12-31'} = '1';
($eastermonth, $easterday) = gregorian_easter( $yeartocheck );
$hea = int($eastermonth)."-".int(int($easterday) - 2);
$heb = int($eastermonth)."-".int(int($easterday) + 1);
$holiday{$hea} = '1';
$holiday{$heb} = '1';
($year,$christskytravellermonth,$christskytravellerday) = Add_Delta_YMD($yeartocheck,$eastermonth,$easterday, 0,0,39);
$chstv = int($christskytravellermonth)."-".int($christskytravellerday);
$holiday{$chstv} = '1';
if (Day_Of_Week($yeartocheck,6,19) == 5) {
$holiday{'6-19'} = '1';
}
if (Day_Of_Week($yeartocheck,6,20) == 5) {
$holiday{'6-20'} = '1';
}
if (Day_Of_Week($yeartocheck,6,21) == 5) {
$holiday{'6-21'} = '1';
}
if (Day_Of_Week($yeartocheck,6,22) == 5) {
$holiday{'6-22'} = '1';
}
if (Day_Of_Week($yeartocheck,6,23) == 5) {
$holiday{'6-23'} = '1';
}
if (Day_Of_Week($yeartocheck,6,24) == 5) {
$holiday{'6-24'} = '1';
}
if (Day_Of_Week($yeartocheck,6,25) == 5) {
$holiday{'6-25'} = '1';
}
return %holiday;
} -
I hate on screen finger print scanners...
I've had to take 3 prints of my thumbs... And unlocking is just slower... Especially since the screen first needs to turn on....
I bet for Pixel 7, they going to undo this...4