shite VS hello

Compare shite vs hello and see what are their differences.

hello

Desktop system for creators with a focus on simplicity, elegance, and usability. Based on FreeBSD. Less, but better! (by helloSystem)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
shite hello
24 46
181 2,261
- 0.7%
7.6 4.2
3 months ago 7 months ago
Shell
GNU General Public License v3.0 or later -
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.

shite

Posts with mentions or reviews of shite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-29.
  • Ask HN: What's the simplest static website generator?
    10 projects | news.ycombinator.com | 29 Mar 2024
    Pandoc can be your friend. My site maker [1] is built around it.

    I think a hundred or so well-chosen lines of your favourite scripting language can do wonders. Mine is ~300 lines of Bash because I over-engineered a thing or two for kicks. The core of it is maybe 50 lines.

    [1] https://github.com/adityaathalye/shite

    The README documents the architecture and rationale. Maybe it will help you figure out yours. Happy hacking!

  • Useful Uses of Cat
    2 projects | news.ycombinator.com | 21 Feb 2024
    [1] https://evalapply.org

    [2] https://github.com/adityaathalye/shite?tab=readme-ov-file#te...

  • 500 Lines or Less – Writing a useful program in fewer than 500 line code – AOSA
    5 projects | news.ycombinator.com | 8 Oct 2023
    Bookmarked! These look like amazing study projects; the kind one can copy and learn from. Quite like how they do it in art school. Each one of them looks like it solves a nontrivial problem, and edifies the reader on the basic contours/tenets of the problem/solution space.

    I love this kind of stuff, because it shows one _can_ solve a pretty juicy problem with not that much code, honestly. Also because it suggests that the industrial-strength equivalent has a lot more in for use cases, corner cases, and/or optimisations that are not relevant for one's requirements (at least not yet, maybe not ever).

    I aspire to write code like that. Useful, concise, but not obtuse. Some of my code is not as significant as those examples, and maybe falls short of my ideals, but it gets a lot done in well under 500 loc. e.g. my website maker in Bash [1] (hot-builds and hot-refreshes without JS), or the JS that drives text art animations for Hanukkah of Data [2].

    [1] https://github.com/adityaathalye/shite is about 350 LoC counted this way (excluding the script containing HTML templates).

      $ grep -E -v "^$|\\s?#" bin/{events,metadata,templating,utils,hotreload}.sh | wc -l
  • “Make” as a Static Site Generator
    15 projects | news.ycombinator.com | 10 Sep 2023
    I love the code [1]. Mine [2] is a bit over engineered because I wanted hot-reloading (without JS), and it was a delightful yak shave.

    But the basic idea is the same --- heredocs for templating, using a plaintext -> html compiler (pandoc in my case), an intermediate CSV for index generation.

    Very nice!

    [1] https://github.com/karlb/karl.berlin/blob/master/blog.sh

    [2] https://github.com/adityaathalye/shite

  • FLiP Stack Weekly 28 Jan 2023
    20 projects | dev.to | 30 Jan 2023
  • FLiP Stack Weekly 28-Jan-2023
    20 projects | dev.to | 29 Jan 2023
  • Show HN: Shite – little hot-reloadin' static site maker from shell
    1 project | /r/patient_hackernews | 23 Jan 2023
    1 project | /r/hackernews | 23 Jan 2023
  • Show HN: Shite: The little hot-reloadin' static site maker from shell
    14 projects | news.ycombinator.com | 23 Jan 2023
    xdotool emulates user actions under the X Window System (e.g. typing, mouse around, click etc.).

    I'm using it to send keypresses to the browser, as you rightly observe.

    So if I want to just reload a page, the browser gets F5.

    To GOTO some page, it gets a stream of keystrokes for the URL characters and then Enter.

    It's really that simple-minded, and it works!

    This case statement covers my usage: https://github.com/adityaathalye/shite/blob/master/bin/hotre...

  • Pandoc [a universal document converter] 3.0
    5 projects | news.ycombinator.com | 19 Jan 2023
    Pandoc powers my little static site maker:

    cf. https://github.com/adityaathalye/shite/blob/master/bin/templ...

      __shite_templating_compile_source_to_html() {

hello

Posts with mentions or reviews of hello. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-30.
  • best distro for Mac like user interface?
    1 project | /r/DistroHopping | 29 May 2023
    Nitrux, or the FreeBSD derivative "Hello/System"
  • Global Menus Distro?
    1 project | /r/FindMeADistro | 3 Apr 2023
    HelloSystem is an interesting design that is intended to be just the kind of interface you're wanting. The author is critical of modern user interface design and advocates the Macintosh interface. It's interesting stuff to consider. Hellosystem is based on FreeBSD and is not ready for users (and may eventually be a FreeBSD desktop, not a Linux distro).
  • FLiP Stack Weekly 28 Jan 2023
    20 projects | dev.to | 30 Jan 2023
  • FLiP Stack Weekly 28-Jan-2023
    20 projects | dev.to | 29 Jan 2023
  • HelloSystem – OS with original Mac philosophy with a modern architecture
    1 project | /r/patient_hackernews | 25 Jan 2023
    1 project | /r/hackernews | 25 Jan 2023
    1 project | /r/hypeurls | 25 Jan 2023
    12 projects | news.ycombinator.com | 25 Jan 2023
    Are you suggesting they should have chosen Wayland? I think they have a good argument against it:

    "Wayland: Under development since a long time, it offers no clear advantage over Xorg while it makes things more complicated (e.g, breaks screen recording) --> Use Xorg instead, or (maybe even better) no X server at all but pure framebuffer (like *ELEC does for media centers). Also see https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d... "

    https://github.com/helloSystem/hello/wiki/Welcome-and-unwelc...

  • XFCE 4.18 Released
    9 projects | news.ycombinator.com | 15 Dec 2022
    > Custom Actions

    > It is now possible to arrange custom actions in cascading submenus. Just enter the same submenu name for a custom action in order to place it into the same menu. If you require multiple menu levels, you can achieve that by using '/' in the path of the 'Submenu' entry.*

    In 2012 KDE AppMenu Runner was presented as a "plugin which allows to browse, search and select the menubar of the active application".[0]

    In 2019 I requested to somehow implement a feature, similar to Blender's "Menu Search"/"Operator Search"[1], into Olive Video Editor.[2]

    After it "Action Search" was implemented into Olive Video Editor ('/') shortcut, its code was reused for "Action Search" in Scribus ('Ctrl+/') and then converted into Qt5-plugin.[3,4]

    Year later, this Qt5-plugin code reused in for implementing global "Action Search" in helloSystem FreeBSD distribution.[5]

    Then "Search and Run a Command" ('/') was added into GIMP.[6]

    Guess, GIMP's implementation may be used for other GTK-based apps too (especially Inkscape, which still has no such feature).

    [0] https://www.omgubuntu.co.uk/2012/02/appmenu-runner-the-kde-h...

    [1] https://github.com/olive-editor/olive/issues/265

    [2] https://docs.blender.org/manual/en/latest/interface/controls...

    [3] https://github.com/scribusproject/scribus/issues/109

    [4] https://github.com/aoloe/scribus-plugin-actionSearch

    [5] https://github.com/helloSystem/hello/issues/21

    [6] https://gitlab.gnome.org/GNOME/gimp/-/issues/5601

  • Compatibility with VirtualBox Guest Additions · Discussion #219 · helloSystem/hello
    1 project | /r/freebsd | 13 Sep 2022

What are some alternatives?

When comparing shite and hello you can also consider the following projects:

shell-genie - Your wishes are my commands

ravynos - A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.

CameraTraps - PyTorch Wildlife: a Collaborative Deep Learning Framework for Conservation.

ghostbsd-src - GhostBSD Core Operating System Repo

nitter - Alternative Twitter front-end

ISO - helloSystem Live and installation ISO

SirTunnel - Minimal, self-hosted, 0-config alternative to ngrok. Caddy+OpenSSH+50 lines of Python.

NsCDE - Modern and functional CDE desktop based on FVWM

imaginAIry - Pythonic AI generation of images and videos

os - The OS build system

logs-benchmark - Logs performance benchmark repo: Comparing Elastic, Loki and SigNoz

Utilities - Utilities written in PyQt5, meant for use with helloSystem