Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment JScript (Score 1) 386

No IDE here, but if all what you want is discover new territories, you'll just need an editor. Apart from PowerShell, there is another decent scripting language on Windows, which is JScript. That's a Javascript implementation allowing to access system resources through "ActiveXObjects". Example:

var fso = new ActiveXObject ("Scripting.FileSystemObject");

Have a look at MSDN for reference about this object and others, then browse it, and various blogs, while happily writing your scripts in whatever editor is present on your machine. By the way, they will run on any Windows system, even XP. The drawback is that interfacing to DLLs is often impossible when it hasn't been provided by MS.

Then, you might want to explore Javascript as a functional language - a usable Lisp in my opinion...

Comment Re:Call me picky but... (Score 1) 253

News sites usually answer on port 80, or 443, you know. 82 is highly unusual, so much that my corporate proxy won't let me connect. Who are these guys, whose site is on 82? Are they serious? I don't know, and couldn't read TFA, but this port does ring a bell in the "amateur news site" section.

See, they called Kader Arif a "Chief" when he's only the "rapporteur". From Techdirt on this subject, 'A rapporteur is a person "appointed by a deliberative body to investigate an issue."', far from a "Chief".

Comment Which kind of problem do we want to solve with it? (Score 1) 768

The main problem I see with the current economic system is that finance becomes more and more decorrelated from production and consumption of actual goods, be they manufactured products, or services. Well, it shouldn't, otherwise crises happen, and they did happen - two in the 2000's - and they will happen again if nothing is done to fix the mess. (I believe nothing will be done, and we will pay dearly for this.) That Bitcoin thing tries to solve unessential problems, mostly ideological, while making early adopters rich. Should it really gain momentum, however, I see nothing in it that would alleviate the risk of a future financial crisis. On the contrary.

Comment cu (Score 2, Informative) 325

UUCP had a command called cu (call up) which is what you need. From "apt-cache show cu" on Debian/Ubuntu:

The cu command is used to call up another system and act as a dial in terminal. It can also do simple file transfers with no error checking. cu is part of the UUCP source but has been split into its own package because it can be useful even if you do not do uucp.

Security

Storm Worm Botnet "Cracked Wide Open" 301

Heise Security reports that a 'team of researchers from Bonn University and RWTH Aachen University have analysed the notorious Storm Worm botnet, and concluded it certainly isn't as invulnerable as it once seemed. Quite the reverse, for in theory it can be rapidly eliminated using software developed and at least partially disclosed by Georg Wicherski, Tillmann Werner, Felix Leder and Mark Schlösser. However it seems in practice the elimination process would fall foul of the law.'

Comment Another model (Score 1) 194

I agree a music tax is a bad idea, but not for these reasons (TFA is more exhaustive though). Reward marketplace failure? But the music market is rigged. Bureaucracy? I don't think its inefficiency could surpass the majors' operations. However, a music tax would be unfair to those who don't listen to music. And how would one determine each artist's share?

Another flat rate music distribution model (this one being voluntary) might be this one, where music files belong to the customer whose ID tags them.

First, flat rate is convenient. Flat rate is one of the reasons why IP took over - bye bye, X.25.

Then, trust the users. Even if some of them remove the ID3 tags. Even if many of them do. Piracy is part of the music ecosystem anyway. Give them ownership, give them responsibility.

Finally, you have to count the beans - how many downloads for which files from which artists. That implies centralization though a hub. There could be many distributors (think Google or your.national.isp or whoever), who would compete for the same basic service, and add additional services on top of that.

But that's sci-fi right now.

Comment Reformatting and macros (Score 1) 702

gqap
Reformats a paragraph. Think M-q.

:map [list of one-key-commands]
Binds a key (q being a favorite of mine) to a macro. Knowing h, j, k, l, 0, $ commands is a requisite, C-v allows control chars like line feed and escape.

Nintendo

Submission + - Nintendo controllers to be banned from US (wiiusers.net)

Ana_scape writes: Anascape, a texas based company, sued Nintendo for violating a patent on controllers. Instead of paying the $21 Million bond, Nintendo has decided to take all the controllers off the shelves. [...] As of July 23rd, no more Gamecube or Wii Classic controllers will be sold in the US. Nintendo, however, is not giving up. They plan on appealing the decision in a U.S. Court of Appeals for the Federal Circuit, which would put the ban on hold for the time being.
Google

Submission + - Is YouTube killing music?

niceone writes: "Recently YouTube seems to have started applying extreme compression to the audio of uploaded clips. This is the type of compressions used by radio stations to make everything louder, but in this case applied extremely badly. In quiet passages, breathing and shuffling become overpoweringly loud. A gently plucked guitar chord becomes a distorted thud. Listen to an example here. And here's what it could sound like — still not perfect, but a whole lot better. The fixed version is thanks to a workaround proposed by Sopranoguitar — the idea is to turn down the audio and mix in a high frequency sine wave (I used 19kHz). The sine wave fools YouTube's compressor into thinking that the file is at a uniform level (and does not need the volume changing at all) but is filtered out by the encoding process (so, no need to worry about deafening any dogs)."
Yahoo!

Submission + - Yahoo Bilks Its Domain-Name Registrants

ArizonaJer writes: On 1 July 2008, Yahoo Small Business more than tripled its charge for domain-name registration from $9.95 to $34.95. There are two skeezy things about this: (1) their Website still advertises the $9.95 rate and (2) YSB auto-renews domains (and charges your credit card) unless you specifically tell them not to. They did advise me about the price hike via email, but I would guess that not everyone reads their renewal notices as carefully as I and that many folks were rudely surprised by the new rate when it turned up on their credit-card bill. I tried twice to reach customer service to make sure this email wasn't a domain-stealing spoof. The first time I gave up after 50 minutes on hold; the second time I was disconnected after 61 minutes on hold. Could it be that YSB customers are clogging the customer-service lines with their outrage?

Slashdot Top Deals

"No matter where you go, there you are..." -- Buckaroo Banzai

Working...