Ask HN: What projects are you working on this weekend?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Openstreetmap

    The Rails application that powers OpenStreetMap

    Fixing the map https://www.openstreetmap.org/fixthemap That's not coding but looking at data issues. There's many data validation tools https://wiki.openstreetmap.org/wiki/Quality_assurance#Error_...

    Specifically I'm looking at USA postcodes that contain special character, or are too short or too long. I've done that now for 10 European countries. It's 1000s of small issues, some errors are 10 years old, a huge fun variety. For each I open the online editor, a nice satellite image is presented, and fix one issue. For example finding a restaurant's website.

    If you're interested in your local area http://osmose.openstreetmap.fr/en/map/ or https://www.openstreetmap.org/ click the layers button and click 'show map notes'. For global projects there's https://tasks.teachosm.org/explore

  • linux_udp_poll_latency

    Measure latency between Linux packet rx and UDP poll return

    Timestamping the latency between when a packet arrives and poll() returns.

    I used this written by someone else at work the other week, but I wanted to do it myself to understand it better.

    Working code: https://github.com/superjamie/linux_udp_poll_latency

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

  • Longhand

    Text corpora in virtual reality

    Revising a sci-fi story about the first pizza place on Mars: https://www.dropbox.com/s/wdwj6fn2qjywoct/Best%20Pizza_Cook2...

    Also, trying to figure out how to distribute ~1000 arbitrary meshes in 3D space (https://github.com/Cook4986/Longhand), and installing the window AC units (Boston suburbs).

  • hodlbitcoin.vercel.app

    Visualize your Bitcoin holdings value over time 🤑

  • glossurly

    a grumpy and opinionated take on text composition

    I've managed to break analysis paralysis and write some code for GlosSurly - a strongly opinionated take on text markup / aka Annotation.

    I set out the main ideas a few days ago, and wrote up some test cases. Last night I had a vision of the test GUI I wanted to build... did the GUI, menus, etc... then started writing code to load the test cases, and parse it. Then the testing engine, and finally the actual code to be tested.

    It's all a big hack right now, but I've got it up on GitHub - https://github.com/mikewarot/glossurly

    Most of my tests pass... ;-)

    I'm just happy to have something I can now build upon up and running.

  • ngs

    Next Generation Shell (NGS)

    This weekend, like any other time when it's possible, I'm continuing to work on Next Generation Shell. It is a fully-fledged programming language for the DevOps-y niche (the one which was once dominated by Perl). The language contains domain specific facilities such as convenient running of external programs and data manipulation.

    https://ngs-lang.org/

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