HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nateberkopec

no profile record

Submissions

Designing AI for Strategy Games Through Modding

anbeeld.com
3 points·by nateberkopec·há 2 meses·0 comments

comments

nateberkopec
·há 3 meses·discuss
For secrets management, I basically just use fnox everywhere (https://fnox.jdx.dev/). It's a frontend to tons more options than sops, although `age` is still included. I also think the DX is better but to each their own.
nateberkopec
·há 5 meses·discuss
You're thinking of Phase II E911 in the US.

That's true, but you can always be triangulated down a couple hundred meters by figuring out which towers you're connected to.
nateberkopec
·há 5 meses·discuss
I spent ~5 years volunteering for a search and rescue team in New Mexico.

We definitely got the cellphone tower triangulation data. I never once saw GNSS data provided by a carrier. We used FindMeSAR https://findmesar.com/, the subject would usually text back the coordinates from the phone.

Just one data point.

The revolution that's occurred since my SAR volunteer days is the wide availability of satellite messenging on consumer phones. I'm guessing that's really changed the situation quite a bit.
nateberkopec
·há 6 meses·discuss
Good thing expectations are perfectly constant!
nateberkopec
·há 6 meses·discuss
>assuming you have formalized the statement correctly

That's a pretty big assumption, though, isn't it? As we saw the Navier-Stokes psychosis episode over the New Year holiday, formalizing correctly really isn't guaranteed.
nateberkopec
·há 6 anos·discuss
I recently created a Matrix channel for my open-source project. It's really quite good. They need to work on the threading (I prefer Slack's model), but really it's 90% as good as Slack for my use case of an OSS community.
nateberkopec
·há 6 anos·discuss
Does I/O release the GIL in Python?