Slashdot Mirror


User: dingen

dingen's activity in the archive.

Stories
0
Comments
1,396
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,396

  1. Re:...Good for you? on Using a Tablet As Your Primary Computer · · Score: 1

    What good is a portable device if you need to wire it to a power outlet all of the time?

  2. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 1

    Nobody is talking about perfect code. But there really is no reason to check in utter crap that doesn't even compile. The point of a versioning system is to share revisions of code that makes sense and can be used by others, not as a temp folder.

  3. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 1

    The iPad doesn't come with a SSH client of its own, but there are lots of 3rd party ones available and some of them do support X Server tunneling. iSSH is a popular one.

  4. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 1

    I guess it boils down to personal preference, but I have never experienced any problems with using any of the notebooks I've owned over the years on situations like you describe. To me, notebooks seem just about as portable as tablets, with the added benefit of a more powerful system (both in hardware and in software).

    I totally understand the benefit of a simple operating system like iOS or Android on a phone. But on anything larger than that I completely miss the point.

  5. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 2

    That's what I don't get either. I understand a desktop isn't mobile and a smartphone is too small, so there's room for something in the middle which is the best of both worlds. But why on earth would you choose a tablet over a notebook?

    To me, a notebook seems just as portable as a tablet, with the added benefit of a more powerful system.

  6. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 1

    But how is it better to let the server do everything en keep everything? Why not sort it out on your workstation and when it compiles & works, you check it in?

  7. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 1

    Why have a cludgy PC under every desktop.

    Because that is Bill Gates' dream. "A computer in every home, on every desk" remember?

  8. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 1

    Right.

    What is in your experience the benefit of using a tablet over a notebook computer?

  9. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 1

    Why would you let the server do the compiling? What on earth is the benefit of that? This also means you check in stuff that doesn't even compile. How does that help your team?

  10. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 3, Insightful

    Yeah, that's what is so amazing about all this. It's like the PC never happened.

  11. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 1

    The point of this thread is the question if it is viable to have a tablet as your primary computer. Moving the use of a tablet to the niche it was developed for is therefore besides the point. Of course it's great you can do mobile development on an iPad. The real question is: is it more suitable for development than a workstation?

  12. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 1

    So how do you layout the GUI? From the command line as well?

  13. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 1

    So you can create web applications from a terminal. That's great. But how do you develop something else? For example... an iPad app?

  14. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 3, Informative

    He is running his stuff remotely and using the iPad solely as a terminal.

  15. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 1

    Hmmm... lists have looked better on Slashdot in the past if I recall correctly.

  16. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 1

    Benefits of working on something better than a tablet:

    • the ability to work offline
    • the ability to run more programs at once (without having to switch between them or experience notable performance issues)
    • more screen space
    • faster compiling

    To name a few from the top of my head. I can't imagine doing all of my daily work on a tiny tablet.

    But then again, if it's good enough for Picard, it is probably good enough for me.

  17. Re:Have done the same as a developer, sort of on Using a Tablet As Your Primary Computer · · Score: 2

    And what are the benefits of using a simple terminal instead of something more powerful? I mean seriously, didn't we go through exactly the same process back in the 70s?

  18. Re:Netflix on USPS Ending Overnight First-Class Letter Service · · Score: 1

    Wait what? You can't start a mail company in the US? Home of the free, indeed.

  19. Re:People who make adult games should sue on Have Walled Gardens Killed the Personal Computer? · · Score: 1

    The problem isn't in the braking per se, but a lack of braking will result in a crash for sure.

  20. Re:We should force a 3rd party app store for apps on Have Walled Gardens Killed the Personal Computer? · · Score: 1

    You mean like Cydia?

  21. Web applications to the rescue (once again) on Have Walled Gardens Killed the Personal Computer? · · Score: 1

    Just like the web made Windows obsolete by offering a true cross-platform application layer, web apps are also not effected by the restrictive nature of walled-off app stores.

    These are the reasons why web apps are important. You may laugh at the technical limits of the web, but at least nobody can prevent anyone from using it.

  22. Re:Finally! on EU Court Adviser Says Software Ideas Can't Be Copyrighted · · Score: 3, Interesting

    So drawing a box or moving a cursor *on a PC* should be applicable to copyright?

  23. Re:Not a complete fan of JS on OpenPGP Implemented In JavaScript · · Score: 1

    Why use a scripting language to program complex software when other better maintainable technologies are around?

    Because of all the devices running a JS-capable browser these days, meaning that your JS-powered application is accessible to virtually every citizen of this planet.

  24. Re:"Wow, there's really no limit to what JS can do on OpenPGP Implemented In JavaScript · · Score: 1

    What does that have to do with the fact you can create any program with a Turing-complete programming language?

  25. Re:The real point is... on OpenPGP Implemented In JavaScript · · Score: 1

    Ah, the old Turing-complete chestnut. Just because something is possible, does not mean it is feasible, practical, or easy.

    Doing PGP in Javascript isn't all that different from doing it in any other programming language. The only single difference between doing a random project in Javascript versus Perl, Ruby, Python or whatever is that since all the browsers run JS, the project is accessible to probably the largest possible user base. That makes JS cool to do a project in. But since this is true for everything done in JS, I really don't think it needs to be promoted on the front page every single time someone decides to develop something in Javascript.