Viewing profile — jeremyjacob
jeremyjacob
HN member- Joined
- Mon, May 16, 2022, 11:22 PM UTC
- HN karma
- 49
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About jeremyjacob
No profile information was provided.
Recent public activity
-
comment
Comment #48818511
Here’s an animated version: https://knots3d.com/en/lapp-knot
-
comment
Comment #47479012
It appears that style is making a comeback on some startups and tech products’ marketing pages. The first time I saw it was for Orion[0] [0] https://orion.tube/
-
comment
Comment #47184861
It’s neat to see more projects adopting Unikernals. I’ve played around with Unikraft’s Cloud offering about a year ago when it was CLI/API only and was impressed by the performance…
-
comment
Comment #46935436
I don’t think it’s unreasonable to assume that in 1-2 years inference speed with have increased enough to allow for “real time” prompting where the agent finishes work in a few sec…
-
comment
Comment #46881451
Looks like Arc Browser.
-
comment
Comment #44347471
I believe they chose a bridge to create a more uniform natural path across the freeway so that the animals will be more likely to utilize it. There’s already an overpass a half mil…
-
comment
Comment #44277953
For the curious: https://www.youtube.com/watch?v=C-uekD6VTIQ
- story
-
comment
Comment #41280205
Are you referring to Zelle? I think the issue for users that keeps them on services like Venmo is primarily the UX. The Zelle experience varies depending on the customer’s bank. It…
- comment
-
comment
Comment #41179057
The newer `satisfies never` is great for this purpose. It’s also convenient with if else chains if that’s more one’s style.
-
comment
Comment #39519123
As well as Nim and Swift
-
comment
Comment #37911648
I receive targeted recruitment ads from the U.S. Army and Navy frequently. Targeted advertising appears to be a valuable tool in encouraging young people to join the military.
-
comment
Comment #37251100
> but then lost interest when it refused to do the same thing for boobs. GTP-4 from the API seems to have no problem with it: Narrator: (Deep, gruff southern voice) [Soundtrack: Am…
-
comment
Comment #36843389
At least have the integrity to write your self promotion by hand.
-
comment
Comment #36554977
Wouldn’t this make it much easier for advertisers to fingerprint browsers by providing extra data points to narrow down clients?
-
comment
Comment #36386834
The right-click context menu on selected text has an option to copy the url with that text fragment highlighted (and scrolled to).
-
comment
Comment #36072530
This looks great. One thing I’ve always wanted to see in a Rust ORM was support for returning lateral joins as nested JSON, similar to Zapatos[0] in Typescript land. The ability to…
-
comment
Comment #35350250
The “serverless” being referred to in the article is run using V8 isolates, whereas app engine runs full Node.js processes. Although they have limitations like not supporting raw T…
-
comment
Comment #34770998
Deno’s REPL is quite nice. It’s syntax highlighted, supports Typescript and autocompletion as well as creature comforts like enter opening a new line when the cursor is in between …
- comment
-
comment
Comment #34340903
On the web at least I am used to ctrl/cmd+scroll to zoom, shift+scroll for horizontal pan and scroll for vertical scroll. Middle mouse drag should definitely pan.
-
comment
Comment #34191061
You might look at Deno[0] which provides that scripting language experience, similar to python. [0] https://deno.land
-
comment
Comment #34176403
https://www.mapbox.com/blog/uncovering-the-distribution-of-s...
-
comment
Comment #32571831
Fortunately that's not too difficult: let x: {[key: string]: Type} But maybe the documentation is lacking here?