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 - "r&r"
-
Recruiter: Will you like to do internship?
Me: yes,how much time I need to dedicate?
R : 40 hrs/week atleast
Me : Is it a paid internship?
R : No we will provide you with experience letter
Like seriously 40hrs/WEEK unpaid25 -
Husband wanted to not go out after dinner to "go cuddle in bed." This apparently is code for him browsing mathmatica stack exchange and reading books on data analysis with R... 😂6
-
Random Person: *looks at my screen as I’m writing a short pointless script* Oh! Are you coding?
Me: Yes.
R: Oh! I code as well!
M: Cool, what languages do you know?
R: Uh, English?
...10 -
*gets called by recruiter*
R: “We have a job in IT for you at one of our biggest clients”
M: “Okay, what exactly would I be doing?”
R: “Uh I don’t know, we haven’t received an actual job description”
M: “.... seriously?”4 -
-Let's start making the game!
-Yaay
-We should focus on performance optimization!
-But we don't have anything to optimize yet..
-Performance optimization!!!
1 month later
-OK you were right, we can't focus on performance now. We need to start making this game!
-Finally!
-So we're in pre-production now, let's do some R&D!
-Awesome, I wanted to start designing our workflow for adding new content, and maybe also loca..
-NO! That's unimportant! We must do R&D!
-OK what should we Arr-and-Dee?
-Performance optimization!!!5 -
Docs: If you get a 500 error [...] you may need to run chmod -R 777 storage[...]
I: wait *reads again*
Doc:s chmod -R 777
I: 😲
Docs: 777
I: rm -rf ./5 -
*ring ring*
Me: Hello?
Unknown: We received info that your computer has a wirus
Me: and how do you know?
Unknown: We received a report
(Playing Along)
Me: Ok? How do I fix it?
Unknown: Sir, are you by your computer?
Me: Yes (No, I am at work 😇)
Unknown: Sir, do you see the ctr key?
Me: Yes (here it comes)
Unknown: Do you see the flag picture?
Me: Yes (Getting closer)
Unknown: Press both the flag key and the r key at the same time. (BINGO!!!)
Me: My computer crashed and it is saying your a scammer, so bye.
It is fun to trick scammers!4 -
The day I had to Translate this javascript:
fetch(url).then(r => r.json()).then(r => r.data)
To visual basic6 -
Deleted a servers crontab by executing crontab -r instead of crontab -e (typo mistake)
crontab -r deletes the users crontab without any confirmation and, just to top it off, the e key is located right next to r. WTH
At least we have backups.3 -
Had to spent a bit of time doing some statistical analysis today and decided to give R a shot. I could have done it in python but I knew it'd be a bit of hassle.
3 lines of code later I had the plot I wanted.1 -
A kid I work with referred to himself as a former child genius.
A few hours later and I’m still cringing4 -
Got a call from a recruiter today
Recruiter: I'm trying to fill a full stack position in Charlotte.
Me: not interested
R: why
M: I hate NC
R: what can I do to make you reconsider
M: I want 120k
R: Ok, well please pass this opportunity along if you know someone who is looking
I *actually* just moved from there.
Guess someone didn't read my job history.
Convo was seriously less than a minute.9 -
R is the worst language.
* Indices start at 1, so you have to fix all your calculations by either +1 oder -1. It sucks
* Vectors and Lists are both neither vectors nor lists
* Data frames dont have a proper api. Simple operations like add or remove are a pain.
* The naming „conventions“ suck. Why on earth would add dots in your identifiers? You never know if its an object, a value, a function.
* The namespace is cluttered. If you import two libraries that deal with the same problem domain, it is likely that they define functions with clashing names that will overwrite each other defined on import.5 -
main(n){float r,i,R,I,b;for(i=-1;i<1;i+=.06,puts(""))for(r=-2;I=i,(R=r)<1; r+=.03,putchar(n+31))for(n=0;b=I*I,26>n++&&R*R+b<4;I=2*R*I+i,R=R*R-b+r);}
C is awesome - try this code, and play around with the numbers
(I didn't write this)7 -
Languages like python and R are some-what high level languages, with an easy syntax and very readable code. This useful essentially to make it easier for non-programmers to use it. For me as a software developer with +4 years of professional programming. I started with Assembly, Quick-Basic to C++, Java then C#, I found Python super convenient, and at times way too convenient.
At first it felt like I was cheating, and would not consider myself actually writing code, more like pseudo-coding.
After a year or so, I got used to it and it became my default, but it still does not feel right .. is anyone else feeling the same?
I do believe that coding the hard way is not always the right way, but I am just wired that way.17 -
God, Allman indentation style is such pain... God bless K&R...
For those who don't know, Allman is this:
void foo(void)
{
statement;
statement;
}
and K&R is this:
void bar(void) {
statement;
statement;
}12 -
"Google Home requires access to your location to find nearby devices"
Get fucked, Google.
Get. Fucked.14 -
Difficult tasks, dog is sick, S.O. suffering from depression, sleep deprived, and now I accidentally type "rm -r / ./" instead of "rm -r ./" on the production server. Whyyyyy12
-
Uhhh look at me I R node.js developer I R so smart I write Java Scripts on the backend uuuhhhhhh
Idiots.8 -
Hexdump oneliner
php -r 'for(;$r=fread(STDIN,16);)printf("%08x %s $r\n",$i++*16,join(unpack("h*",$r)));'7 -
My first rant here, I just found out about it, I don't have much of programming background, but it always triggeredmy intetest, currently I am learning many tools, my aim is to become a data scientist, I have done SAS, R, Python for it (not proficient yet though), also working on google cloud computing, database resources and going to start Machine Learning (Andrew Ng's Coursera).
Can anybody advice me, Am I doing it right or not.?2 -
R&D: here's a really convoluted qualitative AND quantitative algorithm we want you to implement
Me: *asks to the meaning of one of the columns in a spreadsheet*
R&D: yeah that's probably wrong. We'll get back to you1 -
I started doing teaching assistance in an Introduction Course to R (for the 3rd year in a row); for the big majority of them, this is the first course where they learn some basics of coding.
Now, I know many of us were the same when we started, but sometimes I wonder... have I ever really been as lost as some students? I mean, I had to teach to a student how to move a .txt from the downloads folder to another folder. Wasn't this supposed to be the digital generation?
Even my code is never as frustrating as teaching a programming language... I forecast more rants in the following days!8 -
Adobe labs released one new component, I played with it after two days. Went to an interview with huge company after two weeks for a developer position, the interviewers was from different departments, they asked about one technical challenge they have, then I suggest the new component as solution, they gave me small task to implement using the component, I delivered it next day... Then they hired me in R&D department. It was great days.
-
I spent hours trying to support \n, \r and \r\n in my algorithms to convert between utf16 line/col and utf8 absolute indices to comply with the LSP, before realizing that
- Orchid itself doesn't support \r
- There is no established user base
so I'm in the best position to reject all files that contain \r and offer to convert them instead.10 -
A friend told me he added a user to the linux-box and by misstake set the homedir to /
Ahh damn well I just delete the user but forgot to skip the -r flag. Happy times.
(-r means remove homedir)2 -
It's truly wondrous how far R can propagate shit until it finally gives up.
Looking at the call stack it's been processing increasingly demented bollocks for nine function calls.
Even then it refused to give in. It now appears to be processing an infinite sequence.
I should kill it, but I feel inspired by its tenacity. "This must be crap, but I'll have a go anyway."
Beautiful. A lesson for us all in that. -
Reading OpenSource lib that write in TypeScript is a nightmare
WTF:
export function concatMap<T, I, R>(
project: (value: T, index: number) => ObservableInput<I>,
resultSelector?: (outerValue: T, innerValue: I, outerIndex: number, innerIndex: number) => R
): OperatorFunction<T, I|R> {
return mergeMap(project, resultSelector, 1);
}
That is just fucking definition, no execution code inside1 -
Is it just me or Reverse Search (Ctrl+R) is so addictive?
From last few years I have been using shell too much that I will use Ctrl+R to just search for even `ls`.1 -
Currently we have zero time for R&D at work, now I have convinced management to let me try and convince them to arrange some time per week/sprint(2 weeks) or month
How should I approache this? And how much time would be optional (enough time for prototyping but still leave more than enough time for the projects we have) ?
Any tips that you have for negotiation/convincing management would be greatly appreciated!! 😁😁3 -
Is it normal to work at a company that claims it has an R&D department (in which I work), but nobody actually does the 'R' part... like never?
I think I have potential in researching. What should I do?1 -
Okay, I have seen my share of useless classes, but this takes them all out. This tutorial will literally be around 4 to 5 functions, and about how to set different options.... Literally useless...1
-
Going off the grid tomorrow for the first time in a long while. Will be in the middle of nowhere Maine floating down a lazy river drinking beers with friends. Anyone else off grid?7
-
Ahhhh 2 more days of work and then I am of to the south of France for 2 weeks of R&R ... It will be 2 looooong days2
-
I executed "chmod -R go-r .*" on my home directory at the university server.
Only to realize that ".*" also considers ".." so I chmodded out files for many other students before I hit ctrl-c.3 -
Yjdhdjxdndnckxksmxnx hi xksndnxjxjdndnxjskjx d d xjdjdnd xjjd e dnxjsnd fbcjrnd f ffjkrenf djdjer r. D Jo ne e djcjdje r fjcje Rd joke r dkskxjd e emskxnr e dndxkje e dndxkje e dmdkdkfke dmxk see nemdm
Brain fucked.9 -
!rant
If repost sorry for that. Today Im checking /r/AskReddit .
I found this gem - https://reddit.com/r/AskReddit/...
"Today you.... tomorrow me."2 -
My Samsung (well, "TSSTCorp", but) drive just shredded a DVD+R DL when trying to burn it.
Fucking fantastic, that was my last one as well. DVD-R, DVD-RW, CD-* is all fine, DVD+R DL? Fucked. I gotta take my drive apart to pull the plastic shavings out later.
Fuck me...3 -
A friend to chrome dev:
hey, what r u doing these days?
Chrome dev: (With pride) I work on Google Chrome Browser.
A friend to IE dev:
Hey, what r u doing these days?
IE dev:
I work at Microsoft.
#ashamedofIE -
K&R style Brackets are so goddamn shitty. I hate hate hate hate that style. It makes code so goddamn hard to read. And for what gain? You write "less" lines of code? So what? Who gives five fucks about that? Readability is key for coders.7
-
I am a pentester.
'I am a pentester.
'Iam a pentester/n/r"
'"Iamapentester\/n\/r-- '"''
'"'/>alert(1):</script>
%68%65%6c%6c%6f1 -
Hate how here in France most of the research labs use SAS/STATA instead of R. I wonder if it's the same elsewhere3
-
R&D Lead Architect: "We want this next gen platform to be all AWS."
Us: "Alright, can we talk about automated testing?"
R&D Lead Architect: "Sure, for automated tests you'll want to just dump events from your system into a flat file on S3. It's readable with Microsoft Excel."
Us now: still here.
R&D Lead Architect now: not here.
:) -
Why would the great linux devs and the 'C prophets' choose K&R indentation model ahead of Allman's model ? Its saddening that i would have to work with K&R style for my future works !5
-
Minor review for making life a bit easier:
There's a nice app to manage your bash history to upgrade your useless ctrl+r in terminal. It's called atuin. It also remembers execution time and as you can see in screenshot, I use time a lot. It can also give you statistics on most used apps. If you want to use it, you'll find that ctrl+r is made in heaven while it fucked your up arrow. You can disable this with a flag.
See the movie on how it works at: https://atuin.sh/22 -
Q.14 - Suppose that R sends a msg 'm' which is digitally signed to M and the pair of private and public keys for M and R be denoted as K(x)- and K(x)+ for x=R,M respectively. Let K(x)(m) represent the encryption of 'm' with a key K(x) and H(m) is the message digest. Which of the following is the way of sending the msg 'm' along with the digital signature to M?
A. [m, K(R)+(H(m))]
B. [m, K(R)-(H(m))]
C. [m, K(M)-(H(m))]
D. [m, K(A)+(m)]
E. WOW, REALLY ?5 -
(%{DATE})(.*)(Sent)( ID)(\[)(?<index>(.*))(])( /)(?<m>(?!m0)(?!m1)(m.*))(/)(?<t>(t.*))(/)(?<p>(p.*))(/)(?<r>(r.*))(/S\[)(?<s>(.*))(]/R\[)(?<r>(.*))(])
Heyyyy I am not a grok robot!!!6 -
R
Dot can be used for variable name just like underscore. And to confuse, R has object oriented also2 -
Very specific for r, but Hadley Wickham wrote tons of stuff about how to build packages and has inspired me a lot. He uses a lot clean code practices and writes very clearly.
-
Any cool Dev setups? I have already seen /r/cableporn and /r/battlestation. I am moving house in March and decided to rebuild my setup, new desk more monitors etc. Want to see some Dev examples.1
-
Rant: I felt very pleased with my submission to /r/WritingPrompts, and didn't get very many internet points :(
Ranting here, because it's vaguely dev related https://old.reddit.com/r/...2 -
I hate windows caret returns sneaking in bash scripts! fuck*ng \r shit!!!!
sed -i 's/\r$//' YOURFILE every time a fucking windows friend send me a script so boring2 -
Why does Microsoft Open R Client use an outdated version of R?
Why is their updated Open R 4.0.2 not compatible with their own olapR package? Are they just kidding me???1 -
Should I continue pursuing java or should I go with R which is now the reason why I enjoy programming4
-
DevRant.Pet PetMaker(Account myAcc){
List<Account> accs = new List<Account>();
For(int i=0; i<100){
myAcc.Post(new Rant());
If(i%10==0)
accs.Add(new Account());
}
Foreach(Rant r in myAcc.rants){
Foreach(Account a in accs){
a.PlusPlus(r);
}
}
return myAcc.Buy(new Pet(cat));
} -
I hate so much RStudio that it gives me anxiety attacks whenever I try to debug something with it. What a fucking nightmare1
-
Ah, the eternal battle between "Allman style" and "K&R style" bracing. Because arguing over where to put an opening curly brace is what I dreamed of when I became a developer.
Can we just agree on something and move on?3