The worst of the two worlds: Excel meets Outlook

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

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

    Apple ][ stuff

  • This is the part which saves crazy time:

    The loving part of VBA is its interoperability across the Office suite, but there's no reason why that couldn't be done in, say, Python

    I agree with you, but Python and pretty much every code environment is missing a few things that create a pretty high barrier to entry:

    For a whole lot of things, VBA is not even needed. People put data into cells, operate on it with formulas in other cells that drop output into still other cells which are then used to get output.

    Input can be almost anything these days.

    Formulas have a well defined, easy to understand syntax that work across a wide variety of operators.

    Output can be almost anything these days too.

    And it's live. Make a change, see it happen.

    That's real power! People don't have to know much to make it all work either.

    I have been using Excel to transform business data for years, model business and a lot of other things, and as a rapid prototype system. I can write code too. Often I do, but the more specific and or variable the task is, like a one off need to solve yesterday, the more attractive just banging it out in Excel becomes.

    Check this thing out:

    https://github.com/tilleul/apple2/tree/master/tools/6502_ass...

    It's a perfectly usable, and I would suggest one of the easiest, assemblers I've ever seen!

    I just used it to knock out a little routine for a retro-game project I'm working on and was kind of stunned at how lean, accessible, functional this really is.

  • datasette

    An open source multi-tool for exploring and publishing data

  • It looks to me datasette (https://datasette.io/) could fill the same need: load the data into SQLite and explore it with a host of tools and visualisations, all profiting from the power of SQL

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