libjs-test262 VS tersenet

Compare libjs-test262 vs tersenet and see what are their differences.

libjs-test262

✅ Tools for running the test262 ECMAScript test suite with SerenityOS's JavaScript engine (LibJS) (by linusg)

tersenet

A new type of JavaScript-free light-weight fast browser built on rst and web assembly. Does not actually exist. (by runvnc)
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
libjs-test262 tersenet
4 8
28 107
- -
1.9 1.8
9 months ago about 2 years ago
Python Nim
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.

libjs-test262

Posts with mentions or reviews of libjs-test262. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-11.
  • We're building a browser when it's supposed to be impossible
    13 projects | news.ycombinator.com | 11 Apr 2023
    Linus Groh of LibJS is an Invited Expert in TC39: https://linus.dev/posts/road-to-working-on-serenityos-and-la...

    ECMAScript conformance test results looking good, 87-88% passing at the moment: https://libjs.dev/test262/

  • Ladybird Web Browser – SerenityOS LibWeb Engine with a Qt GUI
    2 projects | news.ycombinator.com | 4 Jul 2022
    this is a qt frontend (definitely works on linux) for the serenityos browser engine, libweb.

    this is a new, from-scratch implementation of both a modern html/css layout engine and a javascript runtime.

    see https://libjs.dev/test262/ for ecmascript conformance tests.

    the browser engine is far from finished but is able to display moderately complex pages like github.

    it's always exciting to see a completely new web engine running in conventional environments like linux!

  • Show HN: We launched a new web browser
    8 projects | news.ycombinator.com | 25 Apr 2022
    > Our JavaScript engine is decently mature, test262 score tracked here: https://libjs.dev/test262/

    In a few years when they have achieved feature parity with Chromium or at least Safari we can discuss this again, but for now it's not ready for real life use.

  • LibJS JavaScript Engine
    4 projects | news.ycombinator.com | 30 Mar 2022
    See https://github.com/linusg/libjs-test262 for an example, specifically the CMake files and `src/main.cpp`.

    The separate website is just to have a nice & short link to the test262 graph and whatever else we'll put there eventually; and also because it's built/deployed in a slightly different way than the main serenityos.org website.

tersenet

Posts with mentions or reviews of tersenet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-01.
  • Notcurses: Blingful character graphics/TUI library
    2 projects | news.ycombinator.com | 1 Feb 2024
    Is it able to show actual videos or is that just to make the demo more interesting and inserted externally?

    I would like to combine something like this with https://github.com/runvnc/tersenet or some of those ideas.

  • Software Disenchantment
    5 projects | news.ycombinator.com | 23 Oct 2023
    Here's an idea I had that is a bit related https://github.com/runvnc/tersenet

    Although I may never have time to actually work on it. Especially since it will be a complete waste of time unless I can get a huge number of people to adopt it.

  • I'm fed up with it, so I'm writing a browser
    12 projects | news.ycombinator.com | 22 Sep 2023
    "Writing a browser" (from scratch) at this point basically means you are implementing a type of portable operating-system-in-a-box (the web platform) and that it will be compatible with whatever Google decides to add to theirs.

    The browser is so comprehensive in functionality and APIs, and such a challenge to keep up with Google's constant churn of new features and total dominance, that not even Microsoft could do it.

    Here is my somewhat related pet project: Tersenet. https://github.com/runvnc/tersenet

  • Bye, Gemini
    4 projects | news.ycombinator.com | 8 Aug 2023
    I loved playing around with Gemini. Something loosely along those lines can definitely work. Who knows what will become popular in the future. Extreme web page bloat leaves the door open.

    Here are a couple of other alternative ideas for the web:

    https://freenet.org/

    https://github.com/runvnc/tersenet (an idea, not implemented)

  • Ask HN: If money was no object what software would you create?
    2 projects | news.ycombinator.com | 28 Nov 2022
    I might make a new version of this http://vintagesimulator.com with VR support.

    Or actually build this https://github.com/runvnc/tersenet

    What I have been thinking about for a few years is a SaaS that takes a video stream and in real-time outputs a 3d reconstruction with separate posed meshes, or maybe even some type of (CAD-like) boundary representation.

    It should be possible to use NeRFs to create a VR "teleportation" application.

    Also I think that VR or mixed reality user interfaces should be 3D and possibly haptic, and that doing everything in 2d windows in VR doesn't make much sense. So there will eventually be an OS for mixed reality that has 3D widgets or components that can interact and have interesting interfaces.

    It will also soon be possible to "clone" a person using dynamic NeRF-like technology combined with new multimodal models of behavior and cognition. Such as take every script from the Colbert show, feed it into a model that combines a LLM with gestures and some visual/spatial correspondence. Automatically create a late night monologue.

  • Show HN: We launched a new web browser
    8 projects | news.ycombinator.com | 25 Apr 2022
    Seems really interesting so I have been Googling to try to figure out what you are talking about. Is the Hydraulic product a way to easily deploy GraalVM software? And maybe by adding some type of search and document browsing capability, it can become a new type of web browser?

    Could you take a look at my comment in this thread and also at https://github.com/runvnc/tersenet

    I have not totally updated that but my current thinking is that we really want to finish deconstructing the overlay operating system that the "web browser" has become. For example, we should actually not bundle the information browsing program and application VM together, but rather have a simple standard for them to work together. Such as, the info browser can save the list of the application binaries to a file that the VM system knows to watch.

    We also actually want to further decompose this into a multilevel window manager concept. On the first level, just a rule that applications save and reload window layouts.

    I really think it should be a goal to standardize on some web assembly extension with simple UI features like canvas or framebuffer and keyboard events.

  • Ask HN: How do you feel about Chrome becoming a browser monopoly?
    1 project | news.ycombinator.com | 23 Apr 2022
    We should be working on an alternative paradigm. https://github.com/runvnc/tersenet
  • Seize the Means of Computation
    1 project | news.ycombinator.com | 18 Apr 2022
    Wow hello famous person.

    This weekend I got back to doing a little bit of work on my TerseNet concept, inspired by one of your articles "https://www.eff.org/deeplinks/2019/07/adblocking-how-about-n..." and things like the Gemini Protocol with the idea of combating monopolies by making protocols simple enough for the average programmer or small team to implement them.

    https://github.com/runvnc/tersenet -- still just some ideas, not an actual prototype.

What are some alternatives?

When comparing libjs-test262 and tersenet you can also consider the following projects:

rust-cssparser - Rust implementation of CSS Syntax Level 3

beacon - Beacon browser for desktop

vimium - The hacker's browser.

MarginaliaSearch - Internet search engine for text-oriented websites. Indexing the small, old and weird web.

nyxt - Nyxt - the hacker's browser.

serenity - The Serenity Operating System 🐞

public - TEXT://PROTOCOL CLIENT

wpt - Test suites for Web platform specs — including WHATWG, W3C, and others

html5ever - High-performance browser-grade HTML5 parser

accesskit - UI accessibility infrastructure across platforms and programming languages

ui-editor - A collaboration tool for engineering teams. Working concept for design tool that can generate readable code. Aimed to replace modern bloatware like jira, slack, outlook, IDE, and redundant work. A developer tool built by developer to make designers do the developer's work.