Viewing profile — spdustin
spdustin
HN member- Joined
- Tue, Nov 11, 2014, 8:27 PM UTC
- HN karma
- 4,658
- Public activity
- 1,382 items
- HN profile
- View on Hacker News ↗
About spdustin
Recent public activity
-
comment
Comment #48315567
- “(The) honest caveat:” (or “genuine caveat:”, both with the colon) - “(The) honest answer:” (again, with colon) - “The thing to internalize:” - “The smoking gun:” (really, senten…
-
comment
Comment #47153167
It’s just still so trivial to jailbreak even the latest Anthropic models (via api, and not talking about the silly ENI or Pliny breaks) I don’t understand where the safety teams ar…
-
comment
Comment #44864372
CarPlay is essentially a conditional pair of video inputs. Any system that supports on-screen rear-view camera and that has a wheel speed sensor can support CarPlay.
-
comment
Comment #44726876
Well done! I’ve built this same sort of thing for my family to play with. My advice for the best results: 1) Structure the choices offered by the LLM; add “choice_type” and add ins…
-
comment
Comment #43932933
Have to sign up even to see one response? Sorry, man. Good luck, though.
-
comment
Comment #42187577
My answer to this in my own pet project is to mask terms found by the NER pipeline from being corrected, replacing them with their entity type as a special token (e.g. [male person…
-
comment
Comment #41854208
From the /original/ repo [0]: Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit the project's popularity for potentially malicious purposes. It is imp…
- story
-
comment
Comment #41605712
Please don't do this. It's not substantive or helpful. https://news.ycombinator.com/newsguidelines.html
-
comment
Comment #41439470
One note: For truly "responsive" text (and other measures, like padding/margins), I often use relative units of measurement. At the very least, rem/em, but more and more I'm using …
-
comment
Comment #41439153
Can confirm. My family has (collectively) cashed about $1,000 in settlement claims.
-
comment
Comment #41439113
Well, my wife and I have been on a months-long experiment. We have HomePod minis, Macs and iPhones/iPads in the house. They are able to access the internet without restriction (oth…
-
comment
Comment #41381701
Or heaved out from freeze-thaw cycles, an excellent sign that it was nowhere near long enough in the first place.
-
comment
Comment #41381688
It storms a lot here. And kids are notorious for not hearing things that are obvious to the rest of us. :) My kids aren't paranoid, they don't freak out about the storms. It's just…
-
comment
Comment #41381654
Nobody's frightened. We enjoy the storms. :)
-
comment
Comment #41376062
I learned long ago not to trust corporate homebuilders.
-
comment
Comment #41376026
A similar one changes my LED-filled floor lamp (running WLED) to a pattern that matches the current weather conditions. Falling rain, lightning, heat "rising". Sort of an ambient n…
-
comment
Comment #41375999
Building are different in different countries, and other geopolitical divisions. The UK authorities, for example, say it's safe to shower during a storm as long as your plumbing ha…
-
comment
Comment #41375947
The risk of death of showering during a lightning storm could be the same as the risk of death going for a 15 mile drive[0]. A typical lightning bolt is about 300 million Volts and…
-
comment
Comment #41375897
It largely centers on this template sensor: {% set distance = states('sensor.lightning_detector_lightning_distance')|int(999) %} {% set bearing = states('sensor.lightning_detector_…
-
comment
Comment #41375850
As mentioned before, we don't worry. There's no judgment. It's a simple binary. And we spend the time enjoying the storm that we otherwise would've missed.
-
comment
Comment #41375845
The difference in expected utility from showering (either during a lightning storm or not) is minimally affected by the choice to postpone it. That's why I'm content to call it a b…
-
comment
Comment #41374396
Yes, especially in older homes or homes with poor grounding. Lightning can discharge through water supply lines[0]. There are even cases of toilets exploding due to lightning strik…
-
comment
Comment #41374331
Yes, it's exceedingly rare. But it's one of those "avoiding this activity for an hour could prevent you from dying painfully" things, so we don't shower/bathe/wash dishes when ther…
-
comment
Comment #41374159
From the repo: Data is served through a public MQTT server (dedicated to serve requests for this component) - thanks to geohash-based topics and some other optimizations it greatly…