onnodb

3,132
reputation
181 views

Registered User

name onnodb
member for 1 year
seen 3 hours ago
website
location NL
age
Dec
6
comment Writing a Faster Python Spider
Fixed some of the formatting of your post, hope you don't mind :) Welcome to SO!
Dec
6
revised Writing a Faster Python Spider
added 4 characters in body
Nov
19
revised Multiple SVN Repositories or single company repository
Retagged
Nov
6
awarded  Favorite Question
Oct
17
revised How to hunt a Heisenbug
added 345 characters in body
Oct
16
comment How to hunt a Heisenbug
@Andreas: sure, but I'd expect that a "for in"-loop would ignore any bits in the bitmask that are out of range of the enum loop variable. Anyways. The bugs definitely in my code, no question 'bout that :o)
Oct
16
comment How to hunt a Heisenbug
Very interesting reply, thanks!
Oct
16
comment How to hunt a Heisenbug
Compilers warnings and hints are always turned on in our project, but yes, that's generally a good advice!
Oct
16
comment How to hunt a Heisenbug
@Rob: of course you're absolutely right, but I wouldn't have expected a set variable to contain values that are out of range of the constituting enum, and various language constructs happily looping over those out-of-range values :) Anyway, as soon as I've smashed this bug, I'll post more details.
Oct
15
revised How to hunt a Heisenbug
added 322 characters in body
Oct
15
comment How to hunt a Heisenbug
@Ken: I don't think the specifics of this bug would be very interesting. The cause could be anywhere: in the business logic layer, in the view logic... I think the unitialized memory thing could be it.
Oct
15
comment How to hunt a Heisenbug
Hm, yeah, I think it's the unitialized memory then (it's a single-threaded app). I'll keep an eye on that while debugging the code.
Oct
15
comment How to hunt a Heisenbug
None of those issues could be the cause of this bug (I'm pretty sure the code base does any of that funky type-casting; all the customer's systems are 32-bit; it's a single-threaded app), but I have learned a few things from your reply, thanks!
Oct
15
comment How to hunt a Heisenbug
Good point, I forgot to mention that. Still, I was wondering what types of code could cause such a bug --- it's a big program, any hints as to what the cause could be, are welcome :o)
Oct
15
asked How to hunt a Heisenbug
Aug
30
awarded  
Aug
24
revised Practices for programming in a scientific environment?
marked as community wiki
Aug
23
accepted How do I make TProgressBar stop lagging?
Aug
16
awarded  Popular Question
Aug
12
comment Delphi: How to programmatically adjust visual ordering of components with align = alTop
Can't you set TGridPanel.ParentBackground to True? I thought TPanel descendants could be transparent this way...
Aug
12
awarded  Yearling
Aug
11
answered Delphi: How to programmatically adjust visual ordering of components with align = alTop
Aug
5
awarded  Good Question
Aug
4
comment PHP str_replace
That pattern is going to change "14,150,233" with $usrID = 23 into "14,150," --- that's not correct.
Aug
2
comment How to add a new button to windows explorer?
Which version of Windows? XP or Vista?
Jul
25
comment Whats the best way to introduce decrypting and showing passwords in delphi.
+1 for KeePass. It's open source, and works very reliably.
Jul
22
comment Delphi - Inherit / Override a constant array?
Now that is something extremely useful! If only I'd known that a year earlier ;-) Do you happen to know since which version the Delphi compiler supports this syntax? Thanks a lot for the great answer!
Jul
15
comment Printing HTML, with faithful CSS formatting, from IE/Delphi?
@Will: Sure, I completely agree with you on that :) Also depends on the app and the client, though.
Jul
15
answered Printing HTML, with faithful CSS formatting, from IE/Delphi?
Jul
13
revised In CodeIgniter, how can I have PHP error messages emailed to me?
Pluralized "Exception" in "MY_Exception", etc. (see also J.'s comment)
Jul
13
comment TApplicationEvents as dynamic component or static for tracing called routine in Delphi.
madExcept is absolutely great, highly recommended!
Jul
6
accepted Recommend good ways of extending CSS
Jul
2
answered Recommend good ways of extending CSS
Jul
1
comment Fade all other windows of an application when a dialog is shown?
Please be aware that this behaviour is inconsistent with the way all other apps on the Windows platform behave. Even though it's a pretty effect, you're likely to be just contributing to the interface chaos that the Windows platform already is.
Jun
30
answered How do I make TProgressBar stop lagging?