I wish I had tools that were just a little smarter at working with code. There are some things that I find I have to manually track down in a large codebase, but the things I do could be automated. I'm thinking of operations like the following: * Tell me where in package (or module) X it calls functions that can eventually reach function Y in package Z (that is, there is a possible stack trace starting in X that lead…
Ask HN: What are some tools you wish you had while doing your day to day work?
21–30 of 106 posts
Re: Ask HN: What are some tools you wish you had while doing your day to day work?
#22> And it was most frustrating when they had like 100 columns or so. Having to change column 63 at line 58 is not something you do easily in Notepad++. Import to Excel was my way to go, but since the file was not a standard CSV file (e.g. also had sections like an .INI file) it was time consuming: first just select a subsection from the file, save to a different file, import to Excel, modify, paste back, etc. Suggesti…
As a longtime vim user, I don't see how vim makes going to the Nth logical column (for several values of N in different rows) in a large "CSV-like" file much easier. Navigating in general is easier, sure, but... do you have a trick to share perhaps?
58G63f,
Takes you to cell at 58:63 (might have off-by-1 errors, don't know)Re: Ask HN: What are some tools you wish you had while doing your day to day work?
#23> And it was most frustrating when they had like 100 columns or so. Having to change column 63 at line 58 is not something you do easily in Notepad++. Import to Excel was my way to go, but since the file was not a standard CSV file (e.g. also had sections like an .INI file) it was time consuming: first just select a subsection from the file, save to a different file, import to Excel, modify, paste back, etc. Suggesti…
As a longtime vim user, I don't see how vim makes going to the Nth logical column (for several values of N in different rows) in a large "CSV-like" file much easier. Navigating in general is easier, sure, but... do you have a trick to share perhaps?
58G 63f,
1. Go down to line 582. Jump to the 63rd comma
3. Edit
Re: Ask HN: What are some tools you wish you had while doing your day to day work?
#24- A really nice TypeScript shell scripting setup. I'd like to see Duktape or JavascriptCore used, combine with esbuild/swc, Actually Potable Executable, and ShellJS. Basically, give me a single binary that runs cross platform, so I can write my scripts using TS. Anything to save me from having to continue googling weird bash edge-cases constantly.
Re: Ask HN: What are some tools you wish you had while doing your day to day work?
#25Re: Ask HN: What are some tools you wish you had while doing your day to day work?
#26Earlier quoted context omitted.
As a longtime vim user, I don't see how vim makes going to the Nth logical column (for several values of N in different rows) in a large "CSV-like" file much easier. Navigating in general is easier, sure, but... do you have a trick to share perhaps?
58G 63f, 1. Go down to line 58 2. Jump to the 63rd comma 3. Edit
Re: Ask HN: What are some tools you wish you had while doing your day to day work?
#27> And it was most frustrating when they had like 100 columns or so. Having to change column 63 at line 58 is not something you do easily in Notepad++. Import to Excel was my way to go, but since the file was not a standard CSV file (e.g. also had sections like an .INI file) it was time consuming: first just select a subsection from the file, save to a different file, import to Excel, modify, paste back, etc. Suggesti…
Re: Ask HN: What are some tools you wish you had while doing your day to day work?
#282. Jupyter lab, but that's as good as VSCode/Pycharm (VS code's jupyter extension is still very lacking. Something like Spyder that's not really a notebook would also work fine)
3. A real Inking->Structure app. Come on. There is money in this. Someone do this. Something that is exportable to any of draw.io/Visio/etc.
Re: Ask HN: What are some tools you wish you had while doing your day to day work?
#29An equivalent to excel's record macro functionality, but at the os level, based on what's on the screen using ocr. Sikuli got close, but something with a little more AI behind it to get a sort of "fuzzy" macro recording.
Re: Ask HN: What are some tools you wish you had while doing your day to day work?
#30An equivalent to excel's record macro functionality, but at the os level, based on what's on the screen using ocr. Sikuli got close, but something with a little more AI behind it to get a sort of "fuzzy" macro recording.
And you can save macros for later use or just create a one-off "Scratch" macro as described here [2].
[1] https://www.keysmith.app/ [2] https://www.keysmith.app/guides/creating-and-running-macros