Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Submission + - Intuit Claims Security Concerns in Dropping Windows 10 For TurboTax (intuit.com)

Xesdeeni writes: I received an email indicating Intuit will not support Windows 10 for the desktop versions of TurboTax, starting this tax year. Laughably, they say "security is a top priority for us", before saying "To use TurboTax Desktop software for tax year 2025, your computer will need to run on Microsoft Windows 11" or "TurboTax Online".

I'm just paranoid enough to use the desktop version, which at least limits what they get to see to the forms they relay to the IRS, rather than everything. Even if I was willing to endure the added burden of printing and mailing the forms, this works be the end of that, since I'm out on Windows 11 for the reasons you already know.

Here's what they sent:

Hi there,

Weâ(TM)re reaching out to provide an update on TurboTax Desktop software for tax year 2025. After October 14, 2025, Microsoft will no longer provide software updates, technical assistance, or security fixes for Windows 10 operating system. Because security is a top priority for us, TurboTax Desktop software for tax year 2025 onwards will not be compatible with Windows 10 operating system.

To use TurboTax Desktop software for tax year 2025, your computer will need to run on Microsoft Windows 11 operating system. You can also consider switching to TurboTax Online, which will work on any supported browser (available December 2025).

For more resources and additional information about this change, go to this help article: How does the end of support for Windows 10 affect my TurboTax Desktop experience?

Thanks for being part of the TurboTax family.

Warm regards,

The TurboTax Team

I've wanted a Linux offering for years now, and only kept Windows for such limited products as this. I guess I can completely punt it now.

Comment So Glad I'm Not The Only One To Notice (Score 1) 80

I've been a developer since Cupcake & owner since Eclair of LG, Motorola, OnePlus & multiple Nexus & Pixel phones. This update was the least beneficial & most bug filled I've experienced.

I've fed back more than a dozen bugs in Android 12 (on Pixel 4a 5G).
The message app crashing when receiving a text.
Random screen color change (users don't even have this capability!) requiring a reboot to fix.
Touchscreen alignment issues (ability to calibrate removed years ago).
Do Not Disturb fails to let through texts from starred contacts.
etc.

Most personally annoying is the removal of a very long-time feature that allowed me to choose which app opens a web link each time I select one (you know, Intents--it was removed in spite of previous, multilevel communication with tech support when Android 11 UI changes made this mode almost impossible to restore if you accidentally chose one app permanently--I'm calling removing a feature that was clearly still in use a bug...if not in the O/S, in the company that's too big to link customer feedback to product design (or to care)--I can tell you my company would call it a bug & make me restore it).

I'd like to revert to Android 11. Nothing they actually changed was of any interest to me.

Comment Re: Bad practices (Score 1) 154

Due to job changes, I've recently returned to C++ from nearly a decade of Java & C#. It has been kind of a culture shock, completely the opposite of when I learned C++ coming from C. A lot of updates since I last worked with this language.

I'm currently creating a library from scratch, and once I understood how to use std::unique_ptr, and ensured the library was almost all stateless, I find it works quite well (`using std::unique_ptr;` makes it easier). At about the 90% point of development, Valgrind finds no memory leaks. Honestly, I still haven't seen the need for the other pointer types (but I assume I'll hit that at some point). All my methods pass references to the unique_ptrs, except those that will take custody and probably delete them (typically the bookended destroyBlah() paired with the createBlah(), which requires std::move(uptr) even to compile).

Yes, this is different than retrofitting a huge project like Chrome, but at least so far, this seems to tell me C++ can be made as memory safe as other languages.

[The one issue about which I'm concerned is the compatibility of the library to its client apps, if they are compiled with a different version of the same compiler. Using unique_ptr in the client interface encourages clients to do the right thing, at least with my pointers. But if there is a compatibility issue (even with the normal C++ constructs), I fear the need to degrade to a C-style interface. I'll find out soon enough.]

Submission + - Nvidia Prohibits Consumer GPU Use In Data Centers? (theregister.co.uk)

Xesdeeni writes: (Except blockchains)

Nvidia has banned the use of its GeForce and Titan gaming graphics cards in data centers â" forcing organizations to fork out for more expensive gear, like its latest Tesla V100 chips.

The chip-design giant updated its GeForce and Titan software licensing in the past few days, adding a new clause that reads: âoeNo Datacenter Deployment. The SOFTWARE is not licensed for datacenter deployment, except that blockchain processing in a datacenter is permitted.â


Is this really even legal?

First, because it changes use of existing hardware, already purchased, by changing software (with potentially required bug fixes) agreements retroactively.

Second, because how can a customer (at least in the US) be told they can't use a product in a particular place, unless it's a genuine safety or security concern (i.e. government regulation)!?

https://www.theregister.co.uk/... https://wccftech.com/nvidia-ge... https://www.google.com/amp/s/w...

Comment Annoying Popup On Linked Page (Score 1) 773

Perhaps I'm just not running the right Firefox plugin (AdBlock, FlashBlock, etc.), but that in-your-face popup ad for a service I will actively avoid in retaliation for the ad itself is quite annoying. Does anyone know how to kill this thing?

As for the article, what does MC have against MS? I don't like MS, but I'm sure they'd have to do something to me personally before I'd be willing to spend $1 billion to prove it.

Xesdeeni

Software

Submission + - Asked to install Pirated Software, what do you do?

An anonymous reader writes: I am an IT professional, and due to budget constraints, I have been told to install multiple copies of MS Office, despite offering to install OpenOffice, and other OpenSource Office products. Even though most of the uses are for people using Excel like a database, or formatting of text in cells, other programs are not tolerated. I have been over ruled by our controller, to my disagreement. Other than drafting a letter to the owners of the company on how I disagree with the policy, what else can I do? I would never turn them in, but I am in tough place by knowing doing something illegal. I want to keep my job, but disagree with some of the decision making on this issue.

Slashdot Top Deals

"Ada is PL/I trying to be Smalltalk. -- Codoso diBlini

Working...