AdventOfCode2019 VS okta-aws-cli-assume-role

Compare AdventOfCode2019 vs okta-aws-cli-assume-role and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
AdventOfCode2019 okta-aws-cli-assume-role
1 2
0 335
- 0.0%
1.8 0.0
about 3 years ago about 1 month ago
Rust HTML
- Apache License 2.0
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.

AdventOfCode2019

Posts with mentions or reviews of AdventOfCode2019. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-04.
  • Ask HN: What is your current side-project?
    12 projects | news.ycombinator.com | 4 Mar 2021
    I've been (slowly) doing Advent of Code 2019 on an STM32F303 microcontroller. I want all of the problem data to be stored in the binary, with the answers being output on a display. Most of my time so far has been spent on getting the clock working, and compression/decompression. I only have limited space (256KB), and the 20 of last year's problems I solved take up 221KB, so I decided the best course of action would be to store them compressed when possible.

    I did consider just using compression library, but decided against it partly because it would be more interesting to write it myself, but also having a quick look I couldn't find one that could do decompression without needing additional temporary storage. It's not that fancy, just LZW with a multi-stage compression to optimize the dictionary.

    Because of how many of the inputs work, you can often handle it in smaller chunks (e.g. one line at a time, I called them records), so the inputs have a small amount of pre-processing on my PC to split them up into smaller chunks so the entire input doesn't need to be held in RAM at once.

    Of course, not all input data will compress well, some will even "compress" to a larger size, so I've also abstracted over the data storage so that it can handle reading records from compressed or uncompressed inputs.

    I've done 4 days so far, and none of the inputs have compressed. Total runtime is 3.24 seconds (that day 4...).

    Current state can be found here for the morbidly curious: https://github.com/Measter/AdventOfCode2019 Spoilers are in the mcu/src/challenges folder.

okta-aws-cli-assume-role

Posts with mentions or reviews of okta-aws-cli-assume-role. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-04.
  • Ask HN: What is your current side-project?
    12 projects | news.ycombinator.com | 4 Mar 2021
    the fact that your tool is browser-less makes it quite interesting. Do you have plans to build support for AWS "assume role"?

    I've used this Okta tool for a while but it requires a browser. https://github.com/oktadeveloper/okta-aws-cli-assume-role

    PS: out of curiosity, why do you host your own instance of GitLab? What's the overhead like?

  • How to use AWS CLI with Okta?
    2 projects | /r/aws | 24 Jan 2021
    However, if you are unable to do that, you should be able to use https://github.com/oktadeveloper/okta-aws-cli-assume-role to get your temporary sts creds.

What are some alternatives?

When comparing AdventOfCode2019 and okta-aws-cli-assume-role you can also consider the following projects:

openmiko - Open source firmware for Ingenic T20 based devices such as WyzeCam V2, Xiaomi Xiaofang 1S, iSmartAlarm's Spot+ and others.

gimme-aws-creds - A CLI that utilizes Okta IdP via SAML to acquire temporary AWS credentials

esper

saasform - Add signup & payments to your SaaS in minutes.

notebook

name-needed - 🕹 A one man effort to produce an intuitive and high performance Dwarf Fortress-esque game. Needs a name.

epanet-js - Model a water distribution network in JavaScript using the OWA-EPANET engine

ExtPay - The JavaScript library for ExtensionPay.com — payments for your browser extensions, no server needed.

SearchStory - Lucene based search application to search your own history (notes, papers, browser history)