RVS_ParseXMLDuration VS LookAtThat

Compare RVS_ParseXMLDuration vs LookAtThat and see what are their differences.

RVS_ParseXMLDuration

A Smart parser for xs:duration (by RiftValleySoftware)
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
RVS_ParseXMLDuration LookAtThat
2 7
1 106
- -
1.9 8.9
almost 2 years ago 5 months ago
Swift Swift
MIT License 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.

RVS_ParseXMLDuration

Posts with mentions or reviews of RVS_ParseXMLDuration. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-12.
  • Ask HN: Show me your half baked project
    163 projects | news.ycombinator.com | 12 Oct 2023
    Well, these ones aren't "half-baked," but they are no longer being maintained (archived):

    [0] https://github.com/RiftValleySoftware/RVS_IPAddress

    [1] https://github.com/RiftValleySoftware/RVS_ParseXMLDuration

    [2] https://github.com/RiftValleySoftware/RVS_ONVIF

    This project is unfinished (I just walked away from it, as it wasn't really giving me what I wanted):

    [3] https://github.com/RiftValleySoftware/RVS_GTDriver

    This one is "half-baked," I believe. I never really took it particularly far:

    [4] https://github.com/RiftValleySoftware/RVS_MediaServer

  • Code Colocation Is King
    1 project | news.ycombinator.com | 3 Feb 2022
    Not completely. The way that it works for me, is that I start work on a project, and, while building, I notice that some code that I'm working on is:

    1) Pretty complex, and fairly insular; and/or

    2) Possibly useful, elsewhere.

    If that's the case, I will then stop work on the main project, and take some time to extract and "genericize" the subproject. I'll usually set it up as a standalone open-source project; complete with tests and documentation.

    This may happen before I have completed the coding in the main project, or may happen as the result of a review, after the fact.

    In some cases, I very clearly need to develop a subproject before starting on the main project, or before certain milestones within that project (for example, SDKs or drivers). In that case, the timelines are completely separate.

    If you look at my GH repos, you'll see a whole bunch of these projects, including some rather strange ones, like an XML duration parser[0]. These are the types of projects that I extract.

    In some cases, I end up not using the extracted project in my main project (happens to some of my UI widgets). In that case, even though I am not using it, I still have an excellent project for the future. Here's an example[1]. I have ended up not using the spinner in my own work, as it was too obtrusive a widget, but it's nice to have it available for future projects.

    [0] https://github.com/RiftValleySoftware/RVS_ParseXMLDuration

    [1] https://github.com/RiftValleySoftware/RVS_Spinner

LookAtThat

Posts with mentions or reviews of LookAtThat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-12.
  • Ask HN: Show me your half baked project
    163 projects | news.ycombinator.com | 12 Oct 2023
    https://github.com/tikimcfee/LookAtThat

    View, search, and analyze arbitrary source code (best support of Swift right now) in 3D and AR space. You open your phone or tablet, yeet hundreds of files into 3D space, and can start highlighting, moving, and tracing execution by literally walking around your code. The desktop app has similar features, and the standard 3D viewer is just as fun.

    I would love help - from anyone of any kind - to build this out towards greater usefulness. It’s a lot of fun, it’s super cool to look at, and it’s the thing I’ve wanted to use since I was a small child.

    “Let me touch the words!!”

  • A Developer's View of Vision Pro
    1 project | news.ycombinator.com | 12 Jun 2023
    I feel like I’ve been spamming this everywhere and any time I get the chance, but I really want people to join in and help define this experience with me for developers.

    https://github.com/tikimcfee/LookAtThat

    AR VR for iOS and macOS. Millions of glyphs. Instant control. There’s magic here. If this excites you, work with me and help make this a reality! I don’t have all of it in me.

    I wish I did. I don’t. I don’t have all the time and energy. But there are people here that if they spent just a little time to work on this, we would be in the future of a 3D code space in days, and not weeks or months.

    I owe a new readme for the project. If any of this makes you feel any feelies, get in contact with me star it, make noise, whatever!

    Lotta love to yall. Thanks for letting me vomit words.

  • Wideboard: Render _all_ of Linux's source code in a browser tab via WebGL
    5 projects | news.ycombinator.com | 11 Feb 2023
    I have this mostly working for Swift by thread and execution tracing matched to syntax analysis in https://github.com/tikimcfee/LookAtThat.

    You can record app execution, and then play it back thread and line and by line to see each line executing in time. It’s kinda fun to see millions of lines flash and highlight and move at 60fps and seeing implicit relationships between executing files and high level functional flows

  • Ask HN: Visualizing software designs, especially of large systems (if at all)?
    20 projects | news.ycombinator.com | 31 May 2022
    If I may be so bold as include something I’m working on myself, I’d love to chime in! I’m not functionally complete, but feel like I’m writing an amalgamation of all of the above tools.

    https://github.com/tikimcfee/LookAtThat

What are some alternatives?

When comparing RVS_ParseXMLDuration and LookAtThat you can also consider the following projects:

laminarmq - A scalable, distributed message queue powered by a segmented, partitioned, replicated and immutable log.

LockView - Foundry VTT module: Locks the view for the purpose of using Foundry on a digital playmat, such as a horizontally mounted TV. Scales the scene so the gridsize is always displayed corresponding to a real-world size, and can block zooming and panning

typocide - Where Typos Meet Their Demise!

TypeScript-Call-Graph - CLI to generate an interactive graph of functions and calls from your TypeScript files

ukey - Simple ukulele chord reference web app

saddle-data-graph - where does it come from, where does it go?

prepareprojectforllmprompt - Transform your code project into a Markdown document optimized for interaction with Language Learning Models like GPT-4, complete with dynamic file selection and token management features.

rugivi - The adult media landscape browser

speech - A tool to practice English speaking

muziko - Practice every song you know

quantraserver - Distributed QuantLib

wiredhoo - Project to add wired connectivity to a Wahoo Kick by emulating the ANT+ profile within an emulated ANT USB stick; the host believes it is communicating to a ANT+ wireless device. Broader scope to be an open-source firmware replacement for trainers.