Came here for this
- 2 Posts
- 24 Comments
Less cynically, desktops and laptops are a shrinking market. Windows (at least, home users of windows) becomes less relevant to MS’s bottom line every day. I don’t see any reason why they should invest in native software tools if most things are web these days
shortrounddev@lemmy.worldto
United States | News & Politics@midwest.social•Mike Johnson Says Men Need to Stop 'Playing Video Games All Day' and Get to Work: 'They're Draining Resources'English
25·1 year agoKnown welfare queen Mike Johnson
“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
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?English
2·1 year 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?English
1·1 year 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
Fediverse@lemmy.world•How is content like this banned on .ml for being "political"?English
87·1 year ago.ml should be defederated from lemmy.world tbh
shortrounddev@lemmy.worldto
Programming@programming.dev•Graduating highschool and wanting to work as a programmer, advice?English
101·1 year 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
If its an application I run locally, I rarely grep logs (they’re small enough that I can just ctrl+f). If it’s something running in production with millions of lines of logs, then I agree
I wish all the logs at my company were as beautiful as these terminal logs
shortrounddev@lemmy.worldto
Programming@programming.dev•'I Recreated Shazam's Algorithm from Scratch because no one is hiring jnr devs' - ChigozirimEnglish
173·2 years agoI honestly don’t think that doing these cool things improves your odds of getting hired. Junior Devs don’t really touch these parts of a platform, let alone lead development on them from scratch.
A valuable engineer, to me, is someone who writes clean, maintainable code and follows common patterns. That’s also something which has to be learned by trial and error to actually see the value of.
shortrounddev@lemmy.worldto
Fediverse@lemmy.world•Kagi search engine now has a Fediverse search option.English
21·2 years agoMaybe. They use several other indexes as their backend so they have to pay microsoft for every search
shortrounddev@lemmy.worldto
Programmer Humor@programming.dev•Like programming in bashEnglish
91·2 years agoUnironically love powershell
shortrounddev@lemmy.worldto
Fediverse@lemmy.world•John Oliver promoted alternatives to big tech in last night's episode, including Mastodon and PixelfedEnglish
11·2 years agoSMS is a pain in the ass. iOS users aren’t using SMS, they’re using a proprietary system which is inaccessible to android users. Occasionally a 1-on-1 text works with RCS but it’s janky
shortrounddev@lemmy.worldto
Fediverse@lemmy.world•John Oliver promoted alternatives to big tech in last night's episode, including Mastodon and PixelfedEnglish
14·2 years agoWould like to get my family on Signal. I deleted my facebook account and now we use various other chat apps that I don’t quite like
shortrounddev@lemmy.worldto
Programming@programming.dev•Coders or lemmy, what editors do you use? Is it worth learning a new one?English
22·2 years agoI used to use vim but imo it’s not worth the time it requires to configure to get working properly. These days I don’t code without a debugger so if there’s not a good way to set breakpoints I don’t even start
shortrounddev@lemmy.worldto
Linux@lemmy.ml•Debian is Ditching X (Twitter) Citing These ReasonsEnglish
1·2 years agoeh the design is very flat
shortrounddev@lemmy.worldto
Linux@lemmy.ml•Debian is Ditching X (Twitter) Citing These ReasonsEnglish
5·2 years agoI’ve been working on writing my own forum in C# lately. Meant to look like some places I went on back in 2009-ish



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