FWIW many modern text editors just let you modify multiple lines at once.
- 0 Posts
- 34 Comments
Yes its a different language by the same creator.
AProfessional@lemmy.worldto
Programmer Humor@lemmy.ml•Andrew just wants to open his files on Windows 10English
9·1 year agoI think they just mean they should have control over the modem. They are all locked down and proprietary with known backdoors throughout history, effectively bypassing any OS level security.
AProfessional@lemmy.worldto
Mildly Infuriating@lemmy.world•A fresh install of Signal takes up 410MB, blowing both Firefox and Chromium out of the waterEnglish
3·1 year agoMaybe you are thinking of Telegram?
I’m not sure of its past, this repo goes back 4 years, but Signal is electron https://github.com/signalapp/Signal-Desktop/tree/main
AProfessional@lemmy.worldto
Mildly Infuriating@lemmy.world•A fresh install of Signal takes up 410MB, blowing both Firefox and Chromium out of the waterEnglish
2·1 year agodeleted by creator
AProfessional@lemmy.worldto
Mildly Infuriating@lemmy.world•A fresh install of Signal takes up 410MB, blowing both Firefox and Chromium out of the waterEnglish
3·1 year agoElectron doesn’t use CEF, they directly bundle Chromium.
AProfessional@lemmy.worldto
Mildly Infuriating@lemmy.world•A fresh install of Signal takes up 410MB, blowing both Firefox and Chromium out of the waterEnglish
5·1 year agoWindows doesn’t support deduplication itself (though ntfs does support hardlinks if someone wanted to do it). It actually won’t help here because every electron app bundles different versions in practice.
AProfessional@lemmy.worldto
Mildly Infuriating@lemmy.world•Nightly build downloads officially only available in discord - New Vegas ReloadedEnglish
13·1 year agoNobody has to use git, you can host binaries on github, or a dozen other places, and then just link to it on a page. Trivial task.
They just clearly don’t care.
bash sucks but i don’t agree. Some simple rules like regularly use intermediate variables with useful names and never use shorthand arguments goes a long way.
deleted by creator
C++ literally makes it easier to avoid raw pointers and allocation that are dangerous…
AProfessional@lemmy.worldto
Programmer Humor@programming.dev•What a time to be aliveEnglish
6·1 year agoThis is all theoretical. Today it’s quite basic with billions thrown at the problem. Maybe in decades these ideas can be expanded on.
AProfessional@lemmy.worldto
Programmer Humor@programming.dev•What it's like to be a developer in 2024English
4·1 year agoSeems creation time not modified. Makes sense “current” is older.
AProfessional@lemmy.worldto
Mildly Infuriating@lemmy.world•Euro bottles are so much better nowEnglish
1·2 years agodeleted by creator
AProfessional@lemmy.worldto
Mildly Infuriating@lemmy.world•Euro bottles are so much better nowEnglish
11·2 years agoCausing annoyance to the user directs frustration towards the regulator and not the implementor.
Apple is doing this in the EU for example to “protest” recent regulations.
AProfessional@lemmy.worldto
Mildly Infuriating@lemmy.world•The Duration Time on this Cookie...English
1·2 years agoThe maximum age is 400 days in Chrome.
AProfessional@lemmy.worldto
Programmer Humor@programming.dev•Like getting 9 women pregnant and expecting a baby in 1 monthEnglish
1·2 years agodeleted by creator
AProfessional@lemmy.worldto
Selfhosted@lemmy.world•Why is replacement for home device controls so complicated?English
8·2 years agoIt’s just a minor convenience, not sure why that’s confusing.
I can set the temperature from anywhere, that’s nice.
AProfessional@lemmy.worldto
Technology@lemmy.ml•Windows 11 will reportedly display a watermark if your PC does not support AI requirementsEnglish
141·2 years agoOnly targeting new hardware is just a win-win-win for them.
Hardware partners love it, planned obsolescence is just new sales. Legal departments love it, constantly worse DRM. The development teams like it, less support burden. Marketing loves AI being a core feature.
They have no competition. There is no downside for them.

Nobody loves arguing semantics more than a programmer. VSCode is absolutely an IDE. Jetbrains is entirely plugin based, Eclipse is totally plugin based, and yeah so is VSCode.