Write More "Useless" Software

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • hekaton

    A YAML driven performance testing tool in .NET

  • In 2023, I've written a LOT of useless software. I've built 1 feature complete product [0], 2 kinda-feature complete products [1], and a bunch of half-finished stuff.

    Unfortunate for me, none of them generated any revenue.

    But it's been a fantastic experience refining a lot of the rough edges on how to build faster. It's crazy looking back how much I built in 6-ish months.

    [0] https://turas.app

    [1] https://coderev.app, https://zeeq.ai

    [3] e.g. https://github.com/CharlieDigital/hekaton

  • cfr

    Discontinued An extremely minimal drawing language consisting of only 6 simple commands: C, F, R, S, [, and ]. [Moved to: https://github.com/susam/cfrs] (by susam)

  • This is very timely because I completed writing a useless software just a few minutes ago:

    CFR Brackets: https://susam.net/cfr.html

    Source: https://github.com/susam/cfr

    It is a very minimal drawing language that supports only 5 commands: C (change colour), F (move forward), R (rotate), [ (begin block), and ] (repeat block). The commands are slightly inspired by the Logo programming language. The minimal nature is inspired by Pā€²ā€².

    No practical usage is intended. I wrote it for fun and I am hoping I will have some more fun with it trying to draw interesting shapes with it while trying to keep the input code as small as possible.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • dial

    A Rotary Dial menu for input numbers

  • What do you mean useless? Dial is going to revolutionize the way people insert numbers.

    https://github.com/victorqribeiro/dial

  • NoiSQL

    NoiSQL ā€” Generating Music With SQL Queries

  • lighthouse-script

  • some of my recent useless software with an audience of mostly 1 (me)

    https://updownredgreenetc.franzai.com/

    click the icon that matches the word (red word -> red icon, green word -> green icon, up word -> up icon, so easy)

    http://lalo.li/lsd/ - LSD refactored and now in color

    https://flapimoji.franzai.com/ - a flapy bird implementation in emojis

    https://ashtanga-muskeln.franzai.com/ - a german yoga anatomy learning app and quizz

    same for yoga vokabulary - https://ashtanga-vokabeln.franzai.com/

    https://github.com/franzenzenhofer/lighthouse-script - a bulk google lighthouse testing suit

    https://github.com/franzenzenhofer/thisismy - thats hard to explain, its a file and website text extracter minyfier copy to clipboard command line tool

    https://github.com/franzenzenhofer/qrpwd - backup encrypted data as qr images in your google photos / whatsapp / fb photo streams

  • thisismy

  • some of my recent useless software with an audience of mostly 1 (me)

    https://updownredgreenetc.franzai.com/

    click the icon that matches the word (red word -> red icon, green word -> green icon, up word -> up icon, so easy)

    http://lalo.li/lsd/ - LSD refactored and now in color

    https://flapimoji.franzai.com/ - a flapy bird implementation in emojis

    https://ashtanga-muskeln.franzai.com/ - a german yoga anatomy learning app and quizz

    same for yoga vokabulary - https://ashtanga-vokabeln.franzai.com/

    https://github.com/franzenzenhofer/lighthouse-script - a bulk google lighthouse testing suit

    https://github.com/franzenzenhofer/thisismy - thats hard to explain, its a file and website text extracter minyfier copy to clipboard command line tool

    https://github.com/franzenzenhofer/qrpwd - backup encrypted data as qr images in your google photos / whatsapp / fb photo streams

  • qrpwd

    qrcode password protected

  • some of my recent useless software with an audience of mostly 1 (me)

    https://updownredgreenetc.franzai.com/

    click the icon that matches the word (red word -> red icon, green word -> green icon, up word -> up icon, so easy)

    http://lalo.li/lsd/ - LSD refactored and now in color

    https://flapimoji.franzai.com/ - a flapy bird implementation in emojis

    https://ashtanga-muskeln.franzai.com/ - a german yoga anatomy learning app and quizz

    same for yoga vokabulary - https://ashtanga-vokabeln.franzai.com/

    https://github.com/franzenzenhofer/lighthouse-script - a bulk google lighthouse testing suit

    https://github.com/franzenzenhofer/thisismy - thats hard to explain, its a file and website text extracter minyfier copy to clipboard command line tool

    https://github.com/franzenzenhofer/qrpwd - backup encrypted data as qr images in your google photos / whatsapp / fb photo streams

  • 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.

    InfluxDB logo
  • mac-suppress-mouse-keyboard

    Suppress mouse & keyboard events on MacOSX. Baby-proof my Mac!

  • Oh interesting, I wrote something very similar: https://github.com/albertz/mac-suppress-mouse-keyboard

    It also blocks mouse presses.

    The only way to unblock is to type in a special sequence of letters on the keyboard. But an on-screen display will tell you what to type.

    It was mostly for my toddler.

  • 8ball

    A magic 8 ball written in bash, with good entropy provided by random.org, to answer all of your burning questions.

  • buzzword_bingo

    A shell script to generate markdown buzzword bingo cards

  • cdbuff-

  • meditations-fortune

    Builds and installs a fortune database file using Marcus Aurelius's Meditations

  • I made a fortune database from Marcus Aurelius's _Meditations_. You can go "fortune /path/to/meditations" and get a random paragraph from the book.

    https://github.com/fnune/meditations-fortune

  • jqjq

    jq implementation of jq

  • flac.tcl

    Probably the slowest FLAC decoder in the world

  • - https://github.com/wader/flac.tcl

    In most cases i learned way more then i expected. Even made some friends.

  • bli

    Brainf*ck lazy interpreter

  • I do a lot uf useless and experiment software, like these:

    https://namechecker.leandrosf.com/ -> Check if your pretended project name is already used in somewhere

    https://github.com/lsferreira42/bli -> a brainfuck interpreter that is intended to help you understand brainfuck

    https://github.com/lsferreira42/nadb -> a threaded key value store with memory buffering

    https://github.com/lsferreira42/hnpes -> a hackernews chrome extension to find previous posts of the url your are browsing

    All of them work, but not at all usefull hahahaha

  • nadb

    Not a database

  • I do a lot uf useless and experiment software, like these:

    https://namechecker.leandrosf.com/ -> Check if your pretended project name is already used in somewhere

    https://github.com/lsferreira42/bli -> a brainfuck interpreter that is intended to help you understand brainfuck

    https://github.com/lsferreira42/nadb -> a threaded key value store with memory buffering

    https://github.com/lsferreira42/hnpes -> a hackernews chrome extension to find previous posts of the url your are browsing

    All of them work, but not at all usefull hahahaha

  • hnpes

    HNPES - Hacker News Previous Entry Search

  • I do a lot uf useless and experiment software, like these:

    https://namechecker.leandrosf.com/ -> Check if your pretended project name is already used in somewhere

    https://github.com/lsferreira42/bli -> a brainfuck interpreter that is intended to help you understand brainfuck

    https://github.com/lsferreira42/nadb -> a threaded key value store with memory buffering

    https://github.com/lsferreira42/hnpes -> a hackernews chrome extension to find previous posts of the url your are browsing

    All of them work, but not at all usefull hahahaha

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts