I don’t like being on this picture.
- 0 Posts
- 8 Comments
Gremour@lemmy.worldto Programming@programming.dev•If you had to choose one programming language that you had to use for the rest of your life, what would it be?1·2 years agoThat boils down to maps. With a few helper functions it’s not a big deal. I can’t remember when I needed to unmarshal JSON into map last time, tho.
Gremour@lemmy.worldto Programming@programming.dev•If you had to choose one programming language that you had to use for the rest of your life, what would it be?272·2 years agoI’ve already made this choice. Switched from C++ to Go, and now I never want to touch another language at all. Since I’m not writing kernels or embedded, Go is pretty fast for everything else. Not very popular in gamedev, but that’s just a lack of 3rd party libs, specifically native graphics support.
As for other languages, I can’t justify unnecessary complexity that is generally welcome by those language communities. Go is straight simple yet powerful, and I admire that.
Gremour@lemmy.worldto Technology@lemmy.world•'It almost doubled our workload': AI is supposed to make jobs easier. These workers disagreeEnglish34·2 years agoWhich adds up to 180%. And that is all you need to know about deadlines.
Gremour@lemmy.worldto Technology@lemmy.world•If you value privacy, ditch Chrome and switch to Firefox nowEnglish11·2 years agoIt works fine with my Cinnamon window manager. So the bug could be in Firefox, in your WM, in both, or more likely in the integration of two, as a side effect, which why I’ve said “on the edge”. It’s nearly impossible to test your software with every combination of a system. So the solution here to file an issue both for WM and Firefox and hope someone from either communities will solve it. Or just get another browser or WM.
Gremour@lemmy.worldto Technology@lemmy.world•If you value privacy, ditch Chrome and switch to Firefox nowEnglish1·2 years agoLook like a bug on the edge of WM/App
Gremour@lemmy.worldto Technology@lemmy.world•If you value privacy, ditch Chrome and switch to Firefox nowEnglish31·2 years agoI wonder if you deem Firefox buggy or having not enough features?
Using Firefox since it came out and never experienced any troubles.
Rubber duck debugging often helps.