“how to problem solve” and “use logic” are, I believe, myths. When you teach someone to implement quicksort, all you’ve done is taught them to implement quicksort. Classroom based lectures and rote memorization do not impart any kind of broader “problem-solving” ability. This is an ex post rationalization by the perpetrators of the education system to justify their own existence. I place the value of what they do very low
- 3 Posts
- 44 Comments
If it’s about problem solving and using logic, why do we need to memorize quicksort? That’s not an example of using logic or problem solving
shortrounddev@lemmy.worldOPto Programming@programming.dev•Better VSCode customizations?English2·3 months agoI want the ability to fully detach each view, pin/unpin, etc. like I can in visual studio.
I guess what I want is visual studio, but with the language and plugin support of vscode.
shortrounddev@lemmy.worldOPto Programming@programming.dev•Better VSCode customizations?English1·3 months agoMaybe “blocky” isn’t the right word, but I dislike that everything is just a flat rectangle and not very readable. There’s no depth and very poor visual separation. I would like a document type UI where I can rearrange the components arbitrarily, like in Visual Studio
shortrounddev@lemmy.worldto memes@lemmy.world•You can still LAN party if you want to.English20·3 months agoMan do I hate discord though
shortrounddev@lemmy.worldto memes@lemmy.world•You can still LAN party if you want to.English2·3 months agoIn what way? Who would disturb me?
shortrounddev@lemmy.worldto memes@lemmy.world•You can still LAN party if you want to.English7·3 months agoBetter yet just start earlier in the day. I don’t enjoy staying up past 10 anymore
shortrounddev@lemmy.worldto memes@lemmy.world•You can still LAN party if you want to.English169·3 months agoWhen I was 16 I could get 4 or 5 people to come over to my house on a week night with almost zero advanced notice. I am now 30 and
-
I don’t know 4 or 5 people
-
It would take 3-4 weeks to get everyone’s schedule to line up
-
Half of everyone would cancel because they didn’t feel like going out
-
shortrounddev@lemmy.worldto linuxmemes@lemmy.world•Almost as annoying as the windows evangelistsEnglish1·3 months agoWhen I work on web projects at home I don’t use any javascript at all. Just html and css. Interactions are handled via form submission. I’m working on a forum in asp.net mvc without any javascript at all
shortrounddev@lemmy.worldto linuxmemes@lemmy.world•Almost as annoying as the windows evangelistsEnglish1·3 months agoAt work everything I do is in the Javascript/Web world. Typescript backend, webpack react, etc. I use C++ and C# for personal projects because I personally despise Javascript world
shortrounddev@lemmy.worldto linuxmemes@lemmy.world•Almost as annoying as the windows evangelistsEnglish2·3 months agoIm not an evangelist for windows (I won’t try to convert you) but I’m unashamed of being a software engineer who uses Windows as my main dev platform
shortrounddev@lemmy.worldto linuxmemes@lemmy.world•Almost as annoying as the windows evangelistsEnglish2·3 months agoHi I like Windows, I use it as my primary development platform
shortrounddev@lemmy.worldto linuxmemes@lemmy.world•Almost as annoying as the windows evangelistsEnglish4·3 months agoI have literally never seen whatever this post is referring to
I think if they were using windows they’d be far more computer literate, but they’re just using iPad and chromebooks
No it’s just that Zoomers only use touchscreen, which are vastly simplified devices compared to a desktop computer
shortrounddev@lemmy.worldto Programming@programming.dev•Graduating highschool and wanting to work as a programmer, advice?English131·4 months agoOnly way to get hired with your credentials is with some serious networking. In your local area, look for code/tech meetups and talk with people. Look for “Code and Coffee” on meetup or facebook or something (though I must warn against caffeine consumption for teenagers!). You’ll most likely have to look for an internship rather than a Junior Dev position at first, which is typically the pipeline that companies use to hire Jr Engineers.
Another option is to look for “Tier 3 support” or “Integrations engineers”. Often, companies will look for people with minor coding skills to work directly with clients to help implement the company product for the client (for example, adding some custom widget to their wordpress site, new features for their salesforce instance, etc.)
These engineers don’t create the company product but they do get some experience scripting things and often they can use this position to transition to a full time engineering role. In my experience, these roles have far lower requirements to entry
shortrounddev@lemmy.worldto Programmer Humor@programming.dev•isInHell = 'true'English181·4 months agoI curse the sadist who decided True should be uppercase in Python
shortrounddev@lemmy.worldto memes@lemmy.world•ICE: Wrench = We don't need a warrantEnglish6·4 months agoIs this in reference to something that actually happened
shortrounddev@lemmy.worldto Technology@lemmy.ml•TikTok workers sue employer over ‘union-busting’ firingsEnglish16·4 months agoWoah a Chinese owned company is crushing a labor union? Who would’ve guessed!
That’s really cool. I always thought web components needed something more to be really useful. I work with vanilla web components at work all the time and they’re not really that fun to work with