- cross-posted to:
- [email protected]
- [email protected]
- [email protected]
- cross-posted to:
- [email protected]
- [email protected]
- [email protected]
Jesus christ.
It should also highlight code!
I’m all in on Linux at this point, it already does everything I need but faster
what do you do if you need to run an app thats windows exclusive? wine?
not OP but yeah, hopefully it works in wine or has a webapp, failing that I look for alternative software that meets my needs. If all else fails I suppose I could use a windows VM until a better solution appears. It’s really going to depend on your specific case and how vendor locked you are.
thanks
How well does a windows vm run in linux? Does it have hardware acceleration?
Asking because i need something to run photoshop and lightroom, which both need hardware acceleration :/nyan answered your question, I just want to add that older photoshop allegedly runs well in wine and for me personally i’ve had a lot of success with photopea although I’m a terrible example because I don’t do much with it.
It depends on the VM, but some of them have working graphics hardware acceleration. Virtualbox should be relatively easy to set up with modern Windows guests, but isn’t free for commercial use. qemu/kvm is free for all uses, but may require some tinkering to get everything to work. qemu also supports video passthrough—using the VM to drive a second video card installed in your machine—which some gamer types prefer.
Notepad++ and never look back.
Crying in Linux 😢
Notepadqq
Kwrite
vscodium, gedit?
Just use nano or vim
its not the same as notepad :(
Kakoune is there for you
Use Kate
Or Kwrite of you want something simple.
I’ll give it a try, thanks!
just use geany or something else…u can customize it to be as useful as notepad++
You can get it to work under linux, via Play on linux for example. It won’t be exactly integrated experience, but it works.
Add it to wordpad, we use notepad because it’s fast and no bloat.
Worpad is dead
If Notepad is getting AI text editing then it’s as good as dead too.
Maybe for you…
I’ve been using Notepads (yes with an extra S) instead of Notepad for ages now and it’s a pretty good and fast option with a nice modern design even before MS changed up Notepad.
Just use KDE’s Kate, it’s so much better in every way
Holy hell!
Love Kate on Linux, but is it just me that Kate on Windows is extremely slow to open compares to literally everything, even Sublime? My system has i7-12800HX and everything is installed on gen 4 NVMe SSDs so specs shouldn’t be an issue.
maybe not kate but kwrite. kate is a code editor
KWrite hasn’t been released by KDE on the Windows app store, Kate has. Using the app store means seamless updates in the background.
Maybe KWrite is available on winget which would make it a bit less inconvenient than manually downloading each update.
Edit: KWrite isn’t available on winget
C:\> winget search kwrite
No package found matching input criteria.
Oh nice! Micro$oft is now making every their tool into AI crapware and enshittifying it.
Keep going M$! You’re the best advertsiter to Linux! 👍 👍 👍
They own Linux, too. Just wait for systemd-copilot.
Microsoft does not own systemd
And even if they did, and put copilot into it, distros could still choose to not use it
Nothing you wrote is true. Google Lennart Poettering.
They dont own it, they just own seats at the foundation table and thats not even 50% of the seats :p
Even if they owned the whole LF, the Linux Foundation does not develop systemd lol
That too
Why doesn’t MS do what Apple does with Writing Tools. Put it Rewrite at the OS level so that anything with text can access the feature? Doing this an app at a time is odd.
Microsoft is in conflict with itself if web apps, modern native apps, or classic native apps are the future. That’s why even different Microsoft applications feel as or even more disconnected from each other than using KDE applications under Gnome.
Looks like MS still has the culture of don’t-make-more-work-for-the-boss.
Because Windows doesn’t support OS-wide text formatting/manipulation like macOS does.
The system already existed in macOS so it was easy enough to plug writing tools into it, but to do the same in Windows would mean completely rewriting how Windows handles text display and editing (and no doubt causing an avalanche of compatibility issues with old apps).
Maybe windows should just fully embrace containers for as much backwards compatibility as possible.
Because windows is a fucking mess 😂
I will only use this if it uses Clippy’s animations.
Thats… what this is, right?
Clippy 3.0?
Finally AI in my favourite code editor!
/s (both)
When I have to boot into Win11, I run this right after as a shortcut from my desktop (right-click and Run As Administrator):
net stop usosvc sc config usosvc start=disabled net stop wuauserv sc config wuauserv start=disabled
… be sure to set your Wifi points as metered to block Update as well.
Note that anytime you go into certain Settings / Control Panel pages, Win11 silently re-enables the above services! Crazy. (Someone should really write a patch for that…)
Sad anyone has to put up with this BS but, we do what we gotta do.
Those are update services. Upgrading your os is a basic security measure nowadays. You recommend to sacrifice some security because of a minor inconvenience. It’s alright if you can live with that tradeoff, but please don’t recommend it on the internet. Windows assumes a user is not knowledgeable enough about this topic, so it’s enabled for them.
Other hint, because it seems you are also not very knowledgeable about this topic, usually you can disable these things with group policies if you really want to, so you don’t have to run it after each boot. Or you can also set up a scheduled task or create a service with nssm.