Slashdot Mirror


User: Ant+P.

Ant+P.'s activity in the archive.

Stories
0
Comments
3,046
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,046

  1. Re:What we need is... on RIAA Sues 19-Year-Old Transplant Patient · · Score: 1

    Maybe not, but the RIAA does exactly the same harassment to these people - and then fucking steals all their money.

    Displaying pictures of these shitheads is letting them off lightly.

  2. Re:Goog Grief! on RIAA's Oppenheim Tries To Protect MediaSentry · · Score: 3, Informative

    (I've realised about 400 other people answered this while I was typing up a reply, but one more won't hurt)

    1. What do you mean about thumbnailing the pictures? Isn't there only one picture?

      I think he means that one picture near the bottom of the page using width="225", maybe there's other ones. The main reason you'd want to use proper thumbnails for things like that is it saves bandwidth. Also most browsers have crap resizing algorithms optimised for speed. Properly done thumbnails look nicer.

    2. What should I do instead of using font tags?

      Depends how you're using them. You can replace <font size=> with <small> and <big> (but read the next point) and font face tags with <span>/<div>/<p> using class="" and a bit of CSS.

    3. What is semantic markup?

      Basically just saying what you mean in the HTML, instead of saying what it should look like. For example you've got a <font size="-2"> for your keywords thing, which could be done as <p class="keywords"> (or "tags", as web2.0 is calling them these days) and putting p.keywords {font-size:x-small} in the CSS. As a side note, I've seen google's search results are displaying more details than they used to do - as far as I can tell they do pay attention to class names in some places.

      If you want an example of semantic markup, have a look at the completely-overdone html in this post.

    4. I thought the old fashioned fonts were more reflective of my 19th century personality, but maybe I'll experiment with something else.

      The looks are a matter of opinion more than anything. I don't mind serif fonts but I think your layout could use more separation; try adding background colours on things like the replies (div.blogComment) to break it up a bit.

  3. Re:I like Steam on Valve's Gabe Newell On DRM · · Score: 1

    I always wonder why there's some poor cheater who comes up with this "I was banned but I didn't cheat" excuse, because it doesn't hold up at all when others know how VAC works.

    Now say someone got their hands on one of these files... then linked to it using an <img> tag on... say... a valve-related forum.
    Hmm.

  4. Re:Lots of poor "solutions" here on Distributed, Low-Intensity Botnets · · Score: 1

    Firewall off ssh completely and require a VPN connection first

    Just another layer of obscurity.

  5. Does Phoronix even know what "Real World" means? on Real-World Benchmarks of Ext4 · · Score: 1

    Here's a few pulled-from-my-ass tests for the real world, as opposed to their real-world tests for an ad-revenue-driven world.

    1. Fill the disk with data, then write random bytes to random sectors of the disk (using a repeatable PRNG). See what percentage of the filesystem is still recoverable afterwards, and how long it takes to do a fsck on it.
    2. Time this.
    3. Count the number of times each FS's developers have murdered someone (hey, it's no less meaningless than measuring a FPS timedemo in terms of seconds per filesystem).
  6. Re:AMD had it going on 45nm Opteron Performance, Power Efficiency Tested · · Score: 1

    AMD is in a bad place right now. They're being squeezed on the x86 side by Intel with better performance/watt CPUs, and the only thing keeping both of them from being destroyed overnight is the fact Microsoft's desktop OS doesn't run on ARM.

  7. Re:Improved HAL on Atheros Hardware Abstraction Layer Source Is Released · · Score: 1

    It was probably modded troll because you posted a spam-protected email in plain text without thinking.

  8. Re:Professional easter eggs on Would You Add Easter Eggs To Software Produced At Work? · · Score: 1

    It makes the statement that they they don't care about streamlining.

    To me, it's making the statement that they take MS Office compatibility seriously

  9. Re:You're both wrong. on PC Grand Theft Auto IV Features SecuROM DRM · · Score: 1

    Do the rent-a-cops follow you back to your home and mess with your computer after you've paid for the game?

  10. Re:Supporting the freedom for my hardware to not w on Proprietary Blobs and the Pursuit of a Free Kernel · · Score: 1

    And just to rub it in, the "nv" driver outperforms the nvidia blob in 2D. You'd expect an AGP card to at least be able to handle something like scrolling terminal text in a bitmap font...

  11. Re:Existing support for scaling the UI on An Optimized GUI Based On Users' Abilities · · Score: 1

    I'm left handed but always used right-handed mice. Lately I've realised how bad this layout actually is; the left hand doesn't move from the left of the keyboard, while the right hand is constantly reaching between the keyboard and mouse, over the arrow keys and (relatively useless) numpad. That's a lot of needless full-arm movement and it does start to hurt after a while.
    I'm not sure whether the best solution is to get a new keyboard without the numpad, or get a mouse I can use left-handed (current one is one of those right-handed ones with too many buttons), but then I'd have to relearn everything.

    I've also noticed I have a bad habit of using only the right shift key, left ctrl, etc...

  12. Re:Cut taxes, then on Obama Team Considers Cancellation of Ares, Orion · · Score: 1

    Who do you have to defend yourself against that you need such a large military budget?

    The people.

  13. Re:Reiser4 on On the State of Linux File Systems · · Score: 5, Interesting

    Reiser4 is still being maintained, by one ex-Namesys person IIRC.
    The main problem is the Linux kernel devs - they were too busy trying to find reasons to keep it out of the kernel (I can agree with their complaints about code formatting, but after that they descend deep into BS-land) to actually improve it. From the outside it sounds a lot like the story about the RSDL scheduler - completely snubbed because it stepped on the toes of one kernel dev and his pet project.

  14. Re:But what about Windows? on On the State of Linux File Systems · · Score: 2, Informative

    Unless you're dealing with backward firmware/BIOS code that only understands FAT, you should be using UDF. Vista supports it, OS X supports it, Linux supports it, and everything back to win98 has readonly support - but you can get third-party drivers just like for ext2.

  15. Re:Come one, Phoronix? Seriously? on Left 4 Dead Demo Includes Linux Steam Client Libraries · · Score: 1

    Who still believes any of the stuff they're writing?

    I don't, but I read it anyway to laugh at the hilariously inaccurate articles - it makes Slashdot look professionally edited in comparison

  16. Re:Trolls equal... on Experts Tell Feds To Sign the DNS Root ASAP · · Score: 1

    é

    Neat trick I found out the other day. Slashdot actually lets you use HTML entities.

  17. Re:Software development on Intel Takes SATA Performance Crown With X25-E SSD · · Score: 1

    If you're using a filesystem with copy-on-write (btrfs, zfs, other flashy new stuff), then the merge part will be way faster on the hard disk. If those sound too scary and unstable, ext4 in 2.6.28 has the delayed-alloc thing which makes it basically behave like a tmpfs anyway until something tells the kernel to sync.
    Not that it'd make any difference on my desktop - I'm stuck with a pentium 4.

  18. Re:10,000 RPM on Samsung Mass Produces Fast 256GB SSDs · · Score: 1

    Nothing wrong with living in the past. I'm still living in 2007 with my 4GB laptop and I've never felt like I was short on free space. But then I don't really use that laptop for HD video editing or the like...

  19. Re:obstructionofjustice tag? on New iPhone Apps Help Drivers Beat Speed Traps · · Score: 1

    This is obstruction of justice for the RIAA's definition of "justice". Which just so happens to be the definition shared by far too many traffic police.

  20. Re:wait what on Misdemeanor Plea Ends Norwich Pornography Case · · Score: 3, Insightful

    not our problem

    What a shining example you set.

  21. Re:So when can we expect... on Hacks Allowing Disabled Gamers To Play Guitar Hero · · Score: 1

    It'd be nice if game makers actually paid attention to realistic sound effects, instead of just using that 800W gaming machine for rendering photorealistic raindrops with accurate physics over a canned loop of rain noises.
    The hardware to do decent 3D sound was there a decade ago, but Creative bought everyone out and left the end user with their shitty reverb effects.

  22. Re:Put this stuff in Idle on Unix Dict/grep Solves Left-Side-of-Keyboard Puzzle · · Score: 1

    As for the "stuff that spills out"... just repeat the same for articles posted by timothy.

    That'll be another $45, please.

  23. Re:Old School Security on Chinese Hacking of American Military Networks On the Rise · · Score: 2, Funny

    That is old-school security - the admins probably still think it's called ARPAnet.

  24. Re:they'll beat intel on price, they always do on AMD Shows Upcoming Phenom II CPU At 6.0 GHz+ · · Score: 0, Redundant

    It might be 6cents/kWh for you, but it's £0.12/kWh here.

  25. Re:Riight... on AMD Shows Upcoming Phenom II CPU At 6.0 GHz+ · · Score: 1

    How else do you think they keep the planet balanced on that turtle!?