Readit News logoReadit News
chwzr commented on Launch HN: Bitrig (YC S25) – Build Swift apps on your iPhone    · Posted by u/kylemacomber
chwzr · 3 days ago
Tried to create a canvas like app view, your app froze after some prompts (guess the swift interpreter?) reopening the app and selecting the project again does not help
chwzr commented on Show HN: Torii – a framework agnostic authentication library for Rust   github.com/cmackenzie1/to... · Posted by u/cmackenzie1
chwzr · 6 months ago
Is it possible to develop custom oauth/openid plugins?
chwzr commented on One-man SaaS, 9 Years In   blog.healthchecks.io/2024... · Posted by u/km
webprofusion · a year ago
One trick I may or may not have invented for the enterprise PO problem (manual processes etc) was to offer an Azure Marketplace subscription for the product.

That way they can just go to azure and subscribe to the license that way, without needing any azure resources etc, it's just a billing mechanism.

They can then bundle that into their usual Azure spend and even do manual POs etc that I never have to deal with.

chwzr · a year ago
Would love to hear more of that azure marketplace. Does it bring leads on its own?
chwzr commented on Claude 3.5 Sonnet   thezvi.substack.com/p/on-... · Posted by u/elsewhen
egl2021 · a year ago
Would you please describe your setup for coding? I'm interested in trying this out, but I need an ELI5. Thanks.

PS Anybody is welcome to jump in with a description of their setup.

chwzr · a year ago
I currently tested the cursor IDE [1]. It’s vscode with nice ai integrations made with great ux in mind. They integrate with ChatGPT and Claude Sonnet/ Opus. For my experience (rust/typescript) the sonnet 3.5 model is giving me better results.

You can pass the current file, or multiple files or your whole project as context to the models.

[1] https://cursor.com

chwzr commented on Ask HN: What macOS apps/programs do you use daily and recommend?    · Posted by u/0bsolete
chwzr · a year ago
- Brightintosh (use the increased brightness (1000 nits) of the integrated XDR display)

- raycast (window management, shortcuts, etc.)

- tailscale (private mesh vpn)

- linear (issue management)

chwzr commented on Vercel Edge Function Outage   vercel-status.com/inciden... · Posted by u/william-evans
william-evans · 2 years ago
Currently blocked us from releasing any production code all afternoon. Luckily we've not had anything critical that needs to go out but it is making me a little nervous.
chwzr · 2 years ago
same here, wondering what's going one. Do they release post mortems?
chwzr commented on Ask HN: Suggestions to host 10TB data with a monthly +100TB bandwidth    · Posted by u/magikstm
throwaway2990 · 2 years ago
Been looking at hetzner for their arm cloud offering. But I can’t figure out if instances upgraded or do you need to terminate and rebuild.

support seems non existent cos no one answers emails or web chat…

chwzr · 2 years ago
You can rescale cloud servers at hetzner, but you will need to shutdown the server in the process
chwzr commented on Launch HN: Electric Air (YC W23) – Heat pump sold directly to homeowners    · Posted by u/cmui
cmui · 2 years ago
> By going direct to the homeowner you are targeting the venn diagram union of "people who are willing & able to do the work themselves"

This is meant to be installed by a professional contractor, not the homeowner.

> How are you going to build your service network?

Compensate the contractors fairly and act as lead gen.

> Who are the decision makers in your target market exactly?

Homeowners. Not targeting multiunit residential or new builds, they care less about efficiency because they don't bear the cost of ownership.

> What? How could duct work possibly be incompatible with a heat pump?

A natural gas furnace requires ~150cfm airflow per 10kbtu heat produced, while a heat pump requires 330cfm per 10kbtu. This large mismatch in required airflow means that if you replace a natural gas furnace with a like sized heat pump, you've likely exceeded the ability of the air handler blower. Luckily most natural gas furnaces are grossly oversized for homes. The way you find the right size unit is with our software.

chwzr · 2 years ago
> This is meant to be installed by a professional contractor, not the homeowner.

But I would want to install that myself. I do everything in my house myself. Could I order a device from you and at the same time save the compensation that otherwise gets the installer?

chwzr commented on Show HN: Total.js – Low-code development (Node-RED alternative)   totaljs.com/flow/... · Posted by u/petersirka
mercat · 2 years ago
If you want something in react - https://github.com/wbkd/react-flow
chwzr · 2 years ago
+1 for react-flow it’s a joy to develop with
chwzr commented on Could you recommend me a light web-stack for my web app?    · Posted by u/laxmymow
chwzr · 3 years ago
Next.js with Prisma ORM - Dream team, you get SSR, Typescript Typings ootb.

If you host on Vercel you need a Postgress somewhere (aws, neon, Heroku, fly.io…)

If you host on own vps: use nosql and litestream for backup to s3(backplate b2) . Nosql is blazing fast on ssd vps

u/chwzr

KarmaCake day9February 15, 2021View Original