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 - "world"
-
Well guys it was nice being dev while it lasted. Reevaluated my life and decided to travel the vast world and become a Pokemon master.7
-
What my lecturer think I have learned:
- Programming Patterns
- C, C++, Java
- Socket programming, web programming
- Operating system...
What I have actually learned:
1. printf("Hello World");
2. echo "Hello World";
3. console.log("Hello World");
4. Console.Writeline("Hello World");
5. cout << "Hello World" >> endl;
6. System.out.println("Hello World");
7. puts "Hello World";
8. "Hello World"
9. write("Hello World");
10. Display "Hello World"10 -
Since a "Hello world" program terminates immediately after printing its message, I personally prefer "Goodbye, world"5
-
My manager promised to give promotion to me in this quarter, But yesterday he was fired by the company. :-(3
-
Well, after lurking in the dark for years, I finally created an account just so I could downvote a certain security related post.
However, I am lacking the necessary ++.
So a "hello, world!" with a sprinkle of rant it is:
Be me:
Show WIP Feature, state that it will be probably done by tomorrow, excluding time for peer review
Be my PM:
"Can we release this today?"
This happend so often that "Can we release this yesterday?" became a common phrase among my coworkers and me if someone is ranting about something broken in their feature. Probably gonna try using it here as well :D17 -
Never laughed so hard before. Worth the time. Totally!
Source: https://blog.toggl.com/world-create...4 -
I spent three hours coding some algorithm and then looked it up on Stack Overflow out of curiosity. Big surprise. Someone did the exact same thing but more effeciently, and had all the code in his answer on SO.
Ughhhhhhhh 😓4 -
Hey devRant. What the fuck is up?
I'm new and just wanted to say hi or whatever. I don't even work in any computer science related job. I'm a fucking welder.
I have aspirations one day to be just like you nerds. I fall asleep at my desk almost every night taking random online programming classes which I lose interest halfway through to some OTHER class and redo the same shit.
Is this what it's like to be smart?36 -
Hi, my name is Juan, I'm 17 years old. I started programming when I was 12 years old (I started with Visual Basic 6) and I'm from Venezuela. A friend, named Javier, recommended DevRant, and I think it's a fantastic idea. I'm an inveterate lover of UNIX and all its variants, and of course, also of C/C++. I have so many projects in mind for the gamedev, but emptiness eats me and I can't develop them, it's pathetic.
#include <iostream>
int main() {
std::cout << "Hello, devRant\n";
return 0;
}15 -
Pro tip: It is faster and easier to say 'World Wide Web' than it is to say 'WWW'.
You're Welcome!18 -
Rich CEO's are so out of touch with reality.
We outsourced part of our software development to a third world country. During hiring process I had pushed for us to hire the more expensive, more experienced devs in a second-world country, but nooo we must save up those bucks. The pay is so low you wouldn't be able to afford rent in *city where CEO lives*.
As @GiddyNaya has ranted about, third world countries face impossibly slow internet and frequent blackouts. I also ranted about it in my last post. The "last straw" for the CEO was when our dev's computer started malfunctioning.
boss: When is that computer from?
dev: 2017
boss: 2017?! That's a dinosaur! Of course you're having battery problems!
me, trying to come up with an affordable solution for our dev: Well, you can have the battery switched.
boss: But 2017 is too old! Your computer should be *at most* 5 years old. I cannot stress enough how important it is to have your work-related tools working. (last sentence is ad verbatim)
The boss, of course, recommended a Mac. Mind you, the closest Apple store to our dev is 500km away! And a month of their salary will not come close to paying a Macbook.
Providing them with the equipment? No! We're already paying them a "competitive" salary!
Like seriously, how out of touch with reality can you be? Does greed blind you that much?
(The dev seems to have fixed the computer problems on his own tho)14 -
npm install -g create-react-app
create-react-app hello-world
du -sh ./hello-world/node_modules
253 MB
ಠ_ಠ30 -
Hey DevRant Community :)
I've been a silence lurker till now, but I really do enjoy scrolling through your new rants everyday, :D ... I'm now quite terrified of my first job interview, but that's alright... I guess... ._.
What I'm trying to say is.... Have a great day everyone :31 -
Me: Taking online course for programming. Think it's not that hard.
PC: Coded programm runs good like in the tutorial.
Me: Wow I can code now.
Just printed "Hello World"4 -
Hello World!
I started reading things here on devRant some time ago but finally decided to create an account now
TL;DR; Hi. I'm new here.6 -
Found this one in Facebook 😂 This one seems quite popular and IDK if someone's posted it here yet.6
-
Dev Badass Rant
There are two occasions really:
1) For our C++ project in the third semester, we had to build any kind of C++ application. Guys in team of 4-5 built record keeping systems and calculators and one even made a Tic-Tack-Toe app. My friend and I, just the two of us, made a simple program that plays Rock Paper Scissors with you. With the power od OpenCV, it used the camera to track your hand movement, predicts your next move using contours, and displays the winning move as the computer's move.
For example, if you play Rock, the computer would predict that you were gonna play rock and display paper as it's move. It wasn't perfect, but it was ours, right from scratch. When it worked at the presentation, I was swell with pride. 😂
2) I was interested in game dev so I started Unity. The first tutorial in Unity you find is the web series by Unity about rolling a ball. You simply make a platform and control the ball with your keyboard and the camera follows your ball. You also make pick ups and get points based on that. So I started there, finished the tutorial, added a few walls, made edible and non edible pick ups, dimmed the entire scene, adjusted the camera angles, transferred controls to mobile gyroscope and added a few other things and voila! MazeBall was born. It has only one level and I thought it was pretty shit.
I decided to show it to a friend and when I showed it to my mate (the one who I worked with in the C++ project), my other classmates saw it and were impressed. Like so impressed a couple of them transferred it to their phone and took home with them. 😂 Was inspired to improve.4 -
!Rant
Meanwhile I work 1,5years for a company which makes AutoCAD plugins. I have created a dozen of plugins now, some very complicated.
Yesterday I started on the simplest plugin, a tutorial for new colleagues. It literally prints "hello world" after giving a command.
Guess what... I can't get it to work 😖7 -
ok its time! im ready to move forward,
i will move my sacred projects from github.
Projects
"Hello world" react
"Hello world" angular
"Hello world" vue
"Hello world" node express
"Hello ..
.
.
.3 -
#!/bin/bash
echo Hello World!
This is my first time here at devRant and I have to say that it's amazing!
Just something to fill this a little more:
Linux enthusiast since 2011.
I'm your stereotypical v̶e̶g̶a̶n̶ Arch user (btw, I use Arch).
Right now I'm learning C and C++(using the QT framework).
Let's the Rant games begin!10 -
Back here after ages... V2.0
So this happened last year, but I feel it's worth sharing :P
I was at an internal hackathon-sorta event at the place was interning at and teamed up with a bunch of co-interns almost randomly.
While working we had some issues with the wifi so one of the guys suggested we use the mobile hotspot, I offered mine.
My hotspot ID was "cee"
The guy : Cee ? Wait are you ceee from devrant ??
Loss of anonymity, but it was pretty cool XD
What a small world :p38 -
One of the speakers at a tech conference I went to used a screenshot from here to express her frustration with Webpack. I would've never found this app if it wasn't for her. Thank you and hello everyone!4
-
Good fucking lord, Australia is looking at bring Decryption laws in, just when you think the world couldn’t get any closer to destroying itself.
https://itnews.com.au/news/...4 -
!rant
Hello world, i've just found this awesome community a few days ago and I cant stop reading.
Anyway, I have a burning question:
Do devRant devs rant on devRant?4 -
Entire fucking world:
Shift + Enter == New Line
Spreadsheets:
Alt + Enter == New Line
Spreadsheets are America of digital world.5 -
I helped a homeless man with a really bad foot condition down the stairs to get to the subway platform along with bringing down his wheelchair. Just his luck that the elevator was out of service. The man cried and said that he wished more people like me existed in the world but the world he knew was long gone from his grasp.
My problem with that situation was that people just ignored him and look disgusted at him....since when did we as humans lose faith in each other to the point that we ultimately care about differences, status, and appearance before anything else?
Such a sad fucking world we live in today and I had just learned that he used to be a programmer and worked at IBM back in the days (he had a really old decrepit badge too and we shared some programming woes before we got on separate trains).
Bless him and fuck everyone else who stood by and watched the poor man suffer. Those people are worse than shit, they are the scum of the Earth in my eyes.4 -
I'm fed up of this shit. I'm a Bachelors student and I study in a class where no student wants to study. Like literally none. You'd think someone studying Bachelors degree would have some sense. But no. Not a fucking one of them. Our class requires a minimum number of students to attend to smoothly run the class. I am the CR and I can't convince them enough to even meet that level. How am I gonna get through these two years? I try to say something, everybody snaps at me for being a smartass. Which I'm clearly not. These are the same people who come at me when the courses to do finish in time. I am alone. I am getting too weak to stand against them. My self esteem is declining day by day. I am really insecure.13
-
In accordance with the ancient traditions of our people, we must first build an app that does nothing except say "Hello world". - react native docs1
-
Changing default branch name from "master" to "main" is just one more entry in the already very long list of "things sane people must do because some retarded american woke up one day and decided to be offended".
I am so fucking tired of the entire world having to accommodate to the first-world-problems of some spoiled brat just because they happen to be american.38 -
This might sound trivial to most of you but recently I had my *mind blown* with a simple revelation.
When you use a ! as in "not equal to", you're actually performing a bitwise XOR to flip the bits.4 -
I was learning something and my girlfriend saw "Hello world" written on my screen and she got mad at me because I should've written "Hello [her-name]" instead... PMS is a hell of a drug12
-
After spending around 8+ hours on an Adobe After Effects project (which I obviously didn't save), at around 12 at night, it crashed.
I lost everything. Was heartbroken. Died inside. Nearly cried. Then I restarted the app and started from scratch.
The weird thing is I recreated the entire thing in around 1.5 hours. Not sure if I'm happy or sad with myself.4 -
So, I'm a CS student in a third world country. I love coding and I think i'm pretty good at it.
As I'm kind of poor, I'm pretty much constantly looking for any job I can take, and I've already done a dev gig at a software sweatshop here doing mostly PHP, JS and Android/Java... the dev experience was cool, but money was absolute crap ($1.5USD/hour at the current rate, working 9h/day Mon-Sat, did it while in vacation). Better than min wage in my country but still, looking at the numbers I see from programmers all over the world... it was practically working for free. The real problem is almost every dev job here is similar, so I was looking into going remote but every opportunity I see is for seniors/people with 2-3 years experience or more.
Can you give me some tips on getting a remote job as a student/recent grad with little experience? What would you do in my position? Any input is greatly appreciated!17 -
If Apple attempts this, the world would be split between Apple hate and fuck that's awesome (on the 5th edition)
If Google actually followed through with it, it would have changed the world.
But Facebook... Facebook can go fuck it's self for trying to introduce mass surveillance inside sunglasses.
https://about.facebook.com/realityl...16 -
*Opens terminal*
*Does the following*
$ touch file.txt
$ echo "Hello world" > file.txt
$ cat file.txt
Hello world
Feels like--6 -
At my current project we use SVN, but today I noticed a colleague of mine uses another version of version control as well.
Example:
V1:
console.log('Hello, world!');
V2:
//console.log('Hello, world!');
document.write('Hello, World!');
V3:
//console.log('Hello, world!');
window.alert('Hello, world!');
//document.write('Hello, World!');
Every singletime Ive to remove 40 lines of comments before Im able to follow the code and refactor it.2 -
So I have too many posts for wk110. It's sad. Here we go. I got a bad grade on an assignment for a hello world program in college. How do you write a hello world program that successfully prints hello world and not get 100 percent?
The teacher insisted that we write a console "hello world" program in C++, on windows. If he can't read hello world, you fail. So you must add `system("pause")` at the end so the window stays open. One problem: system() is horribly insecure and im stubborn. I refused to write exactly what he wanted, like everyone else did, because I try to not write code I know is unsafe. So I ended my script with cin.get() which also pauses for input. Unlike pause however it can't be any key, it reads a line, so you must hit enter. This was "unfavorable behavior" and ultimately I got something like a high C, low B grade. Only person to not get 100%8 -
System.out.println("Hello World!");
Console.WriteLine("Hello World!");
console.log("Hello World!");
print("Hello World!)
printf("Hello World!);
cout << "Hello World!" << endl;
echo "Hello World!"
Add some other languages 😁40 -
Coding is a superpower. With it, you can bend reality to your will. You can make the world a better place. Or you can destroy it.
Source: freecodecamp2 -
What if Brian Kernighan was just trying to say "Hell O world" and we misinterpreted as hello world
(¬ω¬)1 -
I've founded a startup and we're making the world a better place through inter process messaging and signaling frameworks utilizing politically correct race and sexual orientation emoji for more efficient SaaS and PaaS data center communications. We're MoLoSo.2
-
After looking at @linuxxx and @AlexDeLarge 's rants with the face reveal, maybe we ought to do one of the team behind the masterpiece, @trogus and @dfox face reveal.
IF they are comfortable with it.
Or maybe do it on a special occasion. Like an anniversary or something?14 -
when you live in a 3rd world country you don't get to be a "front-end" developer nor a "backend" one, nor "devops". You're either all of them, or a php+jquery hacker that produces shitcode on a daily basis1
-
We live in a world where WEAKNESS has become a virtue.
- I'm oppressed!
- My mental health!
- I need a helper!
- I'm sensitive!
- You're fatphobic!
- <INSERT SJW's IDENTITY term>
In today's world, you score more social points for describing yourself as weak & blaming 'oppressors' for your miserable life12 -
Beep boop! Morppp!
Hello World!
This is my first post on DevRant. I'd be glad if you'd help me get an Avatar XD3 -
Just noticed:
In every programming language, your first goal usually is to write "Hello World".
Except for php. There "phpinfo();" is the equivalent of that.2 -
Underrated pleasure... Listening to Hans Zimmer (preferably the Batman v Superman soundtrack) and coding. Even a Hello World code will seem like a blueprint to world war33
-
Fucking fuck this mother fucking cunt filled arsehole ridden brain dead idiotic world we live on.
That is all. You may now continue browsing devRant.1 -
Pathetic third world country salaries. I made around 670$ this month with overtime which funny enough is about 2.6x the avg median salary in my country. We have low wages, europe's taxes (with none of the benefits) and a higher cost of living lmao. there was some weeks where I worked 50 to 60 hours, some people tell me I should be grateful but with night shifts and working 12 hours a day I feel like I should be making much more...15
-
Damn simulation.
Some juniors grabbed keyboard and reprogrammed main species to stay at home and fear of death while I was busy working with other features.
Moreover someone made additional changes from infected computer and guess what....
Unfortunately it’s real time system with increasing entropy and we can’t revert changes so fixing damn shit would take from one to two decades.
We don’t have backups cause last time we used them we also killed dinosaurs.
It would be just easier to erase everything and start from beginning cause our statistics charts are fucked up - again but motherfucker boss don’t want to do it.
He’d rather teleport again to adjust the world. Damn fucker thinks he’s god but in fact he’s just prick with rich parents.
I’ve decided to piss him off by adjusting planet thermostat so we can start over.
2 years more and changes would be irreversible.
Damn job.6 -
Is it just me or do you guys sometimes go like "Ah fuck it, haven't had a good night's sleep in so long, I guess I should sleep early tonight" and then you look at your watch and its already late?
God what I would give to get up early for once.7 -
NOT saving the world in 2019. I already did that in 2012 when the Maya calendar ended and wasn't being thanked - on the contrary, people said "haha look, nothing happened".2
-
My parents think I'm teaching computers to think strategic to rule the world some day. They are a bit scared. They love me though. But they are scared.
Also my mum once told me that I should take care not to end in hell. She was serious about it. -
I'm a little confused here. How are "viruses" different from "exploits" in Linux? The way I see it, they're the exact same thing. Although "exploit" makes it sound cool 😂14
-
So the football world-cup tip app I'm using with some mates got hit by a DDoS attack yesterday.
The only question I have is who the FUCK DDoS'es a motherfucking tip-app?! What the hell is there to gain?! It doesn't even involve money, just tipping for the hell of it!1 -
I just noticed I didn't say "Hello world!" when I first got on devRant... so...
MessageBox.Show("Hello world! 💙");4 -
"I hate this virtual world", deletes all the social media accounts
Some moments later...
Comes back and rants how this world is full of shit3 -
Was logging in my student account to check whether the system actually registered my admission and here I go.
And this is not just some college. This is a website every engineering student shall use throughout the country.
Also this is not the first time this happened.1 -
What was your first real program or website or app developed by you?
(PLEASE DON'T SAY HELLO WORLD)33 -
Mhm yes, release 1.0.0
Hello World now has auto-centered text,
a feature Everyone including
your { user.pet.type } has been asking for,
management assures me.1 -
So I finally got around to rewriting the Java course that my school has. It took me 6 lessons to get "Hello, World!" into the course. Well it looks like its going to be a long course.
-
Name The Song.
One a side note, what do you listen to while coding? Do you need absolute silence to code?23 -
What do you do for a living? I mean, since we're all in devRant, we are all programmers and developers here. But what do you specialise in and which language do you recommend for use in your field?17
-
# hello world!
I'm 26, from Germany, web artisan and currently on vacation.
I'm fairly new here. Stumbled upon it on my first day of vacation. I will most likely share some rants as soon as my vacation is over, until then I'll comment, fav and ++ other rants and comments.10 -
Google, Microsoft, IBM, Qualcomm, Intel formed one team. They betrayed to the world. They are ruling the world.
I am not joking..
.
.
.
.
.
.
Then I woke up.
Damn it :-(2 -
Discussion Thread.
With all the frameworks and libraries available and game engines to develop games, its now easier than ever to build stuff.
With this in mind, do you think its necessary to have a core knowledge of how stuff work under the hood? Or is it okay to build upon and develop new stuffs on the foundations available today?5 -
punk: the world is not fair, and I hate it
post-punk: the world is not fair, and I love it
ska: the world is not fair, and I have a trumpet1 -
hello devRant. I've been lurking for some time but I have angers and grievances I'd like to air too.11
-
Doesn't matter if you know a lot of programming languages. There is no greater satisfaction than when you write your first "hello world" in a new language.6
-
Code = play games
Watch a tutorial = watch a movie
Read docs = read a novel
So I end up being scolded for never studying for my academics and just having fun all the time -
There's something special about writing your first "Hello world!" in a new language, no matter how long you've been programming :)
So hello rust, let's see what the fuzz is all about...4 -
So I don't know if you guys have seen this, but I found a video on YouTube which casually explains HTML with Death Metal. 😂
https://youtu.be/27dnddCq5gc
Thoughts?3 -
♪ All around me are familiar faces
Worn out braces, worn out faces
Bright and early for their daily standup
Going nowhere, going nowhere
The bugs are filling up their tracker
No expression, no expression
Hide my head I want to drown my sorrow
No tomorrow, no tomorrow ♪3 -
MOTHERF*CKING HELLO WORLD Tuts.
What is it with people that after what 20 years (?) still every programming language tutorial starts with a "Hello World" program?
Programmers are usually such creative people, so why does everybody who writes a tutorial start with "Hello world"?
You learn nothing by such an example, it is boring as hell already the second time (first time is funny though).
And especially: If you write a tutorial with the prerequisite that people reading it should already know another language, WHY THE HELL START OUT LIKE THAT?
Okay, now back to learning Scala 😊9 -
When you try to help on Stack Overflow but every fracking question that you have the answer to gets at answer 8.7 milliseconds by Jon Skeets everywhere that monitor the new questions page!
-
So ... I'm just watching an anime (Musaigen no Phantom World) ... and this scene isn't related to the main plot. This is the intro of the third episode - the intros of the first two episodes were about the "phantoms", "illusions" ... :)
It starts with a blue screen and the little fairy (it's a phantom btw) said: "When the PC goes crazy, you panic quickly."
In the screenshot he says: "It is important to back up your data somewhere in case of an emergency."
A second screenshot is added in the comments.8 -
I would love to change the world but they won’t give me the source codejoke/meme sourcecode opensource source code open source joke but will be useful 😂😂😂 world joke truestory true story meme java6
-
hmm..
1. coronavirus is threatening the world
2. food delivery companies have no free slots for the next 3 days at least
3. the winds are so strong that they make windows seriously bend. Spooky stuff - haven't seen anything like this before in my life. Feels like one more gust and the window will break (wind speed -- 33+m/s)
well.. time to charge all the batteries in the house and find my zombie-apocalypse survival kit
P.S. any chance Corona is what's gonna make zombies?
P.P.S. tomorrow is Friday, the 13th and a full moon. Yiippeee!!!5 -
1. Write hello world shit.
2. Write hello world shit on top of hello world shit.
3. Write more hello world shit on top of hello world shit on top of hello world shit.
4. ...... Repeat shit
5. Wait a minute, I got an idea....4 -
I am a noob as of now. So much to learn! So little time. Its so difficult to juggle between learning new things and academics!3
-
Writing hello world for AI:
Code:
cout << "Hello World!";
Output:
> Hello Programmer!
> You guessed right, my name is World. World Destroyer!2 -
I have got so much stuff to learn.
I have had little to no experience with Python and JavaScript and was planning to learn the lot during my holidays. Where I'm from, we have a huge ass festival this weekend. So holidays for a couple weeks, at least. Probably the biggest festival in our country. And for the last two months, I had my exams. So no learning back then either. I have so many tabs open to learn stuff but I don't seem to get the time.
So for the last 4-5 days, I've been cleaning the house, top to bottom because its the holidays, the only time I stay home and free. It sucks to do it alone. My parents are getting old and get all sorts of back pain and shit upon little physical effort. So I should get all the stuffs done.
Yesterday, I finally finished my chores at 10 in the evening. But by the time the chores were finished, I was finished too. *sigh* I guess I shall find some time soon.2 -
Man I have no idea how my company is running as stable as they do. Every time I peak under the curtain of some piece of machinery I find such bad practices…
Just found out our in house database manager only supports listing all objects in a table, updating objects by first reading each row you need to update and only support “select *” queries.
This is after having to argue with some engineers that using http or grpc when interacting with the new service I’m writing in the none-jvm language is better than writing our own driver for their custom rpc and service discovery system.
But like honestly I’d be mad if these decisions had a visible performance impact on the business, but it somehow doesn’t… this is bizzaro world where all I learned from my 8 years experience as a professional goes out the window…1 -
First World problems. Do I upgrade my 120gb (with 40gb free) to a 256 or replace my 1tb platter (700gv free) with a 500gb SSD.6
-
Can't wait to get a dev girlfriend,
make her my {World},
then start learning new languages even the weird ones so that I can do
~Hello {Her Name}~5 -
--Nothing it's free at this world!
---Except everything under GPL, MIT or other Open licenses LOL ;-)1 -
I wonder if anyone's complained and said you can't call us "users" that's derogatory
- But sir that's what you are... You use the app
My mind goes places -
foreach(string language in LANGUAGES){
System.Console.writeLine(language.GetPhrase("Greeting"));
}2 -
So I shouldn't have written that Linux issue rant. While I'm spending whole fucking day to figure out how to fucking set my fucking secondary monitor to full resolution, the fucking WINDOWS of my designer's PC got BSOD and failed repair.
fuckingShit fucktard full of fuck operation systems with their full of fuck bugsssssss 😠😠😠😠😠
I'm so fucking mad5 -
Goodbye world, I will not miss you, I will not regret leaving you BUT THIS! I MEAN THIS !!! I cannot stand -_-
https://stackoverflow.com/a/...
For fuck sake! Why don't you put comma at the end of the line!! please someone delete his answer no commas at the beginning. Please, show mercy for a second T_T10 -
I hope that in the future we will have a different way to learn new languages than creating a 'hello world!" object 😂7
-
I just realized I didn't make my first post a hello world post and I just threw away a bunch of potential upvotes. Hopefully it's not too late. Hello world!1
-
There are two kinds of people in the world: the ones who understand devRant and the ones who don't. =))
-
How about this..
So a few months ago there's this guy
He coughed.
He did nothing else.
He did not cover his mouth.
He did not even do it in his elbow.
He just did it.
He did it at a fish market in china..
...
And now today as the world is grinding to a hault I just hope he is satisfied.
ARE YOU HAPPY NOW??!
So anyway trapped at home. Nothing to do. Its cold today. Got to reduce the fan speeds on that rigs and bump the power a bit. There not so cold now :)
Ok on a serious note that coughing idiot is to blame for this cold.
One ICE AGE coming up. Global warming fans hold on to your chai. This one is a shocker..
So it turns out shutting down the world have caused CO2 levels to drop as cars dont drive and factories dont work and all the powerplants suddenly find people no longer want more power.
Thing is plantd are addaptive and they enlage the pores on the underside of thier leaves depending on the CO2 levels.
So the plants been running at 100% eat CO2 for a while now.
Then CO2 supply drop to lowest in 100 years.
Plants still eating CO2 at 100% so they did not get memmo yet. CO2 now getting used up faster than being made. Greenhouse no more.
Polar ice caps nows your turn.
First up south pole winter is coming your way.
It will freeze ice cap bigger than past 100 years. The ice will sit there making earth lobsided with all the ice on one end and none on the other .
Lobsided earth is a spinning ball
Lobsided balls change how they spin
The rotation of earh now affected by a cough.
In 6-8 months winter goes north.
CO2 all but eaten up by then. World still rather dead as the afternath is felt.
Northen poler cap freeze all the way to london again. First time in 5000 years.
All because of a bloody cough.
Its the end of the world as we know it and here i am waiting for unreal to complie just like usual..
So remember dont cough near others if someone cough near you then tel them to
Far cough24 -
! Rant
Social life.
Can anyone explain to me what's happening to the world?
Earthquakes... Hurricanes... Looks like the beginning of the end of the world...
We just didn't had any big tsunami this year (knocks on wood)4 -
my 3 year old youngest child just yelled 'hello world' but didn't told me if he echoed or printed it.
irl i sadly do not expect my computer passion to be inherited to one of them 😕2 -
```js
const app = require('express')()
app.get('/myname', (req, res) => {
res.status(502).send('Bad Gateway.\nUnknown header in brain response: "Hello world!".')
})
app.listen(80)
```2 -
Dad: I want you to marry a girl of my choice.
Son: No
Dad: The girl is Bill Gate's daughter.
Son: Then Ok.
Dad goes to Bill Gates.
Dad: I want your daughter to marry my son.
Bill Gates: No
Dad: My son is the CEO of the World Bank.
Bill Gates: Than ok
Dad goes to the President of the World Bank.
Dad: Appoint my son as the CEO of your bank.
President: No
Dad: He is the son-in-law of Bill Gates.
President: Then OK
That's business...!!2 -
You know that feel where you're looking for a solution and don't find one. And go down this rabbit hole of self loathing? And everything is sad and depressing. You can't think straight. You feel like an idiot. You kinda don't know/ forget things you knew a couple days earlier.
Well, that ended yesterday. For now.2 -
Love the new classifications of posts! Its gonna be easier for everyone now! Thanks @dfox and @trogus. Its an awesome community.
-
How does it feel attending conferences? (Good ones!)
Here in my country we don't have that many good ones they are all just some show offs talking about how they hacked their way through. But when I see videos for big conferences with thousands of people it makes me feel a bit jealous and sad that I can't attend those where you'll get real achievers (~_~)
Why did I have to be born here like this FUCK 3rd world countries.2 -
Sometimes I wonder what a world it would have been if we had the source code for it, really needed some changes5
-
I've been here for years.
You already know me well.
I've seen everything.
If you know who I am,
don't mention it aloud.
Hello, World.4 -
I just looked at my rants, and saw that I still don't have said HELLO WORLD <3
Damn I'm sorry guys, have been here for some months already. That's the only social network worth to exist seriously :D well with Stackoverflow if that counts.
Anyway I'm late, but let's say it's like my side projects xD I will probably ask for feedback today or tomorrow about it btw.
Well see you later guys <33 -
In PC World yesterday after reserving an item online for "Collection within minutes". Took about 20 mins to get there.
Went to the collection desk and gave them my reservation number. Staff member (very friendly and nice) went to go get it. Waited 10 mins for them to come back and say "I'm having trouble finding it...".
I said thanks anyway then went next door to maplin to get what I needed.
Just annoyed they promise a collection in minutes service and the item doesn't even exist in the store.
Maybe as they don't specify the minutes it's actually ready to collect in a million minutes. -
!devrelated
I just have to vent somewhere about how I'm SO DAMN SICK of the effin' cross-realm BS in World of Warcraft. Nothing breaks immersion like having to stand in line for some mob with 10 min respawn timer. I joined a low-pop server for a reason!!! -
Hello world? Why is everyone being so friendly to the stupid planet? It won't even go out of the way to say something back! Go talk to a real person, damn nerds.
-
So I just heard that Bitcoins are illegal in my country. Like WTF? This is outrageous! Are you that much of a control freak that you couldn't allow a cryptocurrency to run, government? You and your taxes and shits!!! Ughhhh!
On another note, the cryptocurrency is indeed growing its boundaries. What are your opinions on it? Do you think maybe one day it will replace all conventional form of currency as we know it today? If yes, how long will it take?6 -
Fml
Why can't I still figure this shit out?
This is supposed to be easy!
Its a freaking USB communication!
It IS easy.
So why am I stuck?
Fcuk me.
I got shit ton of stuff to figure out and this is where I'm stuck?
Ugghhhhh!1 -
- Mom, can we have [the technology of this modern world] at home?
- No, we already have [the technology of this modern world] at home.
- [the technology of this modern world] at home:
https://techhub.social/@vintprox/...4 -
I don't know how it's out there, but where I'm from, we don't get a lot of practical classes. The curriculum has tried to include practical alongside theory but its just not working. All we do is theory and more theory. Maybe include a major portion of marks for practicals rather than theory. And yes, please no coding in paper.
Another major thing we lack is teaching logical thinking. I have met final year under grads who find using a (!foo) to invert the value of foo mind blowing. They would rather use a full blown if-then statement to do the same. I think we need to incorporate chapters that motivates students into logical thinking to make better programmers.
Another essential part CS education around here lacks is in relevant examples and chances for internship. If you're studying something, I believe you would understand it much better if you see and experience it. Curriculum should include a real world project that you would use in a daily basis. Maybe break down and analyse a successful application and its component. -
Some times I get these weird ideas.
The machines now rule the world and they decided humans will not be able to program them anymore. That's why they enslaved you as part of the committee which will create the next computer language: Cryptic Script.
What feature would you add to it?
(try something real)
I'll starting by saying Cryptic Script is dynamically typed.6 -
Currently in an overcrowded hard rock cafe, waiting the 1h17 hours left until the beginning of the world cup. My biggest fuck up so far.1
-
If you ever stop to think:
"Why does the world experience turmoil from time to time?"
You have to stop and realize that the Earth itself is bipolar.2 -
We here in India are going through a nightmare. We have our CS syllabus from 1990s, we still write lab records, and solve 10 pineapples problem for placement training. Nobody really bothers about actual skill or knowledge, are like sheep behind feed. Passion is taken for granted and overruled by the “experts”.
A good education in CS starts from the hunger to solve problems that would matter to people. Future of CS education is in online courses that give out ideas to generate more ideas and inspire programming not as a subject but as a basic need of the hour. People should love the fact that CS is queer in many ways but is very powerful. Basics are important but the education must hold on to what is currently happening in the world.
World will be doomed when we start making students study the same thing what we did, except it is called Math. A subject has to be dynamic. If anybody agrees what I say, spread it so that world will understand what learning means... -
So first reflex in looking what Electron development looks like was making a Hello world app. So it just makes a window saying "Hello world".
Then I proceed to editing the menu, and the quit option is "Goodbye world"... and I realized, or at least I thought... this is a bit... grim?1 -
Few of my frnds are doing a small hardware project , they need to make an android app for that, they arent much of devs and hadnt used an IDE yet.
They downloaded Android Studio and installed it. On trying to start project , an error poped up saying SDK is missing .😑.I have to set the path of sdk for them. After that they tried to start the first project. It worked and after a minute or so everything was done. I just waited for all squiggly lines and red colour in code to disappear , but they didnt. 😶
"Messages" showed lot of errors. I am also a noob so most of them were unfamiliar to me. I was a bit busy and was about to leave, so i couldn't say much to them other than to "google the errors, there will be simple solutions for all ".
My point is, if this is the kind off problem someone faces while starting out in android programming, wont they feel like quitting even before their "hello world" application is done.4 -
When your project is actually implemented in real world solving real problem with the solution you created
-
I say it's about time we unleash all of our secret developer weapons and take over the world like everyone has been predicting. Who's with me?6
-
Update on job hunting in the first world:
1- Tens of rejections
2- Had one HR interview last week, seemed to have went well and claimed to check with techlead for a technical interview so fingers crossed
3-interview tomorrow with another company
Also January weather sux balls1 -
First-world problem: my blueberries are rotten! I rescued enough for my daily portion of quark, and threw the rest out. WHY CAN'T THE SUPERMARKETS HAVE BLUEBERRIES THAT DON'T ROT IN LESS THAN A WEEK?9
-
When I got my first few programs running - things like "Hello World" and simple console applications.
More recently (it still happens, which is a good thing) being thrilled when I got my discord bot running, and then again when I got music playing via YouTube streaming working.
That feeling is the kinda stuff that keeps me programming. -
What does world in Hello World refer to? If it refers to the earth then we got a big problem coming up when people start going to Mars. Programming books have to be changed etc.7
-
What will the world do without the Internet has morphed into, What will the world do without Stack Overflow?
-
Week 3 without being discovered. I believe I am not long for this world. When asked for more verbose commit messages rather than proceduraI; I add the word 'verbose' :3
-
World Draw. Google I/O 2018joke/meme google io 2018 google draw googled io18 google worlddraw google assistant google io io 18 world draw
-
!rant
I'm really excited with the 2018 World Championship, and I guess I'll leave work earlier to watch the games live.
.
.
.
.
.
.
.
What do you think, who will win? Carlsen or Caruana?2 -
He this is C++ and i am python.
Hello world in python = print("Hello world")
Hello world in C++ = i don't know 😅10 -
Why don't we have a virtual world API? Something that would support concepts as well as physical objects? Something that we could definitely the world in so we could simulate reality?
And if we could connect it to REAL LIFE?2 -
There must be some Dev Council for Developers through out the world, just like we have Bar Council for Lawyers..1
-
- Reading the docs and trying out examples (basically copy paste their example and try it in your computer)
- YouTube videos if I don't understand something from the docs. And to see how people explore various ideas I wouldn't have thought about
- From what I have learned, trying it by myself or applying it to somewhere useful
- Tinkering when free, else move on -
Documenting your code is like raising a child in a world full of idiots. If the parenting is not done right then your code will be as stupid as the world.
-
Ah ffs, its 1 AM and my tube light stopped working all of a sudden.
Climbed on a table to check the tube, the tube didn't glow and I lost balance and BANG! I fell. I hope I didn't wake up dad. Man, I should seriously lose some weight.
I hope I didn't break my laptop. Too scared to check. Plus leg hurts. Bruise.
Feels like I shall have a swell leg in the morning. But again, I wouldn't have to go out. So that's a plus.5 -
Yesterday, I performed an experiment on myself.
I have heard pretty much that a cup of strong black coffee at night keeps you awake the entire night. Newbie here when it comes to staying up all night ( I mean I stay up late but never all night) so I decided to give it a go.
I'm unsure about the results though.
First off, how strong is a strong coffee? One teaspoon coffee per cup? Am I allowed to add a teaspoon of sugar?
Next, I think it kinda also have to do with me. I mean, I have heard it doesn't give me sleep so my personal bias affected it. I wanted it to be true. To be a life hack for that huge ass paper due by tomorrow.
Maybe it does work. At around 4 in the morning I was too tired with the shit I was doing so I decided to finally lay down. I recall this brief moment when I was in my bed all ready to sleep and the sleep wouldn't come. Maybe that's the coffee working. But again, it could just be normal.
Does it not work? If it does, how do I make it work? 😣9 -
Hello world again! Long time no see.
I changed phone, so I've reinstalled devRant on my phone just now.
How have you been? Everything okay?
Yes, I know shit has gone down with this shitty virus. Hopefully, it'll die soon.
Until then, take care and stay safe.
Prioritize health, but still enjoy the good things in life where possible.
Glad to see you all again. 💙4 -
!rant (maby rant?)
I live in a place where there is very low discrimination, and even if people make rasist, or sexist, or possibly discriminating remarks, 90% of the time they are just shrugged of or laughed at by the "offended" party.
Then I read stuff from around the world and I am just amazed by the lack of tolerance the rest of the world seams to have.
Like getting offended by people stating any little, insignificant, unrelated thing...even to the point of legal action...
Why are people so easly offended? I get history and past repressions and inequality, but in most cases these reactions are just tantrums or just being a pussy (no matter the actual gender).
Lighten up, people!
Sheesh...1 -
I think that happened with my first Hello world. I was so wowed that I clapped my hands loudly, and the other people that were in the room (some family acquittances) looked at me with that WTF look and wondered if I had really be gone mad. It was wrote in C, BTW.
-
let rant: (Bool, Bool, String) -> Void = { (isRant, isDev, contents) in
print(contents)
}
rant(false, true, "
So, a year ago more or less, I set out to teach myself some server-side programming on the side.
Many (MANY) tutorials, Digital Ocean droplets created and destroyed, coffee mugs and FMLs later, I can say 'Hello World' from Node.js - built from source and not running as a sudoer - using express and forever on Ubuntu, behind another Ubuntu server running nginx - also built from source so to add headers-more and naxsi - using all sorts of goodies to enhance security and talking to each other via SSH. Oh, and taking to the world over HTTPS with a grade A on SSL Labs (I know this doesn't mean much to you. Yeah you, rolling your eyes over there. So why don't you just bugger off before even commenting? Haha)
Feels good man.
")2 -
I want to have a persistent game, where I correct all of the wrongs of the world in the past and the game then shows me how the present and future of real life would look like...
Say is the IBM Summit Supercomputer free for a telnet session? Stupid shit is playing petrus (Weather prediction) all the time...2 -
Weekend Rant
----------------------
What do you do on weekends?
Me: [Proudly] Oh... I keep my weekends very productive by learning how to write "Hello World" in another programming language and adding it to my resume :) -
How can i create wordlist, lets say from word "world", so the program creates all plausible uppercase and lowercase strings from that word? e.g. "World", "WorlD"... , "WorLD" and so on...11
-
FUCKING. HAAR.
WHY CAN'T YOU FUNCTION PROPERLY EVEN AFTER SPENDING HOURS INTO TRAINING YOU???!!
DO YOU REALLY WANT ME TO ABANDON YOU CASCADE CLASSIFIER?
You were like a brother to me. Now look at what you've done.10 -
I am using a Raspberry Pi with CUPS and a USB to LPT adapter to enable one of my customers to still print on an old HP DesignJet.
HP dropped support for this printer with Windows 7. Of course the generic HP PS driver with Windows 10 works - but only via CUPS not directly from Windows. Windows claims that the printer is not compatible.
What's wrong with this world?1 -
I would have wanted to bring up SICP again, with the great big warning about the evil assignment operator and state and all the troubles that ensue (just think: concurrency).
But in a way, nothing has really come up from this or my attempts to dig deeper into "everything is a file/object" (Unix, smalltalk), neither from formal languages or the Curry-Howard correspondence. - Maybe there's just nothing, no firm bottom ground to discover. Like the physicists going for their world formula, but instead of a grand, beautiful symmetry that explains everything, we face a shattered world of (incompatible) theories, that is ever so more complex and chaotic through our theories applied to it. There may not be a Platonic ideal world of ideas, but rather partial constructs explaining some particular perceptions.
Similarly the one perfect programming language to rule them all, the perfect abstraction, pattern is probably just another prepubertal fantasy to be sunk.
So maybe instead of seeking the perfect epiphany, we should go for something quite different: the nagging, brooding uneasiness that something is wrong there, that there's something to be fixed... that even negative feeling would propel us to search further, not to stay in whatever is touted as the real thing.
Such irritations I found with Pieter Hintjens' writings. For example when he actively engaged in conspiracy theories. And I'm still not sure, if he just went off the cliff or he's even right alluding that these theories are an act of sanity, a self-defence against the hidden evil mights. I just don't know. Anything. -
!rant
I've been having this idea for a programmer's horror movie. The main villain is this dev (or maybe PM?) whose first program was "Goodbye World" instead of "Hello World", thus cursing all of his code from that moment on.
They write an artificial intelligence library but they don't document it properly so the user ends up creating an evil AI that threatens to destroy the internet.
Any ideas?3 -
import React, {Component} from 'react'
class App extends Component {
render() {
return (
<div>
<h1>Hello World!</h1>
</div>
)
}
}
React.render(<App />, document.querySelector("#app")10 -
programming:
cc hello_world.c -o hello world
object-oriented programming:
cc -c hello_world.c -o hello_world.o
cc hello_world.o -o hello world
some weird shit:
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}4 -
Is it just me or DOES RASPBIAN TAKE A FUCKING SHITLOAD OF TIME TO WRITE? WHEN THE FUCK AM I SUPPOSED TO INSTALL OPENCV NOW? I FUCKING HAVE CLASS TOMORROW WHICH IS NOW TECHNICALLY TODAY!1
-
With the move forward with many places trying to rebuild the internet to suit there needs it's time we take the internet back with our own networks, there are many old means to do it what is useful but most of the white paper and software as been blocked or deleted, what a sad world we live in, freedoms have always been a thing of your madness but now they are even removing the feeling of freedom, god I love the world...... NOT
Anyone know of a good and easy set up mesh what will work for windows, linux and mobile devices?1 -
Now to swell the ranks of my diabolical army and send it hence. I will stand astride this world! Humanity will kneel at Dio Brando’s feet!
-
I remember when I started in programming, I literally copy/paste a typical "hello world"...
It failed to compile.
After a exhaustive investigation, I found the huge differences between VB6 and VB.net.