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 - "new to programming"
-
Tips for people new to programming
1. Start counting from zero
2. Trees are upside down, root's probably at the top
3. Warnings are usual, go rogue!
What more? 😂34 -
So, in my spare time I run a little helper business that teaches children/teenagers how to program.
Theres a new kid that's been coming for around about a month, and I swear the kid is a programming deity.
He picked programming and more importantly developing remarkably quickly.
Long story short, I paid for him to go to a Hackathon in LA and he now has more business contacts than me.19 -
1 - Programmer produces code he believes is bug-free.
2 - Product is tested. 20 bugs are found.
3- Programmer fixes 10 of the bugs and explains to the testing department that the other 10 aren’t really bugs.
4 - Testing department finds that five of the fixes didn’t work and discovers 15 new bugs.
5 - Due to marketing pressure and an extremely premature product announcement based on overly-optimistic programming schedule, the product is released.
6 - Users find 137 new bugs.
7 - Newly-assembled programming team fixes almost all of the 137 bugs, but introduce 456 new ones.
8 - Entire testing department gets fired.
9 - Company is bought in a hostile takeover by competitor using profits from their latest release, which had 783 bugs.
10 - New CEO is brought in by board of directors. He raises the programming team's salary to redo the program from scratch.
11 - Programmer produces code he believes is bug-free.
12 - fml9 -
"So what got you in to development and programming?"
Me: well. I needed something to new to help with my depression, stress and anger.
"Oh cool. Did it help?"
Me: yes... They're so much stronger now.4 -
Once a friend asked me to teach programming to him so I started with basics and hello world. Run the code and printed "hello world" on command line. Then my friend opened a new command prompt typed hello world and told me he can write that without all of the bs and that was the end.7
-
A very sad side effect from my new job.
When I get home, I can't bear sitting behind a screen for longer than an hour or two.
I really want to keep on programming at home but I just can't put myself to it after work anymore :'(.
I actually feel pretty sad about it 😭24 -
A teacher who came to see if I'm programming correctly asked me to start my curly braces on a new line like
F()
{
}
because where the fuck did you learn the other version
F() {
}
" that's just wrong"28 -
That moment when the new guy tells u "slow down, idk anything bout programming" and u were just asking him to type ifconfig to find out his ip.
Seriously?5 -
At introduction of new class teacher asked which _one_ of the following isn't a programming language:
- Swift
- Pseudocode
- Haskell
- HTML
Took my chance on HTML, but apperantly pseudocode is less of a programming language according to him.30 -
"I became an expert in 3 programming languages in 6 months with this new online course! Click here to order now!!"2
-
I've been doing programming as a hobby since I was 10 years old, I've always found my teachers are good at IT but not that good in Computer Science and programming, this year a new teacher joined the IT department who has actual experience in programming etc.
Our school uses two services, a rewards system which for some reason can also show our timetable, and another service for displaying our homework. In my spare time I made a project which combined these two services and showed it to him. As the first teacher with actual programming experience he was impressed and now I get to 'pitch' my project to the teachers higher up.
TLDR; It's good to have a good teacher -
One of my interview question for fresh graduates was to switch 2 variable values without adding a new variable.
I was expecting something like
a= readline()
b= readline()
a+= b
b= a - b
a-= b
And some kid answered:
a= readline()
b= readline()
print("a=" + b)
print("b=" + a)
I ain't even mad
Can y'all share some good programming questions for interviewing fresh graduates?22 -
True Story
Happens everytime coz new programmers don't have the patience to read old answers and try to understand them.
I have been programming for 1.5 years and I never needed to ask a single question.12 -
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 -
This guy is supposed to be a "spring framework guru"
Yo Mr. Guru, this is not how you write a pom file especially when you are teaching someone who probably is new to programming. Just think if the new guy/girl goes on to write such xml files in the future. What are you even trying to do man.5 -
I was once at my uncle's 40th birthday party and bored to hell, so he gave me a book that was supposed to be "Python for kids". I started reading it and soon fell in love with programming.
Since then I've often learned new programming languages by reading books or lately mostly the internet.
My books here should be in chronological order:6 -
Today in train programming:
Pushed a new build before pulling into station
Battery dies
Test on tablet
Build is broken, files missing
Upload files manually to Azure (WHY)
try to log in to my sure to treat, forgotten password
Try to reset password, smtp details in DB are wrong...
I'm doing well1 -
Hi everyone. I'm new to this. Been lurking for a quiet some time. Best community ever IMHO ☺ Started my first programming language as c++ now somehow ended as web developer as hobby. Big shout out for you guys love your all stories ♥6
-
school takes the creativity out of programming.
you want to try something new?
sorry, can't have that. functionality = priority.
school takes the choice out of programming.
- you're gonna use x language
- with x api
- in x environment
- and make it in x way
- because if you don't, your gonna fail x assignments
- because programming is about getting the job done, with no creativity
yeah fuck you too
school takes the cleverness out of programming
you get a turn left function. it turns a 'turtle' left any amount of degrees that you pass it, you have to make a turn right function to turn right 90 degrees. well, if you thought turning left -90 degrees was a good idea to make a turn right function, then fuck you. you have to turn left three timeswith the default 90 degrees instead because it's more practical/logical.
fuck that.
anyone else hate the movements to get programming into schools?14 -
I'm been hacking together software for the last year or so now and I've never considered myself to be a good programmer.
Today however I had to implement an A* search from scratch and with only the knowledge of how the algorithm should function I put together some code that looked correct.
I went to run my code expecting one of the typical "Index out of bound", "null reference", "something has not be initialised" BUT I was shocked to find that the code worked flawlessly.
I went into a weird state of shock and disbelief. I'm not naturally gifted at this stuff, so it was just really hard for me to accept that I might actually be getting better to the point where I might be able to say "I am a programmer"
Does anyone else get bad imposter syndrome?6 -
Am I being completely ignorant? I like to think of programming like construction (worked for 9 years in that industry) when I learn a new language I approach it the same way as using a new tool. I don't feel like I'm learning a new "trade", just a new way to do the same things i already know how to do using a different method. I feel like a lot of programmers have trouble picking up new languages/frameworks because the THINK it is completely new...where as learn a new TRADE (devops, database arch, design etc) is something completely new/different6
-
Age 19, got a government sponsored chance to go to India to study. Was called to study for Law. But didn't like it. Decided I wanted to change to Computer Science cause that's what I was interested in. Go to India and apply for computer science course but not law despite Parents wanting me to do law because hey Lawyers job is a good status in society.
Got a spot in BCA (Bachelor of Computer Application) . Totally new in programming. Started with C. Was freaked out with all the new things. Variables, comments, Pre processors files. All was new to me. Although the lecture tried her best, I couldn't understand her well because of language barrier. It was a mixture of Hindi and English.
Luckily she gave me a book to read, Let us C. That book helped me a ton. I realized I really liked programming. When summer holiday came I taught myself C++ . Then next summer Java. Then Android. Then some Web Development. That was last summer. But I kinda settled in Android and did some projects in it. Right now I am about to sit for my final exam. Then I will try my best to get an Internship or a job.10 -
My app just surpassed 100 downloads, I’m programming 2 new apps without really running in bugs, holidays have started, and I’m going to Canada for half a year :) pretty good going9
-
when your first try to learn a new programming language, for example c++ and you are still new to coding:
"Wtf does it behave this way. How dafuq do pointers work...argh"
and then years later, you come back to c++, do a little revision and it all starts to fall into place and make sense. Man. That feeling.3 -
New programming language alarm!
The V Language sets the goal to compete with Rust and Go. It's main advantage is appearantly it's efficiency and speed. You can build a basic web server with only 65kb file size.
https://vlang.io26 -
Got a new job as devops.
Got brand new thinkpad on day 0, it was waiting for me out of the interview room.
I think I'll like it here 😃
Only thing I'm thinking about is if I should continue with doing devops/sysadmin or go back to programming...15 -
You've heard of ROT13, now get ready for ROT26. This new and improved algorithm is TWICE as secure as ROT13 due to letters being shifted /twice/ as much.
There's even an API for this encryption service, for all ease of programming integration needs!
http://api.rot26.org/encrypt/... to encrypt}2 -
Learning a new programming language:
1. reading basics
2. creates small programs
3. plan new projects
4. search everything else in the internet
5. output: we have become code gods
*winks at stack overflow and github*5 -
Dear YouTube tutorial makers, if you list your video as a tutorial doing something only to make people download a library of framework and then teach us how to use the library you can go fuck a cactus :-3
Every single video that interests me like building interpreters, new 2D game methods and the like all have no actual ground up programming at all... Ugh!6 -
I am a New student in a programming school. Haven't coded enything ever. Use 1 week to make html, css and JavaScript website from scartch. *Happy for my achivement* curent teacher comes to review my work. Tells me it's shit. Teacher uses only ready maid templates... Fuuuuuu9
-
I really really want to start working.
I have social anxiety, but my mom is really on my ass about bringing in money. I need some sort of job that I can do from home on my computer.
Something related to programming.. Administration.. Whatever. I don't mind having to learn something new to find work.
I have no formal qualifacations.
I don't care how easy or hard it is, as long as I can make at least $100/mo.20 -
I think I ranted about this before but fuck it.
The love/hate relation I have with security in programming is funny. I am working as a cyber security engineer currently but I do loads of programming as well. Security is the most important factor for me while programming and I'd rather ship an application with less features than with more possibly vulnerable features.
But, sometimes I find it rather annoying when I want to write a new application (a web application where 90 percent of the application is the REST API), writing security checks takes up most of the time.
I'm working on a new (quick/fun) application right now and I've been at this for.... 3 hours I think and the first very simple functionality has finally been built, which took like 10 minutes. The rest of the 3 hours has been securing the application! And yes, I'm using a framework (my own) which has already loads of security features built-in but I need more and more specific security with this API.
Well, let's continue with securing this fucker!10 -
I learn programming cause it was in my genes.
My father was a programmer himself but, he died back in 2005 of September when I was 5 years old. So I guess I program to continue what he did. He was in the process of making a game but, failed to do it. He had concept art created and even mad characters. When I get real good, I plan to program that game for him and dedicate it to him.
I started programming on a website called Scratch back in 2010 (in think), which I saw a Ted Talk on, and started from there. I use KhanAcademy as I am home schooled and when they introduced the programming tutorials to that website, I was immediately hooked and it was just the beginning.
I used Scratch for three years and I wanted to know more, so I did research and discovered a program called Stencyl and started making a game I made from scratch into that format.
I used that program and when 2013 hit, moved to a new church and met an old friend and all of sudden we started making games together and we relesed our first game on Scratch called Minecart Chaos.
That took three months to create. He did all the art and I, of course, did the programming. The three months later we were at it again making a new game called EMP Restaurant Rampage. That also took three months to create. one of his friends composed the music. We are now in the process on making a new game and I am now tasked to make the music. So that is my history.9 -
I already talked about it in another rant but here it is !
This year, I got the chance to teach PHP to my fellow students in my uni.
PHP was the first programming language I ever learned (5 years ago) and this year I had a PHP class in my uni. I knew that I would not learn anything new (as I'm more competent than the teacher). So my teacher let me help the other students when I had finished the exercices. Then my teacher got sick and I, kinda officially, replaced him during 3 weeks.
I'm very thankful that he gave me that chance and thanks to him I discovered a new part of IT that I didn't knew. And even if I didn't learn anything new in PHP, I learned a lot by troubleshooting others projects and trying to understand how they reason. I really developed a new soft skill that I never knew I would have.
That also really helped me to trust myself and I got more confident about my programming skills.
This is one of the best experiences I got during my studies so far.3 -
Before the storm - New Feminist Programming Language C+=
So before reading and raging on the box popoli post "the costs of a code of conduct" (thanks for linking @cursee ) I thought I'd share an awesome repository some Anon highlighted on 4chin/g.
I encourage you to read the README.md if you have been feeling depressed and/or mad with all this politics in programming bs.
https://github.com/ErisBlastar/...11 -
PROCEDURAL PROGRAMMING
You write a list of instructions. The machine reads this list and runs your commands.
OOP PROGRAMMING
Quite similar to procedural programming but you group your functions via objects.
RANDOM PROGRAMMING
Learned of this new paradigm quite recently working with Blue Prism, which is essentially the program doing whatever it wants from crashing, freezing, returning wrong results, sometimes working properly, with no reason whatsoever other than the sheer malice of those beasts of burden who designed it in the first place. Mark my words, BP devs, you will be held accountable for your crimes against God and humanity.6 -
Lots of stress and strain the last months private and at work.
Headache all the days and no time to get back to my self. Programming starts to get tedious.
Now changing my life completely.
Broke up with my girlfriend and started looking for a new work - finally got a new contract today.
Dismissal coming on Monday.
3 months to go to get a enjoyable life.
PS: lurking some months and finally created an account. Thanks for all the rants which let me smile!3 -
A client, who don't know about programming. But only wants to finish the project ASAP
Me - It's complicated to implements this new feature.
Client - It's easy!3 -
When you discover this new amazing programming language and play with it the whole weekend and then realize it’s Monday again and you need to go back to the office to work with some legacy GOTO spaghetti... 🍝🌧6
-
NEW 6 Programming Language 2k16
1. Go
Golang Programming Language from Google
Let's start a list of six best new programming language and with Go or also known by the name of Golang, Go is an open source programming language and developed by three employees of Google and the launch in 2009, very cool just 3 people.
Go originated and developed from the popular programming languages such as C and Java, which offers the advantages of compact notation and aims to keep the code simple and easy to read / understand. Go language designers, Robert Griesemer, Rob Pike and Ken Thompson, revealed that the complexity of C ++ into their main motivation.
This simple programming language that we successfully completed the most tasks simply by librariesstandar luggage. Combining the speed of pemrogramandinamis languages such as Python and to handalan of C / C ++, Go be the best tools for building 'High Volume of distributed systems'.
You need to know also know, as expressed by the CTO Tokopedia namely Mas Leon, Tokopedia will switch to GO-lang as the main foundation of his system. Horrified not?
eh not watch? try deh see in the video below:
[Embedyt] http://youtube.com/watch/...]
2. Swift
Swift Programming Language from Apple
Apple launched a programming language Swift ago at WWDC 2014 as a successor to the Objective-C. Designed to be simple as it is, Swift focus on speed and security.
Furthermore, in December 2015, Swift Apple became open source under the Apache license. Since its launch, Swift won eye and the community is growing well and has become one of the programming languages 'hottest' in the world.
Learning Swift make sure you get a brighter future and provide the ability to develop applications for the iOS ecosystem Apple is so vast.
Also Read: What to do to become a full-stack Developer?
3. Rust
Rust Programming Language from Mozilla
Developed by Mozilla in 2014 and then, and in StackOverflow's 2016 survey to the developer, Rust was selected as the most preferred programming language.
Rust was developed as an alternative to C ++ for Mozilla itself, which is referred to as a programming language that focus on "performance, parallelisation, and memory safety".
Rust was created from scratch and implement a modern programming language design. Its own programming language supported very well by many developers out there and libraries.
4. Julia
Julia Programming Language
Julia programming language designed to help mathematicians and data scientist. Called "a complete high-level and dynamic programming solution for technical computing".
Julia is slowly but surely increasing in terms of users and the average growth doubles every nine months. In the future, she will be seen as one of the "most expensive skill" in the finance industry.
5. Hack
Hack Programming Language from Facebook
Hack is another programming language developed by Facebook in 2014.
Social networking giant Facebook Hack develop and gaungkan as the best of their success. Facebook even migrate the entire system developed with PHP to Hack
Facebook also released an open source version of the programming language as part of HHVM runtime platform.
6. Scala
Scala Programming Language
Scala programming termasukbahasa actually relatively long compared to other languages in our list now. While one view of this programming language is relatively difficult to learn, but from the time you invest to learn Scala will not end up sad and disappointing.
The features are so complex gives you the ability to perform better code structure and oriented performance. Based programming language OOP (Object oriented programming) and functional providing the ability to write code that is capable of evolving. Created with the goal to design a "better Java", Scala became one behasa programming that is so needed in large enterprises.3 -
We need to find new terms for things in programming...I think Google thinks I'm a mass murderer that only goes after families5
-
What is your favourite thing about programming?
Mine is that there is always something new to learn11 -
Not learning data structures and algorithms. Not learning programming languages. Actually not learning anything to answer during a job interview.
I am more of a learn-while-you-do kind of guy. I never learn anything, instead just do it. Interviewers think I am useless because I know nothing. But I can get a job done, any kind of job done. I have no learning period, I can start working from first day in a all new language, in a all new IDE, in a all new OS.
I know nothing, and I learn nothing. I am a problem solver. You got a problem, I can solve it.6 -
I love programming.. I really do.. But sometimes bugs drive me crazy... Long story short.. I'm getting a new laptop don't ask what happened to the other one2
-
So have been learning programming by myself for a while now and have become good with python.
Will be quitting my current job this month as a HR/Social Media Manager to pursue a paid career in the tech ecosystem in a new city.
Wish me luck.5 -
I'm doing my own sci-fi D&D story and need some new weapons! So why not use programming names? 🤔
So far:
voidpointer
nullifier
destructor
finalizer
One player is also a dev and I want to trigger him as hard as I can 😈6 -
When you try learn a new programming language and think it will take 40 mins and you cannot install any packages and spend 4 hours googling the errors with no solution... So you admit it's not meant to be, and try another one6
-
Found this on Quora today :
Programming isn't sexy at all. In a club, try picking up a girl by telling her your heroic tale of saving an entire department by rewriting a recursive function to take advantage of a feature in the new server Intel chips to scale up their online orders.
Then tell me how it goes.4 -
I am good as Front End developer, using JavaScript I can do the job, the whole job. Developing, Styling, designing and deploying the web applications is my daily job for few years now...
Today I quit my job for a new position as Back End developer using a new programming language I totally know nothing about it!!!
I am not sure about my decision... but I would like to take the risk....2 -
Paranoia. Programming affected my life by making me paranoid. Creating a new account on any website that even needs rudimentary information about me has to go quite some vulnerability testing since I've seen enough hack jobs that throw around sensitive data because they're too incompetent to follow simple must dos.3
-
Modern programming is like racing against the Universe: programmers try to make code for every idiot, the Universe breeds new kinds of idiots. So far, the Universe is winning outright.🧬3
-
Aspiring Android developer here transitioning to a new career in programming. Stumbled across this great community! Sup guys! OK now back to some Saturday afternoon coding ✌9
-
Thought to start a programming blog.
Registered domain and hosting.
Created some posts.
Didn't get new idea/content to post.
Disconnected domain from hosting out of shame.7 -
I watched an anime just because I thought it is about programming.
"New Game!"
I have saw memes about it but when I watched season 1 it was all about an artist and graphic designer. So she had a programmer friend, so I watched season 2.
Fffffff it's just 2 little part related programming. Just give me a programming anime. :(
________________________________________
Just one more++ to 5005 -
https://arxiv.org/abs/2006.03511
New reasearch paper about machine learning applied to translate code into different programming languages.
Would you see a use case for this at your work?25 -
So I've realized how socially awkward I am. I've had a goal for a few weeks now to get a few new friends online a few in 2 different categories. Programming friends, and foreign language friends but it's so hard and I dont know how to initiate it on social media or on shit like discord and reddit8
-
Had a laptop on which i learned programming. bought a new convertible for uni, so i passed my laptop to my younger sister.
-> time to move data from old to new device. thought i didn't have that much data, mostly installed programs, so i thought alright i'm fine.
sister doesn't know how to reset so i do it ...
halfway through the reset process i realize i forgot all my programs i had written, including many java, a c#, and some written android apps i was kinda proud of ... plus my neural network i had finally finished with much struggle😥
there goes my history *poof* when i got worse in school 'cause of programming ... smth in me died in that moment 😑4 -
❤️ Swift ❤️
A new minor version of the compiler has been released !
How sweet !
Which comes with the latest Xcode, which is of course mandatory to deploy on your devices !
How cool !
Let me also break all your code because I've decided to change some obscure programming paradigm, and also because FUCK YOU. -
As time goes on.. I see my friends, whom I studied programming with, just stop learning new things.
They think, or just behave, like they know everything worth knowing.
You can't talk to them about programming outside of work anymore. They just say that programming is "something you do at work".
I used to look-up to those people, and learn a lot from them. Now, they don't care enough to Google "what's this Rust thing people talk about?".
That really saddens me.2 -
C is probably my favorite programming language. I use it for learning new concepts and implementing algorithms.
It's just sometimes I hate that I have to do everything myself when I need to focus on the solution/concept instead.
P.S., I hate C++ from all my heart. It's an abomination and a deformity of C.21 -
I'm just a student, but I always feel like a badass when the class treats me like almost like a teacher when it comes to programming.
Our actual programming teacher is new, so she doesn't always teach well (don't get me wrong, she's nice and I do know my place as a student) so my classmates usually approaches me when they need clarification or they got an error on their code. Makes me feel useful :D4 -
With limited Internet in 92 :P I read magazines and did line by line from the books. From Atari 520 ST, to vb6, then into PHP, C++ and C#, it's fully been a ride of self learning.
I envy the new generation with the massive amount of online learning sites. At age 36, been programming since I was 12. What an advantage young kids have today!1 -
Switch your tech stack or programming language or development framework to something that you enjoy more.
If it requires to switch the company, do it!
If it requires to learn something new and you think that you don‘t want to, then it‘s probably the wrong goal.4 -
Going to make a new programming language, positive# .
Where the default value of a Boolean is true instead of false. -
> Have nothing to do with programming
> Starts shitty coding bootcamp online, possibly for free
> Learns html/css/js course
> Builds to-do app (dont know how to deploy it with anything but github pages, but who cares)
> Takes a week to finish course
> Gets e-certificate and posts it on LinkedIn
> Adds web and front end dev as Professional Skill on LinkedIn
.
.
.
> Complains how bad the tech industry is for 'new entries and beginners'2 -
Hi , im new to programming and codings and my task is to make a output that outputs even number only ( not odd number) so i wrote this codes but its so complicated for me. Is there a better way to write it?
Thanks dears,,20 -
Rant on behalf of my fiancé, who is new to programming.
>be Apple
>tape an m1 chip onto an iPad
>you can’t write code on it
waluigidrinktears.png3 -
I haven't created anything.
I follow(ed) many courses about programming (CodeCademy, Khan Academy, Udacity, Coursera...), but haven't created anything really personal (excluding robotics) and I feel sad.
I have lots of ideas but many of them require me to learn something new (iOS dev, Fluttr, ElectronJS etc.), and I'm scared of falling in the loop of just following courses and then never finishing projects.5 -
😭😭😭😭
I am just starting to realize that I have lost my second favorite programming book on the new years eve night because I was too fucked up to watch a backpack 😢😢😢 stupid drunk me
(at least I can still download the pdf)1 -
In your opinion what is the best programming rant to ever grace the internet?
My submission === programming sucks:
http://stilldinking.org/programming...
(small) excerpt: "You discover that one day, some idiot decided that since another idiot decided that 1/0 should equal infinity, they could just use that as a shorthand for “Infinity” when simplifying their code. Then a non-idiot rightly decided that this was idiotic, which is what the original idiot should have decided, but since he didn’t, the non-idiot decided to be a dick and make this a failing error in his new compiler. Then he decided he wasn’t going to tell anyone that this was an error, because he’s a dick, and now all your snowflakes are urine and you can’t even find the cat."7 -
my parents have a very old printer (it is so old even Noah could use it on his fcking ark). That piece of crap refused to print, I told my parents that they should buy a new one. My father told me that i should fix it since im studying programming for 3 years now.... I can't explain the feeling2
-
I told my lead, "I am creating a new Algorithm" instead of "I am trying to fix this", and instantly I am a programming wizard :D :D :D6
-
Helped somebody learning Arduino (he is new to programming in general)...
I saw this at the top of his file...
I admire his effort tho...14 -
Something that really bothers me about the oop idea of "oop allows better code reuse" is the fact that I have yet to encounter a situation where I need to reuse old code for a new project.
And the code I do want to reuse I've put into a library and made genetic anyway. Something which can easily be done with any language supporting generic programming, object oriented or otherwise.6 -
Another draw I found while cleaning my room. I made this on my last semester of the career at university.
Yeah, another Php. Remember the “Php elephant thong guy”? (Reference to another rant I posted) Here I’m fighting him with several programming languages. I remember that I made this because he only coded on php and jQuery, and I said to him “you’ll need to learn another languages if you want to apply to a new job”.
Which programming languages can you identify?
P.D. I don’t like PHP that much, I’d rather use Python or C#2 -
oh to be a new cs student and to be excited about programming and coming up with solutions... i feel quite nostalgic about it, that sense of wonder6
-
Rust devs on social media are the vegans of the programming world.
Yeah, we get it, you like your hot new programming language. I'm not bashing the language, I've never used it so I'd have no right to say anything about it.
But holy hell, you guys don't have to show up in every discussion about programming languages that aren't Rust to evangelicize how great Rust is. Like damn, there could be a thread on Twitter about Python and you'd be like "yeah Python's great but have you ever heard of our lord and savior, Jesus cRUST?"
Just shut up lol.12 -
I work for a programming / design studio / tech and new solution company. We do all kind of new tech inventions.
Everyone is a tech guru, except my boss who don't know one single programming language, don't know even how to format a pc, never finished his school..
The other day we asked me how to change his phone ringtone..2 -
I'm new guy in programming. Sometimes I do compare java with python and I have weird conclusion.
Python code is shorter but for me much more "logical" & easier to read is Java. Maybe it due to fact that I don't understand what is going on under hood so shorter code feels incomplete?14 -
Some many nice and new programming languages out there and even some older ones still get updated but at my university we are supposed to use the ANCIENT AND ANNOYING ANSI C (C89)??! Why...3
-
tl;dr Do you think we will any time soon move from editing raw source code? Will IDE or other interfaces allow us to change the code in graphic representation or even through voice?
---
One thing I found funny watching Westworld is how they depicted the "programming" - it is more like swiping on a smartphone, a bit maybe like Tom Cruise's investigations in Minority report. Or giving certain commands and key words by voice.
There was one quote from Uncle Bob's "Clean Code" I could never find again, where he said something along the lines, that back in the seventies or eighties they thought they would soon raise programming languages to such a high level they would use natural language interfaces, and look at us now, still the same "if's".
So I feel uncomfortable without my shell and having tried a graphical programming language once this particular (Labview) seemed clumsy to me at best. But maybe there are a lot of web devs here and it seems with them frameworks you might be able to abstract away a lot of the pesky system programming... so do you feel like moving to some new shiny programming experience or do you think it will stay the same for more decades as the computer is that stupid machine where you have to spill it out instruction by instruction anyways?7 -
Me: *creates a new telegram bot*
User: Hey, compliments for the bot! How did you create that? Did you use HTML or other programming stuff?
Me: ...
The funny thing is that 1 week later I discovered that someone actually created a library to create your own bot with HTML and CSS too. -
Have you ever tried to teach programming to a newbie?
Arghh..., well, now I do and I hate when they yawn. When my brain is working on 100%, when I'm trying to explain something with the hope that they understand what I'm talking about and they just ... YAWN!3 -
Absolutely new to programming world and devrent. And looking for some advice on were to begin for a Web developer16
-
First programming-course at the new school.
I was pretty excited until it hit me.
This is an intro-course.
We need to use CPP, not C.
We need to use Windows.
We need to use a shitty IDE instead of editor and compiler.
Went from super excited, to fuck this shit, pretty fast21 -
I've been using C, C++ and Python for 10+ years and suddenly I moved to a new job where I had to learn and use JavaScript.
I think that it is different, as many say, but it is full of lacks and it's like a pile of hacks to make things work. It's a scripting language used as a programming language. What do you think about it?14 -
!rant
I remember when I was new to programming I would bookmark almost every website where I got a working solution...2 -
IMAO, a new programming language/technology is like a new cute girl at your school/workplace. We give it a lot of attention and tend to ignore older programming languages/technologies2
-
I love technology. I love programming and developing software. I love self-learning new things.
But I REALLY REALLY REALLY hate Math. And suck at it too.
I want to study comp-sci at the university but I'm scared of the math.
Any tips?13 -
2nd year programming professionally I designed, coded, and released a PCI compliant credit card encryption system, including updating all 7 million records (at the time) in our existing database to utilize the new system. By some miracle, it worked with only one small hiccup (see previous rant).
-
This year I'm remaking my chatbot, a new improved chatbot.
I mean it's not new. But it's something I've always wanted to do personally since the advent of my original Chatbot (poorly written in batch).
If you know me at all, then you know that the actual reason for me getting into programming was because I made my own chatbot using windows batch (I was 14 and didn't know a lick about programming or available programming languages...)
Anyways, I'm wanting to dive back to my roots and build something from the ground up, but this time build it with all the knowledge I've accumulated since I've designed my first program.2 -
Just reading Knuth's The Art of Computer Programming, where he created an own assembly language, so the book doesn't rely on a currently in fashion language... Meanwhile teaching students to code a GUI in java swing, because it was the new shit when the syllabus was created...1
-
• Learn new things!
• Continue my programming projects (mostly C#), and eventually publish them!
• Create more programming side-projects!
• Create more music, of various genres, and finish unfinished tracks! (I love music 💙)
• Buy a violin, or another instrument! (I already play harpsichord and piano, and I love them both)
• Buy a new PC setup! (maybe?)
• Get a driver's license!
• Create more music sheets!
• Create more custom maps, on rhythm games! (like osu! or Cytus / Cytunity)
• Make new friends, and meet with my older ones more!
• Go to places, new and old!
• Open myself more to others! (I'm kinda shy)
• Do my university's exams, properly!
• Do my conservatory's exams, also properly!
• Try drawing!
• Try all sorts of new things!
• Get a cat into the family! (I love cats, but I never got one because I don't know how to raise them, yet)
• Be more confident about myself!
And... yeah, I guess that's it :D
What about you?
Have a happy 2019, everyone! 💙2 -
Last week I had a meeting with a client at their office and I got an invitation to a BBQ with some other people that evening. So I went to that BBQ and when I wanted to leave he said we could go laser gaming in their building.
That was awesome!! 😱
So yeah, you could say I've made friends. Not only because of programming, but also in the process of getting a new project. -
Happy New Year!
This year I am going to learn new programming languages and they are: Python, Java/JavaScript, C/C#/C++ and the Linux Terminal.
I can't wait!11 -
Anyone have the experience where you are learning a new programming language and you are eager to do stuff with it but you need to use another one for your job? So frustrating!2
-
What keeps programmers interested in programming? Does solving new problems always stimulate your dev soul as much as it used to, or are we all doomed to find our jobs uninteresting after a short while?7
-
New to programming but I want to create my portfolio, any tips? Where should I host it? WordPress is good for this or better write whole code?10
-
I'm kinda freak about my knowledge.
When i find out i've missed an epsilone of a topic , i start that all over again to make sure i'll cover everything !
New reads: C programming language by ghanaian and ritchie2 -
Relatively new to programming. I have worked with c++ for about 7 months, worked with c# in unity to make games, created lots of different scripts and other programs using bash, python, racket and Java for class.
I am looking to become a video game developer, I work with unity and do lots of coding challenges on hackerrank.com and some other stuff. But I am wondering what I should do to really improve and am wondering what some of the vets out there would tell me to do, what kinds of projects to create, how to get better at programming as and whole andnd knowing more about the subject in general. Any help is appreciated, I'm looking to start 2017 on the right track to success!10 -
I read books on programming. The thing I most like about programming books is that they allow you to learn about topics that you would have never have thought to explore. When people look things up online, they tend to search very specific things, most times actual code. The internet is an incredible source for developers, don't get me wrong. But books allow you to learn about programming in a conceptual way which in turn will make learning new languages easier and allow your understanding of the languages you already know to be deeper.
-
Hi friends.
I'm 19 years old programmer and working already. My father is 47 years old. He don't know anything about programming yet. When he was young he was good in math.
Today when I came home he said that he would like to learn programming too and help me to do some projects in the future. I know it's kind of late for him to start learning something new, but what do you think, what can I do to help him start programming? What's the startpoint for 47 years old man in the world of programming.
P.S. He tried to learn Java watching online tutorials but couldn't understand anything.10 -
Animator for 15+ years. Started self learning python a few months back. I made my first useful app today... Move the cursor every 10 seconds. 2019 is off to a good start.
I'm new to programming but I already love devRant.
Happy New Year everyone! 😀5 -
Learning JS in 2018 is like asking programming advice from sales people. What the fuck is going on man? Halfway through trying to convince the company to use all these new shits, I felt stupid as shit.5
-
Do you think a dual core laptop with 2gb RAM on it can run Ubuntu and Kali Linux? The solely purpose is for programming (ubuntu) and ethical hacking / penetration testing (linux) ?
tbh, I’m learning linux because I want to try a new OS. Any tips so that I can easily adapt to this OS?
PS. I know this is a googleable question but I just want a perspective from this community.10 -
Travelling and coding are such a great combination! You get to experience the world, see new things and pursue you passion!
Also the stress of programming just floats away. -
devRant should add a new feature to create polls
e.g. 1: What OS do you prefer?
- Mac
- Linux
- Windows
e.g. 2: Which programming language do you prefer for web dev, mobile dev, etc.
- Java
- PHP
...
I bet after a while a cyber war would commence. And that would be devRant's fault because it gave developers a reason to hate each other.
So devRant please disregard my request for the new feature.
Narrator: And then he laughed sardonically.4 -
Ok, so the new programming language Q# is out. VERY exciting for me! I love the idea of quantum computing! Then I realize that developers will need to know the basics of quantum physics to use it effectively. Yay or nay? Welp, those extremely big, expensive machines won't program themselves (yet).
-
I get that I'm new with this programming stuff. Yet why is it I feel I'm fighting the UI of Android than actually programming. Why is it so damn hard to display something in a nav draw. Really depressing when I can't get the damn ui to work to make the click events. Fine I got the damn menu to show. F**k if I can get the child's to show up to continue on the f**king project. F**k me with a cactus.2
-
I would like to have more time to work on the old, lonely, dust gathering site I started to build. There was a lot of new skills I wanted to test and train. But my personal life is getting stressful in the last time. Wife broke her leg and my son started in kindergarten.
I'm starting a new job in Dec, so I quit my current job. I had to reduce my work hours to collect my son from kindergarten. Sounds like I have much time now? Nope, there somehow is few time for programming. I enjoy bouldering (thats where the leg thing happend 🙄) and that's where even more of my time goes.
I see my project become ugly in the meantime, because there are even more new things I read about and would like to use... -
When I realized that programming is the greatest way to make one's living, that I will never love anything more than programming, and that every feature and quirk in a new language is like a new friend.
-
I was wondering !
As a computer geek I would like to know everything from mathematics to programming , robotics and machine learning but as I go , new technologies appear and it's
just like an endless while loop!
I don't mean I wanna stop learning new things but just looking for a more effitient way for doing this!
Any idea about this?1 -
I want to learn a new programming language. What should I learn? I am torn between Kotling, Go and Scala.
Or should I just learn a new JS framework? ;)17 -
No brain. Half 11 at night is not a good time to learn a new programming language. Please be quiet so I can get some sleep and go back to working on really boring things tomorrow without being grumpy about it
-
Everyone is going on about how suddenly finding a programming gig is or has become a lot harder why with the outbreak and the economic downturn it is going g to cause.
But realistically is it true? Did I just pick a bad time to start a new career in this particular field or is it just FUD?20 -
As a developer you have to learn!
Your whole fucking work life!
I totally give you credits for being a good programmer in 1990, but you have learnt NOTHING in the last fucking 30 years.
If you don't know anything about MVC....
and nothing about object oriented programming,
and nothing about all the new cool features,
SHUT THE FUCK UP!5 -
Pair programming/debugging with the new dev is like pulling teeth. OMG he is slow. He wants to write down Every. Single. Thing. Point. By. Tedious. Point. I wouldn't usually mind (after all, everybody has their own preferred method of learning) but I've currently got a to-do list longer than Kanye West's List of Rediculous Lyrics to Work Into My Next Song.
-
---12.018 HE----
I want to
- finish my A-Levels
- play less & do more
- work on side project
- learn lots of new programming stuff
- have a great time (making my gf happy <3)1 -
Have you guys seen the cool write up fossBytes did on the new devRant 'Most Annoying Programming List'. Many news sources picked up the story. Way to go devRant!
http://fossbytes.com/devrant-releas...2 -
My elementary IT teacher whom I owe all my enthusiasm to introduced me to MIT Scratch, and I found the concept of chaining dumb operations to accomplish tasks fascinating. Later I learned c++ which I hated vehemently for a couple months until it clicked. After that I studied C#, which I managed to use for over a year before realising what copy by reference actually means. With that realization my understanding of programming languages was essentially complete and since then I have only learned techniques and tricks and languages that add few new ideas, and I don't expect anything to fundamentally change my understanding of programming. All of that was 5 years ago BTW.2
-
I'm still pretty new to elixir and functional programming. There have been numerous cases where I accidentally recreated functions such as Enumerable.map 😅2
-
Rant rant = new Rant();
Rant.InternshipGotten = false;
Apparently I failed to provide enough reason why I would like to do my internship with them.
And I didnt have any affinity with programming according to them.
Im not a great talker assholes. But im good at programming.
How would you even know my affinity to programming? Because I dont have any personal projects running?2 -
"The only way to learn a new programming language is by writing programs in it." - Dennis Ritchie
So, how are you learning - By writing programs or by Ctrl + C, Ctrl + V? 😛3 -
!rant Thought you guys might be interested in this new-ish (compared to say... Futura) programming font, Iosevka.
https://be5invis.github.io/Iosevka/
It's configurable and can be compiled from source but also has pretty good defaults. Really enjoyed using it these past few weeks.2 -
My new PM thinks programming is like using Excel to define times and send the price of the work hours to the clients... 😂1
-
I started making a library to get to know TypeScript. 4 days into the commits and I don't know if I made the best choice or the worst choice. I MEAN WHY CLASSES!! JAVASCRIPT IS MORE A FUCNTIONAL PROGRAMMING LANGUAGE THAN AN IMPERATIVE PROGRAMMING LANGUAGE! I DONT WANT TO NEW UP! I DONT WANT THE DEVELOPERS TO NEW UP! WHERE ARE THE DESIGN PATTERNS! I CANT FUCKING FIND IT!!4
-
So the new guy convinces my employer that he is a Machine Learning Expert. Nothing is wrong until He even convinces my employer that he can do Machine Learning with HTML (<==== is not a Programming Language); This is the time my IQ instantly dropped to ```Patrick Star```.8
-
Hey everyone!
This is really two things in one:
1). Asking about a good gaming laptop.
2). Follow up on a post I made a while back asking for suggestions for new programming languages to learn
So right now I have a surface pro 3 i7 256gb, it's great for development, but not so great for gaming (Overwatch).
Saw the Razer Blade Stealth and thought it looked pretty nifty. Suggestions?
Also I would like to say a big thank you to all the people who told me about some really cool new languages, like Crystal, Elixir..etc.
Thanks everyone!20 -
Past two years when I was in 7th grade, my computer teacher taught us the first programming language ie Python. At first, I just copied the syntax in my copy, and in the evening, I searched for it on YT
This introduced me to a new world of programming and I started learning it further3 -
Hi. Im new to programmings on computer. Im learning css programming its so difficult. How long do i need to learn css programming so i move onto html programming ?12
-
Want to learn a new programming language. My main language is JavaScript and I spent most of my team learning to create full stack applications with it, but I would like to learn a second language to focus on. (I already have some experience in Java and Python and JavaScript wasn't my first language but I like JS)
Are there any languages that you could suggest me?8 -
So I'm still new to programming. Mind blown every day learning python. Although self learning does get confusing sometimes. Somehow I'm learning pen testing now and already installed Kali on a virtual box. Pretty sure I aimed at making a multi platform mobile app to begin with.... Yep, from Kivy to changing Mac addresses, am I lost? Or this is the way to dive in?4
-
I'm fairly new (less than a year) to programming and I'm just wondering what everyone's thoughts are about this.
Is taking college math courses necessary to be a good programmer?
I am learning online and I'm worried I won't be a great programmer without all the math. The last course I took was Trig :/
Also add any suggestions you have. Thanks all!26 -
I need a new hobby. Programming doesn't excite me anymore, at least not how it did a couple of years back. I'd like to get into robotics and stuff, but everything's expensive where I live. I'd like to get into cars, also too expensive where I live. I like playing video games, but I suck at them and they bring me no feeling of having accomplished something. Sports? Suck at them too. I'd like to ski, but I live in South America. I just don't know what to do with my free time. Programming feels like a chore nowadays, but it's all I have.32
-
I'm new in the programming world; when I need to learn something new I generally look at documentation and articles to get an understanding of the basics.
Then, if it's still interesting to me, I just try it out.
Sometimes I might ask a fellow more experienced programmer or a teacher to explain it to me.1 -
Yesterday, I started taking the new programming classes in my school. I am utterly disappointed, before even teaching my classmates who are new to programming some basic python or javascript, the teacher started the class with teaching arduino and C and because of that many of my friends have since dropped the class and we are only 3 left out of an original 20.
Although some of you might say that arduino is a good introduction to programming, I believe you should teach a kid basic python or java before getting into arduino or raspi..etc11 -
Time for a new programming language. LaTeX! It's definitely very different than what I'm used to, but very useful.13
-
im new to programming and teaching myself the more i learn the discouraging it becomes. P.S do the guys at stack overflow hate noobs or 'rookie mistakes' because for a community that is supposed to be about answering questions they sure do seem to hate it when I ask them6
-
Me, inside: "I want to go hiking! Enjoy the great outdoors!"
Me, outside: "I should start a new programming project! [mind wanders...]" -
Studying human languages.
They are so much more complex than a programming language and full of irregularities and stuff you can't really learn but have to 'feel'. This helped me a lot developing methods to learn new things quite easily and knowing foreign languages are kinda useful when I have to communicate with people too.3 -
AAAAAAAA I want to talk with my friends about programming and software, but there is only one friend who understands even a BIT (Rest he doesn't just care about probably). It's driving me crazy that i can't talk with any of my friends about programming, because they don't know shit about it. I really can't make new friends either because i somehow have forgotten how to talk to humans (i'm extremely introverted lol). It's paiful when you have to explain a programming meme.8
-
Where do you go to figure out new jargon/terms?
I found
The Jargon File
Beej's Guide to Network Programming
Hackterms.com
Sidewaysdictionary.com
But they seem to have low traffic
Is Wikipedia the king?4 -
Programmers wise thoughts:
Programming is solving a puzzle. Whether you have to piece something new together or change a wrong piece -
I don't like things like "programming is copy&paste"
But if you think about it... Actually it is: when you don't know how to use a function or how to write a new language you read the docs, copying and using what they say 🤔
Stack Overflow? It's a doc full of examples 😁6 -
(Not a rant)
New to devRant :^)
Tell me the reasons why you started programming.
I want to know since there are so many devs out there..8 -
I feel so overwhelmed. I feel like I'm never going to actually learn everything about programming. I feel like I'm just going to learn some new API every time I want to do some thing. I feel like I'll lose the ability to do basic programming. I feel like I need a cup of coffee.3
-
Hello there, Iam a third year student on Hasanuddin University, Informatics engineering. Iam little confused to choose the focus of my passion, because in the first year i interested to code HTML/CSS (as web programmer), than the second year i tried to code C# (to make game with unity) and than find a new interested on Java (Android Studio). Now i like to try IoT Programming (Raspberry pi). Any advice with my problem?8
-
Hello guys. Im new to programming I know some basic c and c++ . I was hoping if someone could help me with some sites to learn new programming languages. Thank you.7
-
Wow, just have to share a story:
A photographer friend of mine asked me to make a program for him to manage shootings and models etc. and since I'm still a cs student and have the time I agreed. To spice things up I decided to learn something new and voilà I used JavaScript (that I never used before) and HTML (which I only know a liiiitle bit) and some CSS (also little experience) and with Electron.js and the help of YouTube and Udemy I created 40% of the program today!
That's exactly what amazes me about programming... You can learn the basic skills in no time and create working things!
I <3 Programming2 -
I like fridays because I convince myself that this is the weekend I will do some hardcore programming. Instead it is usually the weekend I spend more time finding a new series to watch than actually coding.
Should probably docker-compose down and stop kidding myself since constantly thinking you will do some work next takes away from actually relaxing and you end up worse off.6 -
Things nobody told you when starting to learn a new programming language:
Congratulations! You became a collector. From now on you will collect websites, books and a ton of related software.4 -
I just finished my second semester of computer programming. I then say to myself : "Let's use my new knowledge to make the program I worked on for fun two years ago better and more efficient!".
It was a bad idea. -
In addition to the programming language or theoretical concepts. It is also essential to develop good problem solving skills.
Concepts like design patterns and refactoring would be better taught using hands on exercises based on a long running example, such as having the students create a project in an introductory course on a programming language and then take that codebase as a starting point for the assignments on design patterns and refactoring.
It would be unrealistic to assume that developers would be working only on a single programming language in their entire career. So, a few pointers on how to go about learning new languages based on similarities with programming language(s) they already know would also be there. -
Okay I'm back to Dev Rant tho it still looks new and confusing sometimes, maybe because I'm new to programming world. Well I need some type of advice , I like web development, I started learning PHP (I know it an old language but it all I can help myself with, by learning). Is there any thing I'm missing? Any link on improving my skills ?
I will be glad to learn a lot from the senior developers on here . I really want to go wide into programming I'm ready for the challenges because I know the path isn't always easy!!
Thanks in advance10 -
I was just looking new and lesser known programming languages. Then I came to Rust.
"Rust manages memory at compile time"
What?😵 How is that even possible?9 -
I am looking for new programming language to learn and I found D language. It looks interesting but I think that community is weak and there is lack of some usefull libraries.
For example I can not find secure PRNG.
So my questions are:
> Have you any experience with this language?
> It is worth to learn?3 -
Seeking a new school to continue studying..
Finally found a good one, with a programming planning, a rare things in programming school...
Ok let's go, here is a challenge to be accepted.
Friends : i bet you to fails the challenge and get accepted.
-me : .... well ok I'll only do the programming part and don't answer the rest of the test.
30% of the test was logic and programming, the rest were stupid culture questions.
- the school actually hired me.. thanks 😂😂😂2 -
Gonna teach someone conpletely new to programming some C#. What are some good exercises I can give them to understand general programming well?
So far I'm thinking FizzBuzz, some progressively more complex math+logic stuff and maybe fibonacci using recursion.11 -
Due to non work related shit I'm struggling to focus, I can still wrap my head around programming (even if with significant struggle) but I cannot keep up with cloud/containers/microservices/cool new tech of the day2
-
Mine and @jacoKotze's final exams for the year (maybe for a while too) are finally starting today. Up first: programming! The most ~complicated~ subject according to our classmates. (Did you notice the sarcasm?)
C# events and delegates, file streams, and LINQ are the "new" content next to the tests where we did exception handling and inheritance.4 -
I dont like programming languages where "there is more than one way to do it".
There should be one way to do things, it makes it easy for developers to understand code others have written, it makes it easier to start working in new teams etc etc.23 -
!rant
Has any of you ever felt like you were going straight towards a burnout if you keep doing your actual job but consequently don't have any energy left during spare time to learn something new, new skills you would need to land a better job? Think changing programming "branch".
How/what did you do? I'm thinking of trying to get my boss to let me work less hours... But I honestly don't know if it would be enough.
Any advice?
Sorry for the downer post, I'll be back with shit my colleagues say soon enough ;)4 -
Why as a junior developer we always search for the best programming language or best tech. What things I should care about to improve as a programmer instead of searching the new "cool thing".6
-
My first programming lesson in C# was to increment my progressbar using a timer to 100 then show the new form. Trial ends.5
-
What if a programmer was invited to the dear moon project? What would he make?
Probably a new JS framework or a new programming language? :P
That spacex event was one of the most inspiring event I have seen in a long while. I can't believe it is happening. That Q&A was very interesting and I like how Elon Musk talks, he tries really good to put things in layman terms.
And looks like Elon Musk is also going to space with Yazuka.
If I get a chance to go in lunar trip, I would be happy even if things go wrong and I have to die in space.1 -
Hey everyone my name is nixon. I'm very new to programming. I jUst started learning go, because I'm planning on becoming a blockchain developer. It's been a little tough learning go. Do you guys have any advice or suggestions for me? I feel like I'm not getting it as fast.5
-
welp I went from "gosh rust makes programming so stupid because I don't have to keep anything in my head like in JavaScript, if it compiles it runs zzzz you can literally be wasted / in dementia and write working software now"
to "I wonder if I can inspect how long threads are waiting for mutex locks to squeeze the hell out of performance"
new code golf23 -
christmas wishlist????? dont give me some of those cute crap, what i really need:
- my other breadboard
- 2TB HDD!!! pls i need to degoogle my life
- wirerap cables
- a new laptop with gr8 specs, good for both programming and gaming pls
- a big whiteboard for my overflowing ideas
id rather have something useful than the usual stuff people give as gifts xd3 -
I am new to programming. I know the syntax very well in Java. How can I improve my logical thinking , problem solving ability that can land me in a decent job ?8
-
New Year's vows:
- not waste time
- maximum productivity
- maximum speed
- cloak engaged (ok, just kidding)
- finally finish learning Java
- learn enterprise programming
- not be a jerk to people (bleh)4 -
I've a bad habit..
If I need to do a complex new task with some new tool / programming language, I'm really motivated to waist my time.
But If I've to solve the same task with something I already know then I generally keep averting it.4 -
Now that I got some time off work, I'd love to dig deeper into programming, are there any new trends around?8
-
Hey rant. I want to learn new programming language. Now im working with php and js. Any suggestion for new language??4
-
Guys does any of you know good first c++ project. I have a lot of experience with java and python so I am not new to programming, but I want to get proficient in C++ because I am soon starting a job which all lower level programming.7
-
Now I associate programming with work and pain. My mind refuses to start a new side project. Is like a programmer-disease.
Oh yeah, is Christmas by the way...3 -
Went to meet up last night. I was there acting like I have no experience and was just starting to learn programming. Suddenly this guy turns and faced me he said non verbatim “don’t use JavaScript thats the worst programming language, its used by wanna be software engineer. Use c# they have blazor so you wont have to code using JS”. My blood pressure went up guys. I understand this because hes kinda old and dont want to learn new things but i got caught off guard. To be honest im not mad, im just sad though, imagine if i was really new and had no experience and just started few months ago. All the hard work and studying will be nothing. Btw hes nice he offered me free food and beer its just JS.
If you’re learning any language specifically JS. Dont mind the naysayers. Just learn it and be good at it. Languages has its use cases. Conversation with whats better programming language is useless and a waste of time thats what my professor said and its true.15 -
Do you usually spend some of your time learning new programming language/pattern/technology? I mean, I am not the type of person who does same thing over and over again, also like learning new things (I spend a lot of time per month studying new things), trying to get experience and trying new technics, but other side of me thinks that I need to be the best in one of them... My mind flashes blue screen of death sometimes when I am thinking about this...2
-
developing some programs for a new client to generate fractal images. any suggestions on programming languages I should use? my first instinct was Python.4
-
I have never been this serious with my life as a whole as I have since I started learning computer programming. I struggled to read one book a year (I mean non programming book like self improvement books e.t.c). Now I have finished two books in a little over a month and started reading a third book this month all while still studying programming. I started out with python and was honestly terrified of Java because of the semicolons, curly braces, parenthesis in front of if/else if/else statements but one day I decided to take a peek into a few Java programming books and found one "Learn Java the Easy Way" by Bryson Payne and it changed my life, quite literally. I read more now, I look forward to getting out of bed and any day I don't read, I just don't feel right. I need to read something and learn at least one new thing a day. If I feel awful at night, I just remind myself of the one new thing I learnt that day and that puts a smile on my face.
Side note, I am self-taught and started studying programming last year around November/December. Spent about two months on python and in January or February, I started Java. Been on Java since. Almost done with the Java book and looking forward to reading a more advanced book when I'm done.3 -
I am again utilising flowcharts for the structuring of my computer programs and strongly recommend to all of you similar behaviour; this facilitates the process of programming, because new tasks can be easily added and removed, and errors can be quickly spotted.3
-
I would like to learn how to better automate workflows. I find it fascinating that you can control one program with another. Especially GUI apps. I have automated apps before to reduce human error and boring data entry work. It would be amazing to take this to a new level. Perhaps even automate specific programming work.
Machines programming machines would be fascinating as well. -
Programming is like religion.
- you are making sombody to obey your will
- you have limited amount of resources (churches, processors, RAM, holy items)
- when you torture it, usually it will comply but not in way you are expecting
- smashing nail with hammer is not good idea (you can run out of resources again. Getting new CPU is costly as same as getting new believer)
So, who's in for new Church of Unhandled Exception?1 -
Hey guys! I'm new here, and also in programming... I'm finishing my studies in Python and I would like to ask you a question, if I can... what else should I learn that would help me? I intend to start my "career" as a web developer, at least for now... did I do it right? am i starting wrong?11
-
i hate to admit it, but android chrome new tab sometimes provides some amazing programming news.
like this one about rust fuzzing.
https://fuzzit.dev/2019/10/...
i know little about rust and nothing about fuzzing (although I did know about a similar concept used for videogame testing).
damn, this is the type of thing that makes me want to become excited to learn a lang.3 -
Anyone here that is pretty new to programming? So many times when I try to develop something, I feel I can't develop it because I don't know how to start or where to start (choose lanugage, framework and so on). And sometimes I encounter problems i'll sit with in days without success and then I just give up. Any experienced programmer that experienced this and overcome it. How do I do?7
-
Wish everyone could understand that it's not learning the programming language or the 'best practices' that makes you good it's understanding how things work together and how to mix them to create new things that do what you want is the real engineering2
-
Goals for 2018
- Add E2E test or unit tests to my projects
- learn a new (programming language) perhaps Go, or Rust
Better have a few than too many2 -
Love going to out-of-state programming courses on the company dollar!! Went to Germany, Denver, and Rochester, NY for Codesys training. Hate PLC programming but it's fun traveling and learning new things.
-
I got our climbing club web page to maintain. It was written in PHP by our older member. So I learned programming and slowly added new features.2
-
I'm new to programming and my professor said I should work on a project this summer..... Any suggestions?!
Side note: I will be trying to advance my knowledge of Python and learning Java4 -
https://stilldrinking.org/programmi...
/\ This is why all programmers should go on strike for a month and collectively collaborate to code a new, clean, bug free internet where nobody but you can control your data.
Also. It should only be added to by people who know how to code in order to maintain this clean code.
We can call it "internet level 2" or "internet 2.0"4 -
I am looking for a better job, to do that I expand my knowledge by learning new stuff after work. I do this to have a better live, but my relatives pulling me down...
My wife complains that I am always at work, even if I tell her I do programming as a hobby and I learn new stuff to get a better paying job.
In contrary my parents always say that I am lazy bum, because If man doesn't work with his muscles, they don't consider this as a real job.2 -
Today's discussion in the videoconference: programming with a framework vs. programming without a framework
At the end the project manager decided to start a new project programming without a framework because he don't know how to program with a framework1 -
Hello everyone. I'm new to programming and I would love some tips.
I have been told to learn C# and Java as a way to begin programming, what do you think of this?
If you have any better tips please explain it in a way an amateur can understand.
I hope that I explained my situation well.8 -
I'm almost done with my Python course and after I'm gonna study more like the tkinter module, the sql module, the socket module, etc (I'm sorry if they aren't called modules still kinda new to all of this talk) And after I feel I've learned what I need I'll move on to Ruby Programming!4
-
Currently learning go and I’m really enjoying it. It’s been a while since I learnt a new programming language and the experience is different to what I remember. I’m reading an o reilly book and when about how they implemented a common feature of programming I’m like oh no they didn’t. I think this is what normal feel when they read celebrity gossip. Hash tag goto.2
-
!rant
I've been in technology since 2007, programming and databases since 2008. Each new company/position/department/role is a new challenge that I couldn't have attempted without doing the one before it. It takes time and energy to hone your art and skill. -
Got bored and tired of making my program at JavaFX, decided to change to new programming language with new GUI framework. Chose Ruby and after a bit of research the easiest GUI framework is Shoes. Started making program but ugh. When I run the program, to clicked a link on it you have to locate mouse 10px top of that link. Weird af. Now I'm installing the ruby on my windows machine, hoping there was something wrong with shoes on Linux. Fml2
-
Last week I've been really wanting to start learning a new language. Not the programming type but the original type. Mainly for career opportunities, as I am getting into 2nd year of a 5 year cs curriculum.
Already know : English, Greek (native)
Currently deciding between:
French
Indian
Chinese (not Korean, maybe Japanese?)
Opinions? :)8 -
New day, new rant...
Yesterday was this: https://devrant.com/rants/1121939/...
So my daughter feels better, and I am getting ready for work, but alas, now my son has a fever.
I'm thinking having children and programming don't get along together...2 -
A new job position in programming is going to crop up if programming tools can be created to replace lower tier programmers. It will be a programmer that can manage AI Programmers. Some kind of AI Manager that can sort through, direct, and review code written by code generators. I cannot imagine the shit this person will have to wade through.1
-
I’d either advise a small break where you just focus on other hobbies for a few and let yourself relax,
or I would say learn something new like a new programming language, or a new area of programming (like game development or web development) and just try to make your own projects and stuff that you find fun or new,
or maybe focus on something different in tech, like try IT, Networking, Security, etc.
I suppose it would depend on the person/circumstance.2 -
When I got to high school, I started learning Java from friends who were in programming class. Started out as a comp sci major in college and got sick of it, so I switched to a digital art degree. Got interested in Java again for the creation of art and music using generative processes. Then I got into web dev and JavaScript. Years later, still learning new programming concepts and making digital art on the side.
-
How can we go to a new world?
No need death.
Just read a fantasy book
Or learn new programming language.
For example, if you're a php Dev, learn c#, Java or c++.
Believe me, it's a new world.2 -
I used to be deeply in love with programming and IT, I keep teaching myself language and tricks and I’m always enthusiastic of new challenges but since I saw a video of GitHub Copilot this Saturday I feel stuck in a rut. I used to find programming and IT skills which differentiated me from many of my peers but now it doesn’t feel special anymore, just glorified typing which can be replaced by a robot anytime in the future, my motivation is destroyed.8
-
tomorrow i will (finally) get a new teammate,
was working solo for 8 weeks now and in 2 months i will become parent and will take some time off
i wonder what's the best way for onboarding
i think i will try to do some pair programming until he gets the basic architecture and feels safe enough to work on his own
what's your experience on this, best onboarding you had?5 -
I'm in the mood to learn a new programming language. I know python and I enjoy it. I want to learn a new language, but I'm not sure what I want to learn. I enjoy web development, but I want to learn a lower level programming language. Any recommendations?27
-
My team decided to do a MOB programming in one of our tickets.
New joiner: Perfect we did a mob yesterday .
Me: Great, that's good. How did it go?
New joiner: Well, we work together in the gaming room next to each other and trying to solve the issue. I think it's very productive.
Me: Awesome! Let's do it again today... When we started the MOB, all of them are using their own laptop. And I was like.. so, this is how you did the MOB yesterday?
New guy: Yes.
Me: This is not a MOB programming... MOB programming uses only 1 screen, 1 driver and everyone work together, will tell the driver what to do, we need to exchange the driver every 10 to 15 minutes, everyone can be a driver. (devs, qa, ux, product) and do a retro after.
New guy: ah.. wow! Interesting.3 -
Today, I discovered a new software development methodology being used by co-workers. No, no, it's neither agile nor pair programming. It's called disruptive programming:
A methodology where it's ok to make sure your part of coffee works. Fuck the rest and let them go figure. -
Does anybody know if there is a new page for whitespace programming language online anywhere? I can find it nowadays in web archive only http://web.archive.org/web/...
I ask because I would like to contribute some extensions to the language.. -
Im currently a student in the US studying for my CS degree. I am kind of new to programming and after talking to my Professors, they said the best way to get better at coding is by practicing. Anyone have any good ways of practicing? I code in mostly Java, Python, and Javascript. Thank you!10
-
It's the 5th day of my holiday, circa 10.20 AM. So far I've spent around 30h programming, and learned React (already having experience with the other 2 major ME*N stacks I decided it was time to give it a go), made a small 2D platformer with Unity and realised I really like writing unit tests. Maybe next I refactor the app I just made to use GraphQL and TypeScript next, since I'm in the mood of trying something new.
Funny how my significant other thought being on holiday actually would mean a break from programming - no, it means more time to spend learning and trying things you don't have the time or energy to after a working day of Vue/C#!
(To clarify, I would not spend this much time programming on my holiday, if my better half wasn't away from home for this week - won't probably spend nearly as much time on it for the remaining 4 weeks...)2 -
So last semester for my English class, I had to learn a "new skill" and write an essay [the final] about it. So naturally instead of taking the time to learn something new, I just slapped together a c# (in which I'd say I'm already fluent) calculator app with winforms.
When it came time to present my "new" skill to the class, everybody was overimpressed. Then at the end of my little presentation, one guy goes "Oh! Is that all done in HTML?".
Without giving it a thought, I instinctively replied "No, it's a programming language". He just looked so confused after that. -
C++ is the building blocks for many high-level programming languages, and since 1984 its first appearance in the markets the C++ core committee developers have introduced its 4 new versions which are C++03 (ISO/IEC 14882:2003 second edition), C++11 (third edition), C++14 (fourth edition) and C++17 is the fifth edition. With each new version, developers introduced new features, libraries and APIs in it.
C++ introduced as the extension of C programming language which made C++ as a compiled programming language, which means the developer required a C++ compiler to translate the C++ code to its equivalent machine or byte language, so the Operating system of the computer can execute the program.
There are various C++ compilers in the market and most of them are open source and free to use, however conventionally when we say C++ compiler, we basically talk about GCC which stands for GNU Compiler Collection.
What is GCC?
GCC stands for GNU Compiler Collection, and it is a collection of programming compilers which induce C, C++, Objective-C, Fortran, and some versions of Java. The first version of GCC introduced in 1987 and it was also known as GNU C compiler which became the standard compiler for C programming language, in that same year GCC also provided Compiler support for the C++ programming language.
Now GCC has various versions and each version give specific support for C++ versions, by now if we look at all the versions of GCC, we have a stable GCC for every version of C++, but there are some exceptions with C++11.
C++11:
C++11 introduced as the 2nd update version of C++, it suffixes 11 because it released in 2011 or because on August 12, 2011, ISO gives official approval to it. Formally C++11 known as C++0X because developers were expecting the new update released in 2010, but with its release in 2011, the core committee developer of C++ changed its name by C++0X to C++11.
C++ 11 replaced the old version of C++03, and it also brings many new features for the C++ developers. The main aim of designing C++11 to stabilize and maintain the backward compatibility of new C++ version with the C+98 and C programming language and that’s become the main reason why core committee developers only introduced new features in the old standard library rather than extending the core language.
GCC does not give Full Support to C++11:
GCC version GCC 4.8.1 purpose the first feature-complete implementation of the C++11 standard, however, the 4.8 and 4.7 does not give the full support for the C++11. The current version of GCC provides the major support for all the standard features of C++11 but if you are using the GCC 4.8 or 4.7 versions then your GCC only provide you with the experimental support for the C++11.
To use the Experimental support of GCC you need to enable it first before you compile or run you C++ 11 version code.
use code std=c++11 or -std=gnu++11 to enable the experimental support for C++11.17 -
shower thought : if i made a compiler for my own programming language and it compiles to python. would it be a python dialect or a new programming language?5
-
Here is my problem. The team I'm on has developers from other areas that were "put" into a new team. Two use "structured programming" but the requirements make me think we need "domain driven design". How in the world can I get them to evolve into another mindset while still meeting the deadline?1
-
My gf got a new job and needs to learn some programming. Hope she likes it.
On the other hand i appear to have a bore-out from work. So sick at home now and having to visit the doctor tomorrow. Ofcourse i’ve been going through the future conversation like a 100 times.
But i don’t think it’s a good sign if you burst out in tears at your job right?5 -
possibly my first !rant
Any Clojure programmers around? I started learning it seriously the other day and I have to say Im hooked. Im pretty new to functional programming and so far Im really liking it. It amazes me how much functionality you can produce from 2-3 nested function calls.2 -
The more I learn the less I feel like I know with regards to programming.
As time goes on it seems more and more important to restrict picking up new topics so I can gain focus and clarity on the ones I already know a bit.
Should I double down on the ones I know or continue to try a bit of everything?1 -
So since Im new to programming, I thought it was a good idea to make a github. Was that a good call?7
-
What if we have a AI that will build code what ever we say?
Is it be a new concept or new programming , it would so easy to build any software.
Maybe in a future some one will do this I hope.3 -
Me in the beginning thinking programming is all fun and games. I think that's what holds a lot a new programmers back. This can lead to over thinking and even procrastination.5
-
Is it just me or whenever I have to work on a new app I end up spending eons just trying to decide on what programming language to use and what not?
-
I would purchase a udemy course and grind away. I still do this today. In my option one of the best resources to learn new programming languages.
-
What programming language is looking to become the "next Python" or something. I've heard of plenty of new languages, but which of them are actually going become significant, a.k.a "worth picking up as a secondary language".13
-
Have been looking for a new keyboard but have not been able to find one, so which keyboard do you use for your daily work / programming. attach an image as well as model name and reasoning.
Im using Logitech G105 (due to macro keys)16 -
I'm learning new technologies! Last time I finished Android course, now I'm going to learn a bit more about MEAN 😄 it's so exciting finding new perspectives of programming 😊4
-
I want to be more tech savvy. I love programming, am fluent in Java and have no problem in pickung up new languages from time to time. But I’m really not a tech person. I always feel like I lose my grip on things when it comes to servers, web stuff and databases.2
-
https://spectrum.ieee.org/computing...
I agree with Python being very useful due to library availability. Not sure what I think about C beating out C++ though. I would much prefer programming in C++ to C any day. I don't like Java, but a LOT of people use Java.
I find it interesting that a lot of people talk about Rust, but I am not seeing it in the top 10. Is it just too new?
What I find most interesting is that this is a good list of languages to learn. These are what are being used in the field. Well, at least from the the perspective of IEEE.
Thoughts?5 -
Programming at a job to me is no longer creating something fun and valuable; it's more like figuring out why shit doesn't work, con-stant-ly.
It' s like coming in to your desk every morning, dreading the day because there's yesterday's shit to fix. "Hmm, what shall today be like? Oh yes, troubleshooting why my database model doesn't work, redesign it completely and break my mind over db details. The next day? Having to redesign my classes to implement new patterns because apparently the current design isn't good enough." Even if you work on new deliverables, that's just new problems in disguise anyway.
Pleasant? Not really.
lol.3 -
Not bragging, when I was in EE Engineering dept, programming with C grade was A1. When I realized I was terrible at ee and wanted to switch to a new dept, I have choosen comp eng because sw dev would give me the most money for the least effort.
TLDR: GREAT MONEY, LOW EFFORT.4 -
I want to learn new programming language.
Can anyone suggest what is interesting and trending lang.18 -
My first programming language was PHP and lately I've started looking for a new language to learn. My first idea was C, but after talking to professors in college they pointed out Java would be a good option. They made fair points regarding our local market and job openings. Now I'm in doubt: C or Java?6
-
Is it a good idea to learn two programming languages at the same time? I have a learning schedule created like I learn 2 languages alternatively in a week. For example, Python on Monday, Wednesday, Friday and Java on Tuesday, Thursday and Saturday. Is this a right approach to learn a new programming language or practice already learnt programming language? Any suggestions or developers following similar pattern of learning, please share your sample schedule.14
-
Started out with C++ when I was 17. Being passionate about programming, loved to learn and explore more of the coding and programming world.
Reached out to the books for different languages such as Java, Python, PHP, etc.
Enjoyed learning anything that I came across.
My initial stages as a programmer, relied on books and video tutorials.
Now, relying upon documentation and other people's source code examples.
You know you can call yourself a developer, when you know how to use a particular language to develop applications that solve real world problems and perform tasks.
Now whenever I start out on a new language, I begin straight away with frameworks, hoping that I can grasp the syntax in parallel. -
With C++11, fell in love with std::enable_if and others in type_traits.
Lets you take generic programming to a whole new level. I never used it when this was part of boost thinking it didn't make as much sense. Now, I like to qualify my template definitions to be as restrictive as possible based on the expected usage. -
Hello, I'm new to programming and I need to write a website that allow some people to bet for sports match scores (without any money, just for fun). I want it to have leaderboard, personal statistics, easy way to add and remove teams from database (last one for administrator). My question is what programming language/maybe framework will be the best for that? I'm interested only in this bet system because rest is almost done. Thanks for help4
-
Howdy. Not making any new posts for a while. Mostly because of tinnitus and because I started to lose interest in programming.1
-
What programming language do you guys recommend to learn?
Currently, I know Java, PHP and JS but I want to try something else...
I was thinking maybe C, C++ or C#, opinions? Also, many people seem to praise Python as the new god of programming languages which will solve all of our problems, but until now I ran into nothing but problems really with literally every python-application I have used (mostly incompatibility between certain packages which actually were the required version, I found it very annoying to fix every time). Is that just me or does that happen more often?16 -
Went to check out some IT/Developer educations with my youngest son who will hopefully be graduating high-school next may. At one of the educations they actually used javascript as a *cough* programming *cough* language to start learning these kids the basics ... I guess that rules out at least 1 place to start his new studies.8
-
I'm a former .Net developer turned front-end javascript. I want to try a new programming language on my mac. What would you recommend?11
-
Rant !
I seriously do have a love-hate relationship with programming.
About a couple of hours ago ,I was so happy learning new things and already planned I can make something so awsum with this stuff and then when I sat down to code it didn't work .Damn it , going through just about 10 lines of code for a couple of hours . Googling it ,no luck .3 -
Generally new to programming, building a static practice portfolio site, encounters first few hours of being stumped from coding.
I now understand the struggle of missing semi-colons 🙃 -
Do you guys think it's worth it to learn how to use linux for fedora? I currently use Windows and I really want to get into node.js and want to start learning git as well. I'm still new to programming and haven't developed my own preference yet.1
-
How/when do you know that a particular programming language is correct/wrong for a particular project?
I think that language doesn't make much of a difference but again, I am new to software development. -
What is must important to know for python beginner? I'm new new about it just start it Print and calculate, so what i have to know first to start python programming??2
-
We have been given C++ Game development project for Introduction to programming for Engineers cousre......from out of 6 in my group I m the only person with programming experince ...other are new babies to C++…………
My fellow Programmers please give me advises and Suggestions for this Game development group projects to programme awesome game.3 -
I've been feeling a lot of burnout these past few days/weeks... But like only in a specific programming language? Which is an issue cause I mainly work on python and I can't seem to bring myself to do that while learning and working with new languages/frameworks in classes are no problem.1
-
Nothing can take the joy out of programming more, than having to redo and implement new features in uncommented legacy code, that takes 2x as long to understand than to actually code.
- Gonna be a long ass week. -
Addition to
https://devrant.com/rants/2227936/...
So my programming teacher knows his shit, but is pretty bad at explaining it.
I can already see some of the other students, especially the ones without prior programming-experience, flunking this class.
Today spent most of the class talking about 2-complement and the functions in math.h.
I think we didn't even learn about reusing code with functions, or structs.
I use some of my time, helping the other students getting through this somehow.3 -
Hi. I m new in all of this. But I want to learn coding. I have a job which I join early. But I have time now. So where should I start. Plz help me so I can continue my job and learn coding and programming..3
-
❓Question:
I've recently been introduced to reactive programming, and I'm wondering some things about it
- How new of a concept is it?
- Can it be declared as a third type of programming compared to OOP & FOP?
- How common is it? -
Hey guys and gals so I have another question (sorry to only be asking questions on here but I'm full of them) if you've seen my other post you know I'm brand new to programming and I'm learning c++ I'm on a Linux os and my question is what is in your opinion the best ide I could use10
-
My first programming teacher was from a payed course and he was a very good teacher but it just taught me the ABC of programming. How to be a developer and how to develop that's something acquired mainly by self teaching, practice and experience. So that the second course I followed I didn't learn anything new, the teachers were not so good and I they had to learn from me. It was shit. At least it was a free course.
-
Am having a problem with my pycharm ide i am new to programming i am learning python using pycharm as my ide but wen i try importing openpyxl it always gives me an error message so i was thinking of switching to atom pleas i need help9
-
Hey guys hello
I am new on dev rants:)
I am pursuing bca and i learned a c- language so i feel difficulty in patterns programming i can't create logic easily to making a program to print some patterns.
So here you guys kindly please help to how i can i improve logic in programming please told me to remove that difficulty.
Please2 -
Need some ideas to write a large program....and a starting point to build this project, in new to programming and having really worked on a large project. The language I use the most is Java, but I know SQL also
-
Do you guys listen to any programming podcasts which do not just center around one particular programming language? Any podcasts regarding topics like universal programming concepts, history of programming etc. At the moment I'm listening to Command Line Heroes (from RedHat) but I have almost listened to every episode and need new stuff :)
-
Hello to everyone!
I was wondering, how to find mate for collaborative programming projects ?
I would like to keep me trained with new challenges during the summer, and I know there’s a section here on DevRant for collaborative project but I find this a bit confusing. -
Been trying to learn component-oriented programming to develop front ends for a year but still can't get beyond a simple app or game. Specifically, I have been learning Vue on YouTube, Vue Mastery, and multiple other blog posts.
Any recommendations or maybe new methods of learning?5 -
Agrrr... I hate to do code review of that shit! I hate to write docs for that shit! I hate to talk to PM! I hate dumb developers!
But there are several things about programming that make me calm and happy. When I'm thinking about one of those things I just sit and smile.
One such a thing is the process of upgrading gcc from sources.
1. Build new gcc with old gcc.
2. Build new gcc again with newly built gcc. Call this build A.
3. Build new gcc once more with build A. Call this build B.
4. Compare that A and B are exactly identical to the last bit.
5. You now have self reproducing compiler.
That is just beautiful and literally gives me chills. -
Hello all, I am in the Second Year of my engineering and we have to submit the Project at the end of the semester, currently, we are learning java programming language and we have to submit the Project on the Java programming language. our Hod suggests we choose a project which solves real-world problems, as a new one to learn java we choose the Library Management System Project. can anyone please provide the source code of the LMS Project, that will help us with our Project?
Thank You1 -
!rant
I'm not a fan of reinventing the wheel but I have this new found motivation to learn everything related to tech , science and math from scratch. I'm talking new models and so on . It's probably not going to work like most of my other ideas but it's worth giving it a shot . For now I guess I will setup a new YouTube channel or something and log the progress and the development .
That said I'm not sure where i should start first but I do know I want to cover everything from programming and quantum scripting to rocket science . Work our way up slowly ofcourse ... -
!help
Been programming on Android for quite a while now and I'm having this feeling to dig into a new side project, however I need some kind of backend, what's the most simpliest/best/reliable backend language to learn, I only need the ability to have a API (auth, getters, posts, etc) thanks !4