Tim Williscroft

1,179
Reputation
211 views

Registered User

Name Tim Williscroft
Member for 1 year
Seen 13 hours ago
Website
Location AU
Age 37
Pay Cheques say Software Engineer since 1992
13h
answered Tuturials for problems with Xilinx’s microblaze IP Stack
13h
answered Recommended techniques for field updating embedded Linux safely
13h
answered What are techniques for allowing safe software upgrades in embedded systems
15h
comment Why does multithreaded file transfer improve performance?
Microsoft's file protocols transfer are very poorly 'designed'. Their implementations are still worse. My evidence of this is that SAMBA will outperform Windows on the same hardware. In parallel the copy delays caused by waiting for acknowledgments are mitigated by copying other files in the "dead time."
15h
answered Simple serial point-to-point communication protocol -— sample code
15h
answered Simple serial point-to-point communication protocol
15h
comment Simple serial point-to-point communication protocol
Please no more hand-designed, non standard protocols.
Nov
25
answered Realistic time estimates for progress bars etc.
Nov
24
answered Java POI HSSF Memory Handling Question
Nov
23
revised Java Hardware Interrupt Handling
type
Nov
20
comment Why do most programmers know nothing about hardware?
And having made telescopes and worked with astronomers, Dijkstra was at least right half the time.
Nov
19
comment Input from 4 different mice
just tell X to ignore them. /dev/input/mice is an aggregator device for all mice,.... /dev/input/mouse0 is your primary mouse, so edit yuor xorg.conf and you're done
Nov
19
answered Java Hardware Interrupt Handling
Nov
19
answered Java Beans - creating an inspector window
Nov
19
comment Java GUI amd FPGA
Er, the ethernet interface to his FPGA card will probably have enough bandwidth...
Nov
19
comment Java GUI amd FPGA
Uh, his kit has an ethernet interface to the FPGA.
Nov
16
answered Bug tracker running of a USB pendrive. Is this possible?
Nov
16
answered Serial programming: measuring time between characters
Nov
16
answered Decoding Manchester biphase-mark in software (representing a SMPTE timecode audio stream)
Nov
15
comment Preventing the Circumvention of Copy Protection
We theorized back in the 90's that putting the customers credit card details in the software license would dissuade them for circulating it. What else does the seller know about the buyer that they really don't want anyone else to know? It's just escalating the conflict to taking hostages ( see my answer below)
Nov
12
comment Crystal reports or Eclipse BIRT
we have now found that getting really technical formatting is fairly tiresome ( indented columns with decimal point alignment, that kidney of thing.
Nov
11
comment Crystal reports or Eclipse BIRT
I take it you've never worked in the defence or aerospace business? The requirements for one project I've seen ran 10K pages. And yes, it gets read. I guess some developer worlds don't intersect.
Nov
9
comment What is the most difficult type of software to write?
If your government does things you don't like, vote them out*. All citizens are responsible for their governments. Vote, reform corrupt electoral systems and if needs be, vote with your feet and move country. *If your governemnt is not an elected one, my sympathies. Try another country if you can.
Nov
9
comment Carmen Robotics
Player/Stage does this and is a bit more complete.
Nov
9
comment What is the most difficult type of software to write?
I think its morally bad. Not an expected answer. Go find a bunch of books on moral philosophy. Look up sections on the morality of making war. On the morality of making weapons of war. On the morality of the use of violence. There isn't a lot of content, that wasn't written by philosophers sleeping peaceably in their beds at night only because rough men stand ready to do violence on their behalf; My apologies to Orwell. War is bad. Being invaded is worse. Being well armed does seem to make other countries mostly leave you alone. Terrorists are a different kind of problem (try Predator-B).
Oct
22
comment How are external interrupts vectored on a powerpc processor?
Thus it looks like you really want an external interrupt controller with a PPC
Oct
22
answered Using TCP for real-time commands: Nagle arithmetic causes huge delays, what should I do?
Oct
19
answered Understanding word alignment
Sep
28
answered Why aren’t Floating-Point Decimal numbers hardware accelerated like Floating-Point Binary numbers?
Sep
28
answered Simple hardware RNG
Sep
11
answered How to hide datasource passwords in in Tomcat JMX Beans
Aug
30
comment What is the Dependency Inversion Principle and why is it important?
Consider a dependancy graph for some objects. Apply DIP to the objects. Now any object will be indpendent of the implementation of the other objects. Unit testing is now simple. Later refactoring for reuse is possible. Design changes have very limited change scopes. Design problems don not cascade. See also the AI pattern "Blackboard" for data dependaecy inversion. Together, very powerful tools fo making the software understandable, maintainable and reliable. Ignore dependency injection in this context. It is unrelated.
Aug
28
answered I2C write acknowledge polling in Linux Kernel
Aug
28
comment What are the consequences of calling write() with zero length?
And this will help the rest of us eventually. Thank you
Aug
26
awarded  Yearling
Aug
25
answered Bugs versus enhancement versus new feature
Aug
25
comment Do I need to write my own host side USB driver for a CDC device
of course, getting your own id is not that expensive, and we'll all want to buy your marvelous device, right ?
Aug
24
comment How do you beat RSI?
a reference for these studies ?
Aug
19
comment Can’t add a file to CVSNT
the OP referred to CVSNT which is many things, but not abandonware.
Aug
17
answered How can I find islands in a randomly generated hexagonal map?
Aug
7
answered write() to stdout and printf output not interleaved?
Aug
4
accepted Java Properties File in Eclipse
Aug
4
answered Java Properties File in Eclipse
Aug
4
answered Why do I get a warning everytime I use malloc?
Jul
29
answered Do I need to write my own host side USB driver for a CDC device
Jul
27
answered Java -Xmx, Max memory on system
Jul
20
answered A couple questions about Sutter’s concurrency series on Dr. Dobbs
Jul
20
answered How would I build an application that can diagnose itself at runtime?
Jul
20
answered Is Software Engineering Dead?
Jul
20
answered UNIX/Linux IPC : Reading from a pipe. How to know length of data at runtime?