Live data from Hacker News

Viewing profile — whimbyte

whimbyte

HN member
Joined
Tue, Sep 30, 2025, 3:12 AM UTC
HN karma
39
Public activity
18 items

About whimbyte

No profile information was provided.

Recent public activity

  1. comment
    Comment #49244358

    I've been making native Mac utility apps to solve some of my (and hopefully others') needs. One is called WhimFiles and is a file manager for Mac that is only 9 MB. It started out …

  2. story
    Show HN: WhimPop – A macOS menu that pops up under your cursor

    Hold down the right mouse button (or two fingers on a trackpad) and a panel opens at your cursor. Clipboard history, snippets, favorite apps, folders, files, and a timer. A short r…

  3. story
    Show HN: WhimPop – A macOS menu that pops up under your cursor

    Hold down the right mouse button (or two fingers on a trackpad) and a panel opens at your cursor. Clipboard history, snippets, favorite apps, folders, files, and a timer. A short r…

  4. comment
  5. comment
    Comment #48831360

    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.

  6. comment
    Comment #48829088

    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…

  7. comment
    Comment #48827961

    Not MAUI. It's .NET's macOS target (net10.0-macos, the macos workload that descends from Xamarin.Mac), which ships C# bindings for the native Apple frameworks. So the UI is plain A…

  8. comment
    Comment #48820344

    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 wil…

  9. comment
  10. comment
    Comment #48816434

    > First screenshot on the front page has a design issue: text of selected file is in black instead of white. Good catch. That's already fixed (selected-row text is white now, match…

  11. comment
    Comment #48816298

    > and I really dislike drag and drop behavior on macOS In the app you can have a dual pane with two folders side-by-side and select the file(s) you want to move/copy to the other f…

  12. comment
    Comment #48816210

    > does this index the disk to do this ? So the filemanager is working with an index rather than the files ? It could be stale ? Good question. There is no index. WhimFiles reads th…

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

    My Downloads folder had been left unkept for a really long time and cleaning it up using Finder was quite cumbersome. So I started creating a simple app to help me filter out and d…

  14. comment
    Comment #48336582

    True. But it can be very helpful for learning new things.

  15. comment
    Comment #48336459

    Maybe not go live life completely offline. Just throw out the bad parts and keep the good. There's plenty of better things to do instead of doomscrolling, like taking a walk throug…

  16. comment
    Comment #48336060

    There's also the sunk cost fallacy. Instead of removing code/features that it's becoming more and more obvious were a bad idea to begin with they get kept in the code base causing …

  17. story
  18. comment
    Comment #45421572

    I created a 2D platformer inspired by the classic Mario games. The game is called Jolly Land Adventure and I made it because I wanted a simple platformer that's easy to just pick u…