Viewing profile — pbnjay
pbnjay
HN member- Joined
- Mon, Jun 06, 2011, 1:49 AM UTC
- HN karma
- 1,789
- Public activity
- 473 items
- HN profile
- View on Hacker News ↗
About pbnjay
pbnjay.com
Recent public activity
-
comment
Comment #47292722
Um a lot of US zip codes map to multiple cities. Some even to multiple states. If you build a picker for city/state this works fine but your premise is easily refuted if you look a…
-
comment
Comment #47204379
For anyone reading this later, I got my data export and deleted my account and got a pro-rated refund. So double whammy!
-
story
FYI ChatGPT Plus credit if you delete before term ends
I cancelled my subscription yesterday but it was going to last through March 11. Got my data export today so I just went ahead with deleting my account (figuring the next 10 days w…
-
comment
Comment #47190595
I had kept my Plus subscription just because I was lazy, and it was inexpensive and convenient… but this turn definitely helped me get off the fence. I am exporting and deleting my…
-
comment
Comment #47177366
I feel like excluding French toast is a serious faux pas here! Breakfast burritos are also at least as important as quiche (as in, neither are as tasty without addins - just like o…
-
comment
Comment #45631325
FYI this is not true in the US. Zip codes identify postal routes not locations
-
comment
Comment #45421296
I’m building an ETL tool that “just works” and gets out of the way. I can write shell scripts and python to do this stuff but honestly I just want to drop my files/API results into…
-
comment
Comment #44884890
Yes I was very excited to see the new json encoding changes land, can’t wait to try them out! The new omitempty and map key marshalling in particular will help clean up some of my …
-
comment
Comment #44780297
Dropping the kids off at the pool is a euphemism for a bodily function that diuretics like coffee help with…
-
comment
Comment #44339533
Probably gets pretty costly if you’re running a lot of data through it. Now if you could implement a Tailscale DERP server in a lambda that would be pretty amazing: https://tailsca…
-
comment
Comment #43389915
Given the redundancy of multiple locations, I think even cutting power it would be difficult to cause an extended outage.
- story
-
story
Show HN: Callosum – A smarter OpenAPI editor/client
A couple years ago I was really frustrated by Postman, it couldn't do basic JSON schema validation, and didn't interoperate well with the OpenAPI spec I had to use for serverless d…
-
comment
Comment #42151770
I have a variety of Shelly 1 devices in my house, one of which is on the oldschool Garage Door opener (with a reed switch for open/close tracking) - Very inexpensive, flexible for …
- comment
-
comment
Comment #41693473
Would be trivial to show the results live though, especially for atomic values: https://go.dev/play/p/PRzzO_skWoJ
-
comment
Comment #41693416
Isn't it even simpler in Go? No channels necessary, Each goroutine gets an index or slice, and writes the results to a shared array. All you need is the goroutines to report when d…
-
comment
Comment #41692488
API tool to automate all the stuff Postman makes painful: https://callosum.dev Spec generation from request logs, automatic schema generation and validation, test generation (event…
-
story
Ask HN: Permissively Licensed Terms of Service / Privacy Policies?
I'm hoping to launch my software app soon, but I was trying to throw together an initial Terms of Service and Privacy Policy. It's really hard to find very many that can be easily/…
-
comment
Comment #41441020
Re: the grid connection backlog - much of the challenge of turning on new generation is simulating the increasingly complex ways the grid can fail due to all the interconnections. …
-
comment
Comment #41342946
API tool to automate all the stuff Postman makes painful: https://callosum.dev Spec generation from request logs, automatic schema generation and validation, test generation (event…
-
comment
Comment #41053009
How granular are the durations? If days for example you could bucket into N-week intervals (eg intervals with 7N consecutive days) to reduce the search scope. Then you only need to…
-
comment
Comment #40928200
That's their math, the 23.8t/s is already the 64x but they didn't 64x the other stats.
-
comment
Comment #40788712
Yeah... They are using a single-core 13W measurement to project out. For a 64x parallelization - no mention of any overhead due to parallelization or power needs of the supporting …
-
comment
Comment #40694548
I mean shared hosting certainly existed but "the cloud" as we think of it today was much simpler and not nearly as ubiquitous. It doesn't really change the principles themselves bu…