Details
-
SkillsC++; Java; Python; Kotlin
-
Github
Joined devRant on 6/4/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
-
Some are taking it as a holiday, others still have to meet deadlines while being quarantined.
Source: I am Programmer,I have no life.5 -
I don’t live in the EU, but hearing all the complaints about article 11, 13, etc. is really vexing me.
Article 11 in particular.
Why the hell would you force companies to pay taxes for linking? Why the hell would you tax websites for including sources? Do you want no sources? Do you want misinformation to become a bigger problem? What the hell is wrong with whoever proposed that bill!?!?
The internet is a place for relative freedom. A place of message boards and communities we’ve created. To impede that (beyond making sure it doesn’t facilitate hanious crimes) is just plain wrong.7 -
Time for a soap box rant.
I just found this in one of our projects. I've simplified the example to make it more anonymous.
When I see code like this it automatically means there is a lack of attention to enumerations and/or understanding of what they are.
One may argue that in a certain execution of code it's a minor performance hit and therefore insignificant. It's still a performance hit. Furthermore, it takes even less time to do it the right way than it does to do it the wrong way.
Every one of these lines will enumerate the list from the beginning to try and find that one element you're interested in. Big O notation, people.
Throw that crap into a dictionary or hashset or similarly applicable data structure with direct reads at the beginning of your logic so that it only gets enumerated ONCE when the data structure instance is created. Then access it however many times you want.
Soap box rant over.15 -
It's been already for some weeks that I feel some pain in my tendons close to the elbows and also in the hands and wrists. A friend of mine that is doctor says I should get a better keyboard and change my sitting position.
So here I am, asking for some suggestions for keyboards. Mechanical ones are maybe too noisy for the office, perhaps one with the red switches could work. Any options that are not much more than 70€?3 -
I'm torn between waking up early so I can have time for myself to study/code to get a better job, and getting enough sleep. I end up getting neither.3
-
Sooo my friend asked my to become more active on steam and i did something about it! I'm going to be become the most activities steam user!31
-
I'm the only one working on this anymore and every toolchain supporting the system (remember, we're using an ARM9 [initial strap CPU] AND an ARM11 (give or take an ARM7 slaved to the ARM9 that we don't have support for yet), all in tandem, and the only toolchain that remotely works is for ARM6 for some reason) hates the Linux kernel. Current goals: SD R/W support (currently RO), X, GNUTools, maybe a better fucking softkey driver (i'll have to find whoever made this one and fucking beat him), and a working joy2mouse/touch2mouse driver. Oh, and figure out if Swap would work either with the New 2DS/3DS' Bonus Drive (unused 64MB partition on NAND) without killing the NAND as the SD access is max. 1.2 MB/s read/write speed or so, which isn't fast enough for swap AND other things.
Currently working:
Busybox
Read-only SD support
Weston (term only, can't click)
Standard 3DS/Standard 2DS/New 3DS (Models before 2017, the non-foldables, rebranded standard 2DSes) features only, not yet New 3DS/New 2DS-enhanced
Currently failing final compile because toolchain:
Preliminary custom R/W SD support4 -
Built my 1st ryzen 7 2700 desktop with RTX2070 using Black Friday deal. Also got a free copy of battlefield 👍25