Details
-
AboutStudent trying to build my skills and build applications across different platforms.
-
Skillsjava, php, sql, js, php, c, c++
-
LocationCalifornia
Joined devRant on 5/9/2016
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
-
Come to a festival they said.. .. It'll be fun they said.. Here I'm ranting and reading machine learning algorithms under a tree, while others party. Omg.7
-
I see this is true.
I am learning software development I understand what the code does but the most difficult part is to think and think and think what code to implement and how you're going to code it to make the program work.6 -
My favorite item imported all the way from the Netherlands. best drink ever. love using my soda stream to turn it into a soda :)8
-
Finally got the last of the hardware pieces for my pi book pro in today. Figured out how I'm going to lay it out and now to make custom cables to connect it all :D This old MacBook may yet breathe new life!20
-
it's really java so bad? it's JEE getting deprecated? i am just learning java and i'm afraid of learn something that's turning obsolete😢26
-
Many of you who have a Windows computer may be familiar with robocopy, xcopy, or move.
These functions? Programs? Whatever they may be, were interesting to me because they were the first things that got me really into batch scripting in the first place.
What was really interesting to me was how I could run multiples of these scripts at a time.
<storytime>
It was warm Spring day in the year of 2007, and my Science teacher at the time needed a way to get files from the school computer to the hard-drive faster. The amount of time that the computer was suggesting was 2 hours. Far too long for her. I told her I’d build her something that could work faster than that. And so started the program would take up more of my time than the AI I had created back in 2009.
</storytime>
This program would scan the entirety of the computer's file system, and create an xcopy batch file for each of these directories. After parsing these files, it would then run all the batch files at once. Multithreading as it were? Looking back on it, the throughput probably wasn't any better than the default copying program windows already had, but the amount of time that it took was less. Instead of 2 hours to finish the task it took 45 minutes. My thought for justifying this program was that; instead of giving one man to do paperwork split the paperwork among many men. So, while a large file is being copied, many smaller files could be copied during that time.
After that day I really couldn't keep my hands off this program. As my knowledge of programming increased, so did my likelihood of editing a piece of the code in this program.
The surmountable amount of updates that this program has gone through is amazing. At version 6.25 it now sits as a standalone batch file. It used to consist of 6 files and however many xcopy batch files that it created for the file migration, now it's just 1 file and dirt simple to run, (well front-end, anyways, the back-end is a masterpiece of weirdness, honestly) it automates adding all the necessary directories and files. Oh, and the name is Latin for Imitate, figured it's a reasonable name for a copying program.
I was 14, so my creativity lacked in the naming department >_<1 -
So I discovered WAMP this weekend, it's so nice to not have to work on my prod server when making changes and testing out new projects :)
-
When Team Lead of Design (HTML) department wins PROGRAMMER OF THE YEAR award annual award of your organization :|
And Sr Tester wins GEEK OF THE YEAR :|
No personal vendetta but what the fuck :/5 -
When you come home from work and try to play some throwback N64 to escape the world of code for a few hours and you get hit with this nonsense...
-
Anyone run into the HR app called taleo when applying for jobs? It is so bad. Apparently each company has a different database so you have to re-enter all of your employment info each time you apply for a job at a company that uses taleo. Unless desperate I don't apply for jobs that use taleo.3
-
I don't understand the point of giving a 'new' mobile build, 'everyday' to clients
"Today I did minor bug fixes and minor architecture level changes"
Now what, are you going to laser scan the build to see my changes? :|1 -
Got my first dev job interview soon and the company want to take me out for dinner, is this normal practice?8
-
God Damnit just name the fucking interface one thing and stop changing it every single time you check in. I don't care if you call it IGeorge at this point as long as it's still the same thing tomorrow morning you fuck.1
-
CS 101
Doesn't matter how good u are or how long you've been doing it
Anything that can go wrong WILL go wrong