Slashdot Mirror


User: flux

flux's activity in the archive.

Stories
0
Comments
193
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 193

  1. Re:Where is IPv7? on Microsoft Runs Out of US Address Space For Azure, Taps Its Global IPv4 Stock · · Score: 1

    Well, v4 doesn't require remembering IPv4 addresses either, but still it comes handy in a pinch to remember the gateway, the dns server, the WLAN access point, etc addresses. For some reason people really like to point out the Google's DNS server's IP, not its name.

    Though remembering local gw and dns mostly comes to remembering the network prefix whcih won't be that large, assuming one has not used dynamic allocation for services in a network.

  2. Re:YASF (c) forver by me on Tux3 File System Could Finally Make It Into the Mainline Linux Kernel · · Score: 2

    Not sure if trolling.. but I looked it up, and on the paper it seems interesting, but for use today it has limitations: 2 TB maximum device size, 8 TB maximum volume size. So that's a non-contender. Seems quite advanced for its day, though (introduced 1998).

  3. Re:An...accident..? on Emory University SCCM Server Accidentally Reformats All Computers Campus-wide · · Score: 1

    Maybe the malware was deeply employed in all the install images, and now it is guaranteed that all the systems have it, even after re-deploying ;).

  4. Re:Where do you draw the line? on Should Microsoft Be Required To Extend Support For Windows XP? · · Score: 5, Insightful

    Actually Google already gave the Wave to the Apache foundation, so I guess they're set from that point of view.

    That aside, I don't think a company should be forced to provide any level of support for a ten-year-old product. They could even be up-front about ("this product will not be supported for longer than five years") and people still wouldn't care. Well, until the day came.

  5. Re:surprised!!!! on Bitcoin Exchange Flexcoin Wiped Out By Theft · · Score: 1

    I think it would be more effective to time the attacks when the sums involved are significant. Now they mostly server as a cautious example that new exchanges will learn from.

    And it's probably better they learn their lessons now rather than later.

  6. Re:There isn't any... on Ask Slashdot: Effective, Reasonably Priced Conferencing Speech-to-Text? · · Score: 1

    A microphone array and some DSP should have no trouble distinguishing between sound sources at distinct points in space, in addition to removing background noise.

  7. Re:Dice Strikes Again... on Amazon Uses Robots To Speed Up Human 'Pickers' In Fulfillment Centers · · Score: 1

    I wondered that as well, but the video makes it clear: this way the shelves can be queueing for the worker.

  8. Reducing number of candidates on Ask Slashdot: Why Are Tech Job Requirements So Specific? · · Score: 3, Insightful

    If you can reduce the number of candidates you need to evaluate and interview, you are saving plain money. More effective to have them do the filtering in a distributed manner.

    Of course, you might miss the perfect candidate that way as well. But, you cannot really put a price to that.

  9. Re:Problem is dedupe on Software Developer Says Mega Master Keys Are Retrievable · · Score: 1

    There is a way to do dedup without having the key.

    For example: the client takes an SHA256 of the data, then encrypts the data it with the lowest 128 bits of the SHA1, uploads the encrypted data to the server saying "this data has id ". The lowest 128 bits are then encrypted with the client key and uploaded as well. This way another party with the possession of the same data gets the server to merge their data (but the key still keeps hidden from the server). Servers makes an SHA1 sum of the encrypted data so that clients can quickly check if the data they are deduping is properly stored to dwarf data integrity attacks.

    Not sure if this was the way Mega does it but it was something pretty close to it.

  10. Re:what's odd about this? Your key is local on Software Developer Says Mega Master Keys Are Retrievable · · Score: 2

    Just like your OS vendor can slip in an update that sends all your keys to them. (As Shuttleworth said, they have root.) You basically need to trust someone, as no one person is able to audit everything people typically use daily.

  11. Re:Btrfs send & receive on Ask Slashdot: Asynchronous RAID-1 Free Software Backup For Laptops? · · Score: 1

    irc: FreeNode #btrfs

    But be pacient, people are probably not responding immediately. Then there is also the mailing list.

  12. Re:Btrfs send & receive on Ask Slashdot: Asynchronous RAID-1 Free Software Backup For Laptops? · · Score: 1

    I lose the btrfs functionality of it repairing bad blocks. I'm pretty sure md doesn't notice the error if it doesn't come from the backing device in the form of an IO error.. So if btrfs gets a bad block from md, there's not much to be done, except to make a guess which of the mirrors has the copy and manually resync (if btrfs manages multiple devices, it can just do that automatically). I don't know how that would be even done. But at least I would know which file has the error and I can restore it from the backups. Metadata is duplicated so that shouldn't be an issue.

    I also lose the ability to change the data layout at ease; in btrfs going from raid10 to raid1 to raid0 or adding new devices is just a matter of running btrfs balance (and btrfs device add). Md doesn't even support adjusting the number of devices in raid10 array, nor conversions from raid1 to raid10 (that can be done manually, but you don't have redundancy during the process).

    In future I may lose the forthcoming ability to set redundancy level per subvolume or possibly even per directory/file.

  13. Re:Btrfs send & receive on Ask Slashdot: Asynchronous RAID-1 Free Software Backup For Laptops? · · Score: 1

    That is quite correct but now a week goes by without someone joining #btrfs and asking about how to recover. And personally I just restored my / just a week ago.. Technically I shouldn't have, because I was using btrfs raid10 and only one of the drives had had issues (it was the old drive I was putting back; btrfs scrub; btrfs balance somehow made all drives have errors). Btw, the system did not survive the death of the drive either, I had to reboot it without it, whereas linux md survives these things very nicely.

    But I'm hopeful of the future. Btrfs IS really a nice thing to have, at least if you have some SSD and fragmentation isn't an issue for you (say, for virtual machine images). I'm planning to put it on some spinning media as well, I shall see how that'll work out..

  14. Btrfs send & receive on Ask Slashdot: Asynchronous RAID-1 Free Software Backup For Laptops? · · Score: 2

    Btrfs has tools for doing this. It also comes with find-new that allows to find exactly which files have been changed between snapshots, and it does it basically instantenously.

    Though Btrfs might not be the solution for ensuring data integirity at this point.. But setting up hourly snapshots of your drives can be quite nice when you accidentally destroy something you've created after the last backup.

  15. Re:Three feet away... on Long Range RFID Hacking Tool To Be Released At Black Hat · · Score: 1

    The option is to make the cards secure in a fashion that it doesn't matter if someone unauthorized gets to access them.

  16. Re:The sorts of things you get on Ask Slashdot: Is Postgres On Par With Oracle? · · Score: 1

    Btw, PostgreSQL 9.3 (in beta 2 currently) has materialized views:

            http://www.postgresql.org/docs/devel/static/rules-materializedviews.html

  17. Re:Comms and network testing needs hardware!!! on RPiCluster: Another Raspberry Pi Cluster, With Neat Tricks · · Score: 1

    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.

  18. Re:FreeDOS on Pi? on DOS Emulation Arrives For the Raspberry Pi · · Score: 1

    I'm not sure what you expect to win by porting FreeDOS to RPi. RPi doesn't run in 16-bit mode, and certainly it won't run x86 executables in any sense, so even if you ported FreeDOS to RPi, you would have no ARM-based DOS-software to along with it, unless you ported them as well.

  19. Re:I'm curious to see how many retailers actually on Credit Card Swipe Fees Begin Sunday In USA · · Score: 1

    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.

  20. A4-sized displays on Canadian Researchers Debut PaperTab, the Paper-Thin Tablet · · Score: 3, Interesting

    The display seems pretty large. Does this mean we are finally going to get proper devices for reading PDFs?

  21. Re:Particular on Should Developers Be Sued For Security Holes? · · Score: 2

    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

  22. Re:This won't really affect anything. on jQuery 2.0 Will Drop Support For IE 6, 7, 8 · · Score: 1

    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.

  23. Re:This won't really affect anything. on jQuery 2.0 Will Drop Support For IE 6, 7, 8 · · Score: 1

    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).

  24. Re:When your covert operation has made the news... on Flame Malware Authors Hit Self-Destruct · · Score: 1

    And even if the machines in question were backed up, don't typical rootkits (which I'm not saying Flame is) hide themselves from the filesystem in certain situations? Could be that the backups have no trace of Flame.

  25. Re:I never did get an answer to ... on Nmap 6 Released Featuring Improved Scripting, Full IPv6 Support · · Score: 3, Interesting

    Well, neither libpcap nor tcpdump can do it either, they don't come with the network drivers. They are libraries/tools to access that functionality in the kernel.