Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Submission + - DOGE Approved to Transfer Labor Dept Data Using PuTTY (nbcnews.com)

fahrbot-bot writes: NBC is reporting that Elon Musk’s Department of Government Efficiency has received approval from the Labor Department to use software that could allow it to transfer vast amounts of data out of Labor’s systems, according to records seen by NBC News and interviews with two employees.

The approval for Musk’s team to use the remote-access and file-transfer software, known as PuTTY, has alarmed some of the Labor Department’s career employees. Musk, the head of DOGE, has dispatched subordinates throughout the government to radically overhaul or dismantle federal agencies with the backing of President Donald Trump.

Many of the details around DOGE’s actions have remained secret, though it has moved to gain access to large swaths of data held in the computer systems of individual agencies.

Concerns include the alleged use of artificial intelligence to analyze federal data and the alleged use of a computer server not familiar to government employees.

Transferring government data outside established protocols could have high stakes for anyone whose information is in those databases, because of the chance that more people would have access to their information than originally intended, increasing chances of a breach.

Two employees interviewed said that they considered the authorization to be a red flag because the DOGE members were new arrivals who, in their view, lacked sufficient vetting and experience for the access they were getting.

“We don’t know who they are, and we’re giving them free rein to extract whatever they want,” one employee said. “This is completely opposite of what we’d do to protect privacy.”

Submission + - Taiwan Restricts Russia, Belarus To CPUs Under 25 MHz Frequency (tomshardware.com)

An anonymous reader writes: From now on, Russian and Belarusian entities can only buy CPUs operating at below 25 MHz and offering performance of up to 5 GFLOPS from Taiwanese companies. This essentially excludes all modern technology, including microcontrollers for more or less sophisticated devices. Due to restrictions imposed on exports to Russia by the United States, United Kingdom, and the European Union, leading Taiwanese companies were among the first to cease working with Russia after the country started full-scale war against Ukraine in late February. This week Taiwan's Ministry of Economic Affairs (MOEA) formally published its list of high-tech products that are banned from exportation to Russia and Belarus, which prevents all kinds of Taiwan-produced high-tech devices as well as tools used to make chips (whether or not they use technologies originated from the U.S., U.K., or E.U., which were already covered by restrictions) to be exported to the aggressive nation. [...]

Starting today, Russian entities cannot buy chips that meet one of the following conditions from Taiwanese companies, reports DigiTimes:

— Has performance of 5 GFLOPS. To put it into context, Sony's PlayStation 2 released in 2000 had peak performance of around 6.2 FP32 GFLOPS.
— Operates at 25 MHz or higher.
— Has an ALU that is wider than 32 bits.
— Has an external interconnection with a data transfer rate of 2.5 MB/s or over.
— Has more than 144 pins.
— Has basic gate propagation delay time of less than 0.4 nanosecond.

In addition to being unable to buy chips from Taiwanese companies, Russian entities will not be able to get any chip production equipment from Taiwan, which includes scanners, scanning electron microscopes, and all other types of semiconductor tools that can be used to make chips locally or perform reverse engineering (something that the country pins a lot of hopes on).

Comment Re:Will she pardon here self and him once she gets (Score 1) 592

"According to Hillary's own emails ..."

More like "according to Hotair.com's dodgy interpretation of Hilary's emails." CBS News had a different take:

But in one email exchange between Clinton and staffer Jake Sullivan from June 17, 2011, the then-secretary advised her aide on sending a set of talking points by email when he had trouble sending them through secure means.

Part of the exchange is redacted, so the context of the emails is unknown, but at one point, Sullivan tells Clinton that aides "say they've had issues sending secure fax. They're working on it."

Clinton responds, "If they can't, turn into nonpaper w no identifying heading and send nonsecure."

It's unclear whether the talking points themselves contained classified information. Typically, talking points are used for unclassified purposes (e.g. speaking with the media). But in some cases, the material contained in such memos may still be sensitive -- especially if the report originates from intelligence agencies.

On Friday, the Clinton campaign's press secretary, Brian Fallon, denied that the information was classified.

Comment Re:What should happen but won't (Score 1) 1105

On the other hand, Roberts is the guy who claimed "Ingratiation and access . . . are not corruption" in a legal opinion further enabling the legal bribery of Congress. Because, of course, there's nothing wrong with, say, a drug company ingratiating itself with those who write the laws regulating it, or an oil company ingratiating itself with those who write environmental laws.

Comment Re:Thank you. (Score 1) 112

Bear in mind that one generally isn't supposed to publically inherit from STL classes such as vector, since they don't have virtual destructors. Generally speaking, with C++, it's better to use composition to reuse functionality (e.g. making an STL vector a data member of a class) and to use inheritance to implement run-time polymorphism.

Comment Re:Flash must be evil because HTML5 is so good? (Score 1) 102

Bear in mind that there already have already been several open-source attempts at rewriting the Flash Player -- namely Gnash, Lightspark, and Mozilla's Shumway -- and all of them are still relatively immature. In short, the plan of attack that you suggest has already been tried.

Slashdot Top Deals

The primary function of the design engineer is to make things difficult for the fabricator and impossible for the serviceman.

Working...