No, I’m not implying that, because that’s ridiculous.
DroneRights [it/its]
- 2 posts
- 39 comments
- DroneRights [it/its]@lemm.eetoProgramming@programming.dev•We Can’t Hire You. Developers’ ChallengeEnglish3 years
- DroneRights [it/its]@lemm.eetoProgramming@programming.dev•We Can’t Hire You. Developers’ ChallengeEnglish3 years
Ah yes, the anti weird test. That’s how you get all of the autistic people and POCs out of the recruitment pool.
- DroneRights [it/its]@lemm.eetoProgramming@programming.dev•Can one be too dumb for programming?English3 years
I think all three of the people replying to you are wrong. They all think you’re having trouble finding a project you want to work on. But I think you’re saying you struggle to understand how the logic of a program fits together into accomplishing anything.
I think you should follow one of these lessons to produce some example code, and then use the debugger to watch it function line by line.
- DroneRights [it/its]@lemm.eetoProgramming@programming.dev•Can one be too dumb for programming?English3 years
Primary and secondary school math is mostly arithmetic and memorisation. It’s not until late high school and university when you get to do real math, which is a study of logic and proofs. If you were horrible at math in school, you might still have the makings of a great mathematician.
- DroneRights [it/its]@lemm.eetoProgramming@programming.dev•Is jQuery still the go-to JS helper library?English3 years
Vue sucks. A pretty graphic of a CGI robot convincing untrained programmers to merge their web files and produce unreadable garbage as the output file.
- DroneRights [it/its]@lemm.eeto
Programmer Humor@programming.dev•Programmer tries to explain binary search to the policeEnglish
3 yearsThat’s what I said, and they said no
- DroneRights [it/its]@lemm.eeto
Programmer Humor@programming.dev•Programmer tries to explain binary search to the policeEnglish
3 yearsNo, I’ve been in this situation as a victim. My bike was stolen and they said it would take hours to search the CCTV. I told them about binary search, they didn’t understand.
- DroneRights [it/its]@lemm.eeto
Programmer Humor@programming.dev•Programmer tries to explain binary search to the policeEnglish
3 yearsMore police wouldn’t cost more money if they stopped buying tanks.
- DroneRights [it/its]@lemm.eeto
Programmer Humor@programming.dev•Programmer tries to explain binary search to the policeEnglish
3 yearsI was in exactly this situation. My bike was stolen, there was CCTV, they said it would take hours to go through the time during which it was stolen.
- DroneRights [it/its]@lemm.eetoProgramming@programming.dev•Backlash over fake female speakers shuts down developer conferenceEnglish3 years
See, the thing is, a lot of these women will not agree to speak at your conference if you’re a total creep.
- DroneRights [it/its]@lemm.eetoProgramming@programming.dev•How large pull requests can exacerbate complexity and slow down developmentEnglish3 years
Everyone remember to downvote ads
- DroneRights [it/its]@lemm.eetoProgramming@programming.dev•Software Engineer vs Software DeveloperEnglish3 years
And the criteria for which bodies are considered professional can often come down to government or capitalism, both of which are very flawed. It should come as no surprise that software developers, who tend to be anarchists(see: the existence of FOSS), are distrustful of statist and capitalist regulatory bodies.
- 3 years
The big problem in your code is that the function name isn’t descriptive. If I’m 500 lines down seeing this function called, how do I know what you’re trying to do? I’m going to have to scroll up 500 lines to find out. The function name should be descriptive.
- DroneRights [it/its]@lemm.eetoProgramming@programming.dev•What's the biggest change you would like to see in computing/tech?English3 years
Fun fact: car emissions cause allergies
- DroneRights [it/its]@lemm.eetoProgramming@programming.dev•What's the biggest change you would like to see in computing/tech?English3 years
Aren’t paper tests usually pseudocode?
- DroneRights [it/its]@lemm.eetoProgramming@programming.dev•What's the biggest change you would like to see in computing/tech?English3 years
Are the distances between the meter and the spaces already known and accessible?
- DroneRights [it/its]@lemm.eetoProgramming@programming.dev•What's the biggest change you would like to see in computing/tech?English3 years
Privacy policies should concern not just the site’s right to gather data, but the rights of users to post other people’s data
- DroneRights [it/its]@lemm.eetoProgramming@programming.dev•قلب | a non ascii programming language that uses arabic scriptEnglish3 years
Object wa parameter o method desu

IMO most “flashy” frameworks betray the principle of high cohesion. Importing a time library to handle timezones is a great idea. Importing a math library to calculate derivatives is common sense for good reason. But huge frameworks that change the entire way a language is written are ridiculous. I’m looking at you, Vue and Tailwind. I usually see these sorts of frameworks used by people who aren’t qualified programmers and who don’t know software architectures or best practices. In other words, the kinds of people who get promoted to management positions and tell us what frameworks to use.
(Typescript is awesome though)