Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
brycelarkin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
brycelarkin
7mo ago
npmjs search is very slow
2.
▲
by
brycelarkin
1y ago
Who’s the target market for this? Tagging documents isn’t really a big problem. Companies typically only have a finite, handful of contract templates that the admin tags manually.
3.
▲
by
brycelarkin
2y ago
Nice! This was one of the missing parts of the Vercel AI SDK.
4.
▲
by
brycelarkin
2y ago
They increased prices, but looks like they finally are revamping the service. This is probably the biggest update in years.
5.
▲
by
brycelarkin
2y ago
A quick look at the Automattic site ( https://automattic.com/about/ ) says they dedicate 5% of company time to WP open source. Their GitHub has over 1000 repos, likely all WP related. https://github.com/A
6.
▲
by
brycelarkin
2y ago
I can see Matt’s point of view. Data transfer fees are expensive, especially at WordPress scale. Automattic probably covers a lot of that cost that wordpress.org is incurring and wants WP Engine to pay their fair share. WP Engine also seems
7.
▲
by
brycelarkin
2y ago
Those last 30 seconds of the video, trying to get the demo to work for a group of people is so relatable.
8.
▲
by
brycelarkin
2y ago
This article just looks like an ad for Bloomberg’s docuseries.
9.
▲
by
brycelarkin
2y ago
Separate Github profiles for work and personal.
10.
▲
by
brycelarkin
2y ago
For postgres, you want to use “bigint generated always as identity” instead of bigserial.
11.
▲
by
brycelarkin
2y ago
Really cool! When should you use pgvector vs pgvector scale? Is there any discussion about getting this added as a supported AWS RDS extensions?
12.
▲
by
brycelarkin
2y ago
Another model I’ve seen is a combination of subscription and usage where there’s a monthly base and then additional charge for usage overages. Example is Sendgrid.
13.
▲
by
brycelarkin
2y ago
I just used a Vercel template. Literally took 10 minutes from cloning the repo to getting it set up on my domain.
14.
▲
by
brycelarkin
2y ago
Do you add jobs inside a transaction? Or with a root connection? There doesn't seem to be an out of the box way to add jobs in a transaction.
15.
▲
by
brycelarkin
2y ago
What do you mean by system domain? Like technical, non-user facing services like CacheService and ObjectStore?
16.
▲
Naming Things in B2B SaaS
(brycelarkin.com)
4 points
by
brycelarkin
2y ago
|
2 comments
17.
▲
by
brycelarkin
2y ago
Love the Filthy Frank survival guide!
18.
▲
by
brycelarkin
2y ago
Wow! Had no idea Shazam existed back in 2003.
19.
▲
by
brycelarkin
2y ago
For the AWS CDK folks, I’ve been very happy with this library. https://github.com/CloudSnorkel/cdk-github-runners . Love that I can use spot pricing and the c7g instances for cicd.
20.
▲
by
brycelarkin
3y ago
I was a Mintlify customer 6 months ago and found their onboarding strange. Their Github app asked for permissions to access all my repos and there was no way to get around that. I just wanted to give them access to my docs repo not my app r
21.
▲
by
brycelarkin
3y ago
It’d be like any other database schema change. We commit all schema migrations to git and have cicd run them.
22.
▲
by
brycelarkin
3y ago
It’s one of the few big projects that still feels “open source” as opposed to corporate run open source. I think Netflix is a big user / sponsor of the project.
23.
▲
by
brycelarkin
3y ago
Postgraphile. Postgres + graphql. It really solves all the negative aspects of graphql. Also, incredibly performant. Their v5 release is also a pretty interesting piece of tech. https://postgraphile.org/
24.
▲
by
brycelarkin
3y ago
I’d rather take 100% of a million than Fan Duels’ 0% of half a billion.
25.
▲
by
brycelarkin
3y ago
React/Relay front end. Postgraphile/Fastify backend. Postgres database. Typescript. The most OP type safe stack. One change in your database propagates throughout your stack.
26.
▲
by
brycelarkin
3y ago
Found discussion here: https://old.reddit.com/r/sysadmin/comments/g18m6e/when_to_co...
27.
▲
Ask HN: Best time to move logins to SSO?
1 points
by
brycelarkin
3y ago
|
2 comments
28.
▲
by
brycelarkin
3y ago
The recommended way to do egress from AWS is through Cloudfront, which provides 1TB of free egress instead of 100GB as stated in the chart. Regardless, I feel like AWS is price gouging for egress.
29.
▲
by
brycelarkin
3y ago
Awesome writeup! Just had a couple comments/questions. > Not adopting an identity platform early on The reason for not adopting an IDP early is because almost every vendor price gouges for SAML SSO integration. Would you say it'
30.
▲
by
brycelarkin
3y ago
Big fan of Graphile Worker to handle this job. https://github.com/graphile/worker
More ›