Slashdot Mirror


User: Andreas+Rueckert

Andreas+Rueckert's activity in the archive.

Stories
0
Comments
94
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 94

  1. Great answers on The Ordinary Slashdot User Answers · · Score: 1

    Hi! Just wanted to tell you, that your answers are great and I enjoyed the interview throughout.
    Though I'd still like to know how your 1st LUG meeting was...

  2. Re:There has to be a practical reason... on Going Up? · · Score: 1

    Sorry, I overlooked the /. stories on the issue of gravity shielding. They contain some good links.
    Anti-Gravity Research Confirmed
    http://slashdot.org/science/00/03/28/0815202.shtml
    NASA seeks to verify Gravity shield
    http://slashdot.org/articles/98/12/11/1236240.shtm l
    Practical Gravity Shielding for Spacecraft?
    http://slashdot.org/articles/00/03/28/2154213.shtm l

  3. Re:There has to be a practical reason... on Going Up? · · Score: 1

    AFAIK, teleportation has never successfully demonstrated, while antigravity worked in experiments (I'd prefer teleportation to my hotel at the moon, too). But then, it seems NASA is already working on this. I found the following links: A nice collection of antigravity links: http://www.eskimo.com/~billb/freenrg/antigrav.html NASA funds gravity shield: http://space.com/businesstechnology/technology/ant i_grav_000928.html AFAIK the spinning superconductors are not necessary anymore. A guy in the USA demonstrated antigravity with stationary superconductors already.

  4. Re:There has to be a practical reason... on Going Up? · · Score: 1

    Wouldn't it be cheaper to shield the space vehicle from gravity? It was mentioned in a show that I once watched on tv. I think the guy who came up with this was Eugen Plotnikov(?). He wanted to use rotating superconductors to reduce gravity IIRC.

  5. Some serious questions on Ask An Ordinary Teenage Slashdot User · · Score: 1

    Since I never had a chance to be there, I'd like to know how you experienced your 1st LUG meeting?

    What are your other hobbies?

  6. Re:Java in linux on Why Linux Lovers Jilt Java · · Score: 1

    How many browsers support the latest Java APIs? I think Java applications are so much more useful than applets these days, since you don't have to deal with a instable browser. Some of best apps are written in Java these days. Think of Together or ArgoUML. Both rock and give you a good performance.

  7. Re:70 hours?!? on Greenspun on Managing Software Engineers · · Score: 1

    I think he also missed the point what software engineering is all about. Turning software development from a form of art into a engineering discipline. I think he mixes software engineers and programmers througout the article. Now that good and free tools like ArgoUML are available, there no good excuse anymore to avoid modelling (or planning in general). My answer to this article would be: don't give your employees toys, but give them tools! (and make them use them of course.)

  8. Re:A decrease in size and possible kaffe improveme on Sun Moves Toward "Open Sourcing Java" · · Score: 1

    What about Japhar and Classpath? Or SableVM, ORP,...

  9. Focus on design on Overcomming Programmer's Block? · · Score: 1

    Try to go to a different abstraction level. Work with diagrams rather than code until you are really confident about the architecture. If you are completely insecure about your app, even go back to analyze use-cases. Take a look at Martin Fowlers book "UML distilled" to get an impression of a development process. Maybe it's enough to reverse engineer your code with a tool like Together/C++ and to analyze the class diagrams.

  10. Re:It is not a planet: on Delaying Our Visit To The Last Planet · · Score: 1

    Don't think that's correct. You can find more info on this here:
    http://www.nineplanets.org/pluto.html and here:
    http://www.bbc.co.uk/planets/features.s html

  11. Re:NEW opensource project on Unmaintained Free Software Projects · · Score: 1

    You know I wrote some FTP sources and tried to find people interested in SFTP for months, but it seems that noone wants to use it. I spoke to so many companies, but all I heard was FTP over IPsec is what we use. Do you have a SFTP server? Maybe we could make a deal, if you are really interested in a SFTP client on linux. If so, drop me a mail at a_rueckert@gmx.net

  12. Re:NEW opensource project on Unmaintained Free Software Projects · · Score: 1

    Are you talking about secure FTP (RFC 2228) ? AFAIK there are some GUI FTP clients, so it should be feasable to bring one up to this...

  13. Re:Thread support in BSD? on Java 2 For BSD · · Score: 1

    So you have stable native threads that actually scale on SMP machines? I've never managed to do any native XSL transformations on a JDK1.2/Linux box...

  14. Re:What we're all wanting to know..... on The Few, The Proud, The Geeks · · Score: 1

    Forgot one important distro.
    Tiny Linux:
    http://tiny.seul.org/en/

  15. Re:Remember the home front too! on The Few, The Proud, The Geeks · · Score: 1

    Seems like you did a great job! Keep up the good work! Do you teach HTML to these kids? It seems some of the pages are not really HTML. But then some of them are really good, like http://agape.qis.net/~mharri1/

  16. Re:What we're all wanting to know..... on The Few, The Proud, The Geeks · · Score: 1

    Is there a way to provide some help from home? Maybe customize OSS for free? For startups that cannot afford payed programmers? Or provide online knowhow in certain fields?

  17. Re:Voluntary teaching? on The Few, The Proud, The Geeks · · Score: 1

    I have another question: how much free teaching material is available these days? We have a lot of documentation available for skilled geeks (think of the LDP), but what's up with entry level material? I sought software engineering tutorials recently and it seems there's almost nothing available. Is a server like educateyourself.org enough to close this gap in reasonable time?

  18. Re:What we're all wanting to know..... on The Few, The Proud, The Geeks · · Score: 1

    Take a look at
    Small Linux: http://smalllinux.netpedia.net
    Vector Linux: http://metalab.unc.edu/vectorlinux/
    Green Frog Linux: http://members.linuxstart.com/~aus tin/GreenFrog/
    muLinux: http://sunsite.auc.dk/mulinux/
    ThinLinux: http://www.ThinLinux.org/
    But there's at least one additional project to provide a Linux distro to the 3rd world. If I could only recall the name right now... (oldering sucks)

  19. Re:Mino XML parser on XML and Transcoding - How Would You Do It? · · Score: 1

    Do you have any performance data yet? How does it compare to LotusXSL/XML4J or XT/XP?