Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ghayes
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ghayes
3mo ago
> 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 nice to have choice here when,
2.
▲
by
ghayes
4mo ago
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(zipBuckets).forEach(function(b) {
3.
▲
by
ghayes
6mo ago
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 profanity laced rant, but the entire article reads unfocused
4.
▲
by
ghayes
6mo ago
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 and start coding. It's easier to just make it clear you
5.
▲
by
ghayes
7mo ago
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 an iPad. Curious if anyone else has had experiences with it.
6.
▲
by
ghayes
8mo ago
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 controlling where the statute is ambiguous.
7.
▲
by
ghayes
9mo ago
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.
8.
▲
by
ghayes
10mo ago
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 the distance, even as the camera moves in that direction, and
9.
▲
by
ghayes
1y ago
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 build on.
10.
▲
by
ghayes
2y ago
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 core `Http`, well... you can try and fo
11.
▲
by
ghayes
2y ago
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.
12.
▲
by
ghayes
2y ago
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) tokens passed back by the client. So the server kno
13.
▲
by
ghayes
2y ago
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 proxy would need to forward its data to the end
14.
▲
by
ghayes
2y ago
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 solder. Esp. as my son is around a lot, it seems p
15.
▲
by
ghayes
2y ago
Thanks. Can someone explain what these are typically used for or link to commercially available variants?
16.
▲
by
ghayes
2y ago
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 cater to one or two sources.
17.
▲
by
ghayes
2y ago
The recent Loper decision also expressly says Congress _can_ delegate to agencies, just that APA doesn’t do that delegation itself.
18.
▲
by
ghayes
2y ago
Geoffrey Hinton had an excellent series on neural networks from 2011 for Coursera available here https://m.youtube.com/playlist?list=PLoRl3Ht4JOcdU872GhiYWf6... detailing the fundamentals of machine learning. The series was
19.
▲
by
ghayes
2y ago
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 change in grammar so much as a change in diction.
20.
▲
by
ghayes
2y ago
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 dictionary to say what is “correct.”
21.
▲
by
ghayes
2y ago
I sat confused how each 16-bit row was being shown as 8 hex digits (32-bits). Thanks for explaining it was in octal.
22.
▲
by
ghayes
2y ago
> “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. “Robots do not pay taxes and they do not spend money in th
23.
▲
by
ghayes
2y ago
They picked up a new season https://m.imdb.com/title/tt11921588/
24.
▲
by
ghayes
2y ago
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"`. Then one day it could be `ls
25.
▲
by
ghayes
2y ago
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.
26.
▲
by
ghayes
2y ago
I guess I’ve been a bit disappointed Nerves doesn’t run on microcontrollers, though, such as an Arduino or Raspberry Pi Pico. Basically, once you have Linux, you can run nearly anything already.
27.
▲
by
ghayes
2y ago
Thanks, and you're correct; not sure why you got downvoted for this. For anyone curious here are the data sheets for RP2040 [for original Pico] and RP2350 [for Pico 2], which describe the systems in detail. RP2040: https://d
28.
▲
by
ghayes
2y ago
I just started playing around with PIO and DMA on a Pico, and it’s really fun just how much you can do on the chip without invoking the main CPU. For context, PIO is a mini-language you can program at the edge of the chip that can directly
29.
▲
by
ghayes
2y ago
Thanks, been trying to look into AI tools to generate point clouds from photos for a hobby robot. Crazy that a mediocre LIDAR costs more than every other part of the robot combined, maybe times 10.
30.
▲
by
ghayes
2y ago
Where is this against the GCP or CloudFlare's TOS?
More ›