Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Too little, too late? (Score 1) 132

Indeed - from experience an average computer with standard GPU will do between 2 and 20 Mhash/s (not all GPUs will be usable, and most computers around with usable GPUs will have low-end ones). The best GPU's will make a whooping 600 to 900 Mhash/s, and even with that it'll be pretty hard to compete against the ASIC rigs - there's already devices making 60 Ghash/s (60,000 Mhash/s), and the upcoming rigs will do up to 1,500 Ghash/s (that's 1,500,000 Mhash/s!). In a few months the network difficulty will be so high even the best GPU's won't earn anything from mining....

They might make a little bit of cash now if they can infect a lot of computers, but it won't last for long...

Comment 64bit coLinux! (Score 1) 356

One thing that would be awesome is a 64bit coLinux port!

coLinux is a win32 application with drivers that lets you run a Linux kernel with userspace natively in Windows - it is much lighter than any virtualisation option out there, and using Xming you can easily run GUI apps that launch and run just as well as if they were natively ported to windows.

Unfortunately the drivers were never ported to 64-bit, and thus is it now useless on all but the oldest computers out there. A 64-bit coLinux port would be a requirement to getting this awesome project back on its rails.

See:
http://www.colinux.org/
http://colinux.wikia.com/wiki/Dashboard_for_developing_a_64_bit_coLinux

And also andLinux - which offered an easy way to install and configure coLinux - think of it like coLinux being the Linux kernel and andLinux the Linux distribution...
http://www.andlinux.org/

I would love to be able to use coLinux again on my work PC, which (unfortunately) has to run Windows.

Comment Re:To-Do lists (Score 1) 314

Right. I answered "Post-it Notes", but I didn't count emails. I do exactly the same, and also at the end of the day I take a picture of whatever urgent is left on my post-it's and email myself. Obviously after making sure the image is readable I leave the email unread ;)

Comment Use LFS or similar... (Score 1) 260

I did pretty much that to install a linux distro on a 486 laptop - I compiled the kernel, libraries, etc. - then built a bootdisk and filesystem. I then went on and copied the ~15m filesystem using a bunch of floppies (no network) one disk at a time after booting from the floppy, and finally installed the bootloader.

The Linux From Scratch HOWTO has all instructions for it, although in my case I diverted a little bit from it - for instance I used uClibc instead of Glibc and a 2.2 kernel. Doing it from scratch gives you the best way to select more recent components for some parts while using smaller/older ones elsewhere, so you don't end up with a totally outdated system.

Google

Submission + - Google Code. Now with more Git. (blogspot.com)

leetrout writes: On Monday Google announced that it was adding support for Git in Google Code Project Hosting.

The post hints at the history of DVCS within Google Code and why they have added support.

Since our original announcement of Mercurial support, Git has grown significantly more popular and user-friendly, and on the technical side, it has added an efficient “smart” HTTP protocol that fits with Google’s HTTP-based infrastructure. (Note that this feature is only available in version 1.6.6 and later.)

The blog post goes on to briefly describe some of the technical aspects of the service including a note that states "to fit with our existing Python-based system, our Git server implementation is powered in part by Dulwich" which is a pure-Python implementation of the Git file formats and protocols.

I, for one, welcome the new option and will be curious to see if it gains any traction against GitHub.

Censorship

WikiLeaks Continues To Fund Itself Via Flattr 194

novenator writes "Since the corporations MasterCard, PayPal, and Visa have been trying to shut down the cash flow to the Wikileaks project, those who wish to donate have been having trouble finding a way to help out. The social media/micropayment site Flattr (run from Sweden) continues to leave the channels open."

Submission + - Anti-Piracy firm e-mails reveal firm scam (torrentfreak.com) 4

Khyber writes: "A recent DDoS attack against a UK-based anti-pirating firm, known as ACS:Law, has resulted in a large backup archive of the server contents being made available for download, which has been done and is now being hosted by the Pirate Bay. Within this archive are e-mails from Andrew Crossley basically admitting that he is running a scam job, sending out thousands of frivolous legal threats on the premise that a percentage pay up immediately to avoid legal hassles."
Crime

Submission + - Google, Apple Settle Justice Dept Hiring Probe (latimes.com) 1

Ponca City, We Love You writes: "The LA Times reports that under a proposed settlement with the Justice Department, six major Silicon Valley firms — Google, Apple, Intel, Adobe, Intuit and Pixar — would be barred from pledging not to 'cold call' one another's employees. Federal officials have been scrutinizing such agreements for more than a year, concerned that they restrained competition for skilled workers and kept an artificial cap on wages by avoiding expensive bidding wars. If the court fight had proceeded, it could have helped decide the legality of such accords, not just in the high-tech sector but across all industries. But the fight had risks for each side. To win, the Justice Department would have had to convince a court that workers had suffered significant harm. A loss for the companies would have opened the door to a rush of lawsuits."

Submission + - Intel cofirms HDCP has been "cracked" (foxnews.com)

tkrotchko writes: Fox news is reporting that Intel has confirmed that the rumored "crack" of HDCP is real, although based on this sketchy news report it implies someone has derived the private key for HDCP which now allows people to create devices that will allow HDCP content to be decrypted without the permission of Intel and the media conglomerates. As of this moment, no one is aware of an actual device making use of this master key.

It is curious that Intel would confirm the key is genuine, since they own this technology and charge for its use.

Comment This is a generic model (Score 1) 179

This is a very generic model; do you have any idea who manufactured the board inside? It appears most other WinCE laptops out here are based on that exact same board - the shell/color differs but the ports are placed exactly at the same place!

If one of them runs Linux that would likely be a good starting point, then you need to figure out a way to write the flash memory.

Comment Re:I'm sorry, how is this new? (Score 1) 381

Yes, actually the CRTC imposed Bell to apply this to its own customer first. The way I understand it:

A. Bell customers:

Customer uses much bandwidth. Bell pays for internet bandwidth and gets paid by customer.

B. Wholesale service:

Customer uses much bandwidth. ISP pays for internet bandwidth AND pays Bell for usage, then ISP gets paid by customer.

Despite the fact that *everyone else* involved in the process were against this, the CRTC agreed mostly because it was claimed there's the same practices in Cable wholesale. The difference, though, is that DSL is dedicated access, and once the infrastructure is paid for (trough the base fee) there is nearly no costs to additional bandwidth besides the Internet bandwidth which is already paid by the ISP. Cable, on the other hand, is a shared medium with limited bandwidth, and the more customers use ut, the more has to be spent on upgrading the infrastructure to prevent congestion on the cable segments.

This scheme will hurt small ISPs which will have to impose limits, while it will allow Bell to make more profits and possibly cut its own prices at the same time.

Slashdot Top Deals

Any circuit design must contain at least one part which is obsolete, two parts which are unobtainable, and three parts which are still under development.

Working...