scripts VS exhibitor

Compare scripts vs exhibitor and see what are their differences.

scripts

Various scripts I wrote when using FreeBSD/Linux/UNIX systems for 15+ years. (by vermaden)

exhibitor

Snappy and delightful React component workshop (by samhuk)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
scripts exhibitor
16 6
139 8
- -
7.7 6.8
about 2 months ago 12 months ago
Shell TypeScript
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

scripts

Posts with mentions or reviews of scripts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
  • Anyone here daily drive FreeBSD as their operating system?
    2 projects | /r/freebsd | 10 Dec 2023
    Check out Vermaden's site: https://vermaden.wordpress.com/
  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    I mostly do interesting stuff on FreeBSD and its all documented in as detailed form as possible here:

    - https://vermaden.wordpress.com/

    Regards,

  • Problems that i encountered on FreeBSD and solution
    1 project | /r/freebsd | 10 Apr 2023
    You might want to check out Vermaden https://vermaden.wordpress.com/ And Robonuggie https://youtube.com/@RoboNuggie Both excellent resources on how to get things done on the desktop in FreeBSD. Salute
  • FreeBSD Desktop Users: Suggestions for a New User?
    1 project | /r/freebsd | 16 Feb 2023
  • Should I just migrate to *BSD?
    1 project | /r/freebsd | 28 Jan 2023
  • Ask HN: How do people find your blog?
    3 projects | news.ycombinator.com | 18 Dec 2022
    I always wanted to start and write on my blog - just to share some things that other may find useful.

    I started with something simple - entirely preloaded (all howtos) and static:

    1. http://www.strony.toya.net.pl/~vermaden/links.htm

    I assume no one ever entered it ... besides me of course.

    Then some time later - I though that having that 'static' links site is pointless - lets start 'proper' blog this time. I have chosen Gogle Blogspot this time.

    2. https://vermaden.blogspot.com/

    ... and after several posts I generally abandoned it.

    Several years later I made a decision to make another blog ... but this time with some strategy behind.

    3. https://vermaden.wordpress.com/

    This (3rd) attempt was 'successful' and people sometimes actually visit my blog - sometimes even comment. In March of 2023 I will 'celebrate' the 5th year of that blog. I have made about 100 posts there and I made about 100,000+ views per year:

    - https://i.imgur.com/raWvrZj.png

    What is the secret of [3.] being successful and [1.] and [2.] definitely not? Sharing.

    I do not know what blog (subject matter) you are trying to share - but for IT/UNIX/BSD/Linux related blogs (as mine) you need to share each post on these mediums:

    - mastodon

    - twitter

    - lobsters

    - hacker news

    - FreeBSD forums

    - reddit (r/BSD)

    - reddit (r/FreeBSD)

    - reddit (r/unix)

    - reddit (r/linux)

    - linkedin

    Not sure about Facebook/Meta as their 'ecosystem' definitely does not suit my needs.

    You need to ask yourself where and how people would try to find your content. They would definitely not browse a catalog of blogs. Maybe they wil ltry the search engine ... but search engines only pick up sites that are somewhat popular. They omit pages/blogs that are 'unknown'. How blogs are known? By many links pointing to them.

    In other words - if you do not share your work/posts on all 'relevant' platforms - then you will 'die' in a 'non-known' hell.

    If you believe your work - and it is work, you 'waste' your time to write/share these things you do - is valuable - then share them in all possible mediums/medias. If your content is good - you have to do nothing else. If your content is crap - You will immediately get feedback about it :D

    One of the things that I really appreciate was the feedback I got. I often assumed that I know a lot about 'X' topic - just to change my mind after several comments later and providing and UPDATE to my blog post :)

    I do not know what should I add here more so I will end my comment - but feel free to ask if You have any questions.

    Regards,

  • Desktop friendly forks
    2 projects | /r/freebsd | 24 Nov 2022
  • I want to switch to BSD
    3 projects | /r/freebsd | 30 Sep 2022
    After you get it all running using the cooltrainer site, then go to https://vermaden.wordpress.com/ which has some most excellent tasty config changes to make your boot time shorter, and your desktop work better. ALONG with tons of configs to help you configure different desktops and desktop apps/configs.
  • Ask HN: Can I see your scripts?
    73 projects | news.ycombinator.com | 15 Aug 2022
  • Resume
    1 project | /r/freebsd | 11 Jun 2022
    Any suggestions on how to get resume to work after suspending on a Thinkpad X260? I have read https://vermaden.wordpress.com/ and got suspend to work it just locks and have to reboot.

exhibitor

Posts with mentions or reviews of exhibitor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-27.
  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    TL;DR: A React front-end component workshop, a simple version of Storybook.

    So around 5 months ago, I needed a tool to preview front-end (React) components whilst I create them for a personal project of mine. There were two options: Storybook or Ladle.

    Storybook is the tool everybody knows. I've used it before quite a lot. It's very big, full-fat, supports loads of use-cases, etc.

    Ladle comes out of Uber. It's very small, lean, and doesn't support that much. After trying it out for a while, it just gives me a feeling like it's a 20% project to learn some new tech.

    So I realised that I wanted something kind of in the middle. Something that's a bit more customizable than Ladle, but something much simpler and less intrusive than Storybook.

    This led me to create Exhibitor (https://github.com/samhuk/exhibitor) (https://demo.exhibitor.dev).

    I worked on it on-and-off for a couple months, and it ended up being something that I'm quite proud of. It's not perfect, and supports only a fraction of what Storybook does, however for a tool made by 1 engineer vs the 20+ for Storybook, I'm quite happy about it!

  • Show HN: Exhibitor – Snappy and delightful React component workshop
    1 project | news.ycombinator.com | 16 Mar 2023
    Exhibitor, a snappy & delightful React component workshop, is GA. My aim is for Exhibitor to be an extremely fast, easy to use, and delightful tool for creating front-end component libraries.

    It's been around 2 months since my last mention and quite a tonne has changed.

    Wiki: https://github.com/samhuk/exhibitor/wiki

  • Show HN: DriftDB is an open source WebSocket back end for real-time apps
    15 projects | news.ycombinator.com | 3 Feb 2023
    Looks interesting. Coincidentally, I've just completed the bulk of work on a distributed Websocket network system to synchronize certain bits of state between multiple clients for my own kind of Storybook tool [0]. How interesting!

    This kind of tool is exactly what I would have needed, instead of the approach I've taken which is a bit kludgy, grass-roots, novice-like, etc.

    Good work :)

    [0] https://github.com/samhuk/exhibitor/pull/22

  • Ask HN: What have you created that deserves a second chance on HN?
    44 projects | news.ycombinator.com | 26 Jan 2023
    I was a bit deflated when my submission about https://github.com/samhuk/exhibitor fell through the HN floor-boards.

    Think Storybook but simpler, faster, better Typescript support, and uses esbuild by default.

    ...Is the aim. I'm the sole lead dev working on it at the moment up against the ~10-20 strong team who built most of Storybook, so it's a long road ahead, but it's growing into something I'm quite proud of and happy about.

  • Show HN: Exhibitor – Snappy, no-fuss, delightful React component workshop
    1 project | news.ycombinator.com | 11 Jan 2023

What are some alternatives?

When comparing scripts and exhibitor you can also consider the following projects:

freshports - The website part of FreshPorts

epub2tts - Turn an epub or text file into an audiobook

mergerfs - a featureful union filesystem

MLVPN - Multi-link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding)

snapraid - A backup program for disk arrays. It stores parity information of your data and it recovers from up to six disk failures

scheme-for-max - Max/MSP external for scripting and live coding Max with s7 Scheme Lisp

autobots - ⚡️ Scripts & dotfiles for automation and/or bootstrapping new system setup

mqtt-to-kafka-bridge - Move your messages from MQTT to Apache Kafka in real-time :rocket:

malten - Anonymous ephemeral messaging

brethap

dizquetv - Create live TV channels from your own media. Access the streams using the simulated HDHomerun tuner or the generated M3U URl.

ratarmount - Access large archives as a filesystem efficiently, e.g., TAR, RAR, ZIP, GZ, BZ2, XZ, ZSTD archives