HN user

pbnjay

1,789 karma

I do a bunch of random things. But mostly I love data.

pbnjay.com

Posts26
Comments435
View on HN
news.ycombinator.com 4mo ago

FYI ChatGPT Plus credit if you delete before term ends

pbnjay
3pts0
dorianmonnier.fr 1y ago

Tailscale Local API

pbnjay
3pts0
callosum.dev 1y ago

Show HN: Callosum – A smarter OpenAPI editor/client

pbnjay
5pts0
news.ycombinator.com 1y ago

Ask HN: Permissively Licensed Terms of Service / Privacy Policies?

pbnjay
1pts0
allenai.org 2y ago

Open Language Model: A Open LLM and Framework

pbnjay
1pts0
twitter.com 3y ago

GitHub to lay off 10% and close all offices

pbnjay
854pts855
tribecap.co 5y ago

A Quantitative Approach to Product Market Fit

pbnjay
3pts0
virtualpostersession.org 6y ago

Show HN: Share cancelled conference posters virtually

pbnjay
41pts11
www.magicleap.com 7y ago

Magic Leap One now available for $2295

pbnjay
106pts131
research.googleblog.com 9y ago

Headset “Removal” for Virtual and Mixed Reality

pbnjay
1pts0
moonlighter.io 9y ago

Show HN: I hate tracking time on projects so I automated it

pbnjay
7pts5
www.caracaschronicles.com 9y ago

How to Culture Jam a Populist in Four Easy Steps

pbnjay
2pts0
news.ycombinator.com 9y ago

Ask HN: Has anyone ACTUALLY landed freelance work via a “trusted” marketplace?

pbnjay
2pts1
venturebeat.com 9y ago

A.D. 2035: Rich people will be thousands of times smarter than poor people

pbnjay
3pts4
news.ycombinator.com 10y ago

Ask HN: Why do sites give login page (instead of marketing) when I return?

pbnjay
1pts1
blogs.wsj.com 10y ago

5 Things You Can Get in India with a Missed Call

pbnjay
3pts0
news.ycombinator.com 10y ago

Apply HN: Moonlighter – Automatically track projects from computer usage

pbnjay
12pts12
nest.com 10y ago

Nest: Introducing Family Accounts and Home/Away Assist

pbnjay
1pts0
recode.net 10y ago

Stitch Fix for Men

pbnjay
2pts0
github.com 10y ago

IBM has released open blockchain with embedded Go scripting

pbnjay
5pts2
www.ted.com 10y ago

How to make stress your friend (2013)

pbnjay
1pts0
qz.com 10y ago

Tesla’s master plan uses its drivers to map every lane on the road

pbnjay
1pts0
medium.com 10y ago

Why it doesn’t matter that YOU don’t want self-driving cars

pbnjay
1pts0
sourcegraph.com 11y ago

Go Challenge Winner: Jeremy Jay

pbnjay
14pts3
news.ycombinator.com 11y ago

Ask HN: How do you create nice, clean 2D animations?

pbnjay
2pts6
news.ycombinator.com 12y ago

Ask HN: Freelancers / Hourly workers – how do you track your time and get paid?

pbnjay
1pts3

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 at the data!

Zip codes map to postal routes, not polygons

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 omelettes).

Go 1.25 Release Notes 11 months ago

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 ugly code.

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 (eventually), totally offline, no accounts or cloud sync necessary!

Been taking longer than I hoped but should be released soon (next few days)

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. It’s a huge computational challenge and there’s really not much incentive to speed it up

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 (eventually), totally offline, no accounts or cloud sync necessary!

Been taking longer than I hoped but should be released soon (next week or two)

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 store start times, and can join or use a set to combine other ranges with the same availability.

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 hardware. This is a key quote for me (page 12 of the PDF):

The 1.3B parameter model, where L = 24 and d = 2048, has a projected runtime of 42ms, and a throughput of 23.8 tokens per second.

e.g. 64 x 13.67W = 874 Watts to run a 1.3B model at 23.8 t/s... I'm pretty sure my phone can do way better than that! Even half that power given their assertions in the table are still overpowered for such a small model.

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 but it certainly affects aspects of the risk calculus that dominates the table of contents.

Published in 2010? Curious how much of it has survived since then?

I like “Design It” because of some of the workshop/activities that are nice for technical folks who need to interact with stakeholders/clients (I’m in a consulting role so this is more relevant). Also it doesn’t lean hard on specific technical architectural styles which change so frequently…

Lifestyle differences in rural areas are much more sedentary now that broadband internet is more available. In urban areas you have social factors and other reasons to walk around or stand up for longer periods.

Couple that with the mentioned shrinking of hospital and healthcare access and yeah you’ve got a double whammy.

If you could also incorporate precedence rules you could get some more reduction. e.g. for the h1,h2 example, you'd have a selector for `h1,h2` (which is essentially the full h2 rules) and another for `h1` that overrides the font-size. Then when needing to "reduce" rules you could select for "smaller" rules and the only loss would be that h1 and h2 have the same size.

To do that I think you'd need to do the factorization on the CSS properties alone, and then apply the values in a predetermined order. But would be cool/fun to test out!

Choose your own IP 3 years ago

Ok that’s fun. My home network is 10.3.x.x … can I somehow script to get my tailnet onto 100.103.x.x ?

Now I need to investigate!