

How do you usually do that?
Do you create a negative of the model digitally or take a mold of the printed parts?
What kinds of human-friendly materials do you use? And do you need any special equipment for it?
How do you usually do that?
Do you create a negative of the model digitally or take a mold of the printed parts?
What kinds of human-friendly materials do you use? And do you need any special equipment for it?
I hope that the language’s int
s are at most 32 bits. For 8 bits it could even be written by hand & the source code for a 32 bit version would only take up avg_line_len * 4GiB
space for the source code of the function. But it might take a bit of time to compile a version that supports the full range of 64 or 128 bit ints.
Nice!
What’s disgusting about it? The only thing I can think of is the implicit return, which felt a bit icky at first.
Also, as the if expression is an expression, you can call methods on it like so:
if 1 > 2 {
3
} else {
4
}.min(5)
(the above is still an expression, so it could be used, for example, as part of a condition for another if)
Of course, you can write horrible code in any language, but the ability to use blocks where expressions are expected can be great sometimes.
Rust would allow you to
let ret = if some_condition {
<a lot of expensive calculations>
result_of_operations
} else {
<a lot of other different expensive calculations>
result_of_other_operations
};
Now you don’t have to declare it inside the blocks.
CSS can actually do a lot. Many effects that are often done trough JS can also be done with CSS.
Don’t forget Self
, the type of self
.
I’m currently traveling through time at 0.00027̅ h/s.
What about μc or nc, a bit umder 300m/s & 3m/s, respectively.
For such large registers, I think error correction for the error correction might be useful.
But something could easily go wrong with such large registers & access would be slow. Maybe we should have RAID 1 for registers?
I agree, cars are invasive & devastate local wildlife. But they don’t belong inside, either.
You’re talking about register width, right?
L1 cache?
Isn’t 300lb approximately equal to 1 stackoverflow user?
(I’m not USAian, so my conversion may have higher error bars than usual)
Tried it, got two 1 star reviews, no good ones. What did I do wrong?
I’m not sure if my brain counts as artificial, but with all the microplastics, it sure ain’t organic.
Not sure about Gates in particular, but if you donate to your own charity, then funnel it back, you’re not out of the complete 100B. You also get good PR out of it.
AAA-gamers are fairly pro status quo, otherwise they would’ve switched to playing the myriads of awesome indie games by now.
Is silicone rigid enough? Adult toys have slightly different requirements from many other 3D printed things.