Slashdot Mirror


User: loufoque

loufoque's activity in the archive.

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

Comments · 3,170

  1. Re:I use a Mac you insensitive clod! on Most People Have Never Heard of CTRL+F · · Score: 1

    My apple keyboard bottom row:
    Control, alt/option, command, space bar, command, alt/option, control.

    Most apple keyboards I've seen have a "fn" button before control.

  2. Re:Learn your AVC's on Most People Have Never Heard of CTRL+F · · Score: 1

    That's not copy and paste, that's cut and paste.
    Moving is *very* different than copying.

  3. Re:Learn your AVC's on Most People Have Never Heard of CTRL+F · · Score: 1

    There is certainly room for copy and paste in programming.

    No there isn't.
    This is probably one of the only hard rules in programming.

    If you end up writing the same thing in multiple places (or worse, if you explicitly copy to write the same thing), then you need to refactor the code.

    I've re-used code between different PalmOS applications I've developed.

    Ever heard of functions?

    I could, of course, set up a library, but to do that for small snippets of code is a nuisance.

    Less of a nuisance than having to test and maintain N bits of code that could just be one?

    Plus I will often want to adapt the code for different applications, and if I wrote general purpose library code, it would be bloated

    Learn to code generically? Functional programming can help.

    (a shared library would help, but that would require an installer to install it)

    I don't understand your issue with shared libraries or even libraries. You don't even need a library to refactor some code in one unique place.

    In a current project, a GPL astronomy app for Android, I'm re-using ephemeris code from GPL'd applications for other platforms. Why should I spend many hours trying to figure out and optimize all of the math myself, potentially introducing various bugs and inaccuracies? Instead, I can adapt mature code from other people's GPL applications, and then just include the appropriate copyright acknowledgments.

    Since when does using an existing library require copy-pasting?

  4. Re:Learn your AVC's on Most People Have Never Heard of CTRL+F · · Score: 0

    Programming is not normally done with copy and paste.
    If it is, you have a serious problem.

  5. Re:iPads on Most People Have Never Heard of CTRL+F · · Score: 1

    You know they praise the iPad for all it's wonder and a simple usability flaw such as this is still prevalent.

    Who praises the iPad? Certainly not ergonomics people.

  6. Re:I use a Mac you insensitive clod! on Most People Have Never Heard of CTRL+F · · Score: 1

    At least you have a good reason not to use the feature, since Command (and even Ctrl) are in very impractical places on Apple keyboards.

  7. Re:/ (slash) on Most People Have Never Heard of CTRL+F · · Score: 1

    It works in other text-mode viewers and editors.
    But beware, it expects a regular expression, not just text to search for.

  8. Re:Learn your AVC's on Most People Have Never Heard of CTRL+F · · Score: 0

    No one ever uses CTRL+A, it's fairly useless.
    Even the triple-click is not that useful.

  9. Re:One problem with Python's standard library... on Book Review: The Python Standard Library By Example · · Score: 1

    For instance, strcpy is still supported in C, even though it's widely regarded as very unsafe.

    There is a difference between a function imposing a precondition and one that is broken.

  10. Re:Stick with the old on Windows 8 To Fight Piracy With the Cloud · · Score: 1

    You mean Windows XP.

  11. Re:To the roots on Windows 8 To Fight Piracy With the Cloud · · Score: 1

    Visual Studio is essentially free.

  12. One server per service is stupid on Linus Thinks Virtualization Is 'Evil' · · Score: 1

    I never understood why IT people did one machine per service. This is a great waste of resources.
    Of course if they do that, they kind of have to resort to virtualization.

    But if they provided all services from the same machine, or multiple ones at least, there would be no need for that to begin with.

    The OS supports running multiple processes at the same time, no need to use virtualization...

  13. Re:Good for beginners on Linus Thinks Virtualization Is 'Evil' · · Score: 1

    That's not virtualization, that's emulation.

  14. Re:Removing the file system on Interview With GNOME 3 Designer Jon McCann · · Score: 1

    This is exactly the bit that motivated my comment.

    Notice the words 'advanced', 'complex' and 'mess around' to qualify what should be the primary paradigm to manage the computer.

  15. Re:Elder Scroll V sales dropping on Notch Asks For Trial By Combat · · Score: 1

    It's going to be disappointing, but I'll be getting it anyway.

    From rlslog, of course.

  16. Removing the file system on Interview With GNOME 3 Designer Jon McCann · · Score: 1

    is what it seems they want to do.

    They want to give up on the idea of organizing your files as trees. Put all your files of one type into one "application" and then use a search engine or the "recent documents" feature whenever you want to open it again.

    Lately, web browsers have been trying to replace the URL bar by a search engine. This was utterly stupid.
    But what they want to go? It is way beyond that. It makes absolutely no sense. UNIX was built on the idea that the filesystem is the centre of the operating system. Clearly, they have forgotten that.

  17. Re: read first, moron. on Crysis 2 Update a Perfect Case of Wasted Polygons · · Score: 1

    Oops, wrong place in thread. Can someone remind me why slashdot still doesn't allow editing or deleting posts?

  18. Re: read first, moron. on Crysis 2 Update a Perfect Case of Wasted Polygons · · Score: 1

    I did read TFA.
    It's a missed optimization. Are optimizations compulsory now?

    If ATI cards can't deal with a higher computation load, it's just because they're not as good, that's all there is to it.

  19. Re:ATI is crap on Crysis 2 Update a Perfect Case of Wasted Polygons · · Score: 1

    ATI is the one trying to trick you.

    Their cards have less computing power, but they make up for it with nifty tricks that only work in certain cases. As soon as you get out of these idealized cases, performance drops dramatically.

  20. Too many polygons, so what? on Crysis 2 Update a Perfect Case of Wasted Polygons · · Score: 1

    Games use too many polygons, so what? They also use too much RAM, too much disk space, and too much processing power in general.
    The important thing in video games is making them work, not making them optimal.

    Why is tessellation done everywhere even on relatively flat stuff? Because the development team did not waste time studying each object one by one, the tessellation aspect was computer-generated for everything.

  21. ATI is crap on Crysis 2 Update a Perfect Case of Wasted Polygons · · Score: -1, Troll

    Since when is this newsworthy?

  22. The best is yet to come on C++0x Finally Becomes a Standard · · Score: 1

    This standard is late and is full of little quirks.
    It has some pretty nice stuff, but some areas still leave to be desired.

    Hopefully evolution will resume now, and the upcoming work and standardizing meta-programming, domain-specific embedded languages, AST manipulation, polymorphic lambdas, constrained templates, concepts, axioms and modules will be able to take form.

  23. Re:Aren't we talking different markets? on 3DS and Vita Face Tough Battle Against Smartphones · · Score: 1

    It could be argued "true" hardcore RPG gamers don't distinguish between western and eastern games, but of course that would be yet another silly "true scotsman" argument.

    It is a fact, however, than in recent years western RPGs have been dumbed down in order to sell more to casual players, while most japanese ones (especially those for the PSP) have gone even more niche.
    There are also korean RPGs emerging now, though the korean industry is mostly focused on MMORPGs. I don't think they're meant to be accessible to casual gamers either -- a casual MMORPG means little sense anyway, since to play in a guild etc. you need to be online very regularly.

    Even Dragon Age demonstrates the trend of dumbing down -- even though it was initially presented as going back to the roots of old-school RPGs --, and it's even worse in Dragon Age 2 and other games. Mass Effect is essentially a FPS now, too.
    And it is still uncertain how much dumbing down there will be in Skyrim.

    The western RPGs that are have the less dumbing down are from eastern europe now, it seems.

  24. Re:Aren't we talking different markets? on 3DS and Vita Face Tough Battle Against Smartphones · · Score: 1

    Aren't smartphone games more for the adult casual gamer with some free time between the events that constitute their life and the nintendo handhelds more for young children with more free time than a life?

    Adults play real video games too, you know.
    Actually, the PSP mostly had old-school JRPGs. The PSP was the console preferred by hardcore RPG gamers, which are typically young adults.
    On the other hand, the DS had more games for kids.

  25. Rebooting? on The Death of Booting Up · · Score: 1

    Why would you do such a thing?

    Always on is perfectly fine, especially for a work desktop computer.