Details
-
LocationZimbabwe
Joined devRant on 12/23/2021
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
-
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 -
I am against the idea of outsourcing dev jobs.
Every software company should hire in-house devs, that live in the same country/region the company is in.8 -
Freelancers, what's it like?
Would you recommend it?
What stacks are must have?
What's maintenance like?
What's dealing with hosting like?
Is it mostly webdev? Is there any market for anything else really?
I'm thinking about going that direction. I've been burned by one company too many. I don't know how I can trust a company again. I also that if I have to really manually earn every last cent, might be the best way to make myself care about my work
I'm thinking about it8 -
Finally getting a raise. 90% salary increase, feels good.
Feels like I can finally start saving for a home and stuff. Too scared of STDs to blow it in hookers so nothing left but investment and savings.
Also messed up and posted as a question.2 -
So why on earth would Postgres not spell this correctly?
```select rolname from pg_roles;```
Is it that someone could not spell rolename correctly?4 -
How are you guys taking care of mental health?
I feel down in dumps. Burnt out from previous job and life seems like a drag.
Any advice appreciated as I feel pretty isolated.13