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.

Ask HN: What tools do you use?

36 pointsby sendosabout 15 years ago
What tools do you use for web development?<p>I'm not referring to languages (PHP, Ruby on Rails, etc), but to the tools, like Emacs, Basecamp, Eclipse, etc.<p>Personally, to develop my website (mentioned in my profile), I use bare-bones stuff: * ssh via xterm * Emacs for editing PHP and CSS files * FileZilla * Firebug for debugging * Gimp &#38; Paintbrush for image creation and editing * svn<p>I'm wondering if there are some high-productivity tools that I am missing out on.<p>What do you guys use?

42 comments

theli0nheartabout 15 years ago
Vim for coding. Mustang is the current color scheme of choice. Plugins I use:<p><pre><code> * Fuzzy Finder * surround.vim * supertab * NERD Tree </code></pre> Git for version control (at work I use git-svn, don't get me started about subversion). I have aliases for status (s), commit (ci), checkout (co), tag (t), and branch (b).<p>Fabric / rsync for deployment.<p>Sphinx for documentation.<p>IPython for my python shell.<p>Screen for terminal persistence and management.<p><a href="http://github.com/rupa/z" rel="nofollow">http://github.com/rupa/z</a> for directory navigation. Also, learn how to use your shell. It probably does things you never thought possible.<p>In Snow Leopard, I use X11 to interface with the shell (256 colors yo, makes syntax highlighting SO much nicer).<p>Spotlight for finding things.<p>Firebug and Flash Player Debugger Version.
评论 #1246333 未加载
donwabout 15 years ago
1. ssh<p>For those of you who don't know, `man ssh_config` -- you can set per-host and per-network connections in your `~/.ssh/config` file. Perfect when you have different usernames on some hosts, alternate ports, etc.<p>2. git<p>'Nuff said here. Never going back to SVN.<p>3. nkf<p>Pretty specific, but a really useful tool if you need to deal with Japanese character sets -- converts pretty much any encoding to any other encoding.<p>4. VMWare Fusion / VMWare Workstation<p>If you're going to push code out to a server running on a different OS than your workstation, having a local, virtualized copy of that OS is indispensable.<p>5. pbcopy and pbpaste<p>Move text between the shell and clipboard on OS X. xcopy under Linux has the same functionality.
评论 #1246450 未加载
BoppreHabout 15 years ago
Flash CS4 for the design parts and Flashdevelop for the code parts. And Notepad++ for the rest (Python, PHP, some HTML). I'm actually undecided between Scite and Notepad++, but I usually prefer the former.<p>Filezilla to upload files to the server, but the constant annoying popups ("a file appears to have changed, would you like to resend it?" and "this file is already open (hint: it's not), would you like to open it again?") are making me think about switching to something else.<p>Starting to use Git too, but I'm afraid of what will happen with the *.fla files (huge binary blobs).<p>I'm stuck with Windows because of Flash.
评论 #1246654 未加载
评论 #1247639 未加载
评论 #1246164 未加载
iheartmemcacheabout 15 years ago
Emacs, python-mode.el, ipython.el, org-mode.
评论 #1246170 未加载
maxogdenabout 15 years ago
OSX Specific: TextMate, Terminal, DTerm (awesome timesaver), Digital ColorMeter (Pixel measurement, CMD+SHIFT+C FTW)<p>General: Firebug, Dropbox (automatic backups!), Git, Photoshop, Customized .bashrc, .irbrc<p>Ruby specific: Sketches (with the default sketches dir symlinked into Dropbox)<p>These are probably 95% of where I spend my time. My workflow is generally: I use Spotlight and Finder to find things and then DTerm to interact with them or launch TextMate. If I want to dink around in Ruby I will go into irb and start a new sketch which will pop up TextMate and away I code.
boyterabout 15 years ago
Emacs, Git, (SVN occasionally), Paint.NET (if im on windows), and Python.<p>I know you said not languages, but I see Python more as a tool since I can use it to hammer out code to convert data and the like.
keefeabout 15 years ago
eclipse, mylyn, git, maven, bash. I do java development about 10 hours a day. I feel there is a oneness in the build/scm/dependencies/source world that has to be understood properly. This doesn't mean that the particular configuration matters so much as the fact that the configuration is consistent and understood. Having total confidence in your build and knowing where to find stuff is a big productivity booster.
lsbabout 15 years ago
Read-eval-print loops for Javascript &#38; CSS, SQL, Rails, Haskell, etc. Emacs, and infrequently Eclipse. Git, screen+ssh. EC2. Bugzilla.
eelinowabout 15 years ago
Komodo Edit with Emacs Bindings<p>OS X on an 8 Core Mac Pro with 4 Displays (24/24/23/7)<p>Mercurial for my DVCS<p>rsync scripts for deployment management<p>ssh with keypair access only to the devl &#38; prod. servers.<p>Chrome (any webkit browser for primary use, plus Gecko for secondary)<p>Skype for long distance collaboration<p>Etherpad for long distance code sharing<p>Virtual Box with Ubuntu 9.10 and FreeBSD 7<p>FreeBSD 7.x for dedicated servers (always BSD)<p>Python, Groovy, C, Ruby, Perl, Java, etc. (right tool for the job)<p>Navicat 7.x for MySQL front end.
ihodesabout 15 years ago
The primary tools I use are ssh and sftp, emacs and git. Those do most of what I need, though occasionally I find myself saving some time by using Filezilla. If I can manage it, I use Acorn for image editing, and fall back to Photoshop if it doesn't crash too much. I'd count Mail.app as one of my tools, too.<p>emacs is my favorite, and I learn more about it every day.
AndrewOabout 15 years ago
Things I couldn't live without (or at least would push back on if pressured to use something different):<p>git (GitX for viewing), TextMate (AckMate bundle for searching w/in a project), Basecamp, Chrome (any WebKit or Gecko browser will do though), two Fluid SSBs for personal and business Gmail, Homebrew for Mac package management, Hex Fiend for looking at/searching through raw files (priceless for diagnosing character set issues).<p>I'm using Sequel Pro, but I've found it a bit unstable and would love to see something better.<p>I just discovered Path Finder, a finder replacement that looks like it fixes my common gripes. I'll probably end up buying it when the demo expires.<p>Lastly, one I haven't used in awhile and is a little project specific is Prince for HTML-&#62;PDF conversion using CSS3 Print Profiles (and this was back when it looked like CSS3 would never happen). Here's a rundown: <a href="http://tomayko.com/writings/princexml" rel="nofollow">http://tomayko.com/writings/princexml</a>
评论 #1246668 未加载
ghotliabout 15 years ago
I can't use Windows without VirtuaWin for virtual desktops (two spaces * three monitors == 6 screens), and Switcher for expose on Windows 7. Both of those are mapped to the thumb buttons on my mouse. One thumb button toggles between spaces, the other toggles expose.<p>Three monitors on one space are devoted to fullscreen putty terminals. Each one is running in "screen -x" with 8 terminals opened up mapped to my F1-F8 keys. That's plenty of terminals for this or that. If i need to move what's on one fullscreen'd monitor to the next then I just click on the monitor and press the function key for the given terminal session I want. This lets me move them around without dealing with window positioning.<p>Nearly all code is written with Vim. Plugins include FuzzyFinderTextMate and BufferExplorer plugins mapped to hotkeys. Netbeans is absolutely essential for J2EE apps. Unix and Vim are for everything else.<p>I can explain any of this in further detail if anyone wants my configs.
dmpaytonabout 15 years ago
Komodo Edit for most coding because it gives me a consistent UI at work on my Mac and at home on Ubuntu<p>nano for editing files server-side<p>Git/Github (work) and Mercurial/Bitbucket (personal) for version control and deployment<p>scp for those rare instances when I need to transfer files manually<p>Windows XP in VirtualBox for IE testing and Photoshop
d0mabout 15 years ago
I've come to like Textmate and Git a lot recently. Still, I often miss vim :(
rksprstabout 15 years ago
Pivotal Tracker for project management. PBWorks wiki for organizing our information, collaboration. Google Apps for email. Dropbox to share files, backup. Google Voice for phone (love the forwarding). Chrome as a browser(just stopped using Firefox/Firebug... too many crashes). We also use Zendesk to manage tickets, provide customer support and a knowledge base. Google talk for chat.<p>Visual Studio, SQL Server Management Studio for development. Notepad++ for other random text files I want to open. Git for source control. Hosting on Amazon EC2. Fireworks CS4 for design.
locopatiabout 15 years ago
IDEA, svn, TeamCity (continuous integration), Jira (bug tracking), Confluence (info sharing), Basecamp (file sharing - though I wish we had nothing to do with it - it's generally painful)
评论 #1246198 未加载
astrecabout 15 years ago
SSHKeychain and DTerm are two brilliant productivity tools for OS X.
评论 #1246555 未加载
评论 #1246195 未加载
huwshimiabout 15 years ago
I am primarily a designer/interface developer (I moonlight as a Django coder). I use:<p>Inkscape for design.<p>Gedit for coding (+ a couple of plugins... I like my IDE to be as simple as possible).<p>Verb for project management (<a href="http://verbapp.com/" rel="nofollow">http://verbapp.com/</a>, of course :).<p>Ubuntu for my OS.<p>Subversion (I know, I'm oldschool) + RabbitVCS.<p>That covers my usual workflow, but there's a healthy dose of things like SSH, GIMP, a horde of different browsers, Firebug, IETester, FileZilla and whatever else when I need it.
kadavyabout 15 years ago
I mount my server via SSH through MacFusion, then create a project in Aptana.<p>I'll add files by dragging and dropping into Aptana, or I'll use scp to upload through terminal.<p>I'm a designer by training, so I just know a little command-line and emacs, so I'll use that for quick edits from time to time.<p>I also use the Adobe Suite for image editing and creation. I haven't dove into Fireworks yet, but I keep meaning to as I hear it's great.
mahmudabout 15 years ago
Emacs, slime, nxml-mode, nhtml-mode, firebug, YSlow, git, putty, PaintDotNet, SOAPUI, NaviCat, Clozure Common Lisp.
teuobkabout 15 years ago
By function, all (except Emacs) running on Windows:<p><pre><code> *SSH: Putty *File transfer: WinSCP, TortoiseSVN *Coding: Aptana (Rails), Matlab (Matlab), Eclipse (C++) *Text/hex editing: PSPad *Server-side file touch-up: Emacs *Browser-based debug: Firebug *Image editing: Photoshop, Fireworks</code></pre>
juliend2about 15 years ago
Right now i have these softwares open : Omnigraffle (UML design), Transmit (yes, poor me i need an FTP client), Google Quick Search Box, TinyGrab (Dead simple tool for sending screenshots. highly recommended), MacVim.<p>For versionning i use Git and for Project Management i use my own web app. (soon to be shown here)
评论 #1246150 未加载
Rustabout 15 years ago
Netbeans for code &#38; HTML, Git + GitHub, Filezilla, Basecamp, Freshbooks, GIMP (or Photoshop CS2 on Windows), and occasionally Eclipse for Android dev (not much of that yet, still learning).<p>On specific client projects, I also use Mercurial, SSH and SSHFS.
rsabout 15 years ago
IntelliJ IDEA for almost everything (web, desktop, server-side development in Python, Java, Ruby, Scala), except for the quick file edit here and there I use vim<p>For deployment, ssh+maven.<p>Version control: git and svn (slowly moving everything to git)<p>Project tracking: xp-dev.com (I run it!)
andrewtjabout 15 years ago
I tend to use Carbon Emacs and Plainview (webkit based browser) in their fullscreen modes when knocking out code. Beyond that, just a small gang of shell scripts and aliases alongside the usual shell tools.
aristusabout 15 years ago
Emacs and screen. Git is very nice. Charles Proxy is wonderful for inspecting HTTP traffic.<p>Pixelmator is very good for quick graphics. It's on par with Photoshop 5 (version 5 from like 1998, not CS-Whatever).
JoelMcCrackenabout 15 years ago
Here is something similar that I posted a while back that got some good responses:<p><a href="http://news.ycombinator.com/item?id=937855" rel="nofollow">http://news.ycombinator.com/item?id=937855</a>
steveplaceabout 15 years ago
<a href="http://searchyc.com/submissions/ask+hn+tools?sort=by_points" rel="nofollow">http://searchyc.com/submissions/ask+hn+tools?sort=by_points</a><p>Modify the kw's and you can get some good info.
safetytrickabout 15 years ago
ssh vim bpython textmate weave firebug<p>weave is awesome especially if you have more than one computer you use regularly<p>bpython is fantastic for exploring unknown api's<p>the rest are... ya know, awesome
评论 #1247915 未加载
评论 #1246446 未加载
评论 #1246965 未加载
Ixiausabout 15 years ago
Emacs[org-mode, gnus, erc, many programming modes], Chrome, Mercurial and/or SVN and/or GIT (in that order!), a few random useful plugins &#38;c...
myth_drannonabout 15 years ago
Console 2 - instead of the generic windows command prompt. Jing - for screen captures.
inevaexistedabout 15 years ago
gedit/notepad++, winscp(when on windows), most debugging I can do in Chrome using the developer tools.<p>on a side note, has anyone used an editor that does javascript 'intellisense' and was it any good?
评论 #1247033 未加载
评论 #1247183 未加载
pascalchristianabout 15 years ago
nobody mentions Netbeans yet? it's an amazing IDE with support for html/css, javascript, php, java, phyton, etc and its totally free (GPL license I believe) and cross platform
sjs382about 15 years ago
vim, firefox, chrome, ssh, And occasionally when a client has a ton of word documents where the formatting needs preserved, I paste it into dreamweaver to sanitize it. :)
kd5bjoabout 15 years ago
vim, git, ssh, firefox, pen+paper, Python interpreter, wget, ion3, find, sed, cat, grep, awk, bash, sort, uniq, colrm, ...
atamboabout 15 years ago
sublime text, linode, filezilla, msysgit, 5pmweb, firefox + firebug, firefox + sqlite manager, console2 + powershell
Chiragabout 15 years ago
Notepad++ with Plugins
评论 #1247027 未加载
coderdudeabout 15 years ago
gedit, filezilla, photoshop
quinto42about 15 years ago
- Mac OS X - textmate - instapaper - bpython - Chrome - Linode Servers + S3 - SSH + Screen - Zsh - GitHub - Sequel Pro - Transmit - Things - Ulysees - Google support for ActiveSync for Appointment and Contacts management - MediaTemple
评论 #1246175 未加载
评论 #1246177 未加载
pWneDabout 15 years ago
TextMate, VIM and Eclipse for editing, Transmit for FTP, Acorn for quick image editing (I'm a really bad designer), Mail.app and SSH.
mkramlichabout 15 years ago
vim, ssh, *sh scripting &#38; Unix tools in general, rsync, git, GitHub, Basecamp, python, web.py, sqlite3, Apache, Firebug, DropBox, Mac dev &#38; Linux prod (mostly), Linode or EC2 for hosting. also Gimp, Grab, Skype, Gmail... these are the tools I'm not uncomfortable admitting in public to using.<p>however, i'm pretty much also forced to deal with PHP (yuck) and SVN (bleh) due to legacy issues, though hoping to convert the masses of unbelievers eventually
BoppreHabout 15 years ago
Does showers count?