Forgot your password?

typodupeerror

Comment: Re:Comms and network testing needs hardware!!! (Score 1) 79

by flux (#43762183) Attached to: RPiCluster: Another Raspberry Pi Cluster, With Neat Tricks

And how does a single node effortlessly simulate the data propagation delays that are inevitable in a distributed system? Do you have a solution that involves work less than the worth of $1000? (Well, I suppose building up the RPi cluster took some time as well..)

It would be a more general solution if such software was written, but I wouldn't say cheaper.

Comment: Re:I'm curious to see how many retailers actually (Score 1) 732

by flux (#42706029) Attached to: Credit Card Swipe Fees Begin Sunday In USA

It gives them the possibility of giving a cash discount up to 4%, but it is not free either to deal with lots of cash. Someone will count them, someone will transfer them securely into bank, and surely the bank will charge for dealing with that kinds of amounts as well. In addition you probably will get new paper money from the bank.

No idea how many % these count up to, though.

Comment: Re:Particular (Score 2) 550

by flux (#41105663) Attached to: Should Developers Be Sued For Security Holes?

You may not be able to just take any program and prove that it works, but you can construct a program of your own in a way that it is possible to prove that it works; actually what you do is the proof and then in best-case scenario extract the machine code from that.

Of course, doing this is still very costly: 7500 lines of C-code can take 200000 lines of Isabelle proof code:

    http://ertos.nicta.com.au/research/l4.verified/numbers.pml

Comment: Re:This won't really affect anything. (Score 1) 250

by flux (#40646619) Attached to: jQuery 2.0 Will Drop Support For IE 6, 7, 8

Indeed the article says 1.9 and 2.0 will be compatible. Yet there will eventually be 2.1, 2.2, and now you're stuck with 1.9 and 2.0, unless those new versions also don't introduce anything that 1.9 doesn't support or unless you're willing to consider the differences and support both in some way. Will 2.x series involve pure optimizations only? A gap will be introduced, and it won't likely take that long either.

Comment: Re:This won't really affect anything. (Score 1) 250

by flux (#40642605) Attached to: jQuery 2.0 Will Drop Support For IE 6, 7, 8

What's the point in using 2.0 in the first place if 1.9 will do? Obviously 2.0 will have some functionality or fixes 1.9 won't. If you really want to do what you suggest, you would still have two code paths in your system, one for 2.0 and one for 1.9 (or possibly one for 2.0 and then gracefully degrade when there is no 2.0).

Comment: Re:Why the anxiety? (Score 1) 807

by flux (#39244801) Attached to: Ask Slashdot: Life After Firefox 3.6.x?

And how easy is it for extension writers to ensure that they are not holding too many or too old references to objects in their code?

Given how popular it is to say Firefox consumes a lot of memory, I cannot quiet see how the Mozilla Foundation hasn't found time or will to, for example, write a tool that will track the memory usage per extension. Shouldn't be that hard, just keep track which extension created each object and then use GC to find out the number of bytes reachable from those objects. At the cost of some memory ;). Not sure if the competition does that, but I can easily imagine how having memory management per-tab eases this issue a lot.

My 'solution' to the problem is use use ulimit -v 2000000 before Firefox and start it when it dies.

Comment: Re:Why the anxiety? (Score 0) 807

by flux (#39237149) Attached to: Ask Slashdot: Life After Firefox 3.6.x?

Apparently I'm one of those running Firefox with little RAM, measly 6 gigabytes of it. But it still annoys the hell out of me when Firefox takes more than 4 gigabytes of memory.

Yes, I never shut down Firefox unless it dies or takes all the memory. Yes, it's probably some extension. No, there isn't a good way to track it down other than divide-and-conquer which is manual labor.

Comment: Re:Streisand (Score 1) 77

by flux (#36773490) Attached to: Vodafone Femtocells Rooted, Secret Keys Exposed

This will help, but from the security POV, only the devices which have not been rooted; after that, incoming firmwares could be intercepted and applied either not at all or only partially.

I suppose they could have sign the firmware for the boot loader to check, but given the root password 'newsys', this doen't seem to go with their style..

Someday your prints will come. -- Kodak

Working...