Hacker News

Ask HN: What are your use cases for o1 so far?

Hacker News - Thu, 09/19/2024 - 2:44pm

Feel like there aren't a lot of use cases where o1 radically changes the reliability issue of LLMs in a way that could make human in the loop approaches less necessary. And played with o1 a bit, but so far it hasn't changed my workflows. Saw some people with the same sentiment on X, wonder if this is general ?

Feel like there aren't a lot of use cases where o1 radically changes the reliability issue of LLMs in a way that could make human in the loop approaches less necessary. And played with o1 a bit, but so far it hasn't changed my workflows. Saw some people with the same sentiment on X, wonder if this is general?

Comments URL: https://news.ycombinator.com/item?id=41594994

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: A self-hosted CLI tool to inspect databases fast without SQL

Hacker News - Thu, 09/19/2024 - 2:38pm

Hello everyone, While working on other projects, I found myself always having to connect and use SELECT * to see dummy entries or new users. I favored the CLI for monitoring my database entries, especially because I was testing and just adding dummy users + our first normal users in projects. So it became a bit tiring always having to connect to postgres, mysql and give select * queries from the CLI.

Comments URL: https://news.ycombinator.com/item?id=41594938

Points: 4

# Comments: 2

Categories: Hacker News

Ask HN: Is your LinkedIn feed content all ads/promotions or is just me?

Hacker News - Thu, 09/19/2024 - 2:37pm

Seems like everything in my feed is either ads or my colleagues promoting one thing or another. Is it just me oe is this what LinkedIn is nowadays?

Comments URL: https://news.ycombinator.com/item?id=41594935

Points: 1

# Comments: 1

Categories: Hacker News

Ollama 0.3.11

Hacker News - Thu, 09/19/2024 - 2:37pm
Categories: Hacker News

Ask HN: How's Amazon SES deliverability these days?

Hacker News - Thu, 09/19/2024 - 2:32pm

I've been using Postmark for a while, but in light of the recent (long) outage with no communication whatsoever, I'm considering switching to SES. The fact that Postmark has laid off most of their team members doesn't inspire confidence either (https://x.com/matteosonoioo/status/1835767887862096110).

How is the deliverability of Amazon SES? I'm sending around 300-400 emails per month.

Comments URL: https://news.ycombinator.com/item?id=41594877

Points: 1

# Comments: 1

Categories: Hacker News

Show HN: Migrate from Heroku to AWS in Minutes – Open-Source AI Agent

Hacker News - Thu, 09/19/2024 - 2:31pm

Hey HN,

I'm excited to share the Open-Source AI Agent I built at Qovery, which allows users to migrate workloads from Heroku to AWS, GCP, Azure, or Scaleway with Qovery in just a few minutes. As a company helping 200+ organizations optimize their cloud infrastructure, I’ve encountered many teams struggling with the manual migration of their legacy Heroku apps. I wanted to simplify that process and save people a ton of time and effort—so I built this tool.

Why I built it:

I noticed that many companies were stuck on Heroku but eager to move to AWS or other IaaS platforms to gain more control, lower costs, or for better scaling capabilities. However, the migration process was tedious, time-consuming, and often error-prone. I built this Open-Source AI Agent to solve that exact problem, making the migration seamless and user-friendly.

The tool is fully open-source, self-hostable, and designed with security in mind. It's powered by a Golang backend that generates Terraform manifests and Dockerfiles based on your existing stack, allowing you to review and download everything before moving forward.

How it can help you:

1/ Migrate from Heroku to AWS, GCP, Azure, or Scaleway in 5 minutes: No manual intervention is needed. You provide credentials, and the system handles the rest, generating the infrastructure as code.

2/ Open-source and customizable: You can adapt the tool to your specific use case or even contribute to the project.

3/ Fully transparent: I made sure that the migration process is entirely visible, so you have control over each step.

4/ Simplifies complex migrations: Especially for teams without a dedicated DevOps engineer, this agent can bridge the gap and make the migration process accessible to developers.

Future plans:

I plan to extend support for Render, Railway, Fly.io, Vercel, and Netlify in the coming months. My goal is to help even more teams migrate from other PaaS platforms with the same ease. If you have workloads on these platforms and are interested, let us know—I'll keep you posted when they’re available.

I’d love your feedback and contributions to the project! You can check out the code here: https://github.com/Qovery/qovery-migration-ai-agent.

Thanks for reading, and I hope this helps!

Comments URL: https://news.ycombinator.com/item?id=41594871

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: How do you automate file upload to GitHub?

Hacker News - Thu, 09/19/2024 - 1:45pm

I’ve been exploring Git workflows and curious how others would approach this challenge:

We need to upload a file to GitHub on demand (a table routing JSON file to minimize API calls) and want to automate it so non-technical users can push the file.

Our ideal workflow is to generate the JSON and push automatically via webhook or API call

How would you approach it? Things you’d be concerned about with this approach?

Some additional context:

- We have to solve this problem in this way due to limitations with another code base we rely on.

- this is a private repo so we aren’t concerned about merge issues, just overwriting the file is fine

Comments URL: https://news.ycombinator.com/item?id=41594377

Points: 1

# Comments: 0

Categories: Hacker News

Pages