HN user

zackproser

155 karma

https://www.zackproser.com

[ my public key: https://keybase.io/zackproser; my proof: https://keybase.io/zackproser/sigs/-zBvRhtaHLX3R1yj4ik_C9PK3enCFj62-K5cxDGCIEc ]

Posts28
Comments83
View on HN
workos.com 1y ago

How do you know when you've reached product-market fit?

zackproser
1pts0
workos.com 1y ago

What Makes a Good Changelog?

zackproser
1pts0
www.pinecone.io 1y ago

Pinecone Serverless Gas in Azure and GCP

zackproser
2pts0
docs.pinecone.io 2y ago

Show HN: Legal semantic search starter – Next.js

zackproser
2pts0
www.pinecone.io 2y ago

Pinecone Open-Sources AWS Reference Architecture with Pulumi

zackproser
73pts49
www.zackproser.com 2y ago

Generating AI Images for Blogging

zackproser
3pts0
www.zackproser.com 2y ago

ChatGPT4 and Codeium are all I need

zackproser
6pts0
www.zackproser.com 2y ago

How I keep my shit together

zackproser
3pts0
www.pinecone.io 2y ago

The Pain and the Poetry of Python

zackproser
5pts0
www.pinecone.io 2y ago

You're probably underestimating JavaScript for GenAI

zackproser
2pts3
www.zackproser.com 2y ago

Spent my weekend wrestling with opengraph image generation. Was fun

zackproser
1pts1
www.youtube.com 2y ago

Retrieval Augmented Generation in TypeScript live code review

zackproser
1pts1
www.pinecone.io 2y ago

Retrieval Augmented Generation (RAG) Reducing Hallucinations in GenAI Apps

zackproser
2pts2
zackproser.com 3y ago

How to Get Faster in the Terminal

zackproser
2pts0
news.ycombinator.com 7y ago

Ask HN: Would you use my social reforestation app?

zackproser
1pts3
zackproser.com 8y ago

Show HN: I open-sourced my Twitter Automation platform

zackproser
32pts4
github.com 9y ago

Show HN: Easily configurable tweet map

zackproser
2pts0
github.com 9y ago

Show HN: Real estate property searching example app

zackproser
6pts0
github.com 9y ago

Show HN: I open-sourced my content analysis tool

zackproser
6pts0
github.com 10y ago

Redshell – Easily Execute Windows Commands from Linux Using ZeroMQ

zackproser
2pts0
zackproser.com 11y ago

Show HN: Super CatFacts Attack as a Service

zackproser
1pts0
www.zackproser.com 11y ago

I Open-Sourced My Phaser-Powered HTML5 Game

zackproser
46pts18
techcrunch.com 12y ago

Big Data Prospector WealthEngine Acquires Real-Time Platform BrightContext

zackproser
1pts0
www.newrepublic.com 12y ago

Realtime US Map of Totally Bored Students

zackproser
1pts0
defaultmeter.com 12y ago

Real-time "Doomsday Clock"Predicts US Default

zackproser
2pts0
arstechnica.com 12y ago

Build Your Own NSA Data Miner

zackproser
2pts0
www.brightcontext.com 13y ago

BrightContext Adds Support for Node.js

zackproser
1pts1
www.brightcontext.com 13y ago

Social TV App Demo and Source Code

zackproser
3pts0

Well, this particular moron reads hacker news, too, and actually has a formal diagnosis for both autism and severe ADHD. But thank you for calling me a moron because someone took the article I published for free to be of help to similar folks. Your day is obviously off to a better start than mine. Le sigh indeed.

Me too :)

I feel it will get there in short order..but for the time being I feel that we'll be doing some combination of scattershot smaller & maintenance tasks across Codex while continuing to build and do serious refactoring in an IDE...

OpenAI O3-Mini 1 year ago

Not trying to be snarky, but the example prompt you provided is about 1/15th the length and detail of prompts I usually send when working with Cursor.

I tend to exhaustively detail what I want, including package names and versions because I've been to that movie before...

Had the same experience. Cursor ux and also Zed are designed to make copy pasta'ing back and forth obsolete. It's certainly more comfortable to iterate within the IDE, for me.

Zed AI 2 years ago

Excited to try Zed, but FWIW, this is exactly Cursor's default behavior if you use the side chat panel

Zed AI 2 years ago

Yeah +1, the current top LLMs do pretty well with TypeScript

What you say tracks - but I'm wondering what happens if they manage to unlock some meaningful velocity increase to the point where they can begin tackling other domains and shuttling out products at a higher rate...Agree with your thoughts on search - it's f'ing unusable now and frustrating to look at.

After reading this I'm wondering how the indy code autocomplete tools are going to be able to compete longterm with this giant feedback rich data machine Google has built...do engineering orgs of sufficient scale ultimately hoard their tooling for competitive advantage, thereby leaving independent players to cater to developers outside of Google? Feels like yes...but plenty of inventions trickle out in various forms.

And, for what it's worth, I also share because I love building things and learning. I taught myself how to code using free resources online, so it felt perfectly natural to publish and open-source everything I figured out.

I also wouldn't mind eventually making some money off delivering reliable value to others.

+1 - I picked up my first semi-stalker / email harasser recently from blogging and sending out a newsletter about apps I build and open-source. Pretty weird experience.

This very much gels with my own experience.

It was my first time working with Pulumi and despite not being sure yet how I truly feel about TypeScript - it was a pleasant experience to be able to use programming constructs I'm already familiar with.

I think that's the real leg up that Pulumi has on Terraform.

With HCL / Terraform - you're supposed to be dealing with configuration, but - we also need loops and maps - so we sort of get a mix between a configuration language and a programming language.

As soon as you need to do something even moderately complex you're in a world of pain (automatically deploying and validating Route 53 records via DNS in AWS, I'm looking at you...).

Thanks for your question!

The images were generated via DALL-E - so they're not technically "autogenerated". They were created using a generative model, however.

The content itself definitely was not generated by an LLM - although that feels like a low-effort comment =/ What in particular felt LLM-generated to you?

I think this is on the main page because being able to set 3 environment variables and run `pulumi up` to get to a production-ready system in your own AWS account, without having to purchase anything, is a massive time-saver for anyone with a high-scale use cases that wants to use Pinecone's vector database.

Thanks so much for your support

We are finding that JavaScript is an often overlooked language for working in AI:

https://www.pinecone.io/learn/javascript-ai/

There's also a very nice synergy between using a language like JavaScript (many are familiar enough to read through and understand what's happening) and the type safety that TypeScript introduces.

We are seeing a lot of interest in working with Typescript hence why many of our examples are TypeScript applications.