Slashdot Mirror


User: theultramage

theultramage's activity in the archive.

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

Comments · 6

  1. Re:Too bad it's the new one on Microsoft Open-Sources Windows Calculator (betanews.com) · · Score: 1

    That's why long ago I transplanted calc.exe and calc.exe.mui from WinXP. It's much more suited for the things I use it for.

  2. Re:Huge Fuck Up on Windows 10 Anniversary Update Borks Dual-Boot Partitions (omgubuntu.co.uk) · · Score: 2

    Reminds me of an issue I have with WDC 'advanced format' drives (4096 physical, 512 logical sector size) plugged into my cheapo' external usb adapter. It messes up and treats them as 4096/4096 (or 512/512?) devices, so all the sector offsets are counted wrong. But sector 0 still works and so the partition table can be read. The contents can be interpreted properly using a geom gnop sector size adapter device, if desperate.

  3. soundtrack on Latest Humble Bundle Comes With Uplink Source Code · · Score: 2

    I actually examined their music.dat (zip file), investigated the .uni file format, and even found one standalone player that could play those. But I didn't like that, so I checked the strings inside the music files, grabbed the author name, and googled. Karsten Koch: The Blue Valley (main theme, I like this one the most).

  4. Re:Details on benefits on What Questions Should a Prospective Employee Ask? · · Score: 1

    Over here in Slovakia, law dictates mandatory 4 weeks per year of employment (fractions are supported), 5 weeks if you worked+studied for 15+ years after 18, and 8 weeks if you're a teacher. Maybe the poster was referring to some other form of free days? '4' sounds like a mistake/miscalculation made somewhere.

  5. IEEE? on Researchers Outline Targeted Content Poisoning For P2P Data · · Score: 1

    The paper has tons of English grammar mistakes and typos. I also noticed several semantic mistakes, like calling p2p clients "networks", and using the word "swamp" when they obviously meant "swarm". They also repeated the "this won't work against FTP/email/DVD-in-mail" paragraph at least 3 times in the first two pages.

    Doesn't IEEE have some quality standard for their publications?

    Anyways, I got bored of reading this thing after the first few pages (maybe that was their intent?). In short, they propose a custom p2p content distribution system, or augmentation of existing p2p software. The main servers would do the management, and users would do the decentralized distribution part.

    Their system adds some sort of authorization mechanism: after purchasing something you get a receipt, and you use that to connect to the network via a (company-controlled) bootstrap node. You have to continuously refresh your auth token against this node. And somehow this token lets anyone recognize a legal/illegal download request. And the poisoning part is there to stop clients that skip the authentication process (both producers and consumers). Does anyone feel like examining their method in detail?

  6. Performance on Bethesda Releases Daggerfall For Free · · Score: 1

    Actually, this game is already decently playable on a (amd) 486. And flies on a P200. What you're seeing is dosbox emulation overhead.

    I disagree with your "so poorly optimized" statement. This thing does 3d with texturized surfaces and large view distance, AI, and who knows what else, all in SOFTWARE. It even has realtime ambient lighting - and still runs fine on a 486! For me, Daggerfall has the most awesome sw engine I've ever seen.