Stephan Eggermont

3,504
Reputation
441 views

Registered User

Name Stephan Eggermont
Member for 1 year
Seen 42 mins ago
Website
Location
Age
Nov
27
awarded  Popular Question
Nov
26
comment Asymptotic complexity of .NET collection classes
If you do not understand the relation between memory usage and time complexity, start reading instead of voting.
Nov
15
comment What is a bubble sort good for?
Yes. If you can tune the situation so that bubblesort is the perfect answer, you should have been able to tune the situation so that it isn't.
Nov
12
comment Rails foreign key logic
Developer performance.
Nov
12
comment Java Fast Data Storage & Retrieval
No, it doesn't. Sub ms?
Nov
12
revised How do I architect Microsoft Project Server 2007 in a geographically distributed environment?
switch
Nov
12
accepted How to implement CRUD operations in UML
Nov
12
answered Which software development practice would return the highest ROI?
Nov
12
answered How to implement CRUD operations in UML
Nov
12
answered Rails foreign key logic
Nov
11
revised Cost of system integration?
simple
Nov
11
answered Smalltalk, newline character
Nov
11
answered How should Web Applications Interfaces be designed?
Nov
11
answered Which popular rapid web development frameworks follow the “Rails paradigm”?
Nov
11
comment What are some programming interview questions which give a good indication of one’s ability?
program stupidquestion; begin writeln(3,5,6,9,10,12,15...99); end.
Nov
11
revised Cost of system integration?
complications
Nov
11
answered Cost of system integration?
Nov
11
revised How do I architect Microsoft Project Server 2007 in a geographically distributed environment?
steelhead
Nov
11
answered How do I architect Microsoft Project Server 2007 in a geographically distributed environment?
Nov
11
comment Database Structure Advice Needed
The flat list model is a problem. It is an abstraction of the implementation that makes performance difficult to achieve. The problem is not in representing a structure, as we can all map the application to a turing-machine,but in representing it in a purposeful way. The relational model is getting squeeezed between the cloud and prevayler.
Nov
7
awarded  Yearling
Oct
24
comment Is it worth to build in-house developer team vs. hiring freelance team workforce?
That's not high-end, or is the economy that bad?
Oct
21
comment Why isn’t Smalltalk popular?
This is improving in Pharo, though. With ToolBuilder and Glamour, you can do decent UIs.
Oct
21
comment Dilemma: Should I learn Seaside or a Python framework?
It is indeed currently the best available tutorial.
Oct
21
answered Java Fast Data Storage & Retrieval
Oct
7
comment Formatting phone number
Dutch users do not like that! A quick business card scan showed only 6 out of 85 people do that.
Oct
7
accepted Should I use unsigned integers for count members?
Oct
6
answered Formatting phone number
Oct
6
comment What RAD tools are out there?
-1 For RAD you want an object image like smalltalk.
Sep
27
comment Object Oriented vs Relational Databases
You might want to ask yourself why there are so many errors in databases.
Sep
27
comment Object Oriented vs Relational Databases
And the relational database is a massive failure at good design (when compared to an OODB). Terrible data quality, but you can access it...
Sep
27
comment Object Oriented vs Relational Databases
-1 For complex models OODBs are orders of magnitude faster than RDBMs,.
Sep
26
comment What are the new language choices for Experienced programmers?
And add Seaside to the smalltalk, that is somewhat new. Otherwise you don't know how to program for the web.
Sep
25
answered What are the pros and cons of object databases?
Sep
25
comment What are the pros and cons of object databases?
This is silly. If you don't have this tight coupling, you get to the standard RDBMS error rate of 30% faulty records.
Sep
25
comment Why have object oriented databases not been succesful (yet) ?
Which standard? SQL 92 is not even implemented, as soon as you have a date in your database you have a problem
Sep
25
comment Why have object oriented databases not been succesful (yet) ?
Hmm. They might have a foundation there, but they picked the wrong abstractions. The base abstraction should have been a partial ordering (is that english?), not a set.
Sep
22
answered How can I compare similar codebases?
Sep
22
answered What should every developer know about legal matters?
Sep
18
answered Which is the fastest search technique/method? (In context of file searching)
Sep
18
comment Biggest performance improvement you’ve had with the smallest change?
You did remove the ! ?
Sep
17
comment Secure generated PDFs
You are aware that those options are only suggestions?
Sep
17
answered How should I interview a candidate who is probably a “no hire”?
Sep
7
answered Is there a working C++ refactoring tool?
Sep
7
comment How to reduce structure size
-1 -> +1 Much better implementation
Sep
7
comment Rehash: Accounting Software Design Patterns
MyBanco is php nonsense
Sep
7
comment How to reduce structure size
You don't store with count for a small count, you use inheritance. OptionalWithOne, OptionalWithTwo, etc.
Sep
7
revised How to reduce structure size
type
Sep
7
revised How to reduce structure size
string storage
Sep
6
comment How to reduce structure size
Or delegate to class side