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:v1.0 is not "the first version" on EFL 1.0 Is Finally Released · · Score: 2

    So is the E17 desktop "officially" released now, or what?

  2. This about sums it up. on Slashdot Launches Re-Design · · Score: 2

    Mousing over the "?" icons in the prefs page -- which I was on because a notice at the top of the comment page was bugging me to go there and switch on classic mode which I was already using -- I expected at least a tooltip. And so I got one: it reads ".ui-icon-help". Very helpful.

    Just noticed the preview/submit buttons no longer have a tab-focus highlight in chromium too. Nice.

  3. Re:Thanks for the redesign! on Slashdot Launches Re-Design · · Score: 1

    I've been blocking JS on slashdot for years, can't say I've missed out on anything.

  4. Re:As Powerful as the PS3? on Sony Reveals the Next Generation Portable Console · · Score: 1

    PowerVR is the company responsible for the infamous Poulsbo chipset. I don't think nVidia's GeForce 7800 or whatever core is going to be threatened by them any time soon; nobody knows how to program PowerVR chips effectively, not even themselves.

  5. Re:1920x1080 is considered common these days? on Nvidia Unveils New Mid-Range GeForce Graphics Card · · Score: 1

    Smartphones push 200, 300, 400dpi already so it's not like 96dpi is even a hard limit. I'd be willing to pay the premium for a 300dpi desktop screen with insanely high resolution, but nobody wants my money apparently...

  6. Re:BOOOOo on Obama Nominates RIAA Lawyer For Solicitor General · · Score: 1

    The people need to pick a government that works for them first, and there's no evidence that's going to happen in this century.

  7. Re:What idealistic state? on LibreOffice 3.3 Released Today · · Score: 1

    Nothing bizarre about it, deliberate incompatibility between versions is part of Microsoft's protection racket. Wouldn't want companies skipping their annual upgrade payments.

  8. Re:No .. on Italian Scientists Demonstrate Cold Fusion? · · Score: 1

    Well if it's real, the price of NiMH rechargeable batteries will probably skyrocket as people stockpile Nickel for these things...

  9. Re:We always knew that ipv6 adoption would be mess on Last Days For Central IPv4 Address Pool · · Score: 1

    It's not like carriers are any stranger to sudden, forced updates - it was only a few years ago that half the internet broke for a few days because some Cisco router models had a hard limit of 2**18 IPv4 routing prefixes. Half of IPv6 - the first half of the address to be exact - is designed in such a way that this particular problem doesn't have to happen.

  10. Re:Yahoo.com is huge on Yahoo IPv6 Upgrade Could Shut Out 1M Users · · Score: 1

    He's talking about users of IPv4-only ISPs, not Yahoo

  11. Re:*Now* can we admit PHP sucks? on PHP Floating Point Bug Crashes Servers · · Score: 1

    Only beginner programmers think "characters" are important.

    Tell that to the PostgreSQL developers. I'm sure they'll be falling over themselves to redefine every single string function in terms of bytes.

    Your sort of thinking is why I18N is not working after 20 years of trying.

    Maybe you should try harder.

    ~ $ perl6
    > '£'.chars
    1
    > '£'.bytes
    2
    > '£'.encode.contents
    194 163
    > '£'.encode('iso-8859-1').contents
    163

  12. Re:And Oracle supports EXABYTE sized databases on Cassandra 0.7 Can Pack 2 Billion Columns Into a Row · · Score: 1

    Hey, someone considers it enough of a limit to turn capslock on to spell it out. Twice.

  13. H264 on The Ambiguity of "Open" and VP8 Vs. H.264 · · Score: 0

    Open as in Goatse.

  14. Re:And Oracle supports EXABYTE sized databases on Cassandra 0.7 Can Pack 2 Billion Columns Into a Row · · Score: 1

    Oracle still imposes size limits on the database? How crude. You should try a real database like PostgreSQL.

  15. Re:What functionality are we BSD users ... on Xfce 4.8 Released · · Score: 1

    If my Linux Xfce 4.7 install is any indication (I exorcised PAM long ago, so none of this fancy bloat actually works), you'll just lose the ability to shut down from the menu. And maybe automounting.

  16. Re:Makes Sense on Intel Plans Windows 8 Phones · · Score: 1

    It's the NT kernel, supposedly. And it's not like they'd have a hard time porting it, they have the source. Besides, porting to a CPU that isn't a 486-derivative would be fresh in their minds after Windows XP 64 got kicked to the curb.

  17. Re:Concerned about future PSP2 developments on Sony Says PSP2 "As Powerful as PS3" · · Score: 1

    Sony has always kneecapped the various hardware revisions of every console it's put out. The original PS1 had a parallel expansion port, and a Game Boy-style link cable port. Those disappeared fairly quickly. The PS3 shipped crippled because they didn't want to pay patent royalties for force feedback like every other console maker.

  18. Re:Actually pretty funny on Microsoft Slams Google Over HTML5 Video Decision · · Score: 1

    Borg.

  19. Re:It comes down to this on Ars Thinks Google Takes a Step Backwards For Openness · · Score: 0

    Why would anyone encode in H.264 for flash users when flash is adding WebM support? This guy's an idiot splogger who has done *no* research at all.

  20. Re:Yay on Major Sites To Join ‘World IPv6 Day’ · · Score: 1

    While it's certainly *possible* to brute-force 64 bits of network address space, I'd imagine such people have better things to do with 18 trillion packets than go looking for grandma.

  21. Re:Yay on Major Sites To Join ‘World IPv6 Day’ · · Score: 1

    How many people have a house with curtains and blinds but no doors or windows? That's what your NAT gets you.

  22. Re:In the news today... on Opera Supports Google Decision To Drop H.264 · · Score: 1

    It's a misfeature, like how HTML5 at one point declared "--" in the middle of a comment verboten. Encouraging people to use a format scheduled for patent-litigation genocide against end users in only 5 years is ridiculous.

  23. Re:*Now* can we admit PHP sucks? on PHP Floating Point Bug Crashes Servers · · Score: 3, Insightful

    "Correct" use of the language is to ignore string functions entirely and use an optional extension, because they don't actually support Unicode. In 2011. Amazing.

    You know, C actually has a valid excuse for that sort of thing. But I'm sure you'd rather call people names all day like a retarded skript kiddie, than admit PHP's Unicode handling is ass-backwards and crippled compared to everything else out there.

  24. Re:*Now* can we admit PHP sucks? on PHP Floating Point Bug Crashes Servers · · Score: 1, Informative

    PHP Warning: assert(): Assertion "strlen("£") == 1" failed in /home/ant/nou.php on line 3

    Awesome Unicode support there, buddy. Performance of C combined with the user-friendliness of an interpreted high-level language! Oh wait.

    Who's full of shit again?

  25. Re:Intel and Open Source on The Challenge In Delivering Open Source GPU Drivers · · Score: 1

    It's phoronix. Whining about prerelease drivers is their entire business model.