Details
-
AboutWeb developer. I love reading. I also play guitar and make music.
-
SkillsReact, Redux, Node.js
-
LocationToronto, Canada
-
Website
-
Github
Joined devRant on 2/18/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
-
Is anyone here living Google free?
I've switched to using DuckDuckGo and ProtonMail for a while now, but I still find YouTube to be unreplaceable.
And also all the Google stuff on Android, like the play store and other integrations.
I know there's F-Droid and ROMs I might be able to install that wouldn't use any google service; just curious if some have done this successfully.21 -
1) buy devrant stickers.
2) travel.
3) put stickers on checked bags. One on every side would be preferable.
4) easily find bags when arriving to destination as devrant stickers will make them stand out.
Enjoy.6 -
Is anyone making more money than what they're spending, saving up and having time to spend on a side project/hobby?
I really like programming, but I also want to be able to do other things. It appears that it can be a job that can make one comfortable financially to be able to afford to do other things. Way better than working for McDonald's or some other job.
Is anyone doing this now? Or is everyone working all the time and always stressed??3 -
0!=1 is both mathematically correct (because 0 factorial is 1), and logically correct (since 0<1).
I found this interesting.8 -
Stress balls are awesome.
Never thought they are this effective.
Like just throwing it and kicking it around in my apartment makes me feel a bit better.8 -
Almost sure the shirt I ordered didn't have fml on it. It was the one with only devrant logo.
Guess now I will be cool and edgy.7 -
If you right click on a video on YouTube (on desktop), there's an option to view 'Stats for nerds'.
Cool.3 -
Coolest thing about platforms like devrant, is that it's so easy to get people to read what you have to say, and get them to notice you.
It doesn't matter if you have a nice profile picture, have a lot of friends/followers or anything like that.
The content is what matters.
Also, its not like everything here is developer related or is super nerdy, most of the stuff you see are normal things you'd expect people to post on things like Facebook when they want to be social and connect with people.
It's sad that this is not how most social media is done.7 -
So I don't use Facebook, but I had an account and I decided to delete it.
Before I do that, I tried to use the tool they have to get all the information they have about me.
They said it will take sometime and I will get an email when its done so that I can download it.
It's been more than 24 hours.
Is it taking all this time because they have so much information on me??6 -
How many lines of code should one be looking at at any given moment? Of course you could zoom, but how many lines do you guys think is ideal?
Currently I have 33 when in full screen.3 -
I was developing a project for the software engineering course. We we're building a sort of mips instructions simulator that would show you the path the signal takes while it's traveling in the CPU.
So after almost finishing everything, the professor asks us to add a voice over feature that would tell you what is happening while you go through the animation.
You can only understand this if you see it. It's very funny and stupid.
The website is http://mipssimulator.com
Make sure sound is on.
Edit: the site is kinda glitchy on mobile so try loading it on a computer for better results.5 -
Do you live alone? Do you work hard and barely have time to do things?
Please tell me how you eat 3 meals of healthy food. If you do of course..9 -
Software engineering course.
Professor wants to show us some Java code.
*Opens eclipse*
*Font super small*
Student: can you please increase the font size?
Professor: sure.
*Can't find the correct setting to do that*
Professor: does anyone know how to increase font size?
Some student at the back: copy the code to notepad++.
:/
Cool professor though..9 -
while (this.isAwake()){
if (this.timeSinceLastCoffee.toString() == "5hr") {
this.cup.refill();
this.drinkCoffee();
}
}6 -
Why does it say someone +1'd your rant/comment in the notification while the person actually ++'d it?
a+1 and a++ are not the same.
@dfox I don't like this.25 -
Coffee at 7 am.
Coffee at 1 pm.
Coffee at 7:30 pm.
Sleep at midnight.
Wake up at 6:30.
Repeat.
Do you have a better procedure for maximising performance?
I have a deadline next Monday...14 -
I backup my home partition everyday at 9 pm.
Feels good.
You should also.
You don't want to remember this post when it's too late..1 -
So devRant takes about 4-5 seconds to load after launching it. I have a good internet connection and my phone is fast. Does this happen to you too??4
-
Another student rant..
So I have a midterm exam tomorrow. It's a software engineering course. We're being forced to basically memorize a ton of shit about stuff like requirements engineering, activity diagrams and interaction models...
I have never been this bored in my life. Especially while studying something computer science related.
We are also developing a project for the course and that is a ton a fun and I'm learning a lot. But still, this isn't how I want to spend my weekend.
How did you go through the times where you had to learn a lot of bullshit that you didn't excited about? You did go through this shit right?3 -
So really there's no way to use unity on a high DPI monitor in Linux?
I can't believe this is still not implemented..2 -
Was running personal laptop on 4.10 kernel (running Manjaro).
Was having problems for some reason with an audio program I'm using and so needed to run some older kernel that is real time for better latency.
Installed that kernel and booted with it.
Attempted to remove kernel 4.10, I don't need it anymore.
Rebooted, some kernel modules aren't loading. Xorg not creating a session.
I have no input working.
Not even wifi.
I can't detect USB devices.
Tried to fix it all night.. going through a ton of forums online...
Finally I give up. I didn't have access to anther computer to get a bootable USB image to. FUCK. IM NOT SMART ENOUFG FOR THIS SHIT.
I have 3 USB drive that I carry around all the time. Why don't I have a live image in one of them?
I went to sleep.
Next day I download Lubuntu (just to boot and backup some stuff before downloading and reinstalling Manjaro).
When I was burning the ISO to the USB, turns out I actually had a bootable Ubuntu on it the whole time.
I feel so stupid.
Last week I don't remember why, but I did sudo chmod 770 /
Which also broke my system.
Took me 3 hours to realize that this was the problem and make it work.
I love Linux. It keeps things interesting..3 -
Algorithms class assignment..
"Prove that the merge procedure cannot run in place".
Searching google...
There are multiple merge procedures (though super complicated) that run in place.
What's the use of this class if we can't be practical because we must be theoretical, but we can't mention real theoretical stuff because it's so complicated??
I mean we are being told something that is just wrong..
I really hate this fucking professor. She went to Oxford and now thinks she's the smartest person in the universe..