Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment job description (Score 1) 129

Our algorithmic infrastructure creates a scalable graph over source code at scale. Our AI processing infrastructure then enables us to apply AI agents, guided by algorithms, to make code modifications at scale. The core of this infrastructure is already operating at scale

He put some scale in his scale.

AI agents, guided by algorithms

Computers are guided by algorithms, amazing.

Even if you use AI, bullshit is still bullshit. That doesn't change.

Comment Re:What could possibly go wrong? (Score 1) 129

If a software engineer can suprivise 1 million lines of code being written a month, then there is no job for software engineers anymore. A single person can't verify that much code in a month, so writing code would no longer be an important skill.

The difficulty here isn't the Rust (since literally anything can be rewritten in Rust with more or less difficulty); the difficulty here is the Ai.

Comment Re: Who cares (Score 1) 49

One popular thing that works on Windows and not on Linux is Apple Mobile Device Service. This is the component of iTunes that lets a user sync MP3 albums, such as those bought on itch.io or Bandcamp, onto the Music app of an iPhone over a USB cable. As a driver, it is outside the scope of Wine.

Comment It needs to be in a well-known distro first (Score 1) 49

Until the maintainer receives an issue report requesting a package for a particular distribution. For every one report, there are probably dozens of cases where another prospective user considered using a particular piece of software but did not because there was no package.

I read Package Forge's inclusion criteria. In order to get distributed in PkgCache, the application first needs to "be a well known package" and listed on a website called Repology. And Repology's inclusion criteria appear to be meant for distributions' repositories, not individual project maintainers' repositories.

Comment Re:How to Make Rust Grow (Score 1) 79

The problem is that without allowing some "unsafe" operations in Rust or any other language it is impossible to do any I/O

I don't think that's true, unless you insist on immutability. In particular, it IS possible to do safe IO, most languages can handle it. For Rust, it's just a matter of defining the proper rules that make IO safe, and then enforcing them.

Comment Re:Who cares (Score 1) 49

You can helpfully provide a "debian" folder and the rpmbuild config that worked on one test system, and all the debian/redhat based distributions take your tarball and then adapt the things you got different from how they do things usually.

Provided your application already has enough users compiling it from source code to justify packaging it in the first place.

Slashdot Top Deals

The reason computer chips are so small is computers don't eat much.

Working...