Details
-
Skillsjava, c++, processing (the language), hints of c, haskell, python, and js quantum chemistry, computational chemistry
-
Locationkernel
-
Github
Joined devRant on 2/23/2018
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
-
I woke up to the binary ++ representations. After 5 minutes of scouring, I found one that was a palindrome. It was quite satisfying.
PS: thanks @irene. sorry to put you on the spot. 😅rant binarypalindromesareawesome thanksandsorryirene keepthefeaturefulfeature devrantaprilfoolsiscool16 -
!rant
Okay, I try not to swear even when I am frustrated and I’ve had it up to my neck with a certain issue; it’s my personal ideal, and I have my reasons - I also have my ways of venting anger.
I searched for bootstrap on Google just once. Since then, I’ve just been using the actual website to get where I need to. Now, at the beginning of every YouTube video I watch, I get a Udemy ad asking me to enroll into the Bootstrap class. I use Adblock (I know it doesn’t protect me from all their ad scripts) but seriously, can they please tone down on the aggressive ads.
It’s so infuriating. If I have clicked the ad link to be redirected to Udemy, perhaps your AdSense should understand that I don’t want to learn Bootstrap from Udemy. If I see one more f$&@?!#g Udemy web development ad... I might just make it my mission to become a l337 h4x0r and wreck Google. Hehe
Now that that’s out, thanks for reading.6 -
Each time I try to study someone else’s (cool) JS files, to learn from it, there are always some funky function calls that throw me off. I wish the person could be beside me and just walk me through why they did what they did at each step.
It’s just tough sometimes. I see all these cool projects on GitHub and I go, “let me try to analyse it,” and then I see all these properties too. Sometimes I feel compelled to just check the API but it seems like I’d be going into a blackhole of never-ending API depths.
What are some tips that you JS pros have?2 -
This is actually a question about the devRant app.
I’ve noticed this a few times. When I click a rant repeatedly (say x times), from the front page or from the notifications pane, multiple layers of that rant open up. And I have to hit the back button x amount of times to go back to where I initially was (again, front page or notification pane).
Now, I understand an app capturing multiple user inputs on the same object but shouldn’t it also account for this by only considering those taps as one input, especially if the object is lagging and hadn’t been loaded? Why is devRant implemented this way?
I would consider it undesirable to have Gmail open the same email in multiple layers when you click the same email repeatedly. So, is devRant’s a feature or a bug?
I’m not a web (app) developer. I’d just like some knowledge on how user input might be captured and why repeated inputs aren’t screened out?
If anyone could page the two awesome doods who work on devRant, that would be awesome! I hope I didn’t just wrongly assume their genders.5 -
That moment when you’re debugging, and you realize that your output files are not empty because your code isn’t working but because your code IS working... 😑
I changed the test files I was using so I wasn’t expecting that particular behavior. None of the input data met the requirements hence nothing was being written out. It wasn’t until I tried a larger test file that I realized my code was working.
A simple discussion with a teammate would have solved this. 👀😂 -
I just installed VSCode for the first time yesterday; running on a MacBook. I spent the early hours of the day working on my C++ project on there. Moving to the workspace was really, really easy; I haven’t had the best of experience with Visual Studio.
VSCode is so clean and light. I love the extensions they have for different languages; I’ve only tried the C/C++ one at the moment. I also love the fact that you can create json preference files for shell/process tasks and also for launching different kinds of debug sessions.
It has a fully functional, built-in terminal. And at this moment, I’m looking to fork the code from GitHub to try and see if I can add something that’s been bugging me since yesterday.
One of the many nice things I’ve gotten from devRant since I joined. Thanks folks.8