sucks VS jakt

Compare sucks vs jakt and see what are their differences.

sucks

Simple command-line script for the Ecovacs series of robot vacuums (by wpietri)
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
sucks jakt
3 31
254 2,752
- 0.2%
10.0 9.3
almost 4 years ago 9 days ago
Python C++
GNU General Public License v3.0 only BSD 2-clause "Simplified" 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.

sucks

Posts with mentions or reviews of sucks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-12.
  • Ladybird: A new cross-platform browser project
    19 projects | news.ycombinator.com | 12 Sep 2022
    This is correct, and it's why most open-source software will never have much in the way of users:

    > They're written from the perspective of the developers

    And I get it. A few years back I had an open-source project [1] get users and it was terrible. What had previously been a fun technical exercise became a pain in the ass that felt a lot like actual work. I was relieved when my hardware broke and I had an excuse to archive the project.

    But that does create a huge gap that mostly gets filled by commercial interests.

    [1] https://github.com/wpietri/sucks

  • Professional maintainers: a wake-up call
    6 projects | news.ycombinator.com | 11 Dec 2021
    It seems like you haven't quite got the concept of open source. If everybody consumes and nobody contributes, how long will that last?

    A while back I bought a cheap robot vacuum. Their scheduling feature didn't meet my needs, so I reverse-engineered the protocol and open-sourced a cron-friendly CLI tool and a library so people could do other things with it: https://github.com/wpietri/sucks

    Honestly, this was a mistake on my part. It was a demanding audience of home-automation hobbyists mostly without programming skills. The company was thoroughly unhelpful. When my vacuum finally broke, I was relieved, as I had a good excuse for trying to hand off the project. Nobody stepped up, so I shut it down. I just ran out of interest in doing free work to support a company worth billions.

    I really admire the community spirit of open source But it's not sustainable if companies making their money off it keep depending on the niceness and generosity of others without giving back enough to keep them happy, healthy, productive people.

  • XMPP, a Comeback Story: A Protocol for Robust, Private and Decentralized Comms
    10 projects | news.ycombinator.com | 17 Nov 2021
    I reverse-engineered the comms for my cheap Ecovacs robot vacuum and was surprised to discover that, like some angsty teen, it spent all day hanging out in an XMPP chatroom waiting for somebody to talk to it: https://github.com/wpietri/sucks/blob/master/developing.md

jakt

Posts with mentions or reviews of jakt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-20.
  • The Jakt Programming Language
    1 project | news.ycombinator.com | 29 Jan 2024
  • "Useless Ruby sugar": Pattern matching (Pt. 1)
    3 projects | news.ycombinator.com | 20 Oct 2023
  • Essence: A desktop OS built from scratch, for control and simplicity
    8 projects | news.ycombinator.com | 27 Sep 2023
    SerenityOS is doing exactly that:

    https://github.com/SerenityOS/serenity/tree/master/Ladybird

    I also like their Jakt programming language:

    https://github.com/SerenityOS/jakt

    Though I'm more enthusiastic about Redox (doing it in Rust):

    https://gitlab.redox-os.org/redox-os/redox/

  • Jakt (Programming Language)
    1 project | news.ycombinator.com | 9 Sep 2023
  • Will Carbon Replace C++?
    14 projects | news.ycombinator.com | 27 Feb 2023
    It's very opinionated and SerenityOS-focused, but the language Jakt ( https://github.com/SerenityOS/jakt ) transpiles to C++, has memory safety and some very neat ideas for readability.
  • Ask HN: Are people still using Pascal in 2023?
    6 projects | news.ycombinator.com | 26 Feb 2023
    I love Rust, but its model and specifics would make it difficult to learn how to write code in other languages.

    For low-level code, I think Carbon may fill that niche in the future. If it doesn't, C++ may be a good candidate once up-to-date books have been written and compilers actually support the modern spec. Classrooms/guides would need to move away from the still-lingering "C++ is C with classes" approach and use the standard library before that can be a reality, but this book[0] by Bjarne Stroustrup himself demonstrates the future C++ _could_ have if all the modern language features become usable.

    In business, C++ will still be the domain of ancient clusterfucks compiled by MSVC++ 6 in many areas, similar to how most Java code is still built around Java 8 because that was the most recent stable version for many projects' lifecycle (and Oracle's decision to only ship JRE 8 to consumers doesn't help) and how .NET 4 is still taught in schools because the new and scary dotnet tool doesn't map 1-to-1 with the old way of working. I can't imagine microcontroller toolkits supporting a modern version of _any_ language in the first place.

    However, if more people would learn modern C++ (or a replacement, like Carbon), I think this class of programming languages can have the same growth and hype Rust has enjoyed for the past years.

    I'm keeping my eye on Carbon and Zig. Google's influence has managed to push Go to the forefront despite its many quirks, and Zig seems to be focused on doing "C, but right" rather than "C++, but right" which so far is looking pretty promising.

    It's also fun to see Jakt[1] being developed in real time; I don't think it's a language that will be useful for production software any time soon, but on the other hand it's a language that actually produces binaries reliably (unlike pre-alpha Carbon or pre-release Zig, the latter exposing many problems after switching to a self-hosted compiler).

    [0]: https://www.stroustrup.com/tour3.html

    [1]: https://github.com/SerenityOS/jakt

  • The Zig programming language has been ported to SerenityOS
    1 project | news.ycombinator.com | 12 Dec 2022
  • Multiplayer counter strike like game without game engine - just php 8.1, fully open sourced
    6 projects | /r/PHP | 30 Nov 2022
    About php, I have no problem of rewriting whole game for performance reasons once it is done and popular in low level language like https://github.com/SerenityOS/jakt but I think for now php is good and sufficient.
  • ☘️ Good luck Rust ☘️
    2 projects | /r/rust | 16 Nov 2022
    Jakt, pretty well designed (lots of ideas stolen from ML/Rust), but very immature
  • SerenityOS author: "Rust is a neat language, but without inheritance and virtual dispatch, it's extremely cumbersome to build GUI applications"
    8 projects | /r/rust | 14 Nov 2022
    I think this thread might be interesting to the people here. The guy eventually started working on his own safe language, Jakt: https://github.com/SerenityOS/jakt

What are some alternatives?

When comparing sucks and jakt you can also consider the following projects:

cinny - Yet another matrix client

carbon-lang - Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)

matrix-bifrost - General purpose bridging with a variety of backends including libpurple and xmpp.js

zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

meshnet-lab - Emulate huge mobile ad-hoc mesh networks using Linux network namespaces.

Rust-for-Linux - Adding support for the Rust language to the Linux kernel.

sh - Python process launching

hylo - The Hylo programming language

polyjuice_server

ionide-vscode-fsharp - VS Code plugin for F# development

selling-partner-api - A PHP client library for Amazon's Selling Partner API

cppfront - A personal experimental C++ Syntax 2 -> Syntax 1 compiler