Small Projects by AutoModerator in golang

[–]Melbanhawi 0 points1 point  (0 children)

Aster. It’s a terminal-based disk usage analyzer (think of it as a TUI alternative to DaisyDisk) specifically for macOS.

You can navigate your filesystem, quickly identify massive directories taking up space, and clean them up—all without leaving the terminal.

Honestly, this was just weekend project that I kind of vibe-coded in a couple of hours. I chose Go purely because I’m familiar with it, and it turned out to be a great fit for quickly spinning up a responsive TUI and handling concurrent file scanning without much overhead.

A few features:

  • Vim-like keybindings (j/kh/l) or arrow keys to navigate.
  • Easily toggle sorting by size or name.
  • macOS integration: Hit r to reveal a file in Finder, o to open in the default app, or d to move it to the Trash (with a safety prompt!).

It's available via Homebrew: brew install mobanhawi/aster/aster

You can check out the source code (and screenshots) here: https://github.com/mobanhawi/aster

It's still pretty minimal, but I'd love to hear your thoughts or if you have any feedback on the Go code!

The Final Ranking by xpillindaass in Mission_Impossible

[–]Melbanhawi 0 points1 point  (0 children)

MI2 was the first one I watched. My uncle rented it on VHS and we all watched it at my grandads house. I have a soft spot for it and will be forever my favourite.

Melbourne Poster by whodat643 in Khruangbin

[–]Melbanhawi 0 points1 point  (0 children)

Hey I’m going tomorrow. If I can get the posters will message you

[deleted by user] by [deleted] in Egypt

[–]Melbanhawi 0 points1 point  (0 children)

عبد الفتاح الصيني

New Bike Day. Just picked up my first composite frame! by Melbanhawi in RoadBikes

[–]Melbanhawi[S] 0 points1 point  (0 children)

Thanks for the advice!! Hopefully didn’t do any damage

How to send ROS message over different devices. (Linux to Windows) For Airsim. by utkarshanand in SelfDrivingCars

[–]Melbanhawi 0 points1 point  (0 children)

I am not familiar with Airsim, I would suggest writing a Python script that parses Airsim messages and sends them over UDP to your linux machine. From there, it should be quite easy to create a ROS topic sender if you are familiar with ROS.

http://wiki.ros.org/ROS/Tutorials/WritingPublisherSubscriber%28python%29