Viewing profile — kentm
kentm
HN member- Joined
- Thu, Mar 22, 2018, 9:15 PM UTC
- HN karma
- 1,254
- Public activity
- 334 items
- HN profile
- View on Hacker News ↗
About kentm
No profile information was provided.
Recent public activity
-
comment
Comment #49173246
They did not present it “as if they don’t have a choice”. I think your personal biases are impacting your reading here.
-
comment
Comment #49160410
No, I'm sorry but I think thats a cop out. The fact that LLM are stochastic and can give incorrect answers is not particularly difficult to comprehend, and the risks that fall out …
-
comment
Comment #49157936
Yes but the key here is doing proper risk assessment. "What is the consequence if the LLM gets this wrong?" "How do we verify the output?" "What are the legal ramifications for usi…
-
comment
Comment #49089333
Audit logs are only useful if they are used to action abuses. The issue is that police departments protect abusers due to the “thin blue line” mentality.
-
comment
Comment #49073858
I don't believe that deportation is inherently morally wrong, but there are certainly ways to deport people that are less moral than others.
-
comment
Comment #49073656
Thats not an accurate framing. There are some disagreements that are red lines and others that are not. I think Chrono Trigger is one of the greatest games of all time, and someone…
-
comment
Comment #49043251
The bill does come due. I've seen it happen over and over. But management fails to connect current problems to past mistakes, especially when they happen over the course of years. …
-
comment
Comment #49012528
I'd also argue whether ORMs actually save that much time in practice. In Java, for example, the main time sink is the JDBC plumbing and its easy to use something like JDBI that han…
-
comment
Comment #49011703
Agreed. Usually an updated-on timestamp is sufficient to cover your bases without over-complicating the table. And your PII redaction is probably going to be shredding or nulling t…
-
comment
Comment #49011513
For #4 I always tell people to assume 99% append only, but do consider the need for updates/deletes in edge cases. If any of the data is PII and you will be subject to GDPR (you pr…
-
comment
Comment #48902400
Yeah I hate infinite scroll. I have no idea what actual common sentiment is because you’d have to do broad polling to find that out. I always wonder if UI designers fall into the “…
-
comment
Comment #48899664
You have to get licensed to drive a car and there are rules. If you are caught breaking the rules you can be fined (or jailed if your rule breaking harms others enough). In extreme…
-
comment
Comment #48880071
In 1978 loans were made non dischargeable for the first 5 years and extended to 7 years in 1990. In 1998 the waiting period was eliminated making them non dischargeable in perpetui…
-
comment
Comment #48880025
They do not. This is nonsense.
-
comment
Comment #48757068
Not that I want my kids looking at porn or violent content, but I’m far more concerned about man-o-sphere influencers than that other stuff.
-
comment
Comment #48692060
I don't think anyone is expecting to seriously "derail AI" just by preventing data centers from being built in their neighborhood. But they can at least inconvenience the people th…
-
comment
Comment #48691915
I'm not sure why this is relevant: > This doesn't make sense. The reason Congress is difficult is because of those same powerful people. Its much easier to put someone who is align…
-
comment
Comment #48691752
> This is fair but I mean as long as people are agitating politically it seems like going after the data center is going after the wrong end of the equation, with similarly difficu…
-
comment
Comment #48691579
> if there is UBI? At least in the US, the public simply does not trust that the United States government will consider such a thing. They won't even consider universal healthcare.…
-
comment
Comment #48665804
This has an incorrect baked-in assumption that arguments should be equally weighed based on political leaning. But sometimes arguments are just wrong -- the right wing argument on …
-
comment
Comment #48649033
Thats a double-edged sword in some scenarios. If you're trying to keep info private then feeding it into a shared agent basically means that you can't guarantee that privacy. I'd i…
-
comment
Comment #48593025
Yes. It’s very easy actually. People think it’s hard only because they’ve built revenue streams on unethical behavior.
-
comment
Comment #48576108
> I'm probably in the minority, but I do not want a "connection" with a business. I want transactional interactions that actually work. Every time a business tries to make a "conne…
-
comment
Comment #48509869
I find it can often write correct code but not maintainable, performant, or reviewable code without additional human guidance. The "solution" frequently given is that humans don't …
-
comment
Comment #48509849
It should be but often isn't. There's been a lot of threads on HN where the response to huge PRs wasn't "Don't do that, use AI when authoring better" but "The reviewers are actuall…