| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 11 months |
| seen | May 21 at 11:46 | |
| stats | profile views | 15 |
|
Sep 16 |
comment |
Observer pattern over HTTP and TCP/IP (Server-Client) What kind of clients? Thin (browser based) clients or heavy clients? |
|
Sep 16 |
comment |
Can GPL-licensed software be resold? If you forbid the software to be resold, it is not considered free software anymore by many people (the OSI will not consider it Open Source, see 1 in opensource.org/docs/osd). And it will not be compatible with the GPL. If you do not want your software to be resold do not use the GPL or a modified version thereof. |
|
Sep 16 |
answered | SLF4J vs LOG4J Which one to prefer? |
|
Sep 12 |
awarded | Editor |
|
Sep 4 |
comment |
Should I make public my implementation of a published algorithm? Indeed. You do not need to publish your implementation of Quicksort, Dijkstra, A*, Branch and bound search or whatever. Those "published algorithms" (and many others) are implemented a lot of proprietary software and the code of the implementation is not released. |
|
Sep 3 |
comment |
Is return-type-(only)-polymorphism in Haskell a good thing? "How could we encode this as an interface in an OO language?" You could use first-class algebra: interface Monoid<X> { X empty(); X append(X, X); } However you need to pass it explicitly (this is done behind the scene in Haskell/GHC). |
|
Aug 30 |
comment |
What are the reasons that make PHP more popular for freelancing world? @Saeed: but MS OSes are not so great for servers |
|
Aug 17 |
comment |
Why is Objective-C not widely used beyond Cocoa environments? And there's Cocotron as well. |
|
Jun 8 |
awarded | Supporter |
|
Jun 8 |
comment |
What issues lead people to use Japanese-specific encodings rather than Unicode? Why doesn't everybody switch from ISO-8851-1 to UTF-8 ? |