Slashdot Mirror


User: rtayek

rtayek's activity in the archive.

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

Comments · 14

  1. Re:file transfer on Ask Slashdot: Old PC File Transfer Problem · · Score: 1

    yes, you can buy the http://en.wikipedia.org/wiki/L..., but be sure to get cables with both serial and parallel connectors and take a look at http://www.minuszerodegrees.ne... thanks

  2. Yes, I did that in the late 60's on One-a-Day-Compiles: Good Enough For Government Work In 1983 · · Score: 1

    Worked at Hughes Aircraft in Fullerton. Sent punched cards off to an http://en.wikipedia.org/wiki/I... in Culver City and got the printout back the next day. Not exact;y doing http://en.wikipedia.org/wiki/T... back then.

  3. mutilthread? on Ask Slashdot: Speeding Up Personal Anti-Spam Filters? · · Score: 1

    depending on where your time is going, consider splitting the file up into pieces and run each piece in a different thread.

  4. Re:New Important Design Patterns? on Ask Jazz Technical Lead Dr. Erich Gamma · · Score: 1

    i believe that the consensus is that the 23 *design* patterns in the gof (plus or minus a few) are orthogonal and complete.

  5. a few more flavours on Best Grad Program For a Computer Science Major? · · Score: 1
  6. design principles on PhD Research On Software Design Principles? · · Score: 1

    you said design. look at cohesion and coupling from the structured programming era. also uncle bob's o-o design principles: http://www.objectmentor.com/resources/articles/Principles_and_Patterns.pdf. in architecture, the dependency inversion principle and http://en.wikipedia.org/wiki/Hollywood_Principle in http://en.wikipedia.org/wiki/Inversion_of_control frameworks like spring. you should expect to see o-o design patterns

  7. xyzzy on What Was Your First Gaming Experience? · · Score: 1

    adventure, then empire on a dec pdp-10

  8. Re:It is called FUBAR on Swearing at Work is Bleeping Good For You · · Score: 1
    ....but there are times where nothing fits but "WTF?!?"

    in polite company, i sometimes render the f as frog.

    thanks

  9. you may want to look at this on A Windows-Based Packaging Mechanism · · Score: 1

    http://ifcx.org/wiki/AntAnywhere.html - not quite what you are doing, but might be relevant.

    thanks

  10. Re:I code C# for a living on Java 1.5 vs C# · · Score: 1
    i code java for a living (and prefer it). but java does have some catching up to do). just comparing the langages: the generics are almost useless, no operator overloading, and how would you do custom attributes in java? like: http://www.mantrotech.com/technology/csharp/articl e_customattribute.asp

    thanks

  11. sorta normal, been going on for *many* years on The Rise and Rise of IT Administrators · · Score: 1

    most programmers (and engineers) actually want to make something work (we *like* it). naict, most everyone else wants to build an empire or has some other agenda. so rhis result is not surprising.

    xp was invented to combat this tendency at the development hierarchy level. maybe someone needs to invent xa?

  12. no, beware the enginering metaphor! on Are Programmers Engineers? · · Score: 1

    read this excellent article at http://portal.acm.org/citation.cfm?doid=506218.506 237 or http://tayek.com/~ray/xptools/p27-wang.html

  13. patterns on Complex GUI Architecture Discussion? · · Score: 1

    interesting topic. this variation on mvc might be useful: http://www.atug.com/andypatterns/mgm.htm also perhaps: http://www.appdevadvisor.co.uk/Downloads/ADA5_9pdf s/Hunt5_9.pdf, http://www.jaydeetechnology.co.uk/planetjava/tutor ials/swing/The-Visitor-Framework.PDF, http://st-www.cs.uiuc.edu/users/droberts/evolve.ht ml, http://www.rolemodelsoft.com/patterns/javaextend.h tm hth hth

  14. Making the Case Against Software Patents? on Making the Case Against Software Patents? · · Score: 1

    throw this article entitles "Coase's Penguin, or, Linux and The Nature of the Firm" at http://www.benkler.org/CoasesPenguin.PDF to the econ or legal types. thanks