Forgot your password?
typodupeerror

Comment Re:Like C++, Rust is a different way to structure (Score 2) 115

Well C doesn't have garbage collection either.. and the kernel code just self-manages all of these structures. You can easily use pointer structure style code without a garbage collector.. maybe that's not trivial in rust.. but it will need to be able to manage it in order to interact with C bindings...

Comment Re:100? (Score 1) 296

The reasoning behind keeping certain strings on one line for grep is to that it is easier to search for those strings. For example, the output of an error message should be easily searchable, and (at least in Linux) one of the best tools for this kind of search is grep, which operates line-based. Keep in mind that splitting C strings across long lines additionally requires quoting them, adding even more ambiguity between what you're searching for. I think it makes sense to enable use of common tools like this.

Comment I can't stand motion blurring/smoothing (Score 1) 347

Once I noticed it was happening, I had to go in and turn it off. The motion smoothing gives me headaches, and screws up too much. It's especially problematic when not watching live action stuff and when playing games. My roommate seems to like it so he always turns it back on. I guess to each their own, but I definitely notice and it bothers me.

Comment Huh? (Score 1) 382

A human can do it with two eyeballs and a few mirrors... so what makes a machine different? I mean sure we'd prefer if the machines were safer than humans, but most of that is likely more to do with the software running on the humans than the lack of sensors... so the hard part is *not* sensors, it's interpreting the sensor data to safely move the vehicle.

Comment s/computers/compilers/ (Score 1) 326

I read the title originally as "if compilers were infinitely fast" and it actually made sense as a problem question to answer. When you say "computers are infinitely fast" the question becomes dumb because there are a lot of things you can do if computers are infinitely fast which would be dumb to actually do.

Slashdot Top Deals

Different all twisty a of in maze are you, passages little.

Working...