TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Throw out your code

22 pointsby joshowensabout 15 years ago

2 comments

j_bakerabout 15 years ago
Am I the only one who gets some kind of perverse pleasure from using C-k in emacs or dd in vim? There's just something so pleasing about deleting a large block of code one line at a time.
评论 #1288631 未加载
评论 #1288784 未加载
评论 #1288954 未加载
danfitchabout 15 years ago
Just got done rewriting our companies stats server, that was processing logfiles with ruby...bleh. Now using Resque and a few awk scripts I cut a 2 day job down to an hour. The code was written when our logs were small now we need something faster, and just happened to be alot less code.