Viewing profile — cjr
cjr
HN member- Joined
- Fri, Feb 04, 2011, 2:22 PM UTC
- HN karma
- 583
- Public activity
- 98 items
- HN profile
- View on Hacker News ↗
About cjr
Recent public activity
- story
-
comment
Comment #47880916
Nice! Which one do you use most often?
-
comment
Comment #47879159
Isn’t Kees van der Westen the ferrari of coffee machines?!
-
comment
Comment #46661964
Looks brilliant, well done! How about oRPC instead? And mikro-orm
-
comment
Comment #46631195
also reminds me of https://onemillionscreenshots.com (full disclosure - my screenshot api takes the screenshots :) )
-
comment
Comment #45770077
Switch to codex? :)
-
comment
Comment #45605016
document.elementFromPoint to get the elem at co-ordinates, then use npm package similar to optimal-select to come up with a unique css selector.
-
comment
Comment #44687243
Congratulations on the launch, this looks really nice. I feel quite locked-in to Shadcn components now, especially after I found tweakcn.com. Is there anything similar for untitled…
-
story
Preliminary report into Air India crash released
Report: https://aaib.gov.in/What%27s%20New%20Assets/Preliminary%20Re...
-
comment
Comment #43714955
looks great, i'd definitely pay for a coffee table style version of a book like this!
-
comment
Comment #42966355
There are browser extensions you could run like consent-o-matic to try to click and hide the cookies from your screenshots: https://chromewebstore.google.com/detail/consent-o-matic…
-
comment
Comment #42467384
nice post :) I’m surprised there’s not been any mention of effect ( http://effect.website/ ) yet, as it is kind of the next level up if you really want to model things like errors,…
-
comment
Comment #42289284
What about cluster autoscaling?
-
comment
Comment #42045500
I'd say adonisjs[1] is the closest thing in TS land to rails. There's also sailsjs[2]. Neither are as trendy as nextjs/sveltekit etc, but those are not really comparable to rails. …
- story
-
comment
Comment #41122524
This might be more suited to monorepos where all projects are in JS/TS, but check out https://onerepo.tools
-
comment
Comment #41012342
3.93 megatons of CO2 is roughly equivalent to: • About 149,714 short-haul flights, or • About 37,429 long-haul flights.
- story
- story
-
comment
Comment #40865366
https://devspace.sh also gives a similar workflow but where the container is running in a remote k8s cluster
-
comment
Comment #39815433
No - we don't currently support this feature as nobody has asked for it so far :) You could append a new meta tag by running some custom JS to add it, but we don't modify exif, met…
-
comment
Comment #39815095
I work on a paid screenshot api[0] where we have features to either hide these banners and overlays using css, or alternatively we run some javascript to send a click event to what…
- story
-
comment
Comment #39575610
Have you checked out https://kirimase.dev ?
-
comment
Comment #39475263
This looks and sounds great... I'm currently using contentlayer [ https://github.com/contentlayerdev/contentlayer ] to manage docs and blog content, mostly .mdx files on urlbox.com…