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 - "g-m-f"
-
A is for Assembly, a wizard's spell
B is for Bootstrap, so bland and the same. And also for Brainf*ck, will blow you away
C is for COBOL, your grandad knows that
D is for daemon, your server knows what
E is for Express.js, you node what is coming
F is for FORTRAN, which is perferct for sciencing
G is for GNU which is GNU not UNIX
H is for Haskell using functional units
I is for Intance, An action of Object
J is for Java plays with them Always
K is for Kotlin, Android's new toy
L is for Lisp, scheming a ploy
M is for Matlab, who knows how it works
N is for Node a bloatware of code
O is for Objective Pascal, you did not expect that
P is for programming, we all love to do that
Q is for Queries, A database is made
R is for R, statistics are great
S is for Selenium, you have to test that
S is for Smalltalk, let's make it all brief
T is for Turing Test, how human is this?
U is for Unix, build with all talents
V is for Visual Studio, built with all laments
W is for Web, lets build something cool
X is for XHTML, remember all that?
Y is for Y2K, I'm tired as f*ck
Z is for Zip, let's zip is all now.
Get yourself coffee and back to the grind.8 -
The GashlyCode Tinies
A is for Amy whose malloc was one byte short
B is for Basil who used a quadratic sort
C is for Chuck who checked floats for equality
D is for Desmond who double-freed memory
E is for Ed whose exceptions weren’t handled
F is for Franny whose stack pointers dangled
G is for Glenda whose reads and writes raced
H is for Hans who forgot the base case
I is for Ivan who did not initialize
J is for Jenny who did not know Least Surprise
K is for Kate whose inheritance depth might shock
L is for Larry who never released a lock
M is for Meg who used negatives as unsigned
N is for Ned with behavior left undefined
O is for Olive whose index was off by one
P is for Pat who ignored buffer overrun
Q is for Quentin whose numbers had overflows
R is for Rhoda whose code made the rep exposed
S is for Sam who skipped retesting after wait()
T is for Tom who lacked TCP_NODELAY
U is for Una whose functions were most verbose
V is for Vic who subtracted when floats were close
W is for Winnie who aliased arguments
X is for Xerxes who thought type casts made good sense
Y is for Yorick whose interface was too wide
Z is for Zack in whose code nulls were often spied
- Andrew Myers4 -
Week to make a decision my ass. Two workdays.
"Hi Agred,
Thanks again for the friday's meeting!
After a short consideration, of course we would like to start working with you :)
[...]
I hope you're still interested in working with us and that we will start working together soon!"
O
M
F
G
Wow. "[...] of course we would like to start working with you". Just wow. This "of course" part really got me.
So, I've only got a month left in my current company. Goodbye working alone! Goodbye being the only person in Java and C# "departments". Goodbye stagnation!
Goodbye, Moonmen6 -
I am just thrilled about the new employees! They are so talented…
O-M-F-G!
Who hired these people!? It-is-incredible! (Actually, I know who hired them!) Just unbelievable amount of wasted time holding their hand on every step of the way. 10 years experience? I-think-not! This will not working out!
Don’t even speak understandable English. Just difficult to know what they are asking since they lack the basic principles of the english language.
Beginning of the end.
Imbeciles!7 -
So, I wanted to find a new way to arrange my language's alphabet. Atm, I'm loosely using latin's system even though my system is weird;
A B K D E F G H I IE SH L M N O P R S T U V
So, I remember that another language (I think Japanese) uses a poem with every letter to figure the order of their letters, so I decided to do the same.
Only problem is: My current word list is very limited, some of the letters I needed only existed in specific words (aka, the word for "Dark") so I ended up making a very depressing poem.
Enjoy! Or not.. I'm not going to tell you what to do.
English translation below. I also will post images of it written in my language's script, as well as one line in my language's cursive script (I'm not doing the whole thing in cursive because fuck that)
Senarseha:
Seh ninfuat seh nem fieta; Seka sato nem fiekm juna jenes sermin.
Seh ninfuat sif nemsin netua niet; Seka sem sedma nemat sargo no
nrokniet sam fiekmin sehim sepra.
Sehim sinta nem nara niv nakliet.
Seh nem sine fieta.
English:
I say I am well; But all is dark before day begins.
I say it isn't too much; But this place is a farm of
preasure that blackens my soul.
My mind is ever in agony.
I am not well.5 -
I fucking hate being a Dev sometimes.
G i v e m e f u l f i l l i n g t a s k s p l e a s e
Not these shitty ones with API documentation riddled with holes 🫠😥6 -
Copying a javascript anonymous function (Yes, the whole function) 11 times with only one parameter changing
I'm currently cleaning it up...
O H B O Y F U N D A Y S I N C O M M I N G...3 -
Yo, where's @g-m-f at ?
Haven't heard from him in last few months, his puns were sharper than a toothpick and shorter than a 3 minute jack-off6 -
// 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 -
When I read this game's description for done reason it reminded me of g-m-f and LetMeCode... Not sure why... but anyway this dev should be on devRant3
-
!basicNonHarmfulExploitTest
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
Lets see If I can mess up the character cutoff limit 😜3 -
Hello everyone! I’m Kate Oliver by name a mother of two, and I'm going to share with you all how I got scammed after falling victim to a cryptocurrency investment scam, it all started on the Telegram App when i got added on a Cryptocurrency investment group, then i was following up the informations on the group i noticed some group members actually confirms that they got paid by the platform which they did drop some kind of receipt of them being credited, Well guess they were able to convince me through that.. i never knew that they were all scammers i was meant to believe that my investment is secured and safe with the platform and after investing all my life savings, i got denied every chance to make a withdrawal of my funds when it was due for withdrawal, they swindled me off a sum of $764,000 worth of crypto. It was the saddest moment of my life because I couldn't believe what had happened, I was bankrupt and my credit was damaged. I reported to the authorities and there was nothing they could do to get these scammers or return my money. I thought all hope was lost and was going into depression until I came across an article online about a hacker who could help me recover my funds, at first I thought it was impossible to do that but I realize I had no other choice but to give it a try, to my surprise R O O T K I TS R E C O V E RY F IR M was able to recover all my funds back to my account, i was totally amazed by this team Professional service and i want to put this out there for anyone who might be going through the same situation and have been swindled by this scammers, you can contact R O O T K I TS R E C O V E RY F I R M to help you recover your lost funds. Contact them at ( ROOTKITS 4 @ G MA I L . COM ) and on Telegram; ROOTKITS71
-
March this year i came in contact with this trader named Franklin on instagram with about 19k followers and deals on Cryptocurrency, after following his posts for awhile i decided to start my first crypto investment with his team and under his mentorship as he assured to always guide and put me through everything step. At first i made a deposit of $3,000 as my startup capital with his company called SPACEACCESSFINANCE after a couple days i was able to gain $1500 as my profits which i withdrawn into my account, I was really excited as i thought it will be a very good means to invest and earn. Franklin also advised that i should invest more so i can make bigger Profits so i now made some huge of deposit with my Binance account as i intended to grow my investment with the company, within a few months i have invested a total of $317k into the company as well made a very huge profits, so one day i decided to withdraw my profits into my account but then i noticed that i wasn’t allowed to hit the withdrawal button, after retrying it for a few time and still wasn’t successful i got in contact with the company support desk to assist me so i could withdrawal my investment. I was made to send more money because they stated that some fees needed to be paid before my withdrawal can be approved, I still was not able to withdraw my funds after paying for all the fees. It was heartbroken because the last payment was borrowed and I don’t have any money on me again. I started running around looking for means to track and recover my funds back as i don’t want the profits again. After days of searching online for a good recovery company i read too many good reviews about this expert Recovery team by name R O O T K I T S R E C O V E R Y F I R M through people who had been through similar experience and they said this team helped them to get back their funds. after my due diligence i sent a mail to their contact email; ( R O O T K I T S 4 @ G M A I L . C O M ) and they replied, i made my challenges known to the team and they offered to help me, i sent them a couple details that was requested for the recovery purpose before they moved forward with their professional services, in less than 3 days i got the Good-news that brought me back to life, this team was able to recover all my funds back into my wallet. I’m very grateful for their assistance and i also appreciate all the efforts the team devoted towards my case. but since then i have been avoiding any online investment as i count my self lucky to have get my funds back. Not everyone might not be this fortunate, Please be careful. If you need to recover your lost or stolen investment you can contact the team also via Telegram> ROOTKITS7
-
I am very pleased with the help R O O T K IT S REC O VE RY FIRM rendered in restoring my lost crypto investment from scammers.. I was encouraged to invest in a cryptocurrency company through an advert that i watched on the facebook . it was actually interesting and seems profitable so i contacted the company and they responded.. i asked a few question and i was assured that everything works perfectly and legit. At first i started with 5000 USD after awhile i had it returned to me together with my profits with no problems. As a result of that i continued trading as i was also advised to upgrade to the Millionaire package where you will earn much more off your trading, i did upgraded and invested more funds that my account was showing in excess of 1,280,902 USD but when I tried to take some of the profits my account went from the above to zero within 60 seconds and then after making complaints to the support i was told that I had not completed the required trades and also that their were suspicious activities on my account.. it was certainly over my head and honestly didn’t know what to do at that moment so i had to invest more but still not able to withdraw a dollar to my bank, they had full control of my account, and have refused me to withdraw anything. i finally came to know that most crypto investment companies are bunch of criminals and scammers.., so i went in search for possible means to recover my funds. Well i must say that I’m very fortunate to have been able to recover all my funds back through the help of R O O T K I TS R E C O V E RY F IRM. got so many recommendations on them by fellow victims online who has been scammed and recovered theirs back. so i contacted them for help and they delivered at the End. i thank God so much that such Team as ROOTKITS RECOVERY FIRM do exist to help victims who have been defrauded. If you have been scammed of your Crypto or been in a similar situation you contact this Team for help via Telegram; ROOTKITS7 or Email; R O O T K I T S 4 @G M A I L . COM