Forgot your password?
typodupeerror

Comment Re:It still works like shit. (Score 2) 51

Flip side - AI code generation makes developing small ‘throw away’ tools for niche problems trivial. There are plenty of niche tasks for which there are no existing software tools. Writing your own via vibe coding - i did this myself for a temporal disk space calculation tool. In an hour. Including walking across the street to grab a coffee, and checking it in to github. Previously this would have been a few hours of searching the internet before writing something myself with less features and more bugs in 3-4x the time.

It makes it economical to solve problems in code.

AI

A Single Cloud Compromise Can Feed an Army of AI Sex Bots (krebsonsecurity.com) 28

An anonymous reader quotes a report from KrebsOnSecurity: Organizations that get relieved of credentials to their cloud environments can quickly find themselves part of a disturbing new trend: Cybercriminals using stolen cloud credentials to operate and resell sexualized AI-powered chat services. Researchers say these illicit chat bots, which use custom jailbreaks to bypass content filtering, often veer into darker role-playing scenarios, including child sexual exploitation and rape. Researchers at security firm Permiso Security say attacks against generative artificial intelligence (AI) infrastructure like Bedrock from Amazon Web Services (AWS) have increased markedly over the last six months, particularly when someone in the organization accidentally exposes their cloud credentials or key online, such as in a code repository like GitHub.

Investigating the abuse of AWS accounts for several organizations, Permiso found attackers had seized on stolen AWS credentials to interact with the large language models (LLMs) available on Bedrock. But they also soon discovered none of these AWS users had enabled logging (it is off by default), and thus they lacked any visibility into what attackers were doing with that access. So Permiso researchers decided to leak their own test AWS key on GitHub, while turning on logging so that they could see exactly what an attacker might ask for, and what the responses might be. Within minutes, their bait key was scooped up and used in a service that offers AI-powered sex chats online.

"After reviewing the prompts and responses it became clear that the attacker was hosting an AI roleplaying service that leverages common jailbreak techniques to get the models to accept and respond with content that would normally be blocked," Permiso researchers wrote in a report released today. "Almost all of the roleplaying was of a sexual nature, with some of the content straying into darker topics such as child sexual abuse," they continued. "Over the course of two days we saw over 75,000 successful model invocations, almost all of a sexual nature."

Comment Re:because (Score 1) 22

MS introduced the concept of the Windows Remote Desktop

Allow me to be pedantic...

It was actually Citrix who "invented" the Windows Remote Desktop concept. Citrix licensed the Windows NT 3.X source code, and created a customized version they called Metaframe. They added support for running multiple interactive sessions, and had an abstraction layer for connecting keyboard/mouse/video to each session. Citrix created the ICA protocol for remote desktop. Microsoft bought back the rights for NT 4.X and created Windows Terminal Server (code name "Hydra"). Rather than use ICA, Microsoft created their own RDP protocol (which is loosely based on an obscure video conferencing protocol). Originally you could run both ICA and RDP on the same server; I'm not sure if that is still supported.

In short the concept of a remote desktop was a hack to get Windows to have some remoting features

That is one perspective.

IMHO, for most Windows users running most Windows applications, remoting the entire desktop is usually the best experience.

Remoting individual applications, as with X over SSH, is a niche use case. Citrix could do this with ICA, but it wasn't used very often.

Note: The fact that you are reading /. means you are not in the "most Windows users" group. I'm not talking about you. :-)

Comment Re:One more... (Score 1) 188

Some of the more tech knowledgeable are relying on smartphones and tablets too, if they fit their needs. The days of needing a desktop or laptop for general purpose tasks are pretty much over. Unless you're an IT guy, gamer or need some high end engineering or media production apps - you could probably get by with a tablet with far less PC janitor work.

Comment The cloud is about flexibility, not cost savings (Score 2) 62

Using Azure, AWS, or any other cloud service isn't about saving money. At least not once you get to any sort of scale.You can almost always host it yourself for less.

What the cloud provides is flexibility. You can spin up additional resources on demand, and shut them down when no longer needed. You can get these resources in data centers all over the world.

Whether that flexibility is important enough to justify the added expense will depend on what you're doing.

Comment Re:The Cloud is more expensive and support is wors (Score 5, Insightful) 62

Though in this case, the cloud *is* on-premise. It's not somebody else's data center, it's actually their own.

This isn't how big companies like Microsoft work. The LinkedIn part of the business is organizationally distant from the Azure part of the business. There may not be any management in common until you reach the CEO level. Azure mind as well be a different company.

You also have to consider that LinkedIn started as a separate business. They already had significant IT infrastructure in place when Microsoft acquired them. The decision they're facing is not "should we use Azure?". The decision is "should we fix something that isn't broken?"

Slashdot Top Deals

Time is nature's way of making sure that everything doesn't happen at once. Space is nature's way of making sure that everything doesn't happen to you.

Working...