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 - "wk79"
-
I’ve been inspired by programming many times, but a few early moments really stand out for me. Some of those most memorable early moments came when I developed Flash games with my friend in high school.
Growing up, at this point in time, around 2005, Flash games were really hot. All the kids in my school played games on addictinggames.com during any classes that took place in the computer lab, and when my friend and I started making games, it was our dream to get a game featured on addictinggames.com.
When one of our early games ended up getting featured, we were absolutely ecstatic and I’ll never forget the feeling of seeing our own work on this game website that we loved for years prior and that so manly people at our school used. It was the coolest thing and I think went a long way to encouraging me to continue to want to create things, after seeing the impact we were able to make with a simple game (as two high school students).
And I think that shows the beauty of the internet today and the power people with few resources have to get stuff out there. I think it’s maybe gotten harder as of late since there’s probably more competition, but I also think the audience is ever-growing and I hope many more people get to experience that awesome feeling of having something you worked hard on become popular.14 -
Clearly right now... Just spent 2 days writing a minesweeper clone because I wanted the ability to undo.
It's almost done... aka 10+ hrs...21 -
this.rant == "long";
This is something I feel strongly about, I hope you do too...
I fucking hate it when I hear that people don't care about net neutrality (and I've heard people say it). There is little in this world untouched by shitty corporations encroaching on the little good that is left in this world.
Yes the internet is full of edgy teenagers, incompetent Seniors (both old people and Devs) and god knows what else. But you know what? I pay my money to copy and paste code from SO (we ALL do let's not lie to ourselves) and I'm not paying a special fee to look at this content or that or send this type of text to that kind of person.
Now then to the point... On 14th December 2017 the FCC will vote on whether or not to allow companies like Verizon and - dare I say it - Comcast to charge more to access certain sites or block you access altogether and otherwise control what you say and do.
I for one, say FUCK OFF and I hope you do to. If you can, call or otherwise contact your Congressperson - you can do that here: https://house.gov/representatives/... . If you're not from the US, you can still help! https://www.battleforthenet.com has lots of information on what you can do to help.
I hope you'll all join me in shouting as loud as we can and preventing this moronic idea from going through.
Peace.
this.rant.end();rant shout help us help we can end this net neutrality wk79 this isn't related to wk79 but it's important idiot10 -
"Enigma machine kep private the communications done by Nazi. It was a really difficult code to break because it changed each day. There was a man in England, Alan Turing, who broke it. He's nowadays known as one of the fathers of the Computer Science. I will show in the next lessons how you can simulate Enigma coder just with an easy C program of 60-70 lines. In the WW2 this was considered a military-level safe code. Thanks to mathematicians, computer scientist and analyst and thanks to their work in the last 60 year, you have access to a systems of several orders of magnitude more efficient and secure when you buy a videogame online."
That really fucking inspired me.8 -
A physicist, a mathematician, and a statistician go hunting. They spot a deer, and take aim. The physicist shoots first and misses 10 meters to the right. The mathematician shoots next and misses 10 meters to the left. The statistician then throws down his gun and proclaims, “we got it!”1
-
I felt very inspired when I first controlled a LED using QBasic and the LPT1 (printer) port, back in 1996. It just felt like "so much power"!
(Was more or less similar to the photo)1 -
Every time I see a Boston dynamics video of their robots doing shit. Even if it's just flat falling on their mugs.5
-
So today I wrote CSS using for loops and if statements in scss.
You could say I was programming in style... -
The time I learned loops and I was fascinated by the fact that I could do 100 operations in a few lines. I was hooked.7
-
When I saw an O(1) algorithm solution. I was so amazed that I got goosebump. Still wondering how one is able to come up with such algorithm.
Another times when I understand how the whole thing works in a project. This class is doing this, that class is doing that, this file contains the configuration, etc. Its like everything is connected.
Other times when you see your pet project start to take shape. You just want to cuddle it.12 -
I was never interested in programming. I was just good with computers and it felt really good watching other students struggling with something I'm really good at. I was unbelievably bad at everything in my life until I got introduced with computers.
.
.
.
And suddenly I became curious about everything thing related to computers, how? Why? Started asking these questions to myself and fucked my life.1 -
Top 3 times:
1) When I amazed myself by solving a problem using recursion.
2) When I taught myself how to make my a restful api and consumed it using Ajax.
3) When I converted a psd in to a responsive pixel perfect webpage.
Writing code makes me feel I am worth something in this world.1 -
Every time I finish a project and have spent days mashing keys and gulping coffee to bring a simple but yet delicate thought to life.4
-
Whenever I automate a lot of menial code, so that after that I only declare what I want, and I immediately and automatically get it just the way I wanted, I feel LIKE A GOD.
Bow to me you stupid computer! I now command you with just a thought!1 -
Not programming, but when I started to make my first website in pure HTML by the age of 8. I was so fascinated that I can't tell :D
-
When I wrote my first algorithm that learns...
So in order to on board our customers onto our software we have to link the product on their data base to the products on ours. This seems easy enough but when you actually start looking at their data you find it's a fuck up of duplication's, bad naming conventions and only 10% or so have distinct identifiers like a suppler code,model no or barcode. After a week or 2 they find they can't do it and ask for our help and we take over. On average it took 2 of our staff 1-2 weeks to complete the task manually searching one record of theirs against our db at a time. This was a big problem since we only had enough resources to on board 2-4 customers a month meaning slow growth.
I realized when looking at different customers databases that although the data was badly captured - it was consistently badly captured similar to how crap file names will usually contain the letters 'asd' because its typed with the left hand.
I then wrote an algorithm that fuzzy matched against our data and the past matches of other customers data creating a ranking algorithm similar to google page search. After auto matching the majority of results the top 10 ranked search results for each product on their db is shown to a human 1 at a time and they either click the the correct result or select "no match" and repeat until it is done at which point the algo will include the captured data in ranking future results.
It now takes a single staff member 1-2 hours to fully on board a customer with 10-15k products and will continue to get faster and adapt to changes in language and naming conventions. Making it learn wasn't really my intention at the time and more a side effect of what I was trying to achieve. Completely blew my mind. -
I felt inspired by programming when I wrote my first C code.
Up until then the machine would talk and I would listen.
Now all of a sudden I was able to tell it to do whatever I want it to do. -
It happened only once, when browsing all those websites and see their products online I was like:
I need to do this, I need to have a website and product online how cool would it be?
And here I am 14 years later and dream came true 🙂
Don't know if that counts for this week rant though -
These were back in highschool and I was around 13 or 14, and no one taught me any html and have to figure it out myself by reading scarce references:
*When I started to try configuring my Friendster profiles with CSS ;
*when I successfully made cute sites for me and my friends in Geocities with personalized free domain names;
*Oh, i made little pages on local for my favorite bands;
*and, when I experienced computing shit at DOS level
Those are little things that drove me into learning indepth programming. -
Well it was that moment when I realized how all that shit fits together. So it was that sunny day during summer holiday. Me and I was learning some c++ and I'm like "why the fuck am I doing this. I should be playing with friends". But I was too lazy for shit and you know :)
So it was the second empty can of coffee that day and I was making me a new one while there appeared this little spark in my brain. And I'm like "wait.... I think I just understood how the world is working".
I was so fascinated btw that I spent the whole holidays doing c/++ -
I always feel inspired by programming when I create some algorithms or programs which I can use when I need to.
Small utilities and command line programs r what I make at times... and I also enjoy trying to implement them awesome algorithms 😍
However, most inspiration I get is from looking at C code though ( especially the Linux kernel... that code is SO clean 😍😍 )2 -
Every time when I reach an achievement. For example my first XY or when I start to use a new tool eg. Git. But I get disappointed after I think about that I can't share my experience with anyone. Even my classmates can't understand me. 😕 Any tips?2
-
When I had to implement fibunacci recursively at university, wrote an iterative algorithm instead and impressed everyone with my insane performance.2
-
Inspiring moment: when the control system I wrote for a robot stopped the thing's EDF mere inches from my nose when the bot went out of control (for other reasons) during testing. Had it not stopped I would probably be without a nose, that EDF (Electric Ducted Fan) had fairly sharp blades. Very scary, but very thrilling too.
Each time my code affects something in the real world, it feels so damn awesome. Thankfully I've not come close to losing my nose (or other body parts) after that incident, but that incident inspired me to continue work on failure-proof control systems that enforce safety.2 -
this morning i felt so inspired and very productive so i finished the whole project in a few hours! they posted the pdf file explaining what the program should do and i just told myself "im going to start doing it before class so i can ask if i have questions later." but in the end i finished it all on my own so i am so proud of myself!
p.s. it's supposed to be submitted in December so i guess i have more free time or maybe i'll do the next project which will be submitted next year and be more advanced 😃2 -
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.
-
After creating my own PHP MVC framework with Twig as templating engine, everything is now so simple and so fast, I juat cant belive how much I understand now. The development is just so smooth, you know exactly what to do all the time... And for my simple project, it does not even hurt that much to use PHP (and its even strictly typed 7.2, so not that bad). I think that I am in love. ❤6
-
Last week I was studying Cocos2d-python, I had been awake for something like 35 hours, kept alive by cocacola and coffee, and while debugging I started to hear my rubber ducks talking, I've written their instructions on a blackboard, and now I'm working on that project...
And I was there like everything was normal, I had more caffeine and sugar in my body than water, I remember clearly saying "thanks weird talking duck!"2 -
When I was assigned to develop my first app with web sockets. Since I fall in love with reactive programming and real-time applications.1
-
I was inspired to be a programmer when I was 7 yrs old.
I started out using my dad's old Macintosh, it was pretty good at the time when I was 7. I played a game called "On The Run" at miniclip. I thought that one day I want to become a programmer who can do more than this or any other game.
Later when I was 9, my father bought a laptop but then he gave it to me. So I started and learn how computers work. It was a Acer 4376G I think, Windows Vista. (I didnt know vista was bad) I started with how to mod Java on a game called Need for Madness. That was when I learned about all sorts of jargon when looking up stuffs. I was able to somehow understand code but not write it. It was 9 years later, when at the end of 2015, I found khan academy and codecademy thru howtogeek. That was when I understand the most basic function that led me to build my entire knowledge or else I can only write -
There have been many occasions over the years.
The first was playing with a Sinqlair zx80 and getting it to print 0 instrad if syntax error ;)
The latest probably was when I started to understand react.js. -
Inspired by a programming is a constant/continuous thing. Every small and big achievements, from squishing a bug, finding a workaround, pressing the "Build" button and the programme runs. Each time the brain feels expanded like when a baby discovers new things, a tiny creature in a gigantic Universe of endless possibilities.
-
I got so inspired when a chrome extension i made ,was used every day and is an important part of my every day student and development workflow.
It's on github right now.7 -
The ability to automate my day, create my own apps and modify open source ones to fit with my conditions :)
-
I was getting bored with programing cause a majority of it is boilerplate code then i heard of the Mirai virus. It infected alot of iot devices so I decided to look at it and it was written in golang. It is a beautifully written botnet even though they're parts where it could have been better. So i looked more into golang and saw that it could cross compile pretty easily and could build self contained binaries really easily. On top of all this i saw the smallest docker containers with golang programs so i looked into it more and kept finding more and more that i liked. Easy library packaging, concurancy without boilerplate, quick servers, and the libraries from other devs that did all kind of great things3
-
When some random customer of one if our (bank) clients tweeted about receiving money to their mobile money account in less than a minute (while it was like an hour before we built an API for that shit). Knowing I was the dev that made that happen made my heart melt1
-
When I first started getting interest in server side programming, I remember I felt like god with all those possibilities!
-
Programming actually inspired me to start programming. But to be honest, I loved computers since always
-
I felt inspired by Programming when I saw 'The Social Network'.
Group of college kids making a website as a hobby and it transforming in into one of the biggest companies in the world was very fascinating to me....3 -
Just someone finally believed, that I can do great things.
When everybody else didn't. Family, friends, teachers in university.
And some man from another country, from internet, just said "Come work with me, let's create startup"
My knowledge was poor, but enthusiasm was as large as Satan's dick.
Everybody just need someone, who believes in you.
Two years later we finally have profits. And we still do our best to make app the best. Because being a coder isn't about money. -
So there was a time when I "knew" PHP but I've never been able to use it, correctly or not. I knew I had to know a framework to get more accepted in the work market place, so I went on Codecademy, and started to learn a shit ton of stuff that I knew but I now master way more than before. Until I fall on a Ruby on Rails tutorial. Then another. Then a login / register system.
Dude. It was so simple. I had the feeling that my magic wand found me, and that I was developing just by speaking English (well it was the basics)
Today RoR is still my favourite framework, I just wish I could be paid to work with it 😍 -
A few months into teaching myself programming (I started with ActionScript cause it was readily available on the school computers) I realized all these games that I play, and that millions of others play, I could make.
I then started remaking pokemon red in flash which I never finished. -
Last week, I didn't come up with something for this. Just now I experienced such a moment and remembered that there was a weekly rant on this topic.
The first bug report for my first ever project got resolved and the client commented with thanks and told to keep it up.
It feels awesome.
(tears of joy all over my eyes)
It's a moment that took me more than a year's effort to get a bug report and a positive feedback post it's fix.
I am all motivated now to work even better and wait for such awesome moments. -
Well..
It's gonna be fun but when I was 13yo I learned programming just to control my bedroom lights with my computer, and I achieved it, using python and the parallel port (printer)
Then I realized that I was too simple a finished doing some music controlled lights 😂😂 -
When we did a chatbot in my computer science lesson and seeing all the different attempts at it to work around problems1
-
I felt inspired when I found out about Minecraft mods when I was in elementary school. I thought they looked so cool. I then went and actually bought a Java reference book but I never made any mods. Because Counter Strike came into my life and well I wasn't too proud of myself. But now I've quit CS:GO and I'm now committed to learning programing and I love it!1
-
8am in the morning, after coding the whole night and finally getting that functionality done, I feel very inspired to fall into bed and not do shit the whole next day. Because productivity starts at night again...
-
When I started branching out from frontend development and took an Intro to OOP course. I still do web, but getting more into the giant world of programming was really inspiring!
-
I think that the most inspiring moment in my life, at least when it comes to programming, was the moment I realized that, that thing standing next to my desk isn't just a black box of black magic. It's a black box of black magic I can harness. That I can use my knowledge and my will to create stuff. Not only for my entertainment, but things that are actually useful and helpful to others.
This thought helped me decide to pursue career in IT. -
That time I thought I pushed unwanted changes to 34,000 customers on a client's CRM using their API. Oh wait, that was today! Luckily I didn't, it's just that the CRM's GUI only displays a "no results for search" popup for a few seconds and displays all results by default until the search displays new ones. Thus, I thought the search result was severe thousand entries long by the time I alt-tabbed back.
-
Probably the first time I actually wrote a poc exploit for something we didn't write but were trying to win the maintenance contract for. I remember being In a pre-tender meeting showing it off to the potential client. Their face was amazing as my little script exported their database by exploiting some very shady search functionality.
PS. I had permission to do it, don't break systems you don't have permission to break, we also won that contact 😁 -
When I made a PoC xss thingy.
So this webapp (which I was locally hosting) had a message functionality that allowed iframes to be sent through, but they could only originate from a specific domain. They used a bad regex tho, as the workaround was on an OWASP wiki page, which was the third search result for 'XSS'. I then used this iframe to load in a different page on this app where I could inject js in the title field. Then I discovered this field has a length limit, but I could just fit in a script that would base64 decode the hash part of the URL and eval it. I then updated the iframe to include a script that would automatically change the message signature of anyone who loaded it to include the iframe again in their message signature. Because these two pages were from the same domain, I had gained full control of the messaging app too, allowing me to do this and circumvent the csrf system.
I felt like I had achieved something. -
It is on this day i feel inspiration.
Its taken 14 hours to debug the physics and math behind a particular mechanism in the project I've been assigned to for months now.
But I got it right, and fuck is that feeling incredible. It's that feeling that makes me want to continue to do what I do. So fuck you, you obscure, brain fuck of a bug. You will not win EVER! I WILL find you, I WILL make sense of you, and I WILL destroy you. -
When i wrote my first data structure (linked list) in c.
When I first learnt and used the concept of subqueries.
And way before that when i made a static website teaching c and made JavaScript output the result of c code i was explaining.
Also in my first job when i was debugging a shitty 2k plus lines stored procedure for days to realize that it was giving a wrong output just because a single variable was unassigned (null) -
The time I implemented a variable timer in my game on NodeJS. I noticed it would not always run at 60 fps depending on the machine. I implemented a check to see if the fps is above or below 60. If the fps was above I added more time between each run, if it was lower I shortened the time(to a limit). Sure it is a bit hacky but it worked well. As an added bonus the check runs every loop so even if another program is started and slows down the machine, the game can speed back up to 60 fps.3
-
Every time I learn something new, and get it implemented in/as a Project
Someone help me to start studying for Exams, can't get myself to it 😂 -
I feel really inspired with article, posts and videos about programming. But conference's talks are one of the biggest inspiration sources!
-
The one personality test that HR and management will never require because they don’t want to know the answers: Are you a work horse or a show horse?
-
For me it was learning qbasic in highschool, my teacher was so passionate about programming, it stands out as the moment I knew I wanted to be a programmer. Thanks Mr Hill.