Details
-
AboutSelf-Taught programmer. Student studying game development. (c# and c++)
-
Skillsjs, php, html, css, c#, c++, python, SharePoint, react
-
LocationCanada
-
Github
Joined devRant on 7/23/2017
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
-
Literally begging my brain to relax so I can sleep.
I've gotten my drive and passion for coding back (Working on a project that'll be released for beta soon) but unfortunately, the sleepless nights came back with it.
It's currently 6am and I want to sleep but soon as I close my eyes, I see more features, optimizations and potential bug fixes. I have a slight migraine which is quite annoying.
Wish I could turn my brain off on command. Please make it stop 😔17 -
So I found about a possible freelance job I could do. I messaged the person and they asked me to show them some of my work. I went into my dusty wamp server folder to use one of my projects there as an example or w/e. It being old and all and me having not updated anything in the last 2 years, there was a lot of bugs I had to fix. So I did that. I had to change some links and whatnot. Then I tried running the site again and that was where I met the biggest hurdle. None of the user generated pages worked because I used a .htaccess file to vanity the website links (is that a word? No? Well it is now). So I went back into the folder to check the .htaccess file to see if I could fix the issue. Lo and behold the file was empty
I had lost the fucking .htaccess. Now I'm stuck and saying fuck it because I can't be arsed to go through each file and change the links mostly bc I forgot the structure of the links ontop of the other stuff I had in the htaccess file. And yeah ik I'm just being lazy but I'm really just having one of those days
So yeah that's how my day went. Just thought I'd share -
Looking for internal testers on my app. It's currently in Alpha.
Android Only
https://goo.gl/forms/...15 -
Just spent 6-8 hours or so trying to get image uploading to work with sending messages with firebase. Finally completed it.
Disclaimer: this might not make the most sense as I am completely drained mentally.
The issue was that I wasn't calling the send message method inside the upload image method. Meaning the images would upload but before I would be able to get the Uri back from firebase to put in the hashmap for the messages, the message hashmap would already be sent.
It was a pain in the ass to do. But 5 windows and 40 tabs later, then some doc reading. Then a quick break to eat. And some more stressing about my code. I finally realized that I should have just called the send message inside the incomplete listener in the image upload.
TLDR;
"uploadImage(), sendMessage()"= no Uri; :(
"UploadImage() { sendMessage() } = Uri" :)
PS: Yes, this is me talking to myself on my other account10 -
Okay so I've been away from coding for about 2months now I think. Pretty sure I've forgotten almost everything about the languages I knew, except the basics. My plan is to learn new languages or go back and re learn the ones I knew...or both As for the reason why I haven't done any coding, I blame college. Haven't had much free time.1
-
Can someone tell me why this worked
`int percentHealth = (getHealth() * 100) / maxHealth;`
But this didn't work
`int percentHealth = (getHealth() / maxHealth) * 100;`
It stressed me out for +2 hours.8 -
*Sees an article with the headline 'The simple approach to building a real-time collaborative text editor'"
Before I can finish the thought that "I don't need this shit" a design idea pops up in my mind and I stop myself and say "Fuck", meaning another project for my imaginary projects list. Yay... I need help. I look at certain things and get ideas. Seriously becoming a problem. -
There are periods when my intolerance level is increased, my pet peeves are more present than they were. During this time every fucking thing pisses me off, especially noise. It's the bane of my focus and concentration. Got a couple of loud ass colleagues and let me tell you, I've killed them many times over in my head. Always going off topic and talking about random shit that doesn't even matter.
-
I have a coding block. I blame school. I'm on break for 2 weeks. The first week just finished. I try to work on my personal projects and I just lose interest. I have the motivation and stuff but when I try to work on them, the feeling just goes away.
-
Think and stress about it and how I have other projects. Say fuck it and write a few lines. Leave it for a couple of days and either come back to it or completely forget about it
-
Tmw you look at something and instantly get a new project idea.
This is why I have so many unfinished projects. -
You know, sometimes I wish I had friends who knew how to code or new a bit about the programming world. Then I could show them my projects and they could help out of they wanted. I could also get them to properly criticize my designs and script. Instead of the ones that just scroll past your shit and say nothing at all, you know, people who would actually give a little bit of a shit. Sigh.4
-
How did you find devRant? I was on YouTube watching a video then a Wix ad came up. After listening to the first sentence "Learn how to design your own website..." I stopped the video because of how bullshit it was. I went to Google and type in: "Wix is shit" and found a small rant here with the literal string. I decided to make an account and comment on it. But my comment was too long so I shaved a few words off. And went to the feed when I was done and liked the content.14
-
Just spent the last 10-20 minutes debugging a stupid error. Turns out I spelt construct wrong. FML.14
-
So I finally decided to get a theme for sublime (And other packages). I'm loving it. Post your IDE/Text editors or whatever you use to code.32
-
Really getting tired of these web design ads. I would turn on Adblock but I want to support YouTubers that are actually interesting to watch. I saw this ad today, Divi. A plugin of some sort for WordPress and the lady in the video is talking about how building a website is like painting a master piece but not really. And then goes on about "creating" a website with their tool on the page itself. (Like a Wix or Weebly but on the actual page and live). I watch the video to the end and decide to check the comments and someone said "or you know, learn HTML and stop being lazy" *liked* then one smart ass replied, "or use Wix, or use Weebly, or use any other thing online that lets you design a website without typing code". It annoys me how ignorant people can be about designing, but I don't blame them. People are lazy in general and would want to do things the easy way even though it's not the best way. You know the saying, give a man a CMS or WYSIWYG builder and he'll make a website, but teach a man to code and he'll make more, improved websites.4
-
Am I the only one who doesn't really see feel or need as an insult? Geek means someone who "messed around" with tech and need is someone who is smart. Why do people get offended by it? I mean, I get that people mean it offensively but is it really something to get that upset about? If someone was to call me a geek or need. Imma walk with my head high and own it.9
-
Things I've learned throughout my 5 - 6 years as a programmer.
- StackOverflow is full of assholes.
- CMS's are for weaklings.
- The best feeling about waking up in the morning is figuring out how to solve that error in your code.
- You no longer think about normal people things. Your mind is full of code.
- You're practically a computer.
- ALWAYS backup and save your stuff or you WILL regret it. Enable autosave if possible.
- RIP your social life (if your friends don't know squat about programming)
- Darkness is better.
- Being a programmer is amazing.26