Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Real stuff behind the article (Score 1) 44

see also the blog entry of scott aaronson (already old, but it is about the same experiment):

https://scottaaronson.blog/?p=...

A group led by Jianwei Pan and Chao-Yang Lu, based mainly at USTC in Hefei, China, announced today that it achieved BosonSampling with 40-70 detected photons—up to and beyond the limit where a classical supercomputer could feasibly verify the results. (Technically, they achieved a variant called Gaussian BosonSampling: a generalization of what I called Scattershot BosonSampling in a 2013 post on this blog.)

Comment No, it lied about it. (Score 3, Insightful) 19

In the ars article bard claims that it used the following python program to reverse the string:

def reverse_word(word):
        reversed_word = ""
        for i in range(len(word) - 1, -1 , -1):
                reversed_word += word[i]
        return reversed_word

print (reversed_word("Lollipop"))

do you spot the typo in the last line? Bard just showed some example from the internet and clained that it used it to compute the reverse. LLMs are notorious liars.

Comment web MIDI is so 2015 (Score 1) 112

https://www.w3.org/TR/webmidi/

To some users, "MIDI" has become synonymous with Standard MIDI Files and General MIDI.

The Web MIDI API is not intended to describe music or controller inputs semantically; it is designed to expose the mechanics of MIDI input and output interfaces, and the practical aspects of sending and receiving MIDI messages, without identifying what those actions might mean semantically (e.g., in terms of "modulate the vibrato by 20Hz" or "play a G#7 chord", other than in terms of changing a controller value or sending a set of note-on messages that happen to represent a G#7 chord).

Comment Sustainability (Score 2) 166

It is all about sustainability. Humans can perfectly replicate without any help from another species. Even it all technology would break down babies still would be born. In the case of cyborgs: not so much. They need a specialized infrastructure that *at the moment* can only be run by humans. And even the most simple tasks like collecting garbage (hello roomba) are hard for them. And even if they would have solved all that what happens when a big catastropy like an asteroid hits earth and destroys their main factories. Who will rebuild all that infrastructure?

Comment Lunar orbits are unstable (Score 1) 168

https://en.wikipedia.org/wiki/...

Gravitational anomalies slightly distorting the orbits of some Lunar Orbiters led to the discovery of mass concentrations (dubbed mascons) beneath the lunar surface caused by large impacting bodies at some remote time in the past. These anomalies are significant enough to cause a lunar orbit to change significantly over the course of several days.

Caldera

Submission + - SCO Manipulating Wikipedia?

User L writes: "Not long after Microsoft was embroiled in controversy over their plan to pay a consultant for favorable edits to the OOXML articles, there's evidence that SCO may be following suit. While it's not unusual to see a Wikipedia user to get banned for vandalism, it's certainly interesting that that user is potentially a SCO employee, potentially even a SCO executive. Fortunately, Wikipedia administrators already have a handle on the vandalism, but can anyone here find definitive proof linking SCO to these edits?"
User Journal

Journal Journal: Help Define "Zonkdogfology" - Save It From The Wikipedia Axe 6

After appearing in a Slashdot story, the word "Zonkdogfology" started getting picked up and used. Then someone submitted it to Wikipedia. But Wikipedia has slated its entry for deletion because it is made up, doesn't really have an authoritative definition, and "there are no reliable sources". So I'm pleading with the Slashdot community. Help authoritatively define "Zonkd
Media

Submission + - Linux as an OS for music production?

Ximogen writes: "You just can't get decent music production tools for anything but Windows and MacOS, and I'll not touch anything from Apple with a bargepole. If you believe otherwise let me know as I'd be interested to find out. I currently use Cubase 4 as my primary music production application along with an extensive library of VST instruments, effects and mastering tools. So any Linux (either open or closed source) alternative would need to support VST2 & VST3"

I included the above comment in a post relating to a different story but it got me thinking. I am a Windows user for many reasons but the most significant reason in recent years is that I've just not been able to find acceptable music production tools for Linux. Given that I'm repeatedly informed by Linux users that Linux is more stable and out-performs Windows on equal hardware AND that I am currently looking to spec a new PC for the sole purpose of music production I thought I might put this to the test.

Unfortunately I fell at the first hurdle, drivers for my E-MU 1820M (E-MU 1010M + IO breakout box + sync daughter card) and given that I don't want to replace a perfectly functional £300+ audio interface that is pretty much where I've got to. Of course £300+ is peanuts compared to the extensive library of VST instruments, effects and mastering tools I've purchased over the years so if the performance benefits of moving to Linux were sufficient and I could utilize my existing library of VSTs I would consider new audio hardware.

While talking of hardware the new PC is likely to be built around an Intel Core 2 Duo E6600 2.4GHz CPU on an Intel DP965LT motherboard.

Am I barking up the wrong tree here? Is there likely to be enough of a performance difference to give any practical benefit? Does anyone out there use Linux for music production?

Any thoughts or recommendations gratefully received!

Slashdot Top Deals

The earth is like a tiny grain of sand, only much, much heavier.

Working...