zenhack
No user record in our sample, but zenhack has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but zenhack has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
I suppose that depends on what your skill set is. At some point the project would greatly benefit from some attention from a UI/UX specialist -- I'm doing my best, but it's not what I'm an expert at. Though right now…
Is! We're not dead yet! (see my other comment https://news.ycombinator.com/item?id=36193093). I don't think app packaging could be said to be the achilles heel -- how much work it involves depends a lot on the app (some…
The biggest change lately is probably: https://zenhack.net/2023/01/06/introducing-tempest.html But yeah, Sandstorm has been in a state of "not dead but not moving fast" basically since the company went under; things…
Have a look at the packaging tutorial: https://docs.sandstorm.io/en/latest/vagrant-spk/packaging-tu...
The networked actor-model bit & CapTP goes back to E originally[1]. The other contemporary real-world protocol based on this design is capnproto rpc[2], which has implementations in several languages including both…
> Replacing pointer arithmetic where it's needed with array indexing stands out the most but there's other issues. What situations do you run into where array indexing is not an acceptable substitute for pointer…
There's an opportunity cost. There has to have been a better use of that person's time than taking a tool designed to say yes to repetitive "are you sure?" prompts, and get it to keep up with memory throughput. The…
> Of course, there's a very conscious tradeoff being made here. In rust, "cargo build" allows arbitrary execution of code for any dependency (trivially via build.rs), while in go, "go build" is meant to be a safe…
The trouble is that this assumes pre-determined quantity of work. The reality I've seen most in places is that there's no end of stuff to do. The work is never "done." What there is instead is an expectation of how much…
I think grep is a compelling example of when it makes sense to do the extra work here. But I'm more dubious of the idea that carefully optimising yes was a good use of engineering time.
It's always amazing to me how much performance work the basic gnu tools have seen in general. Grep makes some sense, but even yes(1) is fairly carefully tuned; in some cases it actually strikes me as kindof excessive,…
The package they passed in March was $2 trillion. That's _five orders of magnitude_ difference.
$75M is rounding error compared to anything being discussed in the vicinity of the pandemic; I wouldn't really expect it to enter into the conversation.
Obligatory: https://idlewords.com/talks/website_obesity.htm (Given your numbers and the ones in the talk, it would appear medium pages have doubled in size since the talk was given). But yeah, I think folks reach for…
Can't speak for the OP, but for myself: I am not qualified to evaluate the evidence in this case; I just don't have the biology background. But sometimes when you get some out-there questionable sounding stuff research,…
My best guess is it's some function of the popularity. The three that my profile shows are - capnproto/capnproto - sandstorm-io/sandstorm - erlang/otp (I don't remember the order). I actively contribute heavily to…
PyPI's architecture isn't meaningfully different than npm's. Npm has seen more high profile incidents because: 1. Packages tend to be smaller, and the transitive dependency trees of projects corresponding larger. This…
The word "founder" just means "person who started a thing." The use as a synonym for entrepreneur is something I basically haven't seen anywhere outside of very business-focused contexts.
I'm really glad somebody decided to write this up in a more informal way; I remember being interested in pijul back when that paper was basically the closest thing the tool had to documentation of any kind. I was…
Related, capnproto has a corresponding feature (which it calls unions), but being a dsl for defining _protocols_, you obviously have to deal with the possibility of introducing new variants as the protocol evolves. I…
Star-wars is kindof an exceptional case. The original was the highest grossing film of all time when it was released. Return of the Jedi came out years before I was born but the toys were still popular when I was a kid,…
Fwiw, my usual work flow involves 2 remotes, one for the project's mainline repo and one for my fork.
I don't have any great insight that's not in the public record, but from reading that announcement and the other article you linked, observations: - There are a bunch of references to other folks using the term, all of…
I think you're right that most folks don't have as detailed a definition in mind as the fairly verbose open source definition. But I think most folks have in mind something more permissive than just being able to /view/…
I assume aweinstock was referring to the first link you posted: https://hackage.haskell.org/package/dynamic Which is an entirely different package, and the relevant types are entirely different. Only the name is the…