0
votes
Why do people ask for computer (IT) help if you tell them you’re a programmer?
They aren't exactly exclusive skill-sets.
Chances are that you are the only person these people know personally who has computer-related knowledge beyond "how to make stuff bold in Word". T …
0
votes
What is the relationship between programming and music?
I took piano lessons since I was 7 until... 16 or so? Pipe organ for a couple years - my piano teacher was the church organist; I'd always been into Bach, so that was really neat to try. That was w …
0
votes
Why do we consider firewalls to be intermediary devices?
I'm confused. A firewall is a device that sits between two or more other devices and provides mediation services. Why would we NOT consider it an intermediary device?
…
1
vote
Most performant *nix system
Whatever your people are most familiar with is what they are going to be able to tune for maximum performance/reliability.
…
2
votes
Hacking and exploiting - How do you deal with any security holes you find?
Contact the administrator, not a business-type person. Generally the admin will be thankful for the notice, and the chance to fix the problem before something happens and he gets blamed for it. A h …
1
vote
Can you describe the cheapest/minimal hardware requirements needed to run a very light weight version of Linux?
I've run Linux on a 50MHz 486 DX/2 laptop with 12 megs of RAM and a 75 meg hard drive. The floppy drive was dead, but luckily it was running DOS so I was able to install Laplink through the serial …
1
vote
How to set up a proxy server?
From man ssh:
-D [bind_address:]port
Specifies a local ``dynamic'' application-level port forwarding.
This works by allocating a socket to lis …
0
votes
Port Scanning Orginating from a Workstation; Virus scan do not show any Malware
There are other possibilities. I've run port scans at previous jobs for legitimate reasons.
…
0
votes
Should you restrict developers internet access?
Why will you be doing this? Have you had problems with it in the past? It seems to me like premature optimization. If someone doesn't get his work done, fire him. Simple as that.
…
2
votes
Is there a technical term for the red squiggle that appears under spelling errors in MSOffice?
Squiggly red underline.
…
0
votes
How to have a life beyond programming?
I used this same answer over here, but I'm posting it here too as it applies and it has worked for me.
Swing dancing. Exerci …
6
votes
How do free social sites makes money?
They give slick presentations to venture capitalists to talk them into investing, then they gather subscribers until they get bought out by someone like Apple, Microsoft, or Google. If they do well …
2
votes
In what order do I read the “essential” programming books?
Learn Python. Start writing code.
Read The Pragmatic Programmer, cover to cover, and Section I: Foundations in Introduction to Algorithms. Keep wr …
