codebyamir

↗ HN profile [ 51.6 ms ] full profile
Karma
4
Created
March 16, 2017 (9y ago)
Submissions
0
  1. It uses a popular pre-trained image classification model to perform the detection. Just a simple project that allowed me to get my feet wet with ML.

  2. I built this after launching a blog site with Hugo and wanting a simple solution for adding support for upvotes and downvotes on posts. For the database, I was initially leaning towards using a key-value database like…

  3. I wrote a tool in Python that finds the school district associated with any given street address in the United States. Here’s how it works: An address corresponds to a single point on the map. The U.S Census Bureau has…

  4. STSproxy is an AWS STS (Security Token Service) Authentication Proxy, providing a simple and secure way for you to provision temporary, limited-privilege AWS credentials for third-parties who need access to your AWS…

  5. Previously asked on: 2023 → https://news.ycombinator.com/item?id=34482433 2022 → https://news.ycombinator.com/item?id=29995152 2021 → https://news.ycombinator.com/item?id=29667095 2020 →…

  6. It seems like decoupling the business logic from the code would be beneficial in most applications. It provides business users the flexibility of reading and changing the rules without development effort.

  7. I found it odd there wasn’t a simple web tool to scan Docker Hub images for vulnerabilities. So I built one. It’s powered by the popular open-source tool Trivy.

  8. I built vanishdb.com which lets you create a sandbox DB with one click. Supports MySQL 8.0 right now. Databases are removed after 30 days of inactivity. Feedback welcome.