Live data from Hacker News

NirSoft Freeware (2008)

nirsoft.net

121–130 of 241 posts

Re: NirSoft Freeware (2008)

#121
post #47

Earlier quoted context omitted.

I'm curious. If you have 20 electron apps running, does that mean you would have 20 copies of the completely same thing wasting your disk space and RAM? How would that work if all the application developers decided that native sucks and all should use Electron?

Yes, that's essentially what happens. And it's a huge waste if you have 20 Electron apps running. Each ships with its own copy of Chromium which is as large as an operating system. I created a proof-of-concept called Electrino that uses the platform native libraries to cut down on app size: https://medium.com/dailyjs/put-your-electron-app-on-a-diet-w... Unfortunately I haven't had the time to work on Electrino due to…

Why wouldn’t google just ship a “libchrome” shared library so that they could share it?

Re: NirSoft Freeware (2008)

#123

Earlier quoted context omitted.

Or the command line util pngcrush

pngcrush is fairly old. And terribly unoptimized. If you want a command line solution, I recommend optipng (which does what pngcrush does, but better), and sending the result through advdef, which improves the compression even further. ...but really. ImageOptim is super awesome and zero-effort.

Super awesome yes, zero-effort no—just try to make it into part of an CI/CD asset build pipeline ;)

But really, why isn't ImageOptim itself available in command-line form?

Re: NirSoft Freeware (2008)

#125
post #81

Earlier quoted context omitted.

I don't see why they would. Notepad is great if you want to do something really quickly w/ plaintext, and the fact that it doesn't really do anything else is the best part IMO. If you want nicer formatting you can use WordPad. Beyond that, there are a million alternatives (including the MS office suite)

I think a system should come with a decent editor out of the box. I sometimes have to deal with locked down systems where I can't install Notepad++. So I have to choose between two bad options like notepad or Wordpad. Both at least 20 years old and unchanged since then.

yes. at least put something decent on a server.

Re: NirSoft Freeware (2008)

#126
post #123

Earlier quoted context omitted.

pngcrush is fairly old. And terribly unoptimized. If you want a command line solution, I recommend optipng (which does what pngcrush does, but better), and sending the result through advdef, which improves the compression even further. ...but really. ImageOptim is super awesome and zero-effort.

Super awesome yes, zero-effort no—just try to make it into part of an CI/CD asset build pipeline ;) But really, why isn't ImageOptim itself available in command-line form?

IIRC, ImageOptim is a front end for a bunch of CLI image compression tools. So, in theory, you could roll your own for a CI system if you figured out all the arguments that ImageOptim was passing to those tools.

Re: NirSoft Freeware (2008)

#127
post #98
post #96

Earlier quoted context omitted.

I was slightly facetious but compared to other changes this should be an easy one. It's probably one of the simplest changes you can make to Windows. I hope we can agree on that.

> It's probably one of the simplest changes you can make to Windows. I hope we can agree on that. I certainly do not agree with that! For example, Notepad has been one of the buggiest and weirdest pieces of software I used on stock Windows. It does weird things when saving files, like moving your cursor to another location, so if you are typing and saving and typing and saving you will end up with text misplaced all…

yet they decided to destroy the one thing everyone uses... the start menu.

Re: NirSoft Freeware (2008)

#129
post #46

Earlier quoted context omitted.

Fun fact: the icon for my Objective-C Mac app is larger than the executable binary (517 vs 394 KB).

You can probably shrink your icon down (losslessly) by dropping it into ImageOptim. https://imageoptim.com/mac

I find Optimage has better lossless compression. I never regretted paying for the full version. https://getoptimage.com

Re: NirSoft Freeware (2008)

#130
post #28

Earlier quoted context omitted.

I thought Sysinternals was acquired by Microsoft?

Mark went work for MS, as I recall. This was some years ago; I don't know about currently. MS sucked in the tools/pages onto its domain. Navigation to/of their pages and versions became somewhat shittier (per the... "canonical" MS web experience, I guess). I seem to recall a bit of public pushback on this point, and things improved somewhat. Maybe I mis-recollect; I've been mostly away from Windows for quite a number…

He's CTO of Azure and therefore a VIP at Microsoft...

In his spare time he's also managed to write three novels.

Post reply on HN