Viewing profile — ghayes
ghayes
HN member- Joined
- Tue, Jul 19, 2011, 4:56 PM UTC
- HN karma
- 3,686
- Public activity
- 889 items
- HN profile
- View on Hacker News ↗
About ghayes
Recent public activity
-
comment
Comment #48780271
> It's finally here! We believe that Kagi's application of AI should always be useful - there when you'd like it, and never when you don't, and always respecting your privacy. It's…
-
comment
Comment #48289639
For example, https://mydetector.ai/ai-code-detector/ says 90% likely AI. Not that I trust the tools, but there are telltales to me in this function from the site: Object.values(zip…
-
comment
Comment #47421722
Instead of focusing on why having a website is better for customers (100% it is), the article is really an attack on... developers at Meta and tech other companies? I love a good p…
-
comment
Comment #47357989
Honestly, skip planning mode and tell it you simply want to discuss and to write up a doc with your discussions. Planning mode has a whole system encouraging it to finish the plan …
-
comment
Comment #47085072
I’ve really enjoyed Shapr3D (built on Parasolid). Nothing particularly better than the usual competitors but the interface is really intuitive and you can realistically develop on …
-
comment
Comment #46866880
To be fair, that's not exactly what Loper Bright says. It holds that the courts should read the statute independently and not assume that Agency rules or procedures are prima facie…
-
comment
Comment #46439240
I am always worried when I bring development boards on airplanes. I assume most people are reasonable, but I worry for a few that might not be.
-
comment
Comment #45909265
Whenever I see these and play with models like this (and the demos on this page), the movement in the world always feel like a dolly zoom. Things in the distance tend to stay in th…
-
comment
Comment #44024611
I feel like some of the newer standards like CSS Grid instead of tables might be the best way to go. Many HTML/CSS improvements were not just bloat but actually better standards to…
-
comment
Comment #43250940
Yeah, I loved Elm, but the restriction that you can't build your own "effect" modules really made it impossible to embrace. Say you want to use a new web API similar to using Elm's…
-
comment
Comment #43093511
Though, sadly it's not a true image; it's composed as an SVG in HTML. So you can't copy-paste the image into chats.
-
comment
Comment #43045359
Privacy Pass docs [0] cover this, but it is mostly referenced deeper in the paper. I believe the idea is that the tokens returned by the server are "unlinkable" to the (modified) t…
-
comment
Comment #42704745
Couldn't the "test" add some variety of math challenge, thus making a simple proxy insufficient. Obviously, this method would add more noise to the final calculation, but if the pr…
-
comment
Comment #42650995
Curious if anyone has tips on lead-free soldering. I basically always see in online forums "just use lead," but never any tips on how to actually become capable on using lead-free …
-
comment
Comment #42242095
Thanks. Can someone explain what these are typically used for or link to commercially available variants?
-
comment
Comment #42009077
I tend to agree. If I ask ChatGPT what is the best way to make pasta, it will pull from every source it’s ever been trained on. If it decides to search the web, it will mostly cate…
-
comment
Comment #41938108
The recent Loper decision also expressly says Congress _can_ delegate to agencies, just that APA doesn’t do that delegation itself.
-
comment
Comment #41792843
Geoffrey Hinton had an excellent series on neural networks from 2011 for Coursera available here https://m.youtube.com/playlist?list=PLoRl3Ht4JOcdU872GhiYWf6... detailing the funda…
-
comment
Comment #41789877
Is “search it up” much different from a similar phrase “search for it”? The structure of the original quote is “imperative verb, direct object, adverb” but I wouldn’t call that a c…
-
comment
Comment #41789728
Just to clarify, I think you have the terms reversed. Descriptivism is, as you say, describing a language from its everyday usage. Prescriptivism is when you follow a rules body or…
-
comment
Comment #41763110
I sat confused how each 16-bit row was being shown as 8 hex digits (32-bits). Thanks for explaining it was in octal.
-
comment
Comment #41704805
> “The ILA is fighting for respect, appreciation and fairness in a world in which corporations are dead set on replacing hard-working people with automation,” the statement said. “…
-
comment
Comment #41704758
They picked up a new season https://m.imdb.com/title/tt11921588/
-
comment
Comment #41586173
I wonder if there's a good middle ground where unix commands could opt into a structured output, and until they exist, you could shim via `ls -la | shim "ls -la" |> ".modified_time…
-
comment
Comment #41570431
Does anyone know if there are variants of this that output voxels? It feels like a more concrete representation of the space versus Gaussian splats.