O'Reilly Site Lists 165 Things Every Programmer Should Know


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? O'Reilly Site Lists 165 Things Every Programmer Should Know
# 1  
Old 03-22-2017
O'Reilly Site Lists 165 Things Every Programmer Should Know

Hi.

Interesting set of brief essays ... cheers, drl

Slashdot

10% sample:

Code Is Design by Ryan Brush
Continuous Learning by Clint Shank
Do Lots of Deliberate Practice by Jon Jagger
Don't Touch that Code! by Cal Evans
Floating-point Numbers Aren't Real by Chuck Allison
Install Me by Marcus Baker
Reinvent the Wheel Often by Jason P Sage
Verbose Logging Will Disturb Your Sleep by Johannes Brodwall
WET Dilutes Performance Bottlenecks by Kirk Pepperdine
You Gotta Care about the Code by Pete Goodliffe
These 5 Users Gave Thanks to drl For This Post:
# 2  
Old 03-22-2017
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. IP Networking

Does cisco 1921 router support site to site VPNs using IPSec?

Q: "Does Cisco 1921 router support,, act as an endpoint for, site to site VPNs using IPSec? If so, how many? " A: If you get the Cisco 1921/k9 with the security services bundle then it will have built in security features. Cisco, typically includes IP Sec tunnels I believe as part of that... (0 Replies)
Discussion started by: Ayaerlee
0 Replies

2. IP Networking

How to establish site to site vpn - Linux machine and cisco asa?

Hi, I am trying to establish vpn between my linux server and cisco asa at client side. I installed openswan on my cent os. Linux Server eth0 - 182.2.29.10 Gateway - 182.2.29.1 eth1 - 192.9.200.75 I have simple IPtables Like WAN="eth0" LAN="eth1" (0 Replies)
Discussion started by: ashokvpp
0 Replies

3. UNIX for Advanced & Expert Users

trim 165 MB video clip with ffmpeg (only last 3 minutes)

Hi original video clip > ls -alh reallynotpr0n.flv -rw-r--r-- 1 jonny staff 165M Nov 18 19:57 reallynotpr0n.flvtrying to cut only last 3 minutes of the clip out. > ffmpeg -i reallynotpr0n.flv -vcodec copy -acodec copy -ss 00:52:00 -t 00:03:48 trimmed_video.avi ffmpeg version 0.7.7,... (3 Replies)
Discussion started by: slashdotweenie
3 Replies

4. Shell Programming and Scripting

Shell Script to Create non-duplicate lists from two lists

File_A contains Strings: a b c d File_B contains Strings: a c z Need to have script written in either sh or ksh. Derive resultant files (File_New_A and File_New_B) from lists File_A and File_B where string elements in File_New_A and File_New_B are listed below. Resultant... (7 Replies)
Discussion started by: mlv_99
7 Replies

5. New to Unix. Which books should I read?

O'Reilly books - official link

Yesterday I saw a closed post by xramm which gave a link to O'Reilly online books. Vino closed it because of copyright issues. However, O'Reilly has a section on their website where you can read online copies of their own books - obviously not a copyright problem. Most are fairly old editions,... (0 Replies)
Discussion started by: rhfrommn
0 Replies
Login or Register to Ask a Question