Details
Joined devRant on 11/21/2019
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
-
*Working on app for client*
After review - “Can you make that font bigger?”
*Makes font larger*
After review a week later - “Can you make that font smaller?”
*Puts font back to original size*
Another review later on - “Can you make that font bigger?”
*Keeps font at same size and changes nothing*
Next review - “That new font size is perfect!”2 -
personal projects, of course, but let's count the only one that could actually be considered finished and released.
which was a local social network site. i was making and running it for about three years as a replacement for a site that its original admin took down without warning because he got fed up with the community. i loved the community and missed it, so that was my motivation to learn web stack (html, css, php, mysql, js).
first version was done and up in a week, single flat php file, no oop, just ifs. was about 5k lines long and was missing 90% of features, but i got it out and by word of mouth/mail is started gathering the community back.
right as i put it up, i learned about include directive, so i started re-coding it from scratch, and "this time properly", separated into one file per page.
that took about a month, got to about 10k lines of code, with about 30% of planned functionality.
i put it up, and then i learned that php can do objects, so i started another rewrite from scratch. two or three months later, about 15k lines of code, and 60% of the intended functionality.
i put it up, and learned about ajax (which was a pretty new thing since this was 2006), so i started another rewrite, this time not completely from scratch i think.
three months later, final length about 30k lines of code, and 120% of originally intended functionality (since i got some new features ideas along the way).
put it up, was very happy with it, and since i gathered quite a lot of user-generated data already through all of that time, i started seeing patterns, and started to think about some crazy stuff like auto-tagging posts based on their content (tags like positive, negative, angry, sad, family issues, health issues, etc), rewarding users based on auto-detection whether their comments stirred more (and good) discussion, or stifled it, tracking user's mental health and life situation (scale of great to horrible, something like that) based on the analysis of the texts of their posts...
... never got around to that though, missed two months hosting payments and in that time the admin of the original site put it back up, so i just told people to move back there.
awesome experience, though. worth every second.
to this day probably the project i'm most proud of (which is sad, i suppose) - the final version had its own builtin forum section with proper topics, reply threads, wysiwyg post editor, personal diaries where people could set per-post visibility (everyone, only logged in users, only my friends), mental health questionnaires that tracked user's results in time and showed them in a cool flash charts, questionnaire editor where users could make their own tests/quizzes, article section, like/dislike voting on everything, page-global ajax chat of all users that would stay open in bottom right corner, hangouts-style, private messages, even a "pointer" system where sending special commands to the chat aimed at a specific user would cause page elements to highlight on their client, meaning if someone asked "how do i do this thing on the page?", i could send that command and the button to the subpage would get highlighted, after they clicked it and the subpage loaded, the next step in the process would get highlighted, with a custom explanation text, etc...
dammit, now i got seriously nostalgic. it was an awesome piece of work, if i may say so. and i wasn't the only one thinking that, since showing the page off landed me my first two or three programming jobs, right out of highschool. 10 minutes of smalltalk, then they asked about my knowledge, i whipped up that site and gave a short walkthrough talking a bit about how the most interesting pieces were implemented, done, hired XD
those were good times, when I still felt like the programmer whiz kid =D
as i said, worth every second, every drop of sweat, every torn hair, several times over, even though "actual net financial profit" was around minus two hundred euro paid for those two or three years of hosting. -
Ever been tasked with a modification, you see the code and think WTF??!!!??
Yes it was me who wrote it, what was I thinking? So I going to have to refactor this rubbish, so I set about tidying it up and realise that this is far more complex than I remember. When I finally get to grips with every aspect of it, I come to the conclusion that actually this is quite clever.
Straight up removed the changes, walked away from the original code and got on with what I was supposed to be doing to start with. Oh well, guess I got to grips with something I had forgotten.3 -
I'm a 4th year CS student (In a 5 year program) and lately I've been concerned about my gradually decreasing GPA and how it will affect getting a job in the future.
This semester I've only been taking 4 classes, but its been my hardest semester yet. I'm a transfer student, so I got all my gen eds out of the way early, and now I'm stuck finishing with only the most difficult CS and Math classes in the curriculum. In addition, my school requires us to find an internship for at least 2 semesters (hence the 5 year program). I already completed one internship, and since it was in the same city as my school, I ended up staying there to work part time while I took classes. This was great for me financially, but even working just two days a week takes a large chunk of time out of my schedule.
Now I'm looking to start applying for a second internship and this will be the first time I do not include my gpa on the resume (sitting at probably around a 2.8). My padding for this is I've had a full year of being a bonafide developer, have aws certifications, and full fledged completed projects under my belt. I feel pretty confident about those aspects, but how many people will throw me in the reject bin because my gpa is below a 3.0?3 -
I've been looking for job for a long time now and...
There's no more, just that.
I'm very sad about it, my actual company just doesn't care about my opinion at the dev team...
I've been thinking a lot about go with my own start up. What do you think guys?
Sorry for my bad English :/3 -
> Finally write some wicked code that fixes a weird race condition bug we’ve had for two weeks now
> xCode breaks for absolutely no reason on a build so we can’t release a new version
🤦♀️1 -
You know when you just spend about three full days learning for the upcoming chemistry exam?
Well I certainly do.
AND THEN THE FUC*ER PUTS SH*T IN THE EXAM THAT HE DID NOT EVER FUC*ING TEACH US.5 -
Turns out I just lost my Minecraft world with all my experimental zero-latency logic stuff including a complete RAM module I worked 20 hours on
Great10 -
Updating something that I built 2 years ago and looking at the code like Wtf was I thinking... Reduce 100 lines down to 6. That's enough for today, let's not spoil a win
-
Why do I always get errors when I am trying to learn something by following YouTube tutorials like I follow every single step, write the same code but I get errors. I feel like giving up sometimes13
-
Donate to Wikipedia one time and they haunt you for life. They’ll send you email after email and they are all rather ridiculous. On top of that be prepared to be hounded by phone as well. They are the equivalent of a roadside bum that keeps asking you for more, and each time you give he says, “Is that all you got?”. Frack whoever put this strategy in place, they’ve annoyed me to the point where I’d rather not give again.11
-
Yesterday I won an old Mac mini at work, then I lost it on the bus back home, but got it back today. What a roller coaster of emotions 😅8