Slashdot Mirror


User: CarpetShark

CarpetShark's activity in the archive.

Stories
0
Comments
4,032
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,032

  1. That's because the web is backwards on The Math of Text Readability · · Score: 1

    But on the web? I don't think anyone would really notice or care that much. Plus, it'd be hard to achieve, since you can't rely on all machines rendering fonts at the same resolution, and you can't rely on fonts actually being present on all machines, and you can't rely on all the *versions* of a typeface actually being the same across different platforms. None of this is news. The web was designed to sort-of deal with these problems.


    Which is what the experts knew and designed for all along. Unfortunately the "web designers" thought they knew more about design than the typographers who've been designing text for millenia, and the developers who knew enough to know what they didn't know.
  2. Re:Nintendo isn't losing money on BBC Ponders Another Games Industry Crash · · Score: 1

    That's because Nintendo thought about what it could afford to create, and what customers would buy as a games machine --- the traditional approach to selling something.

    Sony, and MS in particular, seem to have entirely different goals: getting a foothold of an entertainment audience by selling something to kids, and having them grow up with it. As such, they're prepared to have a loss at the beginning, as long as the kids like MS when they're old enough for office machines and purchasing decisions, or as long as they'll boost the market for Sony's Bluray.

  3. Non-OO on Beginning Lua Programming · · Score: 1

    That ANSI-C compatibility will make it kind of annoying to implement any sort of OO interface to your app, though :/ My advice is to go with embedded python, unless you REALLY need an interpreter in 150k.

  4. Re:Nice (so-called) dot-net alternative on Delphi For PHP Released · · Score: 1

    Admittedly, I'd never heard of CakePHP before. It looks like an interesting project.

    As far as CakePHP solving the issue goes though... no, it won't. CakePHP is an MVC inside an interpreted-every-time V, which is part of a rebuilt-every-time MVC. This is very inefficient, obviously. It's pretty much doomed to be that way, because, as I said, PHP is designed to run inside pages, rather than to run and provide pages. CakePHP would be a reasonable alternative for MVC on legacy shared hosting that didn't provide anything but PHP, but for all intents and purposes, it should be avoided, imho.

  5. Re:AJAX for database access??? on Delphi For PHP Released · · Score: 1

    They're referring to dynamically updating forms, such as when you have two combo boxes, select something in one, and the options change in another, or when you enter a search filter, and the table of found records updates without reloading the entire page.

  6. Nice (so-called) dot-net alternative on Delphi For PHP Released · · Score: -1, Troll

    Personally, I think PHP is a pretty horrible way to do web development of any real size. Web apps need to be written in proper code, with MVC, and templates, not as code embedded in individual pages.

    However, this might at least this might steer some windows users away from the thing microsoft likes to pretend is reponsible for a TLD ("dot net"), which is worse.

  7. Re:except that people are busy on Protests Move From the Streets To YouTube · · Score: 1

    I would expect him to listen, and propose a new bill/amendment, except if such an amendment has already been proposed for the same reasons, and dismissed. If it does get proposed, then all good people can stand up on the other side of the argument, and have the bill rejected. Simple, really.

  8. Re:Activating genes is evolution? on The First Evolving Hardware? · · Score: 1

    It depends what the genes are capable of. If they already represent a fully fledged (turing complete) set of operations/attributes/skills, can accept any input, and generate any output, then there's no need for the genes to change, except perhaps for efficiency reasons.

    But, of course, that's unlikely, and yes, I think they're probably misleading people here.

  9. except that people are busy on Protests Move From the Streets To YouTube · · Score: 1

    saying a million people in total across the entire country, were protesting, would mean 5% of the population were involved.


    You're forgetting one very important fact about representative democracy: the whole point is that someone else represents us, because we don't have the time to be involved in day-to-day political governance ourselves. When ANY of us take time out of our lives to correct our politicians, then they need to take notice. It's only when the majority of people who DO something have a different view, that the minority who do something should be ignored.
  10. Re:Seriously on Still A Rough Road Ahead for the PlayStation 3 · · Score: 1

    In the UK, the price has the similar digits, but a different currency.

  11. "hundreds of cores"? on Multi-Threaded Programming Without the Pain · · Score: 1

    Where is the abstract getting "hundreds of cores in desktops on the horizon" from? Is this actually expected soon, or are they just looking ahead a bit too eagerly?

  12. Microsoft's game on Microsoft Gives In To the EU · · Score: 1

    In which case they'll almost certainly still be in violation of the terms of the court ruling.


    Welcome to the game.
  13. Re:Seriously on Still A Rough Road Ahead for the PlayStation 3 · · Score: 1

    only the price and the lack of games would cross the mind of any non geek.


    Or the price of the games. Games are extortionately expensive lately.
  14. Re:Obquote on Dell Opens a Poll On Linux Options · · Score: 1

    In response to overwhelming user demand for Linux


    I do not think that word means what you think it means.


    Oh, come on, don't be so cynical. They might be just sweeping up the last few parts of the market now that they've got the mainstream crowd, and I know they ignored requests for more linux for a long time. Still... it does count as a "response" :)

    p.s.: yesh, I know you were probably referring to "overwhelming" ;)
  15. Re:How does document.write mess up your DOM tree? on Googlebot and Document.Write · · Score: 1

    That's fine up to a point, but there should be a way around these limitations. In C, it's all too easy to screw things up with null pointers etc., but if we didn't have those low-level features, a lot of important software would be impossible to write.

    I'm not saying that Javascript should ENCOURAGE low-level access to the document, but to flatly deny those things is to falsely limit a language. Languages, after all, are supposed to allow you to express ANYTHING.

  16. Re:pong on The Ten Most Important Games · · Score: 0, Flamebait

    PCs are crap. The only reason they're important is that lots of people have them, and eventually, they get everything that the better designs of computer had before.

  17. compatibility on Debian Package of the Day · · Score: 1

    Agreed. If debian could tell me which is the best (ie, most compatible and most featureful) combination of packages for "web serving, python, smtp, imap, and bandwidth accounting", say, then it really would be the perfect OS. For the moment, it's just the best :)

  18. Re:How does document.write mess up your DOM tree? on Googlebot and Document.Write · · Score: 1

    because there's no way to guarantee the document will continue to be valid.


    Except that the programmer might know what they're doing. But I guess we're getting past the point of trusting people more than machines ;)

    Not that it's wrong to have failsafes in place, and not that XHTML isn't fine without document.write, but this "validity guarantee" argument is a little worrying.
  19. If you think that's confusing... on Intel to Sample Flash-killer PRAM This Year · · Score: 2, Interesting

    In the UK, "pram" means a baby stroller.

  20. Life's work on Jeff Hawkins' Cortex Sim Platform Available · · Score: 2, Funny

    But hey, he made a lot of money off Palm, that gives him way more street cred than people who have been working on this problem for their whole lives.


    Some people spend their entire adult lives trying to overcome alcohol addiction, or trying not to beat their spouse. To others, it comes naturally.
  21. Re:free software, not open source on Top Ten Open Source Innovators · · Score: 1

    Well, yes, but Stallman has said that he created the Free Software movement because of existing de-facto practices in Unix etc., which began to be supplanted. I believe Unix started in the '60s.

  22. Re:Microsoft's half finished sentence. on Microsoft Attacks Google on Copyright · · Score: 1

    ...unless it's software.

    Or an industry standard.

  23. NTP? on Linux Systems and the New DST · · Score: 3, Interesting

    How does this work with NTP? Will the system just stay up-to-date from another system that understands the new rules, or does NTP all work on UTC so that it's not aware of this, or something?

  24. Re:here is my example on Speed of Light Exceeded? · · Score: 1

    A nice example, but what is it supposed to show?


    That we're halfway to using light beams instead of cogs in a gearbox, of course! ;)
  25. Re:disembark? on Ocean Floor Crust Wound to Be Explored · · Score: 1

    Either that, or they've arrived, and they're going for an EVA. The post is just ambiguous.