Live data from Hacker News

Show HN: Fast, native Mac file manager (filters, fuzzy find, 9 MB, no Electron)

whimfiles.com

71–80 of 85 posts

Re: Show HN: Fast, native Mac file manager (filters, fuzzy find, 9 MB, no Electron)

#71
post #66

Earlier quoted context omitted.

Could be pulling in webkit. 9MB doesn't mean it isn't based on a web renderer. It would be awesome if software came with a nutrition label. IO, does it phone home, memory safety, does it use web renderer, memory usage, etc.

There's no web renderer at all. The UI is native AppKit (NSTableView, NSOutlineView, NSPanel, etc.) driven from C#/.NET via P/Invoke. It uses real Cocoa controls, not HTML/CSS in a Webview. The app doesn't phone home except for checking if there is a new version (and only does this in the registered version) and the only information sent is the current version number.

Thank you for supplying all that info. I wasn't implying your app did anything nefarious, just the kinds of things I would like to see on an App Nutrition label. That is cool that you wrote it in .NET, any hiccups with that stack? I did some MacDev using Lua like 15 years ago, it worked out pretty well.

Re: Show HN: Fast, native Mac file manager (filters, fuzzy find, 9 MB, no Electron)

#72

Earlier quoted context omitted.

> macOS, today, won't even show you something as basic the image dimensions (not file size) That’s just wrong. That’s possible since at least 8 years. ttps://www.macg.co/os-x/2018/11/astuce-afficher-les-metadonnees-completes-exif-des-images-dans-le-finder-104455

Not anymore, I suppose: https://imgur.com/a/cGxXBiN I just took this screenshot in macOS 18, same view (gallery)

In the Menu Bar of the Finder go to View -> Show Preview Options, then you get a dialog where you can select which info should be shown in the preview.

Re: Show HN: Fast, native Mac file manager (filters, fuzzy find, 9 MB, no Electron)

#73
post #71

Earlier quoted context omitted.

There's no web renderer at all. The UI is native AppKit (NSTableView, NSOutlineView, NSPanel, etc.) driven from C#/.NET via P/Invoke. It uses real Cocoa controls, not HTML/CSS in a Webview. The app doesn't phone home except for checking if there is a new version (and only does this in the registered version) and the only information sent is the current version number.

Thank you for supplying all that info. I wasn't implying your app did anything nefarious, just the kinds of things I would like to see on an App Nutrition label. That is cool that you wrote it in .NET, any hiccups with that stack? I did some MacDev using Lua like 15 years ago, it worked out pretty well.

No worries. There were some minor initial setup/hiccups in the beginning of the project but overall I'm very happy with using .NET with Native AOT.

Re: Show HN: Fast, native Mac file manager (filters, fuzzy find, 9 MB, no Electron)

#75
post #18
post #11

Why would anyone trust an app from an anonymous source access their whole filesystem with read/write access? Who are you hello@whimfiles.com and where are you from?

nothing beside the lack of willing is stopping you from removing its internet access before giving it the file system permissions

What if it writes to your .bashrc with a malicious alias for sudo?

Re: Show HN: Fast, native Mac file manager (filters, fuzzy find, 9 MB, no Electron)

#76
post #66

Earlier quoted context omitted.

Could be pulling in webkit. 9MB doesn't mean it isn't based on a web renderer. It would be awesome if software came with a nutrition label. IO, does it phone home, memory safety, does it use web renderer, memory usage, etc.

There's no web renderer at all. The UI is native AppKit (NSTableView, NSOutlineView, NSPanel, etc.) driven from C#/.NET via P/Invoke. It uses real Cocoa controls, not HTML/CSS in a Webview. The app doesn't phone home except for checking if there is a new version (and only does this in the registered version) and the only information sent is the current version number.

Could it be compiled with GNUStep?

Re: Show HN: Fast, native Mac file manager (filters, fuzzy find, 9 MB, no Electron)

#77

Earlier quoted context omitted.

Not anymore, I suppose: https://imgur.com/a/cGxXBiN I just took this screenshot in macOS 18, same view (gallery)

In the Menu Bar of the Finder go to View -> Show Preview Options, then you get a dialog where you can select which info should be shown in the preview.

Ok, this is crazy.

1. I open the dialog, "Dimensions" appears (it was already selected)

2. It fails to load the dimensions of a screenshot macOS itself took: https://imgur.com/ufs0UfZ

3. I close the dialog, the new fields disappear

To me this confirms that macOS is still a toy for Apple 20 years later.

Re: Show HN: Fast, native Mac file manager (filters, fuzzy find, 9 MB, no Electron)

#79
post #54
post #49

Earlier quoted context omitted.

Is there any way to stop /prevent it enumerating tif files over the network ? When i open a directory of 400 30MB tif files it grinds to a halt while it thumbnails them all over the network. Its unusable.

AFAIK, yes. `cmd-J` -> Uncheck “Show icon preview” Hopefully it’s enough, but I haven’t tried.

yeah but it's not configurable for local vs network as far as i can tell

Re: Show HN: Fast, native Mac file manager (filters, fuzzy find, 9 MB, no Electron)

#80
post #49

Earlier quoted context omitted.

Is there any way to stop /prevent it enumerating tif files over the network ? When i open a directory of 400 30MB tif files it grinds to a halt while it thumbnails them all over the network. Its unusable.

Just pushed an update. There's now a setting in Preferences to disable icon previews on network volumes. You can also set which file extensions should be excluded, which I hope will fix the grinding. Grab the latest build from the site. Thanks for the catch.

ahh i just saw this. I will try your software when i get a minute.
Post reply on HN