HN user

funerr

449 karma

https://unzip.dev

Posts81
Comments68
View on HN
news.ycombinator.com 6mo ago

Ask HN: Is SaaS dead?

funerr
1pts1
news.ycombinator.com 7mo ago

Ask HN: Any Devtools for Easy Integrations?

funerr
1pts2
news.ycombinator.com 11mo ago

Ask HN: PDF JSON Extraction Libraries?

funerr
2pts0
postgres.fm 11mo ago

Self-Driving Postgres

funerr
2pts0
github.com 1y ago

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

funerr
4pts4
github.com 1y ago

Pdoc vs. Pdoc3 Controversy

funerr
2pts0
www.calcalistech.com 1y ago

One-man Lovable competitor sold for $80M

funerr
4pts0
news.ycombinator.com 1y ago

Ask HN: How do you generate long LLM outputs?

funerr
1pts1
base44.com 1y ago

App Generator including Backend using AI

funerr
2pts0
news.ycombinator.com 1y ago

Ask HN: Best AI IDE right now?

funerr
4pts8
news.ycombinator.com 1y ago

Ask HN: Milestone Based Equity for Developers?

funerr
1pts1
news.ycombinator.com 1y ago

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

funerr
22pts18
chatgpt.com 1y ago

ChatGPT's Prompt Rules Revealed

funerr
6pts1
creativity.ucsd.edu 1y ago

The Creativity Lab at UC San Diego

funerr
3pts0
news.ycombinator.com 1y ago

Ask HN: Next.js and Python Backend?

funerr
3pts9
news.ycombinator.com 1y ago

Ask HN: Vercel for B2B Enterprise SaaS?

funerr
2pts0
space.matthewphillips.info 2y ago

Criticisms of the Internet Archive

funerr
3pts0
github.com 2y ago

Disable Firefox Telemetry Settings

funerr
35pts4
news.ycombinator.com 2y ago

Ask HN: Add a read-time indication for each link on HN?

funerr
2pts3
news.ycombinator.com 2y ago

Ask HN: Thoughts on AI and the job market in 5 years?

funerr
23pts25
news.ycombinator.com 3y ago

Ask HN: Best Digital Banks for Nomads?

funerr
3pts6
news.ycombinator.com 3y ago

Ask HN: Captcha vs. AI in 2023?

funerr
1pts0
github.com 3y ago

Show HN: Unbug – A free, automatic bug detector using GPT-3.5 on GitHub CI

funerr
4pts2
news.ycombinator.com 3y ago

Ask HN: Shopify for SaaS?

funerr
10pts6
news.ycombinator.com 3y ago

Ask HN: Best tools to create LLM prodcuts?

funerr
4pts2
invideo.io 3y ago

Nvidia's Text to Video

funerr
1pts0
news.ycombinator.com 3y ago

Ask HN: Open-Source Legal Documents?

funerr
5pts5
news.ycombinator.com 3y ago

Ask HN: Any other tools like CodeQL?

funerr
4pts2
news.ycombinator.com 3y ago

Ask HN: How does ChatGPT work?

funerr
267pts178
news.ycombinator.com 3y ago

Ask HN: 2FA for Credit Cards?

funerr
30pts94
Prototaxites 7 months ago

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.

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

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.

AI Crap 3 years ago

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.

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!

Io uring 3 years ago

Thanks tomgs! I have this format for every new dev trend I find, keeps it structured.

Io uring 3 years ago

Shameless plug, I just finished 30+ hours of research into io_uring and posted a more high-level summary here: https://unzip.dev/0x013-io_uring/

Including a tl;dr, pros, cons, tools & players, and a forecast.

The creator of io_uring Jens was super nice and also reviewed it (I'm still a bit in shock).

Author here, I wrote at the begining of the text that it isn't fully supported yet :)

"WebGPU was first published in mid-2021 (super new!), so it isn’t fully supported on browsers (also shows how you can enable it) yet".

My main goal is to bring this new technology into attention, I don't intend nor do I have any incentive to recommend people using it in production. Sorry if that wasn't completely clear.

Hi HN, I'm the author, but not the poster, I didn't plan on posting here yet.

Ps Unzip is a summary/intro not an "in indepth article". I try to summarize concepts. But thanks to whoever posted, appreciated either way.

AMA