HackerTrans
TopNewTrendsCommentsPastAskShowJobs

funerr

no profile record

Submissions

Ask HN: Is SaaS dead?

1 points·by funerr·6 mesi fa·1 comments

Ask HN: Any Devtools for Easy Integrations?

1 points·by funerr·7 mesi fa·2 comments

Ask HN: PDF JSON Extraction Libraries?

2 points·by funerr·11 mesi fa·0 comments

Self-Driving Postgres

postgres.fm
2 points·by funerr·11 mesi fa·0 comments

I built a unified Python library for AI batch requests (50% cost savings)

github.com
4 points·by funerr·12 mesi fa·4 comments

Pdoc vs. Pdoc3 Controversy

github.com
2 points·by funerr·anno scorso·0 comments

One-man Lovable competitor sold for $80M

calcalistech.com
4 points·by funerr·anno scorso·0 comments

Ask HN: How do you generate long LLM outputs?

1 points·by funerr·anno scorso·1 comments

App Generator including Backend using AI

base44.com
2 points·by funerr·anno scorso·0 comments

Ask HN: Best AI IDE right now?

4 points·by funerr·anno scorso·8 comments

Ask HN: Milestone Based Equity for Developers?

1 points·by funerr·anno scorso·1 comments

Ask HN: Why can't Mozilla offer a paid privacy tier?

22 points·by funerr·2 anni fa·18 comments

ChatGPT's Prompt Rules Revealed

chatgpt.com
6 points·by funerr·2 anni fa·1 comments

The Creativity Lab at UC San Diego

creativity.ucsd.edu
3 points·by funerr·2 anni fa·0 comments

Ask HN: Next.js and Python Backend?

3 points·by funerr·2 anni fa·9 comments

Ask HN: Vercel for B2B Enterprise SaaS?

2 points·by funerr·2 anni fa·0 comments

[untitled]

1 points·by funerr·2 anni fa·0 comments

[untitled]

1 points·by funerr·2 anni fa·0 comments

Criticisms of the Internet Archive

space.matthewphillips.info
3 points·by funerr·2 anni fa·0 comments

Disable Firefox Telemetry Settings

github.com
35 points·by funerr·3 anni fa·4 comments

comments

funerr
·4 mesi fa·discuss
I really like cmux for this (https://github.com/manaflow-ai/cmux)
funerr
·7 mesi fa·discuss
ChatGPT summary:

Prototaxites was a massive, trunk-like organism (up to ~8m tall, ~1m wide) that dominated land ~420–370 million years ago, long before trees or complex plants existed. It looked like a tree, but chemical evidence suggests it didn’t photosynthesize. Internally it was made of interwoven microscopic tubes, unlike plant tissue. It’s often described as a giant fungus, but it doesn’t cleanly match modern fungi either, and some researchers think it may represent an entirely extinct branch of eukaryotic life. In other words, early “forests” may have been dominated by something we don’t have a modern analog for.
funerr
·12 mesi fa·discuss
ai-sdk by vercel?
funerr
·12 mesi fa·discuss
When you have LLM requests you don't mind waiting for (up to 24h) then you can save 50% in costs. Great for document processing, image classification at scale, anything that you don't need an immediate result from the LLM provider and costs play a role.
funerr
·12 mesi fa·discuss
I needed a Python library to handle complex batch requests to LLMs (Anthropic & OpenAI) and couldn't find a good one - so I built one.

Batch requests take up to 24h but cut costs by ~50%. Features include structured outputs, automatic cost tracking, state resume after interruptions, and citation support (Anthropic only for now).

It's open-source, feedback/contributions welcome!

GitHub: https://github.com/agamm/batchata
funerr
·anno scorso·discuss
How does this compare to better-auth?
funerr
·anno scorso·discuss
I think it is actually a solid choice given the startup ecosystem and generally easy async nature.
funerr
·2 anni fa·discuss
I met the founders, great people. Any open-source tools to start out dealing with failed payments before we scale?
funerr
·2 anni fa·discuss
I didn't know that about Maybe Finance. Was that what prompted you to os inboxzero?

What are the pros and cons? Aren't you afraid that it makes the SaaS offering less enticing, especially to highly technical people (which seems like might be a big chunk of your potential users)?
funerr
·3 anni fa·discuss
Retool for sure, they are pumping out features really quickly too. The model makes a lot of sense from a developer's point of view. Now that they are also going into public apps I would really consider them seriously.

Hoping for: - Better pricing for public apps. - Better ability to easily customize the frontend design without touching CSS/HTML/JS.
funerr
·3 anni fa·discuss
There are too many variables to predict the future. Yet, I believe that it will empower more 1-3 person businesses to compete with the big incumbents.

Imagine you could run teams of marketing/sales/support ai-agents and focus on your core business. "The next 1B, 1 Person companies".

Just 15 years ago you'd need teams of 10+ people to do basic ml tasks you could do today. Now you have an LLM or a SaaS service that outperforms those teams for the fraction of the cost.
funerr
·3 anni fa·discuss
I just migrated from Ghost because many of these problems, and lack of basic features like an integrated referral system for my newsletter.
funerr
·3 anni fa·discuss
I'm glad you like it.
funerr
·3 anni fa·discuss
Shameless plug, I just wrote about Vector Databases and Embeddings 2 weeks ago in my newsletter (5 minute dev trends):

https://unzip.dev/0x014-vector-databases/

It also explains how to use them IRL and why.
funerr
·3 anni fa·discuss
My thoughts exactly.
funerr
·3 anni fa·discuss
Cool idea! I thought about it too a few years ago while doing some upgrades. Do you support more languages? And do you have it in CLI form?
funerr
·3 anni fa·discuss
I personally use a bit of a different prompt, so it's tailored for my repo. But yeah, you can also customize it pretty simply, like you mentioned in the ./src/ai.ts file.

This is a blueprint on how to have checks in the CI, it took me sometime to build and get working - do you know anything that does this out of the box? Thanks for the feedback eitherway!
funerr
·3 anni fa·discuss
How is this different from chatbase.co ? (not affiliated)
funerr
·3 anni fa·discuss
What did you exactly do to find it?
funerr
·3 anni fa·discuss
Thanks tomgs! I have this format for every new dev trend I find, keeps it structured.