Slashdot Mirror


User: sekbeep

sekbeep's activity in the archive.

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

Comments · 4

  1. Re:bad grammar on Build Your Own PBX · · Score: 0

    If you are an adult and don't have a house by now, you are about to miss the boat.

  2. Re:Where did this come from? on Migrate Win32 C/C++ Applications to Linux · · Score: 0

    Windows = GUI = 99%

  3. Re:Why Not Port Wine?!? on Migrate Win32 C/C++ Applications to Linux · · Score: 0

    It is my understanding that WINE reimplements the Windows system calls in Linux, not so much the Windows API. Subsequently, I doubt it will ever be 100% compatible with the Windows environment -- although very close.
    Personally, I would rather reengineer the application in wxWidgets, Qt or some other cross-platform GUI API, particularly for mission critical applications.

  4. What Else is there besides OpenLDAP? on What Else Is There Besides OpenLDAP? · · Score: 0, Flamebait

    Ditch LDAP and use a relational database. LDAP isn't ACID anyway so you are putting your data at risk. Read this article by Peter Gutman: http://www.cypherpunks.to/~peter/09a_cert_store.pd f Although he was writing about X.509 certificate storage, it still applies. Save yourself a lot of time and headaches.