ToadOfHypnosis@lemm.ee
on 23 Feb 2025 07:11
nextcollapse
Could MS suck any worse? It’s like they want people to not use their products. Capitalism is the ouroboros.
wesker@lemmy.sdf.org
on 23 Feb 2025 07:17
nextcollapse
Full access to notepad? So what, I need to pay to be able to toggle text wrapping or look at the about menu? It’s fucking notepad.
EDIT: I didnt expect so many downvotes taking sides with MS
shoulderoforion@fedia.io
on 23 Feb 2025 07:39
nextcollapse
hahahahahaha, they're gonna charge admission to a dead end next. ta-da!!!!
jqubed@lemmy.world
on 23 Feb 2025 07:43
nextcollapse
It’s for the “AI” no one was asking for in the first place
Buffalox@lemmy.world
on 23 Feb 2025 09:09
collapse
You obviously didn’t read the article, but that’s OK it’s a trash article anyway. Which is already indicated by the headline, since Notepad was never free, it’s just included with Windows.
But your comment is disconnected from what this is really about, which essentially boils down to nothing.
Since what you are supposed to pay for is new AI features. Otherwise you can use Notepad as usual.
The age of Notepad having a paywall has arrived, with the simple writing software now prompting users to sign into a Microsoft account to access new tools such as Rewrite, a new feature that uses artificial intelligence to rewrite highlighted text.
It should be noted that you can still use Notepad without a Microsoft account, and users can go as far as removing the Rewrite icon completely from Notepad.
Lost_My_Mind@lemmy.world
on 23 Feb 2025 07:29
collapse
So notepad isn’t behind a paywall, AI features nobody was asking for is behind a paywall, and this headline is bullshit.
Eh. They shared those features to Notepad, so I would agree that they’re a part of it.
MichaelScotch@lemmy.world
on 23 Feb 2025 07:20
nextcollapse
Fine. Notepad++ is better anyway
Eheran@lemmy.world
on 23 Feb 2025 07:45
nextcollapse
Is it though? I still always open notepad for random text stuff. What is better in ++?
RustyShackleford@literature.cafe
on 23 Feb 2025 07:53
nextcollapse
Notepad++ isn’t trying to shoehorn in AI for starters. It’s clear Microsoft is praying the current gimmicky narrative of AI will let the masses not realize this is a privacy nightmare.
Notepad does that neither for me and has not for >20 years. So is there something that is actually better or not?
ThePowerOfGeek@lemmy.world
on 23 Feb 2025 08:01
nextcollapse
Yes, it objectively is. And so are various other text editor options that are out there.
But just speaking about Notepad++, you can scale it down to a very simple text editor (like Notepad), it you can easily ramp it up to a much more feature rich one. And for me, the ability to have a vertical list of files is a big plus. As is its ability to optionally show line numbers.
Specifically: tabs, dark mode, and retention of unsaved documents. They’re apps for very different purposes, but Notepad has had some nice little updates over recent years.
Eheran@lemmy.world
on 23 Feb 2025 08:30
nextcollapse
Ah thanks for the first proper answer. Sounds good, I will give it a try.
iAmTheTot@sh.itjust.works
on 23 Feb 2025 08:54
nextcollapse
A few of those features are available on Notepad as well, just FYI.
On my W11 work machine I got dark mode, saving unsaved drafts and tabs
christov@lemmy.world
on 23 Feb 2025 10:00
nextcollapse
+10000 for notepad++, its he swiss army knife of file editing tools.
Adding:
Plugins: CSV being read as a small dB table you can query is a game changer. Or have a JSON plugin that auto formats and queries as well as opens the JSON in a clickable nested window.
Pinned tabs: pin important tabs, I use one as a todo list.
Search for text within files in a folder: need to find a specific bit of text in one of dozens/hundreds/thousands/millions of files somewhere? Its lightning fast and works a treat
Search and replace with regex: amazing feature, use regex patterns to find complex parts of your files and replace them with something else
Bulk operations: remove newline, replace line breaks etc
Multi format support: see line breaks from different OSs like Unix and windows and amend them
Portable install: you dont have to install it, you can use a portable version
So much more, get it and you won’t look back.
OutlierBlue@lemmy.ca
on 23 Feb 2025 11:03
nextcollapse
Your first two points are part of Notepad now too. Everything else you’ve said is true though, including the find and replace function supporting regex. It’s amazingly powerful for editing.
It also supports line numbering, which seems like a small thing but is really helpful.
I use a bunch of text editors / note taking apps regularly (or semi-regularly) and Notepad is one of them (among others also Notepad++, VSC, Obsidian, Geany, Notion…).
kusivittula@sopuli.xyz
on 23 Feb 2025 10:48
collapse
the only thing I need it for is to select text vertically (by holding left alt). there are a few similar ones for linux but some crash and the rest don’t have a dark theme, so I still use it with wine.
Holy moly, that works? I needed precisely that feature earlier! Nice.
pycorax@lemmy.world
on 23 Feb 2025 08:30
nextcollapse
It’s a lot more feature filled and frankly not very nice looking if all you want is a simple replacement for Notepad. Notepads (with an s) is much better imo.
Thanks for mentioning Notepads, never heard of it but it looks interesting. I already use quite a few different note taking apps, but still often start with Notepad when I don’t know where the info will eventually end up…
yggdar@lemmy.world
on 23 Feb 2025 07:24
nextcollapse
The title is quite sensational compared to the content. They only added an AI Rewrite feature for notepad that requires a Microsoft 365 subscription. Considering the cost of AI, and the fact that it will very probably run in the cloud, it is very reasonable that it isn’t free. Everything else about notepad remains free / included with the price you paid for the OS.
Noedel@lemmy.world
on 23 Feb 2025 07:49
nextcollapse
I agree, but the idea of adding AI to notepad is quite insane in its own right
null_dot@lemmy.dbzer0.com
on 23 Feb 2025 08:31
nextcollapse
I think the idea is that you can use it for reformatting small sets of data I guess.
“make all the dates in this CSV iso-8601”
TheGrandNagus@lemmy.world
on 23 Feb 2025 11:17
nextcollapse
Genuinely very useful, however I feel that can be achieved without a login and paid AI subscription.
lambalicious@lemmy.sdf.org
on 23 Feb 2025 12:53
nextcollapse
Heck, it probably can be done with a regex. (Yeah, I know)
There’s no need to kill three forests just to do the exact same work you could have done by opening your dataset in Excel.
null_dot@lemmy.dbzer0.com
on 23 Feb 2025 21:48
collapse
You’re right of course.
Like the other commenter said for this specific problem you’d use a spreadsheet.
It’s just an example though and there are others, like maybe removing url encoding from a string or something.
Again this can be done in some other tool without much fuss, but the versatility offered by notepad will be useful for a lot of people.
nickwitha_k@lemmy.sdf.org
on 24 Feb 2025 17:12
collapse
“make all the dates in this CSV iso-8601”
This is a use of AI/LLM processing that I could agree with, if it could be trusted. Since it cannot, better to open in vim and regex replace, or process with Python.
That said, I’d rather store as epoch and display as ISO-8601 as the arithmetic is much less prone to error in epoch than any other format.
null_dot@lemmy.dbzer0.com
on 24 Feb 2025 22:14
collapse
Yeah look I’m not an AI advocate at all. If I were confronted with this my first instinct would be to manipulate it in a spreadsheet because they can juggle data types like this pretty effortlessly.
The CSV / dates thing was just an example, but I still think it’s a good one. My assistant at work would 100% use notepad like this rather than using a spreadsheet.
It’s also worth pointing out that notepad + LLM would be a lot more flexible than a spreadsheet. Just paste whatever there and explain what you want in plain english. You don’t need to parse your request into regex or spreadsheet formulas. For you and I, we might have spent years interacting with regex and other things such that it’s a pleasant challenge when it arises. For 20 year old me it would have been a tedious impediment to whatever I was trying to achieve.
nickwitha_k@lemmy.sdf.org
on 25 Feb 2025 03:24
collapse
Yeah. That makes a lot of sense. The general inaccuracy/untrustworthiness of LLMs makes me very uncomfortable in their use for data processing and transformations. I’d rather take a while to get it right than to potentially hand off a CSV with glaring problems due to use of an LLM.
LifeInMultipleChoice@lemmy.dbzer0.com
on 23 Feb 2025 08:45
nextcollapse
That’s actually very nice, one of the few Microsoft programs that I genuinely miss - layers are a quality of life feature that is actually really nice to have 👍
Why? I mean, one of the main features of generative AI systems is to generate text (the quality of which I won’t get into), why not add this to something like Notepad. I agree that Notepad should be thought of as a lightweight, well, notepad, but still might be useful as a quicker alternative to Word.
The fact that Microsoft is trying to shove Copilot down our throats at every possible step is idiotic, I agree, but having an AI as part of a notes app doesn’t seem too weird.
Halliphax@lemmy.world
on 24 Feb 2025 00:01
collapse
They give Copilot out for free so it’s weird that they’re charging for the Notepad AI feature.
Hell, just copy and paste the content into Copilot and ask it to rewrite it, I bet it’ll just be doing the same thing but for free.
andallthat@lemmy.world
on 23 Feb 2025 07:26
nextcollapse
the news is more that they are trying to shoehorn AI in effing Notepad to make sure even those little snippets of text can be used for training
empireOfLove2@lemmy.dbzer0.com
on 23 Feb 2025 07:28
nextcollapse
reseller_pledge609@lemmy.dbzer0.com
on 23 Feb 2025 09:46
collapse
Notepad++ is my text editor of choice as someone who just edits the occasional file. I’m not a programmer or anything, but it’s nice to have those autocomplete and syntax highlighting features for config files. Helps me keep track of stuff better when editing.
empireOfLove2@lemmy.dbzer0.com
on 23 Feb 2025 19:46
collapse
Sublime can do all of that as well, but it’s more performant, has better shortcut keys, and IMO it has much nicer navigation for larger files (gives you a sort of eagle-eye’s view of the entire document next to the scrollbar). That’s all very much a personal preference thing of course.
reseller_pledge609@lemmy.dbzer0.com
on 23 Feb 2025 20:26
collapse
Hell yeah. I just wanted to add another option. I have no opinion regarding Sublime and choice is a good thing. There’s something for everyone.
Fuck Ai. I just want Notepad to edit the most basic text. Why the fuck would I need fucking Ai bullshit in it? To rewrite what? INI game files? Hosts file?
BigTrout75@lemmy.world
on 23 Feb 2025 07:43
nextcollapse
Notepad is not free! Bah ha ha ha. Anyway, tons of options out there for those not to lazy to look.
[obligatory linux boast]
I really prefer Kate to Notepad because KDE makes superior, non AI encrusted software that actually works for it's users. And it's FREE!
johsny@lemmy.world
on 23 Feb 2025 08:32
nextcollapse
I love Kate.
kate@lemmy.uhhoh.com
on 23 Feb 2025 13:42
nextcollapse
Me too! So much so that I have sworn to name my first secretary Kate.
grimaferve@fedia.io
on 23 Feb 2025 08:47
nextcollapse
Even though it's typically associated with KDE and Linux, it's also available on Windows. Good for people who haven't made up their mind yet. It's a great text editor with a feature-set similar to other advanced notepads.
I'll be real though, if I hadn't jumped ship 3 years ago, I'd be cutting my losses with Windows here.
PrettyFlyForAFatGuy@feddit.uk
on 23 Feb 2025 10:11
nextcollapse
personally i find kate struggles with large files. KWrite is a better analog to notepad IMO
TheGrandNagus@lemmy.world
on 23 Feb 2025 11:20
collapse
I like Kate as a program but man KDE need to change how some of their app names appear in Plasma.
A new user looking through their start menu and seeing “Kate” will have no idea it’s a text editor/notepad. The same is true for multiple other programs.
Okular, Dolphin, Cantata… ask someone who’s never tried Plasma before what those programs do and I’d wager you’d get an incorrect answer for each one.
zewm@lemmy.world
on 23 Feb 2025 12:00
nextcollapse
There is actually an option to do that iirc. You can have it show entry descriptions.
TheGrandNagus@lemmy.world
on 23 Feb 2025 12:52
collapse
Indeed. That’s what I do on my Plasma system, it’s a good option.
But a new user or someone who isn’t technical won’t see that, they don’t go digging through settings in each app, they just use the defaults.
I guess a solid compromise would be to enable this by default, and anybody who doesn’t like that short descriptor can disable it.
But IMO nothing will beat the no-nonsense straightforwardness of calling OS apps immediately intuitive names. This is something I believe Gnome gets right. Go onto their GitHub and their file manager is called Nautilus, but on your system it will default to being called “Files”, because they know everyone will understand what “Files” is but a lot of people would ask “Wtf is Nautilus??”, same goes for other apps, e.g. “Loupe” appearing as “Image Viewer”.
ubergeek@lemmy.today
on 23 Feb 2025 12:13
collapse
What does “Excel” do? What does “Steam” do? What does “Balena” do? What does “Conky” do?
TheGrandNagus@lemmy.world
on 23 Feb 2025 12:40
collapse
Programs that we think of as being part of the OS, such as the included text editor, is a very different thing to something like Steam, imo.
Steam isn’t preinstalled on your PC, it’s not a core part of your desktop OS. You download Steam yourself, so you’d only do it once you already know what it is.
Third party apps kinda need unique names and branding like that to distinguish themselves.
A newbie won’t know what “Kate” or “Okular” do. They might know what “Dolphin” does because it has a folder as the app icon (although users of screen readers won’t see that). They will probably know what “Notepad” or “Text Editor” does, though.
ubergeek@lemmy.today
on 23 Feb 2025 14:13
collapse
Kate isn’t a part of the OS, though… the text editor that is a part of the OS is called “vi”.
TheGrandNagus@lemmy.world
on 23 Feb 2025 19:12
collapse
It literally is. It’s part of the KDE Plasma desktop. It comes preinstalled.
The Vim, nano command line text editors also being there doesn’t mean Kate isn’t an OS app.
Would you say the Dolphin file explorer isn’t an OS/system app on the basis that you can use commands like cd, mv, cp, pwd in terminal? Because I certainly wouldn’t.
ubergeek@lemmy.today
on 24 Feb 2025 11:34
collapse
It’s part of the KDE Plasma desktop.
KDE is not “The OS”.
Would you say the Dolphin file explorer isn’t an OS/system app
That is correct. Dolphin is not a part of “The OS”. Case in point, you can install Kate, and Dolphin, on FreeBSD. And on Windows.
Having vi is a part of the POSIX specification, therefore, it is a part of the OS.
TheGrandNagus@lemmy.world
on 24 Feb 2025 13:27
collapse
You’re sounding like one of those people that says “ummm ackshully it’s GNU + Linux, not Linux”
Yes, you can have a desktop without a desktop environment. Well done. Nobody does that in the desktop space. Kate is an OS program.
If you install a distro with KDE, you will have Kate. It’s an OS program.
Case in point, you can install Kate, and Dolphin, on FreeBSD. And on Windows.
Pahahaha, that’s not what defines whether a program is an OS one or not. You can run paint on Linux if you wanted to. Based on your definition, Paint therefore isn’t part of the Windows app suite.
Let’s get back on topic - do you think a normal user will hear “Kate” and think “ah, that must be the text editor!”, do you think they’ll hear “Dolphin” and think “ah, that must be a file manager of some kind!”?
ubergeek@lemmy.today
on 24 Feb 2025 13:59
collapse
You’re sounding like one of those people that says “ummm ackshully it’s GNU + Linux, not Linux”
No, I’m one of those people that understand that a DE is not the OS. A DE is a component one can install, but doesn’t have to, in order to have a fully functional OS. Most certainly one does not require Kate in order to have a Linux OS installed. I have thousands of linux machines I manage that DON’T have Kate installed.
If you install a distro with KDE, you will have Kate. It’s an OS program.
Weird, because I only have Kate because I asked for it to get installed. It didn’t come along for the ride when I installed KDE.
Pahahaha, that’s not what defines whether a program is an OS one or not. You can run paint on Linux if you wanted to. Based on your definition, Paint therefore isn’t part of the Windows app suite.
Paint comes on the MS Windows ISO (Or did), and with zero choice given, ever, MS Paint gets installed.
I installed MX Linux yesterday, and Kate was not installed.
I installed KDE on Freebsd a couple of weeks ago, and Kate was not installed.
Let’s get back on topic - do you think a normal user will hear “Kate” and think “ah, that must be the text editor!”, do you think they’ll hear “Dolphin” and think “ah, that must be a file manager of some kind!”?
I don’t think any of that matters, tbh. Every user will have things to learn, once they switch to a new OS.
TheGrandNagus@lemmy.world
on 25 Feb 2025 16:15
collapse
Kate is an OS app. When you install your distro, it’s there.
I don’t think any of that matters, tbh.
Well then you’d be wrong about that. Sorry.
felixwhynot@lemmy.world
on 23 Feb 2025 08:41
nextcollapse
I use Vim, actually
inamorta345@lemmy.ml
on 23 Feb 2025 09:00
nextcollapse
There always has to be one…
HyonoKo@lemmy.ml
on 23 Feb 2025 09:32
nextcollapse
Same.
otacon239@lemmy.world
on 23 Feb 2025 15:46
collapse
Just use ed if you’re feeling so fancy
Sunshine@lemmy.ca
on 23 Feb 2025 09:00
nextcollapse
!linux@programming.dev could use more folks!
NaibofTabr@infosec.pub
on 23 Feb 2025 09:01
nextcollapse
So… who wants to bet that the new version of Notepad is not constantly scraping anything you type into it and feeding it into the AI, regardless of whether you’re paying for this feature or not?
tfowinder@lemmy.ml
on 23 Feb 2025 10:04
nextcollapse
Sublime text ftw
Valmond@lemmy.world
on 23 Feb 2025 10:14
nextcollapse
Notepad++ on windows is kind of the GOAT IMO.
nerdschleife@lemm.ee
on 23 Feb 2025 11:55
collapse
The search and replace UX is 10 years behind. The sole reason I use sublime text instead
Valmond@lemmy.world
on 23 Feb 2025 12:16
nextcollapse
Npp has normal, with special characters and regex, does sublime has something better there?
Khanzarate@lemmy.world
on 23 Feb 2025 12:20
nextcollapse
They said UI, so I don’t think they meant features. But honestly I’ve never been unhappy with their UI, aside from one day with multiple replaces across a few files where the autofill from clipboard kept deleting the expression I wanted to be in there as I navigated through what I needed to do.
But that was fine, anyway, it got through it and I’m just happy with the “apply to all open documents” setting. Saved me at least an hour.
The regex engine was not full featured last time I tried. Done know which implementation they use, but it was lacking basic features like end of line matching (if I remember correctly).
Hudell@lemmy.dbzer0.com
on 23 Feb 2025 13:20
collapse
I’m a happy sublime user myself but the search UI is one thing I particularly don’t like about it.
Tbf, they already control the os itself. They already have access to all of the keystrokes. Implementing it just in notepad feels like a rube goldbergy way of scraping user data.
RedIce25@lemmy.world
on 23 Feb 2025 12:25
nextcollapse
actaastron@reddthat.com
on 23 Feb 2025 12:52
nextcollapse
I usually use my work laptop for personal bits and bobs which is Ubuntu but I turned on my personal Microsoft PC recently to do some stuff and couldn’t believe all the pop-ups and noise! I promptly moved all my data onto a external drive and did a fresh install of Ubuntu.
But_my_mom_says_im_cool@lemmy.world
on 23 Feb 2025 21:02
collapse
All the Linux posts and Linux loving Lemmy users are what keep me away from Linux.
They’re like the Rick and Morty fans of PC software
the_doktor@lemmy.zip
on 23 Feb 2025 23:29
nextcollapse
Not our fault you won’t listen to common sense and reason. Enjoy your bloated fascist spyware just because you think Linux users are creepy or whatever the fuck you think.
But_my_mom_says_im_cool@lemmy.world
on 24 Feb 2025 03:01
collapse
Great example of what I’m talking about
RedIce25@lemmy.world
on 24 Feb 2025 07:20
collapse
Guess that’s what happens when Windows drives me insane
Matriks404@lemmy.world
on 23 Feb 2025 12:29
nextcollapse
People at Microsoft doesn’t understand what people use Notepad for.
If they wanted to add AI features, they should have added it to WordPad, and make it more modern / add some useful functions.
CosmicTurtle0@lemmy.dbzer0.com
on 23 Feb 2025 12:55
nextcollapse
Yeah but no one uses wordpad. They put it in notepad for the exact reason you’re saying: because people use it.
Matriks404@lemmy.world
on 23 Feb 2025 14:21
collapse
If they made it more useful, people would use it. Making support for modern formats, maybe even Markdown could have been added and it would already be 5x more useful. Also add another set of basic features like tables, some advanced formatting to the mix as well.
essteeyou@lemmy.world
on 23 Feb 2025 17:15
collapse
If they made Wordpad generate Markdown instead of RTF (or as well as, but by default) then I’d consider using it. As it is, I already pay for a Jetbrains license, so I just use Fleet. Massive overkill for note-taking, but it’s there and it works.
Hudell@lemmy.dbzer0.com
on 23 Feb 2025 13:18
collapse
They killed wordpad.
forgotaboutlaye@lemmy.world
on 23 Feb 2025 14:20
nextcollapse
Add it to OneNote then?
Matriks404@lemmy.world
on 23 Feb 2025 14:25
collapse
Can’t wait for them to remove Calculator, since you can ask AI to calculate stuff, you know.
nadram@lemmy.world
on 23 Feb 2025 12:49
nextcollapse
Ragebait.
Notepad is still free. If you want to use Rewrite, then you pay for that.
tabular@lemmy.world
on 23 Feb 2025 13:27
nextcollapse
I can understand separating a new paid-only feature, especially if you don’t much need that part. The new features are reportedly accessible from the GUI of Notepad so I wouldn’t blame anyone else who thought “NOTEPAD” asked them to sign up and pay a subscription to use “NOTEPAD” features.
I used to rage when reading bad changes to Windows, even after I’d stopped using it. Now I just feel bad that my friends are still in that a bad relationship with their computer.
ReallyActuallyFrankenstein@lemmynsfw.com
on 23 Feb 2025 14:47
collapse
Freemium dark patterns are also enshittification. It’s slight clickbait/ragebait, but not far off.
cupcakezealot@lemmy.blahaj.zone
on 23 Feb 2025 13:41
nextcollapse
isn’t the paywall for notepad buying windows and a computer?
spooky2092@lemmy.blahaj.zone
on 23 Feb 2025 13:49
nextcollapse
Fucking click bait garbage article, but thankfully the article has a tldr at the top that basically contradicts the headline and saves you minutes of time to realize you’ve been baited;
TL;DR: Microsoft has introduced a paywall for Notepad, requiring a Microsoft 365 subscription to access new features like the AI-powered Rewrite tool.
Better headline: Microsoft forces you to pay to suffer through using their AI tool that no one asked for, application otherwise unchanged.
MorningThunder@lemm.ee
on 23 Feb 2025 15:56
nextcollapse
This seems like something that should be kept local. What’s the point of all these NPUs otherwise
__nobodynowhere@sh.itjust.works
on 23 Feb 2025 19:31
collapse
LLMs in general is a tool no in one asked for
melroy@kbin.melroy.org
on 23 Feb 2025 14:29
nextcollapse
I don't think it's ragebait/clickbait. I think it's really problematic that just a simple text editor get this bad by enshittification.
Gotta squeeze every single cent from every single opportunity, otherwise line might not go up indefinitely.
MangoCats@feddit.it
on 23 Feb 2025 18:07
nextcollapse
Sounds like they’re slipping cloud based AI assistance into the deal, which is the opposite of what Notepad is “good” for.
TheKingBee@lemmy.world
on 23 Feb 2025 22:57
collapse
But it is though, it’s for a feature that you don’t need and can just turn off and never see again…
melroy@kbin.melroy.org
on 23 Feb 2025 23:43
collapse
I think you got used to used to it, if you would use Linux for 15 years (like me), then going back to Windows really shows all these problems of Microsoft.
The biggest problem here that you get this pop-up in the first place.... And I'm pretty sure it's not only Notepad, all Microsoft products (including Windows) is getting worse and worse due to enshittification.
TheKingBee@lemmy.world
on 01 Mar 2025 01:48
collapse
I use notepad++ like most sensible people so I didn’t even know this was a thing until I read this article and even then, you have to click the button to get the pop up. It definitely should be opt in and not just sitting there, but if you’re just trying to write a quick note it’s not just popping up and stopping you.
Clearly this is a controversial statement. I’m team “use what’s available and preference tools that get the job done quickly.”
I work in several different languages. VSCode has TreeSitter and a bevy of slick plug-ins. NP++ does not. I can use VSCode on both Windows and Linux. If I’ve got a desktop environment, I will hands down pick VSCode over NP++ every time.
Completely agreed. At one point, maybe 12 years ago, I remember trying to learn NP++'s macro system. It was better than whatever we had at the time, but I’m glad I didn’t spend more time than I had to. Just a couple months ago, a coworker was raving about how great NP++ macros are … to do a task handily solved by some light regular expressions and/or column edit mode. Both REs and CEM are far more ubiquitous concepts than some bespoke, domain-specific language for defining repetitive tasks.
DeaDvey@lemmy.ml
on 23 Feb 2025 17:46
nextcollapse
ed is better
IronSightOS@lemmy.world
on 23 Feb 2025 18:09
collapse
GNU Emacs is the same everywhere you go (if you don’t mind the TUI)
MarkalAlvarez@lemmy.world
on 23 Feb 2025 15:27
nextcollapse
It should be noted that you can still use Notepad without a Microsoft account, and users can go as far as removing the Rewrite icon completely from Notepad. Despite the ability to still use the software without an account, Microsoft has received some criticism for implementing what is most definitely a paywall/advertisement for a built-in piece of Windows software.
werefreeatlast@lemmy.world
on 23 Feb 2025 17:07
nextcollapse
Used only in cases where everything else is not readily available… Pencil, pen, blood, boogers etc. But the most easily replaceable piece of software. Literally you could just paste into a browser’s URL box to do the same job. Lol. There must be some dumb fuck heading Microsoft right now.
lengau@midwest.social
on 23 Feb 2025 17:49
nextcollapse
Notepad has long been a testbed for new technology in Windows. This isn’t just a sign of enshittification, it’s a warning that they want to do more.
Duodecimal@lemmy.world
on 23 Feb 2025 18:32
collapse
The recent update was the first time in decades they’ve touched it. How has it ‘long been a testbed of new technology’ ?
wowwoweowza@lemmy.world
on 23 Feb 2025 18:11
nextcollapse
Linux
End of conversation.
OsrsNeedsF2P@lemmy.ml
on 23 Feb 2025 19:05
collapse
I think that’s the start of the conversation. Which Desktop Environment?
wowwoweowza@lemmy.world
on 23 Feb 2025 19:13
nextcollapse
Well… it just removes so much toxicity from the outset
mazzilius_marsti@lemmy.world
on 23 Feb 2025 19:18
nextcollapse
IMO:
want to show off? i3wm with gaps and rofi for menu launcher. Add it some transparency effects too.
want the MacOS style? Gnome. Default on a lot of distros.
want something stable? XFCE. Install and forget.
Brumefey@sh.itjust.works
on 23 Feb 2025 19:47
collapse
Things preventing me from moving to Linux : video games and Adobe Lightroom.
Jthyme@sh.itjust.works
on 23 Feb 2025 19:50
nextcollapse
Most video games work through proton on Steam. Lightroom has a web app you can use instead.
DFX4509B_2@lemmy.org
on 23 Feb 2025 20:37
nextcollapse
Plus RawTherapee and DarkTable are pretty good, and actually free, Lightroom alternatives to boot.
Brumefey@sh.itjust.works
on 05 Mar 2025 15:43
collapse
Lightroom mobile and web are not at the level of Lightroom Classic. It’s highly subjective but I enjoy the web version for quickly editing a few pictures, but for the management of my library which contains more than 20k pictures, no app is as good as Lightroom Classic. I tried a few ones and always went back…
dick_fineman@discuss.online
on 23 Feb 2025 20:10
collapse
…my cracked version of Adobe CS6
JaddedFauceet@lemmy.world
on 23 Feb 2025 19:56
nextcollapse
I really like my KDE plasma
kava@lemmy.world
on 23 Feb 2025 22:03
nextcollapse
Gnome is an opinionated desktop environment and that turns some people off. But it’s bold enough to make some design decisions and have a limited scope. KDE tries to be another Windows alternative.
Of course, you could go with a tiling window manager but my vote goes to Gnome. I’ve had a very smooth experience on Gnome for the last couple years.
Mic_Check_One_Two@reddthat.com
on 23 Feb 2025 23:11
collapse
Yeah, Gnome is like the Apple of the Linux world. The devs have the same kind of “we know better than you do” mentality towards design. The issue tracker is a lot of “hey the OS won’t let me do [edge-case scenario that an OS should be able to do, but which most users won’t bother with]” followed by the devs going “Gnome isn’t designed to support [edge-case scenario]. Bug report closed.” Like the devs have a very “it’s not a bug; It’s a feature” mentality, and anyone who runs into that bug must be using the OS “wrong”.
Emerald@lemmy.world
on 24 Feb 2025 00:29
nextcollapse
we know better than you do” mentality towards design
And I agree with them. I think people should pick whatever desktop environment needs the least amount of customization for their needs. Keep it simple. If Gnome works out of the box, use it. If KDE works out of the box, use it.
EarlGrey@discuss.tchncs.de
on 24 Feb 2025 05:33
collapse
This is Gnomes biggest advantage to be honest. They have a singular vision of how they want their product to work and they aren’t concerned with edge uses.
I enjoy elements of so many DEs but I keep coming back to gnome because it’s just so well executed over the others.
The devs have the same kind of “we know better than you do” mentality towards design
It’s not “we know better than you do”
It’s “we have a vision for the desktop environment”
If you granted the user every little thing they wanted, you don’t become a better piece of software. You end up middle of the road. There are limited resources and by keeping a limited scope and having a clear idea of what you want to accomplish- you can do what you aim to do really well. Instead of being mediocre at a lot of things.
My experience with Gnome- it does 95% of what I need a Desktop Environment to do (and certain things others don’t do very well). Some features like
Being able to push a button, start typing an application’s name, and push enter to start that application
Being able to push a button, and immediately see at a glance all of the windows I have open and quickly navigate to them
Being able to easily set keyboard hotkeys so that I launch applications and can run my own custom scripts with the push of a button
Example- I have a script that I set to “Control+Num Pad 5” that opens up a Gnome folder search dialog. I navigate to a folder and click “Ok” and then 4 terminals open on my left monitor. Three small ones stacked on top of each other on the left, one big one on the right. Basically like a tiling window manager. This script has custom commands that run depending on the directory. If I open a react-native folder, it runs an Android emulator and neovim on the big terminal.
Setting that script to a hotkey is as simple as going to “settings -> keyboard -> shortcuts” and just typing in the path to the script and the hotkey combination
Being able to easily run scripts on files and directories directly from Nautilus (Gnome’s file manager)
Example- When I right click on a pdf file in Nautilus, I have custom scripts that I can run. One is “splitPdf” which creates a new folder called “split” and then creates n.pdf files where n is the number of pages in that pdf. I also have “compressPdf” which will compress the pdf as much as possible and pops up a notification showing you how much. I have one for .xlsx and .doc files called “printPdf” that converts those to pdf files.
Those scripts can be whatever language you want, they just have to be executable, and you just drag and drop them into a specific folder ( ~/.local/share/nautilus/scripts if I remember correct)
Those 4 things I think Gnome does better than any other default desktop environment I’ve ever used and I’ve used a lot over the course of my life. The remainder of the items (the 5% of stuff Gnome can’t do) I have found custom plugins and in one scenario it only took me a couple hours to write my own custom plugin.
MacOS does #2 and #4 well by default (although it’s harder to write scripts with their clunky apple script language whereas with Gnome because you can just use regular old fish or bash scripts). With certain applications (like better-touch-tools or karabiner) you can get similar functionality as Gnome.
Windows with Autohotkey does #3 although you have to again use a clunky language (even clunkier than Apple script)
KDE can do #1 (search/launch apps), but feels slower and less streamlined than Gnome’s immediate overview. It does #2 (window overview) and #3 (keyboard shortcuts), but buries these features under layers of settings and inconsistent menus. For #4 (file manager scripts), Dolphin technically supports actions, but configuring them requires wrestling with clunky .desktop files whereas on Gnome you just use fish or bash or python or javascript or whatever the hell you want and stick it in a directory.
In my opinion, Gnome is miles ahead of KDE and while it’s obviously not as polished as MacOS, it has accomplished so much more with its limited resources than a megacorp like Apple does.
What I love is it gets rid of stuff that’s useless. For example desktop icons. What’s the point of having some directory on your computer that’s somehow different than all the other directories? So that you can clutter up your background?
I 100% agree that desktop icons are an outdated concept and I love that Gnome got rid of them in order to focus on the fundamentals. It’s often not about what you add, but what you take away.
EarlGrey@discuss.tchncs.de
on 23 Feb 2025 22:23
collapse
I want a clean, advanced, well designed desktop and Im okay with redoing my work flow
Use Gnome
Gnome is cool but can it be slightly more Windows?
Use Cosmic (PopOS)
I want lots of customization, advanced features, and a traditional windows desktop metaphor
Use KDE
I want Windows and don’t really care about customization
Use Cinnamon
Dude the Windows 9x look was fucking dope
Use Mate
Im installing this on a potato
Use XFCE
Emerald@lemmy.world
on 24 Feb 2025 00:26
nextcollapse
Just try out multiple desktops in a live environment and see what you like before you commit. In fact, I recommend people to use a linux live session for several weeks or months before switching, just to get used to it.
dustyData@lemmy.world
on 24 Feb 2025 10:40
collapse
This is always so unfair to XFCE. Sure it is low impact on resources but it is also very flexible and customizable. Most people sleep on how good it can be outside of the low resources need.
They could’ve added this to wordpad if they didn’t kill it.
DudeImMacGyver@kbin.earth
on 23 Feb 2025 22:12
nextcollapse
Notepad++ is way better anyway
Zucca@sopuli.xyz
on 23 Feb 2025 22:29
nextcollapse
And around 20 years ago I did go all-in Linux.
SpaceCowboy@lemmy.ca
on 23 Feb 2025 22:42
nextcollapse
It’s so stupid that they’re making these additions to notepad. There is a need to have a basic text editor on an OS that isn’t going to try to “help” by giving recommendations, automatically backs up files or whatever other shit they’re trying to jam into it.
They had wordpad and if they wanted to add additional features into that, that’s completely fine. There are use cases for something that does a bit more than a simple text editor like notepad can do.
My guess is that they tracked that people used notepad more often than wordpad so they removed wordpad. Then started making notepad more like wordpad without considering why people used notepad more frequently.
Emerald@lemmy.world
on 24 Feb 2025 00:23
nextcollapse
It is batshit crazy. Notepad was never meant to be what they are making it into. Not even WordPad should have AI nonsense. It’s just not for that. It would be like adding advanced spreadsheet functionality to Microsoft Word. It’s not what that’s for, you have Excel for that.
SpaceCowboy@lemmy.ca
on 24 Feb 2025 00:44
collapse
Sure but with Wordpad I wouldn’t much care if they spam it up with this kind of crap. It’s something that doesn’t have much use now, because there’s notepad for basic text files and Word or Libre Office for actual word processing. So if someone wanted something to type up some notes that get automatic backups, and have AI recommendations (not that it would be me, but who knows?) just put it on there so we still have a simple text editor that’s installed by default.
If they’re going to enshittify something at least don’t enshittify the basic tools of the OS.
the_doktor@lemmy.zip
on 23 Feb 2025 23:28
nextcollapse
How much shit are people going to endure before realizing Windows isn’t for them any more?
Dump the damn thing and use Linux. Yes, Linux is friendly, easy to use, you can play most games, you don’t need your proprietary programs because there are Free alternatives that are just as good that might take you a moment to adjust to (don’t cry about how it’s different, that’s Baby Duck Syndrome), and so on.
And Microsoft facilitates fascism and government spyware and all sorts of evil crap. So does Apple. And Google. Throw away your phone, use Linux on your PCs, free yourself.
rottingleaf@lemmy.world
on 24 Feb 2025 00:14
nextcollapse
Linux is as messy and more as the apartment where I live (really bad).
If you want the operating system to make sense, use OpenBSD (no Wine, no Linux emulation, thus only native games) or NetBSD (there is Wine and Linux emulation, but limited) or FreeBSD (generally can do the same as Linux), but all three port graphics drivers from Linux with significant lag, and hardware support is worse in general.
And Microsoft facilitates fascism
There’s a lot of Linux in systems that governments and militaries use.
Throw away your phone,
Yes, right. Also change job so that an Android device for 2FA weren’t a requirement. And get used that I can’t communicate with someone over TG/WA/VK in transport.
And still be surveilled, because the information you give about yourself without an Android phone is sufficient, carrying one is a symbolic decapitation of your privacy and dignity, “symbolic” is the word.
the_doktor@lemmy.zip
on 24 Feb 2025 09:21
collapse
What a sycophantic shitlord.
rottingleaf@lemmy.world
on 24 Feb 2025 09:33
collapse
Something insulted you in my comment or you feel the urge to take sides in things you most likely haven’t compared? Linux is a mess compared to BSDs. Anyone who used them all can confirm this.
the_doktor@lemmy.zip
on 24 Feb 2025 09:36
collapse
You mean the entire fucking world where *BSD is basically dead and Linux is fucking everywhere? Yeah… sure, buddy.
*BSD has always been a poor alternative to Linux because of design decisions, poor hardware support, and a garbage license that allows non-free software to “steal” (take) and use your code irresponsibly. *BSD sucks.
Someone is just jealous of Linux’s success but is so caught up being a contrarian shitlord that they can’t admit the truth.
rottingleaf@lemmy.world
on 24 Feb 2025 10:28
collapse
You mean the entire fucking world where *BSD is basically dead and Linux is fucking everywhere? Yeah… sure, buddy.
This is not a valid argument and also you are quite ignorant of what’s everywhere and what is dead.
*BSD has always been a poor alternative to Linux
The other way around technically, one came before the other and was a more mature system, with ongoing lawsuits however.
Also SunOS 4 and Ultrix are BSD, if you didn’t know. Commercial high-end OSes before Linux even started. About “poor alternatives”.
because of design decisions,
You don’t know what you’re talking about, anything but this argument. BSDs’ design decisions allow them to solve the same problems orders of magnitude cheaper (in human effort) than Linux. That’s how they still survive.
Under FreeBSD there are GEOM, netgraph, properly working ZFS since long ago, proper separation of base system and packages, the ports system, Linux emulation for legacy software, all orderly and clean. Under Linux the horrible mess starts with Debian netinstall.
By the way, you don’t even know your own team, Eric S. Raymond of the “cathedral vs bazaar” glory notoriously disagreed with you, despite the comparison being supposed to put Linux on top. His point was that if you allow thousands of monkey developers, they might not do things so well, but they’ll do so much more that it’s justified, and thus Linux wins due to having shittier architecture, but developing faster.
poor hardware support,
Go use Windows then, it has almost perfect hardware support.
and a garbage license that allows non-free software to “steal” (take) and use your code irresponsibly.
So Google uses GPL code responsibly, right? Microsoft? Apple? Meta?
This argument is obsolete.
I dunno where the circus is, but the clowns are already here.
the_doktor@lemmy.zip
on 24 Feb 2025 16:30
collapse
Holy fuck, I swear. This is exactly why I tell people that if they think Linux people are delusional, they know absolutely nothing about delusional because they’ve never seen a fucking *BSD luser try to argue his way out of a wet paper bag and fail.
So the idea that the overwhelming majority of every single place/person/entity that wants a free UNIX-like OS with a choice choosing Linux over *BSD is somehow not valid? Sure, buddy. *BSD had its time to rise up and win over Linux and it did not. It failed because of the reasons I said. It has zero advantages over Linux and so many disadvantages.
Of course, *BSD came first, but even back then, *BSD wasn’t the primary system, UNIX and other systems like MINIX and the ones you mentioned were so much more popular than *BSD ever was. But when Linux arrived, *BSD began to die out. *BSD was a poor afterthought, even before Linux. There’s a good reason the “*BSD is dying” meme appeared very early in internet culture even back when Slashdot was a huge thing, because it was absolutely based on the reality of the world.
Don’t make me laugh about *BSD’s “design decisions”, ones that basically create a system that is much more difficult to work with because it has a much more simplistic base than the much more robust Linux ecosystem. The idea of separation of base system and packages has nothing to do with efficiency and more to do with a simple design option, something Linux can also do with atomic distributions, which while not quite equal to what *BSD does but has the same idea of separation of base OS and packages, have their certain advantages but aren’t flexible enough to do more advanced, low-end system work, which gives Linux an advantage by far.
ESR’s Cathedral and the Bazaar arguments have been repeatedly argued against as a good model for Free software development for a very long time, and Linux wins because of more flexible development done by more people but with a very strong and centralized point of vetting said code for most Linux software, which means it’s not just “thousands of monkey developers” randomly throwing code at Linux. Your use of ESR as an argument against Linux shows how out of time you are with understanding Free software and how it all works to come together to create a great system.
No one wants to use non-free hardware support, troll.
If Google, Microsoft, Apple, or Meta were caught using GPL against its license, they’d be sued to oblivion and they know it. That’s why they don’t. If you think GPL is unenforceable, you are a fool. Meanwhile, ALL of those companies are, in fact, using the hell out of *BSD licensed code and you fucking know it. Your garbage development model helps those garbage companies exist.
Your argument is obsolete, and the clowns are all in the *BSD tent.
You are an angry little contarian who hates popular, mainstream things and you are trying to justify it with bullshit. Grow up.
rottingleaf@lemmy.world
on 24 Feb 2025 16:56
collapse
I don’t want to continue this useless conflict, your comments read as if chatgpt wrote them.
Just a few bits to help you:
UNIX and other systems like MINIX and the ones you mentioned were so much more popular than *BSD ever was.
UNIX obviously was more popular than specifically BSD UNIX, but you don’t seem to understand that one is a subset of the other. You might want to read of “Unix wars” and how BSD UNIX became just BSD and then a bunch of *BSDs.
Minix was an education kit.
No one wants to use non-free hardware support, troll.
You are, in fact, using mostly non-free firmware, as in “binary blobs”, for a lot of your hardware to function under Linux.
It has zero advantages over Linux and so many disadvantages.
You keep writing such sentences about four distinct operating systems, each with its own advantages and disadvantages.
Don’t make me laugh about *BSD’s “design decisions”, ones that basically create a system that is much more difficult to work with because it has a much more simplistic base than the much more robust Linux ecosystem.
This sentence means nothing.
If Google, Microsoft, Apple, or Meta were caught using GPL against its license, they’d be sued to oblivion and they know it. That’s why they don’t. If you think GPL is unenforceable, you are a fool.
I said it’s enforceable and they are still using it just as “responsibly” and they do with BSD, MIT, ISC licenses, which is the point.
OK, done
the_doktor@lemmy.zip
on 24 Feb 2025 17:01
collapse
Oh good, now the angry, immature contrarian is accusing me of being a bot.
You also accusr me of misunderstanding badic shit like how BSD came from UNIX when I never said differently. If you had any reading comprehension, you’d see I said UNIX was still being used at that time OVER *BSD.
Similar fallacies and bullshit litter the rest of your immature little shit rant.
I can guarantee I wrote every word of what I say and despise the rise of GenAI and would never use it.
Can you say the same?
rottingleaf@lemmy.world
on 24 Feb 2025 18:00
collapse
see I said UNIX was still being used at that time OVER *BSD.
You seem to think Unix is one system. You also seem to think *BSDs are not a branch of Unix.
You don’t seem to learn.
How old are you and what’s your intention in behaving this way? Just interested.
the_doktor@lemmy.zip
on 25 Feb 2025 01:54
collapse
How the fuck do you think I think Unix is one system? What the living fuck is wrong with you, child? I have been around since AT&T UNIX was a fucking thing, you baby. Infant. Child. Poor little fucking hateful, spiteful, baby who can’t stand using something that is popular and has to cling to something that he thinks earns him some sort of fake nerd cred. Grow the goddamn up.
When you speak of something in general terms, like “UNIX”, you’re not implying it’s one thing. This is how language works. Which you would have learned if you actually got to high school and passed your fucking English classes.
You’re just a troll and not worth anyone’s time, and you’re trying to make me into a troll when all I’m doing is telling you the actual history and truth behind operating systems.
Here’s what you do: you re-read everything I’ve said, and you don’t reply. You take some fucking time to think things over and analyze your life and your pathetic infatuations with things that aren’t “popular” because you feel inferior attaching yourself to something everyone else is doing. Several days.
Then you come back and you apologize. I will be happy to accept it.
Otherwise, just shut the fuck up if you’re not willing to do that. I don’t want to hear it.
rottingleaf@lemmy.world
on 25 Feb 2025 04:58
collapse
Plenty of Afghan goat farmers have been around since ATnT Unix was a thing, this doesn’t mean they know anything about Unix.
You’ve made a lot of factual errors showing that you don’t know what you’re talking about, you also haven’t specified even once which specific period hides under “that time” in your claims.
You’ve claimed that Minix ever was a popular system, you’ve claimed that “BSD” is some alternative to Unix separate from it while it’s simply Berkeley Unix that dropped the Unix trademark due to litigation.
Solaris, HP/UX, Irix are Unix System V, which was sort of a merger of ATnT Unix and BSD.
So BSDs are literally just Unix (Unix of Theseus so to say, code from BSD that moved to commercial Unix remained there, but code from ATnT remaining in BSD had to be rewritten after the lawsuits, I’ve read it wasn’t much).
Bill Joy of Sun Microsystems is also one of the main people behind BSD.
Also throwing insults doesn’t make you more persuasive, when you are not even close to knowing the subject. I’m trying to help you, but I don’t want to spend more effort.
phlegmy@sh.itjust.works
on 24 Feb 2025 00:15
collapse
Crying about it being different isn’t baby duck syndrome; saying it’s better/worse compared to what you’re used to is.
People just don’t want to spend hundreds of hours re-learning things that already work for them.
It is objectively easier to stick with something you know than to learn something new, so that’s what most non-technical users do.
Pretty much everyone in IT should learn linux at some point though.
SocialMediaRefugee@lemmy.world
on 24 Feb 2025 00:36
collapse
If you are in IT I’d hope you know some version of Unix. Consumers I wouldn’t expect them to know, they just want it to work and don’t care about configurations and how it works.
atrielienz@lemmy.world
on 23 Feb 2025 23:39
nextcollapse
This is misinformation. They added the login requirement for their Generative AI and the actual notepad doesn’t require a login. But I guess we’re ragebaiting today.
LittleRatInALittleHat@lemmy.world
on 23 Feb 2025 23:54
nextcollapse
Is the Genevieve AI enabled by default?
After opening the notepad app does it ask you for that login?
Is your access to notepad restricted by the login?
atrielienz@lemmy.world
on 24 Feb 2025 02:40
nextcollapse
“But it turns out that, while this screenshot is indeed real, those eagle-eyed enough should already be able to tell that something isn’t quite lining up here. In fact, nearly any Windows 11 user could open up the fully updated Notepad without getting this pop-up at all, even if they aren’t already signed into a Microsoft account. So, what’s the deal here?”
“The key is in the exact wording, identifiable within the first sentence: “Sign in with your Microsoft account to use Rewrite and its features in Notepad.” This is a prompt that exists, yes, but one that’s exclusive to Copilot+ PCs and explicitly requires the user to trigger it by clicking the Rewrite button, as confirmed by our own testing.”
Please read the article. No. My access to notepad is not restricted. I also don’t run any copilot features of any kind on windows 11. Yes, I believe Generative AI Copilot is enabled by default, but in this case the only time you get prompted to login is when you use a feature in notepad that directly needs copilot in order to work and you the user have to select that feature. Meaning you can use notepad without it entirely and never even see this prompt at all.
Microsoft is a tech giant with all the bad crap that implies. They do enough terrible things that we don’t need to lie to make them look bad.
xor@lemmy.blahaj.zone
on 24 Feb 2025 09:37
collapse
No, only in so far as the button to use it existing passively
No
And no
RememberTheApollo_@lemmy.world
on 24 Feb 2025 00:55
nextcollapse
Upvoted for visibility.
I recommend Notepad++.
pineapplelover@lemm.ee
on 24 Feb 2025 02:02
nextcollapse
I love Kate, but I’ve only been using it since last August. Been using npp for a decade before that, even as my IDE, and I felt like it was stronger than Kate.
Kate has a lot of features that are not well documented or that you have to tape together to make something functional, while npp just works out of the box or with one of its many addons. Additionally the Kate documentation website is atrocious, lacking even basic search functionality. I had to join their IRC channel to get help figuring out something (path to some obscure config file that the latest version actually reads from), and while they were most helpful, I really shouldn’t have had to go through all that trouble.
Maybe my approach to trying to solve a problem was wrong, coming from Windows + npp.
pineapplelover@lemm.ee
on 24 Feb 2025 06:04
collapse
Maybe I’ll give npp a test again. But I’ve been using kate because I’ve been using it on my linux system and found out I can install it at work on windows as well
pineapplelover@lemm.ee
on 24 Feb 2025 02:02
collapse
Having this LLM bullshit in Notepad should be the real news
the_crotch@sh.itjust.works
on 24 Feb 2025 12:45
nextcollapse
They really do seem to be on a mission to cram it into everything
Trainguyrom@reddthat.com
on 24 Feb 2025 18:46
collapse
Can’t wait to see in 5 years while all of the LLM nonsense quietly gets shuffled further and further to the back until it’s gone like Cortana or Paint3D
Meanwhile has anyone noticed Microsoft has unhidden some genuinely useful older menus like Control Panel? Earlier in the windows 10 lifespan you couldn’t search for control panel and had to instead use constantly changing shortcuts and tooltips to gain access to it, but now you can just search for Control Panel and pull it right up. I’m not thrilled that I have to dig for the network adapter properties still but I’ll take the improvements I get
the_crotch@sh.itjust.works
on 24 Feb 2025 19:28
collapse
I hate the information superhighwaythe world wide webthe blogospheresocial mediaweb2.0mobilethe cloudIOTblockchainar/vr generative AI
atrielienz@lemmy.world
on 24 Feb 2025 13:07
collapse
Yeah. This is why I’ve disabled copilot and Gemini on my devices altogether. It’s not worth it to have this nonsense filling up everything you use or rely on on a daily basis.
I turned off that AI stuff as soon as I saw it. Click the gear icon in Notepad in the upper right to open settings and turn it off.
benjaminb@discuss.tchncs.de
on 24 Feb 2025 23:10
nextcollapse
Yeah. Like, I get AI can be useful, but it’s fucking everywhere! Even a god damn fridge got AI! And I hate it to be so forced on me, like, I just wanna write text or code without Copilot annoying me all of the time.
atrielienz@lemmy.world
on 25 Feb 2025 00:54
collapse
Oh, one of the first things I did was group policy edit anything to do with tracking, ads, or AI.
Hossenfeffer@feddit.uk
on 23 Feb 2025 23:56
nextcollapse
Every PC I’ve ever owned has had some version of vi installed on it pretty much on day one of my owning it.
TrojanRoomCoffeePot@lemmy.world
on 24 Feb 2025 02:10
nextcollapse
So, turns out that they final push that convinced me to start learning Linux is the ol’ Text Document.txt of all things. Swear to God, I thought that it would be the automatic updates nuking my unsaved work (again), but here we are…
zqps@sh.itjust.works
on 24 Feb 2025 08:52
collapse
Sublime Text for me. It has some nifty features that NP++ doesn’t, and looks better out of the box.
Majorllama@lemmy.world
on 24 Feb 2025 04:11
nextcollapse
Microsoft what the fuck are you doing.
You fucking idiot’s.
sugar_in_your_tea@sh.itjust.works
on 24 Feb 2025 23:05
collapse
Exactly. Instead of doubling down on trying to extract profit from everything, they should go back to their old motto of “it’s the operating system, stupid” or “developers developers developers…”
Microsoft should be trying to make their OS more attractive by providing more value, and then pushing for developers to release through their Microsoft Store so they get some profit after sale. Basically the iPhone strategy of making a solid base product, and charging for every additional app that gets installed.
But no, they’re making the default experience suck more, which makes alternatives a lot more attractive. That’s… not how you maintain market share.
v4ld1z@lemmy.zip
on 24 Feb 2025 05:06
nextcollapse
Finally, I can proudly proclaim that I’m no longer bound Microsoft’s bullshit. Been a rocky start, but I’ve been happily using Kubuntu on my Surface for a while now, and it’s going awesome
sockenklaus@sh.itjust.works
on 24 Feb 2025 07:16
nextcollapse
Hey, great for you! Which Surface do you have and did you get the camera(s) working properly?
It’s a Surface Go 2, 8GB RAM, I think - maybe 4 - and a couple years old now. Haven’t tried, actually, since I rarely if ever need the cameras. However, I read that getting the cameras to work is a bit of a hassle. Not impossible but annoying
Excrubulent@slrpnk.net
on 24 Feb 2025 09:29
collapse
I have a lenovo yoga 14s which is similarly transformable. Are there good resources out there for installing linux on these kinds of laptop, or are they mostly focused on surface laptops?
Honestly Windows on it is just a nightmare and I’d love to ditch it.
Nothing I could find immediately. I found an Arch Wiki entry which shows that most features work out of the box. Not sure if that’s your exact model and can’t comment on how reliable the information presented is too.
Excrubulent@slrpnk.net
on 24 Feb 2025 10:57
collapse
Thanks! Looks like on the talk page there’s doubt about whether it even has a touchscreen, which is a little discouraging. I guess I can just try, but It’s good to know a resource like this exists.
Shady_Shiroe@lemmy.world
on 24 Feb 2025 05:26
nextcollapse
My understanding of the different operating systems
MacOS: One time hardware payment for their service (plus for every other device)
Linux: Free as in price free and freedom
Windows: 30+ subscriptions to edit 1 file, then cooldown till next day or upgrade subscriptions to enterpise version for a kidney/per user/per month.
Title
ChomeOS: Communism for the children, supported by the Education System
horse@feddit.org
on 24 Feb 2025 07:33
nextcollapse
imo macOS is better value than Windows. A Windows PC of similar quality to what Apple offers (built quality and specs) is not that much cheaper and with a Mac you get a ton of actually usable software included.
Obviously FOSS still wins offering a ton of good software for free, lots of choice and the option to choose from hardware at any price point. But Windows is just bad unless you’re an enterprise user or gamer (and the latter is changing fast in Linux favour).
Mistic@lemmy.world
on 24 Feb 2025 07:39
nextcollapse
Have you ever built PCs? Macs are significantly more expensive for the same spec
The rest I agree with, it doesn’t help that Windows has been steadily going downhill with each new version…
horse@feddit.org
on 24 Feb 2025 07:51
nextcollapse
I guess for desktops you have a point, especially if you build it yourself. I was thinking of laptops mostly and also considering the build quality and things like the keyboard/trackpad, screen and speaker quality. If you want something comparable running Windows the price difference isn’t going to be massive.
dustyData@lemmy.world
on 24 Feb 2025 10:34
collapse
You can buy a top CPU laptop then upgrade or even pay to upgrade with high quality ram and storage modules and you would still be paying less than an equivalent Mac. Which you can’t upgrade of course, because the only option is buying as is out of the gate. No matter what Apple says, 32 GB of ram simply doesn’t cost $300, their pricing is meant to fleece customers.
Is there a particular model you’re thinking of? Not just the line. I usually find that Windows laptops don’t have enough cooling or make other sacrifices. If you want good cooling, good power (CPU and GPU), good screen, good keyboard, good battery, good WiFi, etc., the options get limited quickly.
Even the RAM cost misses some of the picture. Apple Silicon’s RAM is available to the GPU and can run local LLMs and other machine learning models. Pre-AI-hype Macs from 2021 (maybe 2020) already had this hardware. Compare that to PC laptops from the same era. Even in this era, try getting Apple’s 200-400GB/s RAM performance on a PC laptop.
PC desktop hardware is the most flexible option for any budget and is cost-effective for most budgets. For laptops, Apple dominates their price points, even pre-Apple-silicon.
The OS becomes the final nail in the coffin. Linux is great, but a lot of software still only supports Windows and Apple; Linux support for the latest/current hardware can be a hit or miss (My three-year-old, 12th-gen Thinkpad just started running well). If the choice is between Mac OS or Windows 11, is there much of a choice? Does that change if a company wants to buy, manage, and support it? Which model should we be looking at? It’s about time to replace my Thinkpad.
dustyData@lemmy.world
on 24 Feb 2025 16:23
collapse
Running LLMs is not a feature that 99% of users need or want. Look at all the AI laptops flopping in sales. People don’t care about RAM soldered to the motherboard to squeeze a milisencond on a feature they don’t use. It’s a money grubbing strategy, plain and simple.
Did you purposely miss the first and last questions: Which laptop is the good value?
I never said people need to run LLMs. I said Apple dominates high-end laptops and wanted a good high-end to compare to the high-end Macbooks.
Instead of just complaining about Apple, can do what I asked? Best cheaper laptop alternative that checks the non-LLM boxes I mentioned:
If you want good cooling, good power (CPU and GPU), good screen, good keyboard, good battery, good WiFi, etc., the options get limited quickly.
Trainguyrom@reddthat.com
on 24 Feb 2025 18:40
nextcollapse
I think macs are more comparable when you compare OEM PC to OEM PC. I’ve specced out a few optiplexes for clients and all have been over a grand each. I wouldnt spend that much on my own computer but I know how to pick a good used computer or build my own if I so desire. The clients just want a computer they can forget about for a decade and yell at Dell when it breaks so Optiplex it is.
How much does a Mac Mini cost? $800 for a variant with 512GB of storage. Literally cheaper than a similar Dell Opitplex
RightEdofer@lemmy.ca
on 24 Feb 2025 21:00
collapse
Not really if you actually try to match the screen too. Good colour accuracy is expensive. It’s the best part of their products. If someone doesn’t need that then yeah, definitely better options.
sugar_in_your_tea@sh.itjust.works
on 24 Feb 2025 23:02
collapse
A Windows PC of similar quality to what Apple offers (built quality and specs) is not that much cheaper
I don’t think that’s true, at least if we’re talking about hardware. The only thing that I think really makes this argument is the screen, because you need to go really high end to get the same quality screen (if it exists).
If we mostly stick to CPU, RAM, storage, etc, then you can get a really competitive PC for about half the cost. I bought a decent ThinkPad new about 7 years ago for $500 (E series), which was pretty competitive w/ the Macbook Pro in terms of specs, and I still use it to this day. I didn’t go top-of-the-line, so the CPU was a little worse and it had integrated graphics, but I could absolutely find a similar build to the MBP for $1k or so, probably less. The MacBook Air and Mac Mini, however, is a lot harder to find a competitor for and I think their value is quite strong with that form factor.
If we include software, then yeah, macOS offers a ton of value, since you get a decent office suite and a bunch of other utilities included with it, whereas w/ Windows, you just get trial versions of subscription software. So valuing the included SW in macOS vs Windows really depends on the individual.
Windows is just bad
Agreed. I only buy “Windows” laptops to install Linux on, and on my last laptop, I got a $40 discount because I told the sales rep I wasn’t interested in Windows and they gave that to me.
That said, the value that Windows provides that other OSes don’t is compatibility. macOS can’t play Windows games, and Linux can’t play some games that work on Windows. If you need that compatibility, the value assessment is a lot different than if you could switch platforms without giving anything up.
Yeah, but if you look at the whole picture and not just specs, the hardware isn’t priced that badly. Like you said, a similar screen would only be found on high end devices and I would argue you can’t even get a trackpad that is as good as the one on a MacBook from any other manufacturer. You also get a pretty decent webcam and speakers and the aluminium chassis is exceptionally good too. If you don’t care about those things then I understand looking mainly at specs, but if you do these things add up to a really good user experience.
Don’t get me wrong though. I don’t want to shill for Apple here. There are some things that are just obscenely expensive. The cost of RAM
and storage upgrades is an insult. Or the Mac Pro wheels or basically anything “small” (adapters, the Apple cloth etc.).
sugar_in_your_tea@sh.itjust.works
on 25 Feb 2025 14:03
collapse
Sure, if you’re looking for exactly what Apple offers, then they offer a decent value. But if you want any changes, you’re SOL.
I personally don’t care about half the things they ship standard (screen, camera, chassis, trackpad), I really care about things they charge extra for (RAM, storage), and I like some things offered by other manufacturers (TrackPoint + mouse buttons from Thinkpad, repairability, keyboard feel, etc). I also don’t really like macOS, even after using it for years at work.
For me, they offer poor value. For someone else, they offer good value. It all comes down to what you value.
zqps@sh.itjust.works
on 24 Feb 2025 08:51
nextcollapse
Apple heavily pushes their users towards iCloud subscriptions. More so on iOS than macOS but still.
RightEdofer@lemmy.ca
on 24 Feb 2025 20:57
collapse
Easy to avoid on Macs. Harder on phones for non-technical types. The bigger issue with Apple is I think getting data out of iCloud should you want to do something else. Their proprietary formats and databases (especially for photos) is kind of a nightmare.
Lifter@discuss.tchncs.de
on 24 Feb 2025 16:25
nextcollapse
CheomeOS: Let Google silently start tracking your kids until they are old enough to sell all of that accumulated data.
shortrounddev@lemmy.world
on 24 Feb 2025 17:54
collapse
MacOS
And you get the privilege of making that one-time $2000 purchase every 2-3 years when Apple eventually nerfs their hardware with bad firmware updates
RightEdofer@lemmy.ca
on 24 Feb 2025 20:50
collapse
Examples? Not at all my experience. I love my Linux boxes but every MacBook I’ve owned has lasted 10 years and generally is quick until near the end of that period. My iPhones have also all lasted longer than my Android phones with considerably more updates and security patches (supposedly this will be more on par now if Google doesn’t cancel yet another program).
OhNoMoreLemmy@lemmy.ml
on 24 Feb 2025 21:32
collapse
This is the most famous example, but it’s for phones rather than desktops.
I have always been partial to gedit, kate aint bad either.
sugar_in_your_tea@sh.itjust.works
on 24 Feb 2025 22:50
collapse
(neo)vim for life :)
Broken_Washer@lemmynsfw.com
on 24 Feb 2025 16:55
nextcollapse
Sounds like everyone is going to have to upgrade to Notepad++, but honestly, why are people even using Windows anymore? Who even uses Notepad? I want to see those numbers—like, what… 5,000 active users of Notepad, and they’re probably just grandparents whose grandkids couldn’t be bothered to install anything else.
Seriously though, Android, macOS, Steam OS, Android TV, Chrome OS, Debian, heck, Ubuntu, Linux Mint—so why are people making excuses to use Windows, other than because it’s on a work computer? Microsoft is lost in the sauce, like, “Hey guys, let’s make the operating system free and have people pay for Notepad.” You know what that sounds like? A car manufacturer giving away cars and charging to use the radio. When Windows became free, the quality became identical to the price.
shortrounddev@lemmy.world
on 24 Feb 2025 17:53
nextcollapse
Notepad is useful for saving a simple piece of info to your hard drive somewhere, it’s not a daily driver for code editing or anything. If I’m on the phone with some customer service rep and they give me some reference number, I’ll pop open notepad to write it down and save it.
Seriously though, Android, macOS, Steam OS, Android TV, Chrome OS, Debian, heck, Ubuntu, Linux Mint
Some of those are not competitors to Windows. Android, Android TV, Steam OS are installed on specialty devices.
macOS is not a good OS. I wouldn’t consider it a better alternative to Windows. macOS often lags behind Windows in certain features such as tiling Windows. Apple is more hostile toward developers than Microsoft is and Apple ships their own versions of coreutils which are vastly inferior GNU coreutils and often totally out of date (Apple uses a build of bash from 2007 that was the default shell until the switch to zsh, and they STILL ship this bash binary today).
For any other Linux variant, the answer is the same as it has been for 20 years: normies don’t install their own OS, and also only use their machines to browse the internet, so it makes no difference to them.
Crozekiel@lemmy.zip
on 24 Feb 2025 18:08
nextcollapse
I use Notepad on my work computer daily. I never save any documents, but it is handy for a quick copy/paste of info I need for a short period of time. We aren’t allowed to install anything on the computers, so it’s what is available.
I could live without it, but I do find it marginally useful, basically as digital “scrap paper”.
CoffeeKills@lemmy.world
on 24 Feb 2025 19:10
nextcollapse
I use notepad alongside notepad++ it is fine.
innermachine@lemmy.world
on 24 Feb 2025 21:09
collapse
Do you game? Cuz that alone is a solid reason to use windows. I know Linux is getting usable for it, but let’s be honest there is no more convenient OS when it comes to gaming and daily use than windows and you can’t tell me otherwise. I have tried to switch to Ubuntu or mint many times but it’s just not idiot proof enough for ur average how yet and I constantly found myself trying to troubleshoot issues I never ran into with windows. Yea I know Microsoft is the devil and all that, but they still provide the easiest to use OS out there!
communist@lemmy.frozeninferno.xyz
on 24 Feb 2025 21:28
nextcollapse
I game a ton and the only missing games these days are malware. I simply don’t play those games.
Daily use, however? Really? I have a completely ad-free easy to use experience, I actually give KDE to the elderly because it’s significantly easier to use for daily use outside of gaming.
Most peoples usecases are limited and linux is legitimately just better for that, having ads in your start menu and file manager are terrible for people who don’t know what they’re doing.
TronKitten@lemmy.world
on 24 Feb 2025 23:13
collapse
Considering most mmos don’t support Linux, as well as some games anticheat breaking seemingly randomly on updates, on top of the better performance for Nvidia gpus on windows is enough reason for a lot of people who game to stay with windows
communist@lemmy.frozeninferno.xyz
on 24 Feb 2025 23:40
collapse
Considering most mmos don’t support Linux
Only the ones that ship malware don’t work on linux.
as well as some games anticheat breaking seemingly randomly on updates
Yes, malware, kernel level anticheat is malware.
on top of the better performance for Nvidia gpus
This is almost completely resolved.
I understand people want their malware, but we should call it what it is.
TronKitten@lemmy.world
on 25 Feb 2025 00:15
collapse
Not denying kernal level anticheat is essentially malware but for games that require it you have no choice, even running them on virtual machines doesn’t work in some instances. The nvidia performance has improved but is still a decent difference depending on the games.
sugar_in_your_tea@sh.itjust.works
on 24 Feb 2025 22:50
nextcollapse
Yes, if your only or at least primary reason for using your PC is to play games, you’ll have an easier time on Windows. That’s an undeniable fact.
However, that doesn’t mean you need Windows to play games. There is a huge amount of games that work on Linux, and outside of competitive MP games w/ invasive anti-cheat, VR, and maybe a couple other niches, pretty much everything works on Linux, though some games will need a few tweaks (ProtonDB for details).
The more people that switch to Linux, the more attractive the platform is for game devs, meaning the more likely we’ll get official support for more games. Look at what has happened since the Steam Deck’s launch, we’ve gone from devs completely ignoring Linux to some games spending actual resources to support it. That’s phenomenal!
If you want an alternative to Windows without all the crap Microsoft is shoving into it, Linux is your best bet. Consider trying it out, you may be pleasantly surprised.
That said, if you’re uninterested, that’s totally cool too.
Broken_Washer@lemmynsfw.com
on 24 Feb 2025 23:16
collapse
Yeah, but have you seen the performance difference between Windows and Linux machines? SteamOS is absolutely crushing it when it comes to improving Linux, making it much more user-friendly. They’re even opening it up to other platforms, which is a huge win for everyone.
Confused_Emus@lemmy.dbzer0.com
on 24 Feb 2025 17:11
nextcollapse
Are people just going to keep reposting this misleading shit headline of a post until no one reads the article and just goes along with it?
Are the people constantly reposting this even reading the article and realizing how illiterate they look?
sugar_in_your_tea@sh.itjust.works
on 24 Feb 2025 22:43
collapse
We should never tire of pointing it out though.
benjaminb@discuss.tchncs.de
on 24 Feb 2025 23:04
collapse
We must fight!
Shardikprime@lemmy.world
on 24 Feb 2025 19:42
nextcollapse
It should be noted that you can still use Notepad without a Microsoft account
Despite the ability to still use the software without an account
Are we not doing context anymore?
What is this? Just outrage for the sake of outrage?
Nosavingthrow@lemmy.world
on 24 Feb 2025 21:19
nextcollapse
Don’t take this the wrong way, but it’s hard for me to contain my incredulity: have you been asleep for the last decade? Has a very obvious pattern of enshitification not been constantly proven as a rule on the tech sector? And an article is… outrage?
Shardikprime@lemmy.world
on 25 Feb 2025 17:20
collapse
Not the article, I meant the comment section
sugar_in_your_tea@sh.itjust.works
on 24 Feb 2025 22:40
collapse
Exactly. The issue is that it’s a freemium model, where they advertise a product with additional features in Notepad. But Notepad itself is still free.
That’s still bad, but so is the title.
Broken_Washer@lemmynsfw.com
on 24 Feb 2025 19:56
nextcollapse
So, let me ask you a question: How long do you think Microsoft will wait before they start charging for essential services? Would you be willing to pay for something like Notepad? Or, for example, pay to connect to the internet through their wireless interface? This seems like just the beginning, with more features eventually locked behind paywalls. They’re testing the waters to see how much they can charge. Think about it—Microsoft gave you the house, but now they want to charge you for the doors. Meanwhile, Google is watching, waiting to see what they can charge for. And like you said, Mac will surely follow suit. I was simply listing operating systems across different ecosystems, because Windows hasn’t successfully broken out of the Personal Computer space.
sugar_in_your_tea@sh.itjust.works
on 24 Feb 2025 22:42
collapse
I’m not even willing to use Windows for free. I have it installed w/o a license, and I haven’t booted into it in… 2 years? 3? I honestly don’t remember, but I haven’t used Windows in any meaningful sense for >10 years, other than to test Windows-specific things.
Reject this nonsense. There are alternatives that could probably work for you, depending on your requirements.
Slartibartfast@lemmy.dbzer0.com
on 24 Feb 2025 23:05
collapse
Crys in simulator gamer. But agreed, hopefully this trend will be good for Linux use.
sugar_in_your_tea@sh.itjust.works
on 24 Feb 2025 23:05
collapse
It’s okay buddy. One of these days you’ll get to eat your cake and have it too.
Nosavingthrow@lemmy.world
on 24 Feb 2025 21:15
nextcollapse
Oh god, how will replace a completely basic word processor? Surely there are not numerous replacements?
benjaminb@discuss.tchncs.de
on 24 Feb 2025 23:01
nextcollapse
After taking a look at the pictures of the article, I noticed “requires AI credits”. Credits?! What is this now? Some shitty mobile game? Really, Microsoft isn’t ashamed of anything anymore…
I mean, I don’t know about Microsoft and windows, so maybe this is different, but the name sounds crazy!
ZILtoid1991@lemmy.world
on 25 Feb 2025 08:24
collapse
Likely you’ll have to pay for some AI service, because the executives’ children cried after watching an old sci-fi, that “we can’t have intelligent conversations with out computers in 2016 in the real world, while in 2015 in the movie adaptation of Don’t Build The Torment Nexus, there was Torment Nexus the intelligent and smart computer”.
threaded - newest
Could MS suck any worse? It’s like they want people to not use their products. Capitalism is the ouroboros.
Full access to notepad? So what, I need to pay to be able to toggle text wrapping or look at the about menu? It’s fucking notepad.
EDIT: I didnt expect so many downvotes taking sides with MS
hahahahahaha, they're gonna charge admission to a dead end next. ta-da!!!!
It’s for the “AI” no one was asking for in the first place
You obviously didn’t read the article, but that’s OK it’s a trash article anyway. Which is already indicated by the headline, since Notepad was never free, it’s just included with Windows.
But your comment is disconnected from what this is really about, which essentially boils down to nothing.
Since what you are supposed to pay for is new AI features. Otherwise you can use Notepad as usual.
So notepad isn’t behind a paywall, AI features nobody was asking for is behind a paywall, and this headline is bullshit.
That’s my takeaway.
That’s my understanding, yes
Eh. They shared those features to Notepad, so I would agree that they’re a part of it.
Fine. Notepad++ is better anyway
Is it though? I still always open notepad for random text stuff. What is better in ++?
Notepad++ isn’t trying to shoehorn in AI for starters. It’s clear Microsoft is praying the current gimmicky narrative of AI will let the masses not realize this is a privacy nightmare.
Notepad does that neither for me and has not for >20 years. So is there something that is actually better or not?
Yes, it objectively is. And so are various other text editor options that are out there.
But just speaking about Notepad++, you can scale it down to a very simple text editor (like Notepad), it you can easily ramp it up to a much more feature rich one. And for me, the ability to have a vertical list of files is a big plus. As is its ability to optionally show line numbers.
So it is better because it can do more, but I assume not too too much? Because then we can also use word?
They have different use cases. Notepad++ is for manipulating text, strings, and code. It’s got very powerful tools for it.
Word is for making things look pretty. You can change typefaces, fonts, size. You can add pictures and diagrams and arrange them on the page.
If you just need a quick window open to make a note you might actually prefer Sticky Notes over Notepad!
A lot of those are features of notepad.
Specifically: tabs, dark mode, and retention of unsaved documents. They’re apps for very different purposes, but Notepad has had some nice little updates over recent years.
Ah thanks for the first proper answer. Sounds good, I will give it a try.
A few of those features are available on Notepad as well, just FYI.
Ahh interesting. Is that a Windows 11 thing? I haven’t taken the plunge
Out if curiosity, which ones? Because I don’t see any of those features and am on W11…
On my W11 work machine I got dark mode, saving unsaved drafts and tabs
+10000 for notepad++, its he swiss army knife of file editing tools. Adding:
Plugins: CSV being read as a small dB table you can query is a game changer. Or have a JSON plugin that auto formats and queries as well as opens the JSON in a clickable nested window.
Pinned tabs: pin important tabs, I use one as a todo list.
Search for text within files in a folder: need to find a specific bit of text in one of dozens/hundreds/thousands/millions of files somewhere? Its lightning fast and works a treat
Search and replace with regex: amazing feature, use regex patterns to find complex parts of your files and replace them with something else Bulk operations: remove newline, replace line breaks etc
Multi format support: see line breaks from different OSs like Unix and windows and amend them Portable install: you dont have to install it, you can use a portable version
So much more, get it and you won’t look back.
Your first two points are part of Notepad now too. Everything else you’ve said is true though, including the find and replace function supporting regex. It’s amazingly powerful for editing.
It also supports line numbering, which seems like a small thing but is really helpful.
Just to point out that on Win11, Notepad also:
I use a bunch of text editors / note taking apps regularly (or semi-regularly) and Notepad is one of them (among others also Notepad++, VSC, Obsidian, Geany, Notion…).
the only thing I need it for is to select text vertically (by holding left alt). there are a few similar ones for linux but some crash and the rest don’t have a dark theme, so I still use it with wine.
Holy moly, that works? I needed precisely that feature earlier! Nice.
It’s a lot more feature filled and frankly not very nice looking if all you want is a simple replacement for Notepad. Notepads (with an s) is much better imo.
Thanks for mentioning Notepads, never heard of it but it looks interesting. I already use quite a few different note taking apps, but still often start with Notepad when I don’t know where the info will eventually end up…
I prefer Sublime
The title is quite sensational compared to the content. They only added an AI Rewrite feature for notepad that requires a Microsoft 365 subscription. Considering the cost of AI, and the fact that it will very probably run in the cloud, it is very reasonable that it isn’t free. Everything else about notepad remains free / included with the price you paid for the OS.
I agree, but the idea of adding AI to notepad is quite insane in its own right
I think the idea is that you can use it for reformatting small sets of data I guess.
“make all the dates in this CSV iso-8601”
Genuinely very useful, however I feel that can be achieved without a login and paid AI subscription.
Heck, it probably can be done with a regex. (Yeah, I know)
There’s no need to kill three forests just to do the exact same work you could have done by opening your dataset in Excel.
You’re right of course.
Like the other commenter said for this specific problem you’d use a spreadsheet.
It’s just an example though and there are others, like maybe removing url encoding from a string or something.
Again this can be done in some other tool without much fuss, but the versatility offered by notepad will be useful for a lot of people.
This is a use of AI/LLM processing that I could agree with, if it could be trusted. Since it cannot, better to open in vim and regex replace, or process with Python.
That said, I’d rather store as epoch and display as ISO-8601 as the arithmetic is much less prone to error in epoch than any other format.
Yeah look I’m not an AI advocate at all. If I were confronted with this my first instinct would be to manipulate it in a spreadsheet because they can juggle data types like this pretty effortlessly.
The CSV / dates thing was just an example, but I still think it’s a good one. My assistant at work would 100% use notepad like this rather than using a spreadsheet.
It’s also worth pointing out that notepad + LLM would be a lot more flexible than a spreadsheet. Just paste whatever there and explain what you want in plain english. You don’t need to parse your request into regex or spreadsheet formulas. For you and I, we might have spent years interacting with regex and other things such that it’s a pleasant challenge when it arises. For 20 year old me it would have been a tedious impediment to whatever I was trying to achieve.
Yeah. That makes a lot of sense. The general inaccuracy/untrustworthiness of LLMs makes me very uncomfortable in their use for data processing and transformations. I’d rather take a while to get it right than to potentially hand off a CSV with glaring problems due to use of an LLM.
Adding layers to paint was what surprised me
That’s actually very nice, one of the few Microsoft programs that I genuinely miss - layers are a quality of life feature that is actually really nice to have 👍
Why? I mean, one of the main features of generative AI systems is to generate text (the quality of which I won’t get into), why not add this to something like Notepad. I agree that Notepad should be thought of as a lightweight, well, notepad, but still might be useful as a quicker alternative to Word.
The fact that Microsoft is trying to shove Copilot down our throats at every possible step is idiotic, I agree, but having an AI as part of a notes app doesn’t seem too weird.
They give Copilot out for free so it’s weird that they’re charging for the Notepad AI feature.
Hell, just copy and paste the content into Copilot and ask it to rewrite it, I bet it’ll just be doing the same thing but for free.
the news is more that they are trying to shoehorn AI in effing Notepad to make sure even those little snippets of text can be used for training
www.sublimetext.com
Notepad++ is my text editor of choice as someone who just edits the occasional file. I’m not a programmer or anything, but it’s nice to have those autocomplete and syntax highlighting features for config files. Helps me keep track of stuff better when editing.
Sublime can do all of that as well, but it’s more performant, has better shortcut keys, and IMO it has much nicer navigation for larger files (gives you a sort of eagle-eye’s view of the entire document next to the scrollbar). That’s all very much a personal preference thing of course.
Hell yeah. I just wanted to add another option. I have no opinion regarding Sublime and choice is a good thing. There’s something for everyone.
Fuck Ai. I just want Notepad to edit the most basic text. Why the fuck would I need fucking Ai bullshit in it? To rewrite what? INI game files? Hosts file?
Notepad is not free! Bah ha ha ha. Anyway, tons of options out there for those not to lazy to look.
The fact that they choose to mess with Notepad is more telling than the value it has given the alternatives.
[obligatory linux boast]
I really prefer Kate to Notepad because KDE makes superior, non AI encrusted software that actually works for it's users. And it's FREE!
I love Kate.
thanks!
♥️♥️♥️
Me too! So much so that I have sworn to name my first secretary Kate.
Even though it's typically associated with KDE and Linux, it's also available on Windows. Good for people who haven't made up their mind yet. It's a great text editor with a feature-set similar to other advanced notepads.
I'll be real though, if I hadn't jumped ship 3 years ago, I'd be cutting my losses with Windows here.
personally i find kate struggles with large files. KWrite is a better analog to notepad IMO
I like Kate as a program but man KDE need to change how some of their app names appear in Plasma.
A new user looking through their start menu and seeing “Kate” will have no idea it’s a text editor/notepad. The same is true for multiple other programs.
Okular, Dolphin, Cantata… ask someone who’s never tried Plasma before what those programs do and I’d wager you’d get an incorrect answer for each one.
There is actually an option to do that iirc. You can have it show entry descriptions.
<img alt="" src="https://lemmy.world/pictrs/image/f468d2ca-d55e-41e9-828b-d071ce8082ca.png">
Indeed. That’s what I do on my Plasma system, it’s a good option.
But a new user or someone who isn’t technical won’t see that, they don’t go digging through settings in each app, they just use the defaults.
I guess a solid compromise would be to enable this by default, and anybody who doesn’t like that short descriptor can disable it.
But IMO nothing will beat the no-nonsense straightforwardness of calling OS apps immediately intuitive names. This is something I believe Gnome gets right. Go onto their GitHub and their file manager is called Nautilus, but on your system it will default to being called “Files”, because they know everyone will understand what “Files” is but a lot of people would ask “Wtf is Nautilus??”, same goes for other apps, e.g. “Loupe” appearing as “Image Viewer”.
What does “Excel” do? What does “Steam” do? What does “Balena” do? What does “Conky” do?
Programs that we think of as being part of the OS, such as the included text editor, is a very different thing to something like Steam, imo.
Steam isn’t preinstalled on your PC, it’s not a core part of your desktop OS. You download Steam yourself, so you’d only do it once you already know what it is.
Third party apps kinda need unique names and branding like that to distinguish themselves.
A newbie won’t know what “Kate” or “Okular” do. They might know what “Dolphin” does because it has a folder as the app icon (although users of screen readers won’t see that). They will probably know what “Notepad” or “Text Editor” does, though.
Kate isn’t a part of the OS, though… the text editor that is a part of the OS is called “vi”.
It literally is. It’s part of the KDE Plasma desktop. It comes preinstalled.
The Vim, nano command line text editors also being there doesn’t mean Kate isn’t an OS app.
Would you say the Dolphin file explorer isn’t an OS/system app on the basis that you can use commands like cd, mv, cp, pwd in terminal? Because I certainly wouldn’t.
KDE is not “The OS”.
That is correct. Dolphin is not a part of “The OS”. Case in point, you can install Kate, and Dolphin, on FreeBSD. And on Windows.
Having vi is a part of the POSIX specification, therefore, it is a part of the OS.
You’re sounding like one of those people that says “ummm ackshully it’s GNU + Linux, not Linux”
Yes, you can have a desktop without a desktop environment. Well done. Nobody does that in the desktop space. Kate is an OS program.
If you install a distro with KDE, you will have Kate. It’s an OS program.
Pahahaha, that’s not what defines whether a program is an OS one or not. You can run paint on Linux if you wanted to. Based on your definition, Paint therefore isn’t part of the Windows app suite.
Let’s get back on topic - do you think a normal user will hear “Kate” and think “ah, that must be the text editor!”, do you think they’ll hear “Dolphin” and think “ah, that must be a file manager of some kind!”?
No, I’m one of those people that understand that a DE is not the OS. A DE is a component one can install, but doesn’t have to, in order to have a fully functional OS. Most certainly one does not require Kate in order to have a Linux OS installed. I have thousands of linux machines I manage that DON’T have Kate installed.
Weird, because I only have Kate because I asked for it to get installed. It didn’t come along for the ride when I installed KDE.
Paint comes on the MS Windows ISO (Or did), and with zero choice given, ever, MS Paint gets installed.
I installed MX Linux yesterday, and Kate was not installed.
I installed KDE on Freebsd a couple of weeks ago, and Kate was not installed.
I don’t think any of that matters, tbh. Every user will have things to learn, once they switch to a new OS.
Kate is an OS app. When you install your distro, it’s there.
Well then you’d be wrong about that. Sorry.
I use Vim, actually
There always has to be one…
Same.
Just use
ed
if you’re feeling so fancy!linux@programming.dev could use more folks!
So… who wants to bet that the new version of Notepad is not constantly scraping anything you type into it and feeding it into the AI, regardless of whether you’re paying for this feature or not?
Sublime text ftw
Notepad++ on windows is kind of the GOAT IMO.
The search and replace UX is 10 years behind. The sole reason I use sublime text instead
Npp has normal, with special characters and regex, does sublime has something better there?
They said UI, so I don’t think they meant features. But honestly I’ve never been unhappy with their UI, aside from one day with multiple replaces across a few files where the autofill from clipboard kept deleting the expression I wanted to be in there as I navigated through what I needed to do.
But that was fine, anyway, it got through it and I’m just happy with the “apply to all open documents” setting. Saved me at least an hour.
They achtually said UX which is User Experience.
The regex engine was not full featured last time I tried. Done know which implementation they use, but it was lacking basic features like end of line matching (if I remember correctly).
I’m a happy sublime user myself but the search UI is one thing I particularly don’t like about it.
.
Tbf, they already control the os itself. They already have access to all of the keystrokes. Implementing it just in notepad feels like a rube goldbergy way of scraping user data.
<img alt="" src="https://lemmy.world/pictrs/image/b102fd14-1ae9-4c64-965e-d4db83d4ab4d.png">
I usually use my work laptop for personal bits and bobs which is Ubuntu but I turned on my personal Microsoft PC recently to do some stuff and couldn’t believe all the pop-ups and noise! I promptly moved all my data onto a external drive and did a fresh install of Ubuntu.
All the Linux posts and Linux loving Lemmy users are what keep me away from Linux.
They’re like the Rick and Morty fans of PC software
Not our fault you won’t listen to common sense and reason. Enjoy your bloated fascist spyware just because you think Linux users are creepy or whatever the fuck you think.
Great example of what I’m talking about
Guess that’s what happens when Windows drives me insane
People at Microsoft doesn’t understand what people use Notepad for.
If they wanted to add AI features, they should have added it to WordPad, and make it more modern / add some useful functions.
Yeah but no one uses wordpad. They put it in notepad for the exact reason you’re saying: because people use it.
If they made it more useful, people would use it. Making support for modern formats, maybe even Markdown could have been added and it would already be 5x more useful. Also add another set of basic features like tables, some advanced formatting to the mix as well.
If they made Wordpad generate Markdown instead of RTF (or as well as, but by default) then I’d consider using it. As it is, I already pay for a Jetbrains license, so I just use Fleet. Massive overkill for note-taking, but it’s there and it works.
Microsoft killed Wordpad
They killed wordpad.
Add it to OneNote then?
Can’t wait for them to remove Calculator, since you can ask AI to calculate stuff, you know.
Ragebait. Notepad is still free. If you want to use Rewrite, then you pay for that.
I can understand separating a new paid-only feature, especially if you don’t much need that part. The new features are reportedly accessible from the GUI of Notepad so I wouldn’t blame anyone else who thought “NOTEPAD” asked them to sign up and pay a subscription to use “NOTEPAD” features.
I used to rage when reading bad changes to Windows, even after I’d stopped using it. Now I just feel bad that my friends are still in that a bad relationship with their computer.
Freemium dark patterns are also enshittification. It’s slight clickbait/ragebait, but not far off.
isn’t the paywall for notepad buying windows and a computer?
Fucking click bait garbage article, but thankfully the article has a tldr at the top that basically contradicts the headline and saves you minutes of time to realize you’ve been baited;
Better headline: Microsoft forces you to pay to suffer through using their AI tool that no one asked for, application otherwise unchanged.
This seems like something that should be kept local. What’s the point of all these NPUs otherwise
LLMs in general is a tool no in one asked for
I don't think it's ragebait/clickbait. I think it's really problematic that just a simple text editor get this bad by enshittification.
Gotta squeeze every single cent from every single opportunity, otherwise line might not go up indefinitely.
Sounds like they’re slipping cloud based AI assistance into the deal, which is the opposite of what Notepad is “good” for.
But it is though, it’s for a feature that you don’t need and can just turn off and never see again…
I think you got used to used to it, if you would use Linux for 15 years (like me), then going back to Windows really shows all these problems of Microsoft.
The biggest problem here that you get this pop-up in the first place.... And I'm pretty sure it's not only Notepad, all Microsoft products (including Windows) is getting worse and worse due to enshittification.
I use notepad++ like most sensible people so I didn’t even know this was a thing until I read this article and even then, you have to click the button to get the pop up. It definitely should be opt in and not just sitting there, but if you’re just trying to write a quick note it’s not just popping up and stopping you.
If you must use windows, Notepad++ is the way to go.
VSCode is better than np++ in every way
Startup time. RAM consumption. Privacy.
I guess you’re doing it wrong then? Stop parroting memes
vscodium fixes the privacy anyway. It’s always open so startup times are no issue for me.
I still prefer to keep a stripped down, basic text editor though. Ah well, I’m not on windows so no big deal.
What do you use instead? Sublime?
For plain text, either nano on CLI or whatever built in basic text editor comes with LMDE.
Windows I used notepad, from now on I’ll add ++ :)
At the cost of some features not working (e.g. Pylance, which is the default Python extension, as well as others by MS).
I heavily use both and this is objectively untrue.
Those are 2 different use case pieces of software . NP++ is an editor while vscode is an IDE
Install time? Startup time? Useless bloat?
Clearly this is a controversial statement. I’m team “use what’s available and preference tools that get the job done quickly.”
I work in several different languages. VSCode has TreeSitter and a bevy of slick plug-ins. NP++ does not. I can use VSCode on both Windows and Linux. If I’ve got a desktop environment, I will hands down pick VSCode over NP++ every time.
Otherwise, let’s be real, NeoVim is king.
NP++ was good 20 years ago during a time with much weaker competition and it’s been coasting on that good will ever since
It’s OK for a text editor (compared to something totally basic like notepad) but other text editors have caught up in every single category
like you said, VS Code is now the default go to code editor for a lot of people. if you don’t use VS Code, you use vim.
for non-coding uses, I don’t see the functional difference between NP++ or something basic like Gnome’s text editor
Completely agreed. At one point, maybe 12 years ago, I remember trying to learn NP++'s macro system. It was better than whatever we had at the time, but I’m glad I didn’t spend more time than I had to. Just a couple months ago, a coworker was raving about how great NP++ macros are … to do a task handily solved by some light regular expressions and/or column edit mode. Both REs and CEM are far more ubiquitous concepts than some bespoke, domain-specific language for defining repetitive tasks.
ed is better
<img alt="" src="https://lemmy.world/pictrs/image/320a930a-7c2a-49f1-b200-ca32a591c62f.png">
Vi
Clay tablets
GNU Emacs is the same everywhere you go (if you don’t mind the TUI)
Used only in cases where everything else is not readily available… Pencil, pen, blood, boogers etc. But the most easily replaceable piece of software. Literally you could just paste into a browser’s URL box to do the same job. Lol. There must be some dumb fuck heading Microsoft right now.
Notepad has long been a testbed for new technology in Windows. This isn’t just a sign of enshittification, it’s a warning that they want to do more.
The recent update was the first time in decades they’ve touched it. How has it ‘long been a testbed of new technology’ ?
Linux
End of conversation.
I think that’s the start of the conversation. Which Desktop Environment?
Well… it just removes so much toxicity from the outset
IMO:
want to show off? i3wm with gaps and rofi for menu launcher. Add it some transparency effects too.
want the MacOS style? Gnome. Default on a lot of distros.
want something stable? XFCE. Install and forget.
Things preventing me from moving to Linux : video games and Adobe Lightroom.
Most video games work through proton on Steam. Lightroom has a web app you can use instead.
Plus RawTherapee and DarkTable are pretty good, and actually free, Lightroom alternatives to boot.
Lightroom mobile and web are not at the level of Lightroom Classic. It’s highly subjective but I enjoy the web version for quickly editing a few pictures, but for the management of my library which contains more than 20k pictures, no app is as good as Lightroom Classic. I tried a few ones and always went back…
…my cracked version of Adobe CS6
I really like my KDE plasma
Gnome is an opinionated desktop environment and that turns some people off. But it’s bold enough to make some design decisions and have a limited scope. KDE tries to be another Windows alternative.
Of course, you could go with a tiling window manager but my vote goes to Gnome. I’ve had a very smooth experience on Gnome for the last couple years.
Yeah, Gnome is like the Apple of the Linux world. The devs have the same kind of “we know better than you do” mentality towards design. The issue tracker is a lot of “hey the OS won’t let me do [edge-case scenario that an OS should be able to do, but which most users won’t bother with]” followed by the devs going “Gnome isn’t designed to support [edge-case scenario]. Bug report closed.” Like the devs have a very “it’s not a bug; It’s a feature” mentality, and anyone who runs into that bug must be using the OS “wrong”.
And I agree with them. I think people should pick whatever desktop environment needs the least amount of customization for their needs. Keep it simple. If Gnome works out of the box, use it. If KDE works out of the box, use it.
This is Gnomes biggest advantage to be honest. They have a singular vision of how they want their product to work and they aren’t concerned with edge uses.
I enjoy elements of so many DEs but I keep coming back to gnome because it’s just so well executed over the others.
Yeah my only complaints with gnome are the lack of system tray and the fact that sticky keys don’t work well
It’s not “we know better than you do”
It’s “we have a vision for the desktop environment”
If you granted the user every little thing they wanted, you don’t become a better piece of software. You end up middle of the road. There are limited resources and by keeping a limited scope and having a clear idea of what you want to accomplish- you can do what you aim to do really well. Instead of being mediocre at a lot of things.
My experience with Gnome- it does 95% of what I need a Desktop Environment to do (and certain things others don’t do very well). Some features like
Example- I have a script that I set to “Control+Num Pad 5” that opens up a Gnome folder search dialog. I navigate to a folder and click “Ok” and then 4 terminals open on my left monitor. Three small ones stacked on top of each other on the left, one big one on the right. Basically like a tiling window manager. This script has custom commands that run depending on the directory. If I open a react-native folder, it runs an Android emulator and neovim on the big terminal.
Setting that script to a hotkey is as simple as going to “settings -> keyboard -> shortcuts” and just typing in the path to the script and the hotkey combination
Example- When I right click on a pdf file in Nautilus, I have custom scripts that I can run. One is “splitPdf” which creates a new folder called “split” and then creates n.pdf files where n is the number of pages in that pdf. I also have “compressPdf” which will compress the pdf as much as possible and pops up a notification showing you how much. I have one for .xlsx and .doc files called “printPdf” that converts those to pdf files.
Those scripts can be whatever language you want, they just have to be executable, and you just drag and drop them into a specific folder (
~/.local/share/nautilus/scripts
if I remember correct)Those 4 things I think Gnome does better than any other default desktop environment I’ve ever used and I’ve used a lot over the course of my life. The remainder of the items (the 5% of stuff Gnome can’t do) I have found custom plugins and in one scenario it only took me a couple hours to write my own custom plugin.
MacOS does #2 and #4 well by default (although it’s harder to write scripts with their clunky apple script language whereas with Gnome because you can just use regular old fish or bash scripts). With certain applications (like better-touch-tools or karabiner) you can get similar functionality as Gnome.
Windows with Autohotkey does #3 although you have to again use a clunky language (even clunkier than Apple script)
KDE can do #1 (search/launch apps), but feels slower and less streamlined than Gnome’s immediate overview. It does #2 (window overview) and #3 (keyboard shortcuts), but buries these features under layers of settings and inconsistent menus. For #4 (file manager scripts), Dolphin technically supports actions, but configuring them requires wrestling with clunky .desktop files whereas on Gnome you just use fish or bash or python or javascript or whatever the hell you want and stick it in a directory.
In my opinion, Gnome is miles ahead of KDE and while it’s obviously not as polished as MacOS, it has accomplished so much more with its limited resources than a megacorp like Apple does.
What I love is it gets rid of stuff that’s useless. For example desktop icons. What’s the point of having some directory on your computer that’s somehow different than all the other directories? So that you can clutter up your background?
I 100% agree that desktop icons are an outdated concept and I love that Gnome got rid of them in order to focus on the fundamentals. It’s often not about what you add, but what you take away.
I want a clean, advanced, well designed desktop and Im okay with redoing my work flow
Use Gnome
Gnome is cool but can it be slightly more Windows?
Use Cosmic (PopOS)
I want lots of customization, advanced features, and a traditional windows desktop metaphor
Use KDE
I want Windows and don’t really care about customization
Use Cinnamon
Dude the Windows 9x look was fucking dope
Use Mate
Im installing this on a potato
Use XFCE
Just try out multiple desktops in a live environment and see what you like before you commit. In fact, I recommend people to use a linux live session for several weeks or months before switching, just to get used to it.
This is always so unfair to XFCE. Sure it is low impact on resources but it is also very flexible and customizable. Most people sleep on how good it can be outside of the low resources need.
Thanks god that I’m not using windows for 4 years now, and at least notepad++ exists.
It’s like they want people to use npp instead
Why would a bot be using notepad?
lol fuck that
I wouldn’t be surprised if Apple does something like this too at some point in the future
Good thing whenever I set up Windows, Notepad is one of the things I nuke, using Geany to replace it.
This is a bad sign if MS gets emboldened and starts paywalling basic OS functionality at some point in the future, though.
Geany FTW!
They could’ve added this to wordpad if they didn’t kill it.
Notepad++ is way better anyway
And around 20 years ago I did go all-in Linux.
It’s so stupid that they’re making these additions to notepad. There is a need to have a basic text editor on an OS that isn’t going to try to “help” by giving recommendations, automatically backs up files or whatever other shit they’re trying to jam into it.
They had wordpad and if they wanted to add additional features into that, that’s completely fine. There are use cases for something that does a bit more than a simple text editor like notepad can do.
My guess is that they tracked that people used notepad more often than wordpad so they removed wordpad. Then started making notepad more like wordpad without considering why people used notepad more frequently.
It is batshit crazy. Notepad was never meant to be what they are making it into. Not even WordPad should have AI nonsense. It’s just not for that. It would be like adding advanced spreadsheet functionality to Microsoft Word. It’s not what that’s for, you have Excel for that.
Sure but with Wordpad I wouldn’t much care if they spam it up with this kind of crap. It’s something that doesn’t have much use now, because there’s notepad for basic text files and Word or Libre Office for actual word processing. So if someone wanted something to type up some notes that get automatic backups, and have AI recommendations (not that it would be me, but who knows?) just put it on there so we still have a simple text editor that’s installed by default.
If they’re going to enshittify something at least don’t enshittify the basic tools of the OS.
Telemetry was a mistake
How much shit are people going to endure before realizing Windows isn’t for them any more?
Dump the damn thing and use Linux. Yes, Linux is friendly, easy to use, you can play most games, you don’t need your proprietary programs because there are Free alternatives that are just as good that might take you a moment to adjust to (don’t cry about how it’s different, that’s Baby Duck Syndrome), and so on.
And Microsoft facilitates fascism and government spyware and all sorts of evil crap. So does Apple. And Google. Throw away your phone, use Linux on your PCs, free yourself.
Linux is as messy and more as the apartment where I live (really bad).
If you want the operating system to make sense, use OpenBSD (no Wine, no Linux emulation, thus only native games) or NetBSD (there is Wine and Linux emulation, but limited) or FreeBSD (generally can do the same as Linux), but all three port graphics drivers from Linux with significant lag, and hardware support is worse in general.
There’s a lot of Linux in systems that governments and militaries use.
Yes, right. Also change job so that an Android device for 2FA weren’t a requirement. And get used that I can’t communicate with someone over TG/WA/VK in transport.
And still be surveilled, because the information you give about yourself without an Android phone is sufficient, carrying one is a symbolic decapitation of your privacy and dignity, “symbolic” is the word.
What a sycophantic shitlord.
Something insulted you in my comment or you feel the urge to take sides in things you most likely haven’t compared? Linux is a mess compared to BSDs. Anyone who used them all can confirm this.
You mean the entire fucking world where *BSD is basically dead and Linux is fucking everywhere? Yeah… sure, buddy.
*BSD has always been a poor alternative to Linux because of design decisions, poor hardware support, and a garbage license that allows non-free software to “steal” (take) and use your code irresponsibly. *BSD sucks.
Someone is just jealous of Linux’s success but is so caught up being a contrarian shitlord that they can’t admit the truth.
This is not a valid argument and also you are quite ignorant of what’s everywhere and what is dead.
The other way around technically, one came before the other and was a more mature system, with ongoing lawsuits however.
Also SunOS 4 and Ultrix are BSD, if you didn’t know. Commercial high-end OSes before Linux even started. About “poor alternatives”.
You don’t know what you’re talking about, anything but this argument. BSDs’ design decisions allow them to solve the same problems orders of magnitude cheaper (in human effort) than Linux. That’s how they still survive.
Under FreeBSD there are GEOM, netgraph, properly working ZFS since long ago, proper separation of base system and packages, the ports system, Linux emulation for legacy software, all orderly and clean. Under Linux the horrible mess starts with Debian netinstall.
By the way, you don’t even know your own team, Eric S. Raymond of the “cathedral vs bazaar” glory notoriously disagreed with you, despite the comparison being supposed to put Linux on top. His point was that if you allow thousands of monkey developers, they might not do things so well, but they’ll do so much more that it’s justified, and thus Linux wins due to having shittier architecture, but developing faster.
Go use Windows then, it has almost perfect hardware support.
So Google uses GPL code responsibly, right? Microsoft? Apple? Meta?
This argument is obsolete.
I dunno where the circus is, but the clowns are already here.
Holy fuck, I swear. This is exactly why I tell people that if they think Linux people are delusional, they know absolutely nothing about delusional because they’ve never seen a fucking *BSD luser try to argue his way out of a wet paper bag and fail.
So the idea that the overwhelming majority of every single place/person/entity that wants a free UNIX-like OS with a choice choosing Linux over *BSD is somehow not valid? Sure, buddy. *BSD had its time to rise up and win over Linux and it did not. It failed because of the reasons I said. It has zero advantages over Linux and so many disadvantages.
Of course, *BSD came first, but even back then, *BSD wasn’t the primary system, UNIX and other systems like MINIX and the ones you mentioned were so much more popular than *BSD ever was. But when Linux arrived, *BSD began to die out. *BSD was a poor afterthought, even before Linux. There’s a good reason the “*BSD is dying” meme appeared very early in internet culture even back when Slashdot was a huge thing, because it was absolutely based on the reality of the world.
Don’t make me laugh about *BSD’s “design decisions”, ones that basically create a system that is much more difficult to work with because it has a much more simplistic base than the much more robust Linux ecosystem. The idea of separation of base system and packages has nothing to do with efficiency and more to do with a simple design option, something Linux can also do with atomic distributions, which while not quite equal to what *BSD does but has the same idea of separation of base OS and packages, have their certain advantages but aren’t flexible enough to do more advanced, low-end system work, which gives Linux an advantage by far.
ESR’s Cathedral and the Bazaar arguments have been repeatedly argued against as a good model for Free software development for a very long time, and Linux wins because of more flexible development done by more people but with a very strong and centralized point of vetting said code for most Linux software, which means it’s not just “thousands of monkey developers” randomly throwing code at Linux. Your use of ESR as an argument against Linux shows how out of time you are with understanding Free software and how it all works to come together to create a great system.
No one wants to use non-free hardware support, troll.
If Google, Microsoft, Apple, or Meta were caught using GPL against its license, they’d be sued to oblivion and they know it. That’s why they don’t. If you think GPL is unenforceable, you are a fool. Meanwhile, ALL of those companies are, in fact, using the hell out of *BSD licensed code and you fucking know it. Your garbage development model helps those garbage companies exist.
Your argument is obsolete, and the clowns are all in the *BSD tent.
You are an angry little contarian who hates popular, mainstream things and you are trying to justify it with bullshit. Grow up.
I don’t want to continue this useless conflict, your comments read as if chatgpt wrote them.
Just a few bits to help you:
UNIX obviously was more popular than specifically BSD UNIX, but you don’t seem to understand that one is a subset of the other. You might want to read of “Unix wars” and how BSD UNIX became just BSD and then a bunch of *BSDs.
Minix was an education kit.
You are, in fact, using mostly non-free firmware, as in “binary blobs”, for a lot of your hardware to function under Linux.
You keep writing such sentences about four distinct operating systems, each with its own advantages and disadvantages.
This sentence means nothing.
I said it’s enforceable and they are still using it just as “responsibly” and they do with BSD, MIT, ISC licenses, which is the point.
OK, done
Oh good, now the angry, immature contrarian is accusing me of being a bot.
You also accusr me of misunderstanding badic shit like how BSD came from UNIX when I never said differently. If you had any reading comprehension, you’d see I said UNIX was still being used at that time OVER *BSD.
Similar fallacies and bullshit litter the rest of your immature little shit rant.
I can guarantee I wrote every word of what I say and despise the rise of GenAI and would never use it.
Can you say the same?
You seem to think Unix is one system. You also seem to think *BSDs are not a branch of Unix.
You don’t seem to learn.
How old are you and what’s your intention in behaving this way? Just interested.
How the fuck do you think I think Unix is one system? What the living fuck is wrong with you, child? I have been around since AT&T UNIX was a fucking thing, you baby. Infant. Child. Poor little fucking hateful, spiteful, baby who can’t stand using something that is popular and has to cling to something that he thinks earns him some sort of fake nerd cred. Grow the goddamn up.
When you speak of something in general terms, like “UNIX”, you’re not implying it’s one thing. This is how language works. Which you would have learned if you actually got to high school and passed your fucking English classes.
You’re just a troll and not worth anyone’s time, and you’re trying to make me into a troll when all I’m doing is telling you the actual history and truth behind operating systems.
Here’s what you do: you re-read everything I’ve said, and you don’t reply. You take some fucking time to think things over and analyze your life and your pathetic infatuations with things that aren’t “popular” because you feel inferior attaching yourself to something everyone else is doing. Several days.
Then you come back and you apologize. I will be happy to accept it.
Otherwise, just shut the fuck up if you’re not willing to do that. I don’t want to hear it.
Plenty of Afghan goat farmers have been around since ATnT Unix was a thing, this doesn’t mean they know anything about Unix.
You’ve made a lot of factual errors showing that you don’t know what you’re talking about, you also haven’t specified even once which specific period hides under “that time” in your claims.
You’ve claimed that Minix ever was a popular system, you’ve claimed that “BSD” is some alternative to Unix separate from it while it’s simply Berkeley Unix that dropped the Unix trademark due to litigation.
Solaris, HP/UX, Irix are Unix System V, which was sort of a merger of ATnT Unix and BSD.
So BSDs are literally just Unix (Unix of Theseus so to say, code from BSD that moved to commercial Unix remained there, but code from ATnT remaining in BSD had to be rewritten after the lawsuits, I’ve read it wasn’t much).
Bill Joy of Sun Microsystems is also one of the main people behind BSD.
Also throwing insults doesn’t make you more persuasive, when you are not even close to knowing the subject. I’m trying to help you, but I don’t want to spend more effort.
Crying about it being different isn’t baby duck syndrome; saying it’s better/worse compared to what you’re used to is.
People just don’t want to spend hundreds of hours re-learning things that already work for them.
It is objectively easier to stick with something you know than to learn something new, so that’s what most non-technical users do.
Pretty much everyone in IT should learn linux at some point though.
If you are in IT I’d hope you know some version of Unix. Consumers I wouldn’t expect them to know, they just want it to work and don’t care about configurations and how it works.
This is misinformation. They added the login requirement for their Generative AI and the actual notepad doesn’t require a login. But I guess we’re ragebaiting today.
Is the Genevieve AI enabled by default?
After opening the notepad app does it ask you for that login?
Is your access to notepad restricted by the login?
“But it turns out that, while this screenshot is indeed real, those eagle-eyed enough should already be able to tell that something isn’t quite lining up here. In fact, nearly any Windows 11 user could open up the fully updated Notepad without getting this pop-up at all, even if they aren’t already signed into a Microsoft account. So, what’s the deal here?”
“The key is in the exact wording, identifiable within the first sentence: “Sign in with your Microsoft account to use Rewrite and its features in Notepad.” This is a prompt that exists, yes, but one that’s exclusive to Copilot+ PCs and explicitly requires the user to trigger it by clicking the Rewrite button, as confirmed by our own testing.”
tomshardware.com/…/no-notepad-for-windows-11-does…
techradar.com/…/seen-those-complaints-online-abou…
Please read the article. No. My access to notepad is not restricted. I also don’t run any copilot features of any kind on windows 11. Yes, I believe Generative AI Copilot is enabled by default, but in this case the only time you get prompted to login is when you use a feature in notepad that directly needs copilot in order to work and you the user have to select that feature. Meaning you can use notepad without it entirely and never even see this prompt at all.
Microsoft is a tech giant with all the bad crap that implies. They do enough terrible things that we don’t need to lie to make them look bad.
No, only in so far as the button to use it existing passively
No
And no
Upvoted for visibility.
I recommend Notepad++.
I use Kate on the windows work pc
I love Kate, but I’ve only been using it since last August. Been using npp for a decade before that, even as my IDE, and I felt like it was stronger than Kate.
Kate has a lot of features that are not well documented or that you have to tape together to make something functional, while npp just works out of the box or with one of its many addons. Additionally the Kate documentation website is atrocious, lacking even basic search functionality. I had to join their IRC channel to get help figuring out something (path to some obscure config file that the latest version actually reads from), and while they were most helpful, I really shouldn’t have had to go through all that trouble.
Maybe my approach to trying to solve a problem was wrong, coming from Windows + npp.
Maybe I’ll give npp a test again. But I’ve been using kate because I’ve been using it on my linux system and found out I can install it at work on windows as well
I use Kate on the windows work pc
Having this LLM bullshit in Notepad should be the real news
They really do seem to be on a mission to cram it into everything
Can’t wait to see in 5 years while all of the LLM nonsense quietly gets shuffled further and further to the back until it’s gone like Cortana or Paint3D
Meanwhile has anyone noticed Microsoft has unhidden some genuinely useful older menus like Control Panel? Earlier in the windows 10 lifespan you couldn’t search for control panel and had to instead use constantly changing shortcuts and tooltips to gain access to it, but now you can just search for Control Panel and pull it right up. I’m not thrilled that I have to dig for the network adapter properties still but I’ll take the improvements I get
I hate
the information superhighwaythe world wide webthe blogospheresocial mediaweb2.0mobilethe cloudIOTblockchainar/vrgenerative AIYeah. This is why I’ve disabled copilot and Gemini on my devices altogether. It’s not worth it to have this nonsense filling up everything you use or rely on on a daily basis.
I turned off that AI stuff as soon as I saw it. Click the gear icon in Notepad in the upper right to open settings and turn it off.
Yeah. Like, I get AI can be useful, but it’s fucking everywhere! Even a god damn fridge got AI! And I hate it to be so forced on me, like, I just wanna write text or code without Copilot annoying me all of the time.
Oh, one of the first things I did was group policy edit anything to do with tracking, ads, or AI.
Every PC I’ve ever owned has had some version of vi installed on it pretty much on day one of my owning it.
So, turns out that they final push that convinced me to start learning Linux is the ol’ Text Document.txt of all things. Swear to God, I thought that it would be the automatic updates nuking my unsaved work (again), but here we are…
Notepad++ FTW
.
Sublime Text for me. It has some nifty features that NP++ doesn’t, and looks better out of the box.
Microsoft what the fuck are you doing.
You fucking idiot’s.
Exactly. Instead of doubling down on trying to extract profit from everything, they should go back to their old motto of “it’s the operating system, stupid” or “developers developers developers…”
Microsoft should be trying to make their OS more attractive by providing more value, and then pushing for developers to release through their Microsoft Store so they get some profit after sale. Basically the iPhone strategy of making a solid base product, and charging for every additional app that gets installed.
But no, they’re making the default experience suck more, which makes alternatives a lot more attractive. That’s… not how you maintain market share.
Finally, I can proudly proclaim that I’m no longer bound Microsoft’s bullshit. Been a rocky start, but I’ve been happily using Kubuntu on my Surface for a while now, and it’s going awesome
Hey, great for you! Which Surface do you have and did you get the camera(s) working properly?
It’s a Surface Go 2, 8GB RAM, I think - maybe 4 - and a couple years old now. Haven’t tried, actually, since I rarely if ever need the cameras. However, I read that getting the cameras to work is a bit of a hassle. Not impossible but annoying
I have a lenovo yoga 14s which is similarly transformable. Are there good resources out there for installing linux on these kinds of laptop, or are they mostly focused on surface laptops?
Honestly Windows on it is just a nightmare and I’d love to ditch it.
Nothing I could find immediately. I found an Arch Wiki entry which shows that most features work out of the box. Not sure if that’s your exact model and can’t comment on how reliable the information presented is too.
wiki.archlinux.org/title/Lenovo_Yoga_14s_2021
Thanks! Looks like on the talk page there’s doubt about whether it even has a touchscreen, which is a little discouraging. I guess I can just try, but It’s good to know a resource like this exists.
My understanding of the different operating systems
MacOS: One time hardware payment for their service (plus for every other device)
Linux: Free as in price free and freedom
Windows: 30+ subscriptions to edit 1 file, then cooldown till next day or upgrade subscriptions to enterpise version for a kidney/per user/per month.
Title
ChomeOS: Communism for the children, supported by the Education System
imo macOS is better value than Windows. A Windows PC of similar quality to what Apple offers (built quality and specs) is not that much cheaper and with a Mac you get a ton of actually usable software included.
Obviously FOSS still wins offering a ton of good software for free, lots of choice and the option to choose from hardware at any price point. But Windows is just bad unless you’re an enterprise user or gamer (and the latter is changing fast in Linux favour).
Have you ever built PCs? Macs are significantly more expensive for the same spec
The rest I agree with, it doesn’t help that Windows has been steadily going downhill with each new version…
I guess for desktops you have a point, especially if you build it yourself. I was thinking of laptops mostly and also considering the build quality and things like the keyboard/trackpad, screen and speaker quality. If you want something comparable running Windows the price difference isn’t going to be massive.
You can buy a top CPU laptop then upgrade or even pay to upgrade with high quality ram and storage modules and you would still be paying less than an equivalent Mac. Which you can’t upgrade of course, because the only option is buying as is out of the gate. No matter what Apple says, 32 GB of ram simply doesn’t cost $300, their pricing is meant to fleece customers.
Is there a particular model you’re thinking of? Not just the line. I usually find that Windows laptops don’t have enough cooling or make other sacrifices. If you want good cooling, good power (CPU and GPU), good screen, good keyboard, good battery, good WiFi, etc., the options get limited quickly.
Even the RAM cost misses some of the picture. Apple Silicon’s RAM is available to the GPU and can run local LLMs and other machine learning models. Pre-AI-hype Macs from 2021 (maybe 2020) already had this hardware. Compare that to PC laptops from the same era. Even in this era, try getting Apple’s 200-400GB/s RAM performance on a PC laptop.
PC desktop hardware is the most flexible option for any budget and is cost-effective for most budgets. For laptops, Apple dominates their price points, even pre-Apple-silicon.
The OS becomes the final nail in the coffin. Linux is great, but a lot of software still only supports Windows and Apple; Linux support for the latest/current hardware can be a hit or miss (My three-year-old, 12th-gen Thinkpad just started running well). If the choice is between Mac OS or Windows 11, is there much of a choice? Does that change if a company wants to buy, manage, and support it? Which model should we be looking at? It’s about time to replace my Thinkpad.
Running LLMs is not a feature that 99% of users need or want. Look at all the AI laptops flopping in sales. People don’t care about RAM soldered to the motherboard to squeeze a milisencond on a feature they don’t use. It’s a money grubbing strategy, plain and simple.
Did you purposely miss the first and last questions: Which laptop is the good value?
I never said people need to run LLMs. I said Apple dominates high-end laptops and wanted a good high-end to compare to the high-end Macbooks.
Instead of just complaining about Apple, can do what I asked? Best cheaper laptop alternative that checks the non-LLM boxes I mentioned:
I think macs are more comparable when you compare OEM PC to OEM PC. I’ve specced out a few optiplexes for clients and all have been over a grand each. I wouldnt spend that much on my own computer but I know how to pick a good used computer or build my own if I so desire. The clients just want a computer they can forget about for a decade and yell at Dell when it breaks so Optiplex it is.
How much does a Mac Mini cost? $800 for a variant with 512GB of storage. Literally cheaper than a similar Dell Opitplex
Not really if you actually try to match the screen too. Good colour accuracy is expensive. It’s the best part of their products. If someone doesn’t need that then yeah, definitely better options.
I don’t think that’s true, at least if we’re talking about hardware. The only thing that I think really makes this argument is the screen, because you need to go really high end to get the same quality screen (if it exists).
If we mostly stick to CPU, RAM, storage, etc, then you can get a really competitive PC for about half the cost. I bought a decent ThinkPad new about 7 years ago for $500 (E series), which was pretty competitive w/ the Macbook Pro in terms of specs, and I still use it to this day. I didn’t go top-of-the-line, so the CPU was a little worse and it had integrated graphics, but I could absolutely find a similar build to the MBP for $1k or so, probably less. The MacBook Air and Mac Mini, however, is a lot harder to find a competitor for and I think their value is quite strong with that form factor.
If we include software, then yeah, macOS offers a ton of value, since you get a decent office suite and a bunch of other utilities included with it, whereas w/ Windows, you just get trial versions of subscription software. So valuing the included SW in macOS vs Windows really depends on the individual.
Agreed. I only buy “Windows” laptops to install Linux on, and on my last laptop, I got a $40 discount because I told the sales rep I wasn’t interested in Windows and they gave that to me.
That said, the value that Windows provides that other OSes don’t is compatibility. macOS can’t play Windows games, and Linux can’t play some games that work on Windows. If you need that compatibility, the value assessment is a lot different than if you could switch platforms without giving anything up.
Yeah, but if you look at the whole picture and not just specs, the hardware isn’t priced that badly. Like you said, a similar screen would only be found on high end devices and I would argue you can’t even get a trackpad that is as good as the one on a MacBook from any other manufacturer. You also get a pretty decent webcam and speakers and the aluminium chassis is exceptionally good too. If you don’t care about those things then I understand looking mainly at specs, but if you do these things add up to a really good user experience.
Don’t get me wrong though. I don’t want to shill for Apple here. There are some things that are just obscenely expensive. The cost of RAM and storage upgrades is an insult. Or the Mac Pro wheels or basically anything “small” (adapters, the Apple cloth etc.).
Sure, if you’re looking for exactly what Apple offers, then they offer a decent value. But if you want any changes, you’re SOL.
I personally don’t care about half the things they ship standard (screen, camera, chassis, trackpad), I really care about things they charge extra for (RAM, storage), and I like some things offered by other manufacturers (TrackPoint + mouse buttons from Thinkpad, repairability, keyboard feel, etc). I also don’t really like macOS, even after using it for years at work.
For me, they offer poor value. For someone else, they offer good value. It all comes down to what you value.
Apple heavily pushes their users towards iCloud subscriptions. More so on iOS than macOS but still.
Easy to avoid on Macs. Harder on phones for non-technical types. The bigger issue with Apple is I think getting data out of iCloud should you want to do something else. Their proprietary formats and databases (especially for photos) is kind of a nightmare.
CheomeOS: Let Google silently start tracking your kids until they are old enough to sell all of that accumulated data.
And you get the privilege of making that one-time $2000 purchase every 2-3 years when Apple eventually nerfs their hardware with bad firmware updates
Examples? Not at all my experience. I love my Linux boxes but every MacBook I’ve owned has lasted 10 years and generally is quick until near the end of that period. My iPhones have also all lasted longer than my Android phones with considerably more updates and security patches (supposedly this will be more on par now if Google doesn’t cancel yet another program).
This is the most famous example, but it’s for phones rather than desktops.
www.bbc.co.uk/news/technology-67911517
Time to try my newly-released text editor lol.
Well it’s a good thing there’s no shortage of free replacements.
I have always been partial to gedit, kate aint bad either.
(neo)vim for life :)
Sounds like everyone is going to have to upgrade to Notepad++, but honestly, why are people even using Windows anymore? Who even uses Notepad? I want to see those numbers—like, what… 5,000 active users of Notepad, and they’re probably just grandparents whose grandkids couldn’t be bothered to install anything else.
Seriously though, Android, macOS, Steam OS, Android TV, Chrome OS, Debian, heck, Ubuntu, Linux Mint—so why are people making excuses to use Windows, other than because it’s on a work computer? Microsoft is lost in the sauce, like, “Hey guys, let’s make the operating system free and have people pay for Notepad.” You know what that sounds like? A car manufacturer giving away cars and charging to use the radio. When Windows became free, the quality became identical to the price.
Notepad is useful for saving a simple piece of info to your hard drive somewhere, it’s not a daily driver for code editing or anything. If I’m on the phone with some customer service rep and they give me some reference number, I’ll pop open notepad to write it down and save it.
Some of those are not competitors to Windows. Android, Android TV, Steam OS are installed on specialty devices.
macOS is not a good OS. I wouldn’t consider it a better alternative to Windows. macOS often lags behind Windows in certain features such as tiling Windows. Apple is more hostile toward developers than Microsoft is and Apple ships their own versions of coreutils which are vastly inferior GNU coreutils and often totally out of date (Apple uses a build of bash from 2007 that was the default shell until the switch to zsh, and they STILL ship this bash binary today).
For any other Linux variant, the answer is the same as it has been for 20 years: normies don’t install their own OS, and also only use their machines to browse the internet, so it makes no difference to them.
I use Notepad on my work computer daily. I never save any documents, but it is handy for a quick copy/paste of info I need for a short period of time. We aren’t allowed to install anything on the computers, so it’s what is available.
I could live without it, but I do find it marginally useful, basically as digital “scrap paper”.
I use notepad alongside notepad++ it is fine.
Do you game? Cuz that alone is a solid reason to use windows. I know Linux is getting usable for it, but let’s be honest there is no more convenient OS when it comes to gaming and daily use than windows and you can’t tell me otherwise. I have tried to switch to Ubuntu or mint many times but it’s just not idiot proof enough for ur average how yet and I constantly found myself trying to troubleshoot issues I never ran into with windows. Yea I know Microsoft is the devil and all that, but they still provide the easiest to use OS out there!
I game a ton and the only missing games these days are malware. I simply don’t play those games.
areweanticheatyet.com
Daily use, however? Really? I have a completely ad-free easy to use experience, I actually give KDE to the elderly because it’s significantly easier to use for daily use outside of gaming.
Most peoples usecases are limited and linux is legitimately just better for that, having ads in your start menu and file manager are terrible for people who don’t know what they’re doing.
Considering most mmos don’t support Linux, as well as some games anticheat breaking seemingly randomly on updates, on top of the better performance for Nvidia gpus on windows is enough reason for a lot of people who game to stay with windows
Only the ones that ship malware don’t work on linux.
Yes, malware, kernel level anticheat is malware.
This is almost completely resolved.
I understand people want their malware, but we should call it what it is.
Not denying kernal level anticheat is essentially malware but for games that require it you have no choice, even running them on virtual machines doesn’t work in some instances. The nvidia performance has improved but is still a decent difference depending on the games.
Yes, if your only or at least primary reason for using your PC is to play games, you’ll have an easier time on Windows. That’s an undeniable fact.
However, that doesn’t mean you need Windows to play games. There is a huge amount of games that work on Linux, and outside of competitive MP games w/ invasive anti-cheat, VR, and maybe a couple other niches, pretty much everything works on Linux, though some games will need a few tweaks (ProtonDB for details).
The more people that switch to Linux, the more attractive the platform is for game devs, meaning the more likely we’ll get official support for more games. Look at what has happened since the Steam Deck’s launch, we’ve gone from devs completely ignoring Linux to some games spending actual resources to support it. That’s phenomenal!
If you want an alternative to Windows without all the crap Microsoft is shoving into it, Linux is your best bet. Consider trying it out, you may be pleasantly surprised.
That said, if you’re uninterested, that’s totally cool too.
Yeah, but have you seen the performance difference between Windows and Linux machines? SteamOS is absolutely crushing it when it comes to improving Linux, making it much more user-friendly. They’re even opening it up to other platforms, which is a huge win for everyone.
Are people just going to keep reposting this misleading shit headline of a post until no one reads the article and just goes along with it?
Are the people constantly reposting this even reading the article and realizing how illiterate they look?
The click bait will never die my friend.
We should never tire of pointing it out though.
We must fight!
Are we not doing context anymore?
What is this? Just outrage for the sake of outrage?
Don’t take this the wrong way, but it’s hard for me to contain my incredulity: have you been asleep for the last decade? Has a very obvious pattern of enshitification not been constantly proven as a rule on the tech sector? And an article is… outrage?
Not the article, I meant the comment section
Exactly. The issue is that it’s a freemium model, where they advertise a product with additional features in Notepad. But Notepad itself is still free.
That’s still bad, but so is the title.
So, let me ask you a question: How long do you think Microsoft will wait before they start charging for essential services? Would you be willing to pay for something like Notepad? Or, for example, pay to connect to the internet through their wireless interface? This seems like just the beginning, with more features eventually locked behind paywalls. They’re testing the waters to see how much they can charge. Think about it—Microsoft gave you the house, but now they want to charge you for the doors. Meanwhile, Google is watching, waiting to see what they can charge for. And like you said, Mac will surely follow suit. I was simply listing operating systems across different ecosystems, because Windows hasn’t successfully broken out of the Personal Computer space.
I’m not even willing to use Windows for free. I have it installed w/o a license, and I haven’t booted into it in… 2 years? 3? I honestly don’t remember, but I haven’t used Windows in any meaningful sense for >10 years, other than to test Windows-specific things.
Reject this nonsense. There are alternatives that could probably work for you, depending on your requirements.
Crys in simulator gamer. But agreed, hopefully this trend will be good for Linux use.
It’s okay buddy. One of these days you’ll get to eat your cake and have it too.
Oh god, how will replace a completely basic word processor? Surely there are not numerous replacements?
After taking a look at the pictures of the article, I noticed “requires AI credits”. Credits?! What is this now? Some shitty mobile game? Really, Microsoft isn’t ashamed of anything anymore…
I mean, I don’t know about Microsoft and windows, so maybe this is different, but the name sounds crazy!
Likely you’ll have to pay for some AI service, because the executives’ children cried after watching an old sci-fi, that “we can’t have intelligent conversations with out computers in 2016 in the real world, while in 2015 in the movie adaptation of Don’t Build The Torment Nexus, there was Torment Nexus the intelligent and smart computer”.
The year of the Linux desktop has arrived.