HackerLangs
TopNewTrendsCommentsPastAskShowJobs

kylecazar

2,480 karmajoined hace 14 años

Submissions

Android Emergency Live Video

blog.google
3 points·by kylecazar·hace 7 meses·1 comments

U.S. Citizens and Chinese Nationals Arrested for Exporting AI Tech to China

justice.gov
5 points·by kylecazar·hace 8 meses·3 comments

comments

kylecazar
·hace 8 horas·discuss
I think the card networks are responsible for forcing subscription reminders. Annual renewal and when a trial ends.

They don't like disputes so it's preemptive.
kylecazar
·hace 3 días·discuss
I suspect they weren't locked in and stayed because they didn't know the police were coming to their location.

Locking people in a car, remotely, as a private company, for "bad behavior", would be a mess.
kylecazar
·hace 8 días·discuss
8 hours a day, 5 days a week is a pretty significant chunk of your life. It is a part of your identity, if the word identity means anything.

Unless you are severed, of course.
kylecazar
·hace 14 días·discuss
This applies to Elon's incredibly strange video game cheating scandal too.

It's pathetic and weird.
kylecazar
·hace 15 días·discuss
Can also just pass the test as a human with access to AI, given the time limit is 30s.
kylecazar
·hace 17 días·discuss
Yeah, it may indeed require some new Slack processes and discipline. But, the alternative would be account linking (like GH). Your interactions would have responses from Claude that are only visible to you if others didn't have the required permissions. It would use your credentials, etc.

That would defeat the stated purpose of collaboration/shared context, it would essentially just be another surface for your private Claude sessions.

Just gotta either decide not to use it or use it and not be willy nilly about the Slack channels in which it's provisioned.
kylecazar
·hace 17 días·discuss
An admin scopes permissions on a per-channel basis. It doesn't allow external actions until an owner specifically provisions that tool for that channel. I think.

But people can be invited to a channel after @Claude is provisioned. So yeah, I suppose you'll need to be deliberate about channel memberships.
kylecazar
·hace 19 días·discuss
There are some good arguments to be made on the limitations of LLM's for coding...

They are not contained in this video. It's an exasperated man claiming you don't understand.
kylecazar
·hace 20 días·discuss
I think they would likely use it as further evidence
kylecazar
·hace 21 días·discuss
I clicked a news article a few months ago about a crash... Google has since decided I need to know about all future aviation accidents. I was surprised how frequent it happens. Two brothers were killed in a Cessna just the other day.

I suppose it's a combination of lower maintenance standards and pilot experience, definitely doesn't make me want to hop in a small plane anytime soon.
kylecazar
·hace 21 días·discuss
Fwiw they acknowledge this and claim the goal of this regulation is to drastically increase friction, not render it impossible
kylecazar
·hace 21 días·discuss
I assumed that's how it works if you sign in before claiming the account?

It says to claim you can either sign up or sign in.
kylecazar
·hace 22 días·discuss
Apparently I share a name with a prominent white nationalist activist. Yikes.
kylecazar
·hace 22 días·discuss
Are we just saying this now for everything? The readme seems fine and is not long. The entire file is scannable in 1 minute.
kylecazar
·hace 24 días·discuss
Definitely not. I've learned to live comfortably with the fact that I'll die one day (and really understand/internalize it). Knowing exactly when could potentially disturb the peace that I've found.
kylecazar
·hace 25 días·discuss
I'm a honeycrisp fanatic (and it's a good balance of sweet/tart for me). This is the first I've heard of Sweetango, I don't think I've seen them in the grocery stores. Will be keeping my eyes peeled.
kylecazar
·hace 30 días·discuss
Just a heads up -- the key in your header seems to link to a compromised/spam site.
kylecazar
·el mes pasado·discuss
"So it was families that had spent all day walking to a clinic in Sudan—you know, with the USAID logo on it—expecting to get food and medical supplies, seeing that clinic ends up being shuttered and were then forced to go home and then make the heart-wrenching decision of which of their children to feed."

That really personalized it. Imagine being the head of a household, trying to maintain morale and provide, trekking to get your supplies, and coming home empty-handed to your family because a man far away with hundreds of billions of dollars thought it was wasteful.

Infuriating.
kylecazar
·el mes pasado·discuss
What a weird tone this is written in.
kylecazar
·el mes pasado·discuss
A couple of years ago now.

I asked it to write a script that would search for a specific string in footers in a massive series of DOCX files and change them according to some rules. The strings ended up being embedded in cells within an invisible table in the footers, the LLM realized this and switched strategy to a full deep traversal of the underlying XML. It correctly processed like 50 of these files in about 10 minutes, using libraries I wasn't aware of. I had spent an hour being annoyed before trying.

It was an "oh shit" moment for at least that category of work.