Avatar

nik9000

nik9000@programming.dev
Joined
1 posts • 78 comments
Direct message

There’s a store near us the sells a giant metal T-Rex and I want it. But it’s a couple thousand dollars. I’m sure it’s worth it. But I can’t.

permalink
report
parent
reply

Usually I use glob patterns for test selection.

But I did use reges yesterday to find something else. A java security file definition.

permalink
report
parent
reply

I dunno about stdx as a solution. It’s just not a big enough list.

At work we build a big java thing and we:

  • Manually import all dependencies, including transitive dependencies.
  • Bless them by committing their hash to our repo. I think the cargo lock file does something similar.
  • Audit the dependencies by hand. Sometimes that’s reading them all and sometimes thats less. Honestly, it’s often less. A few times it’s being members of the upstream community.
  • Don’t allow running as root
  • Drop all permissions we don’t need with seccomp including reading a bunch of stuff
  • Sandbox each thread based on what’s on the stack. Untrusted code can do less stuff.

It’s still not enough. But it helps.

Maybe a web of trust for audited dependencies would help. This version of this repo under this hash. I could see stdx stuff being covered by the rust core folks and I’m sure some folks would pay for bigger webs. We pay employees to audit dependencies. Sharing that cost via a trusted third party or foundation or something feels eminently corporate. Maybe even possible.

permalink
report
reply

Amazon is certainly interesting for open source. They’ve caused me and my friends a fair bit of trouble but they have made some real contributions. I feel like they only do it when they have to though. They are quite happy to take others work and give nothing back.

They just feel very disingenuous. Opportunistic. A bit sleezy. But some of my favorite open source hackers work there and do good work. It’s hard.

permalink
report
parent
reply

I really thought the idea was, “You like mecha? You like kids piloting mecha? This is how it’d go down.” I loved it so much. Shinji’s a broken, abused shell child. He lives with a broken human who drowns her sorrows in drink. His father is just evil. He’d have to be to let his kid pilot the mecha.

The only real father figure we ever see for shinji is a spy. Who gets killed. He’s in love with a girl that hates him. Because he’s broken. But he has no one else. Except those friends at school who I think they take away. Don’t remember. And that angel who he has to kill or something. Damn, it’s been like 25 years. I have no idea what happened. But in my memory it’s terrible. Wonderful stuff.

permalink
report
parent
reply

Thanks. I remember one of these had people being excited about it and I felt bad that I couldn’t try it. But Linux is hard and we are all so grumpy. I get it.

permalink
report
parent
reply

We knew spooks were all up in the phone network. They’d show up and ask installers to run them some cables and configure ports in a certain way. I was friends with folks who were friends with the installers.

permalink
report
reply

I work on software for finding things and summarizing stuff. We were one of those Apache 2 -> other relicenses a while back.

I can’t really talk about specifics. But we all have a working imagination though. I think about it a lot. But I still do the job. There are good folks doing good things with it.

permalink
report
reply