Adam Liss

7,537
Reputation
326 views

Registered User

Name Adam Liss
Member for 1 year
Seen 12 hours ago
Website
Location NJ, USA
Age
I'm an enthusiastic, hands-on leader who loves to make new mistakes.

  • I believe that software should not only work, but delight the user.

  • I teach teams to build robust, maintainable, user-oriented products by actually doing it. Together we improve process, practices, skills, quality, productivity and morale.

Email: wireliss+so [at] gmail [dot] com
12h
comment IE7 Smartcard PIN Prompt
Right. Clearly you don't want to change the PIN; you just want to end the transaction so the card behaves as if you've just re-inserted it. Can you provide more details about the programming environment, language, and API you're using? You may also find helpful information on the OpenSC project site: opensc-project.org
1d
revised General strategy for finding the cause of random freezes?
added 25 characters in body
2d
answered IE7 Smartcard PIN Prompt
2d
answered General strategy for finding the cause of random freezes?
Nov
24
accepted bind error when a ip-address is given
Nov
22
awarded  Nice Answer
Nov
19
answered storing credit card info
Nov
13
comment One Line ‘If’ or ‘For’…
Not sure what you're looking for ... can you explain a bit more?
Nov
11
answered Eval to variable failing (w/Crontab)
Nov
10
comment Redirection to a strange file descriptor no.
+1 for a helpful, real-world example. Redirecting file descriptors is one of those features that can perform magic if you take the time to learn the nuances.
Nov
8
comment Text Pattern Processing in paragraph with unix linux utilities
+1 for including debugs. You're hired! :-)
Nov
8
revised Text Pattern Processing in paragraph with unix linux utilities
Edited to streamline the explanation.; edited body
Nov
8
answered Text Pattern Processing in paragraph with unix linux utilities
Nov
8
comment Tool for network traffic analysis of a custom protocol
What exactly do you need to measure? Are you trying to separate the individual conversations?
Nov
8
answered Tool for network traffic analysis of a custom protocol
Nov
7
comment What is a scalable process of Project Management in Small Development Firms?
+1 for iterative process design, and for pre-emptively addressing the resistance that usually hitchhikes on process improvement. I cringe a bit at the word "install" -- perhaps "implement" would make it clearer that the problem will be solved by the team, not the software. :-)
Nov
7
accepted SNMP payload address translation
Nov
7
comment Debugging high cpu usage
+1 ... thanks for following up!
Nov
6
comment C return pointer question
Ack - good catch!
Nov
6
answered C return pointer question
Nov
5
accepted Security implications of a limited function server
Oct
30
answered bind error when a ip-address is given
Oct
30
comment What is the single hardest programming skill or concept you have learned?
@sleske: Definitely. Sometimes you're lucky and can make significant improvements with well-contained or low-risk changes. But it's so tempting to "just make it right" -- at the peril of introducing subtle bugs and exposing hidden interdependencies that become horrible time sinks.
Oct
30
awarded  Enlightened
Oct
28
comment What are the benefits of Java?
@Ken Liu: Very true - so why not add some value to your comment by suggesting a few?
Oct
27
answered Connecting to VPN through a custom client
Oct
27
comment array initialisation
@Pavel Minaev: I'd say "too general" rather than "incorrect" -- good catch, nonetheless; updated to reflect your comment. Thanks!
Oct
27
revised array initialisation
Clarified 2nd bullet.
Oct
27
comment Algorithm to find words spelled out by a number
+1 Recursion is magic, if your stack is large enough. For fun, look for "recursion" in the index of K&R. :-)
Oct
27
answered array initialisation
Oct
26
comment Tunnelling traffic through my server using an application
I still don't understand exactly what problem you're trying to solve. Do you want your clients to use your server as their default gateway? If that's the case, your client can issue either a "route" or a "netsh" command to change the routing table programmatically.
Oct
26
answered Tunnelling traffic through my server using an application
Oct
26
comment How do I get my fortran output into excel?
Much better answer than: fortran_model | sed 's/ /,/g' | excel :-)
Oct
26
revised What would PHP bring to the table for a Java Developer ?
Grammar, mainly to find out of anyone notices.
Oct
25
answered What has been your greatest programming revelation?
Oct
22
comment Technology Selection should be according to company’s culture or according to task at hand ?
How refreshing to find a business that has good business sense!
Oct
22
comment What is a good reference documenting patterns of use of X-Macros in C (or possibly C++)?
Very, very clever -- kept out of the clutches of evil, this will improve both maintainability and readability. Thanks, JayG!
Oct
21
answered Security implications of a limited function server
Oct
19
accepted Is there a product development model for an stand alone embedded programmer?
Oct
19
awarded  Yearling
Oct
18
comment Working with Offshore Teams.
+1 Managing remote teams is difficult for even the most seasoned technical leads, and an open-ended question invites a broad range of answers.
Oct
18
answered Working with Offshore Teams.
Oct
14
comment Pointers, memory allocation: index of rows in Matrix Multiplication (C Programming)
Nice example, Jonathan. I was going to do this, but I could only find 2 configurations for my 29-element vector. ;-)
Oct
14
comment Pointers, memory allocation: index of rows in Matrix Multiplication (C Programming)
+1 for sneaking in some sensible programming habits along with a clear and thorough answer.
Oct
14
comment Pointers, memory allocation: index of rows in Matrix Multiplication (C Programming)
Before someone complains: In math circles, matrix indices generally start with 1. In C, array subscripts usually start with 0. This is why mathematicians and programmers can never agree on which floor to get off the elevator.
Oct
14
answered Pointers, memory allocation: index of rows in Matrix Multiplication (C Programming)
Oct
10
answered Does a one cycle instruction take one cycle, even if RAM is slow?
Oct
9
comment Is there a product development model for an stand alone embedded programmer?
Sounds like a challenge. :-) If you're lucky there'll be a flash memory chip that you can replace with one you've programmed yourself. But something like a clock may have a single custom chip, called an ASIC, that you'd need to remove and replace with a new "brain."
Oct
8
answered Is there a product development model for an stand alone embedded programmer?
Oct
8
answered DHCP on busybox