Forgot your password?
typodupeerror

Comment Re: strncpy never made sense (Score 1) 18

strncpy() was not intended for null-terminated strings at all. It should have been named copy_null_padded_buffer(). Then its operation would have made sense to almost anyone. People wouldn't have minded the longer name much either, because hardly anybody uses null-padded buffers in modern software.

Note that a null-padded buffer that is completely full doesn't have any nulls in it at all. That's why strncpy() doesn't necessarily add a null termination. It also fills the entire destination buffer with nulls after the end of a short copy, which can be very inefficient when used with null-terminated strings.

TL;DR: don't use strncpy(). It doesn't do what anybody thinks it does.

Comment Re:That's 12-year-old thinking (Score 1) 56

You also have to give them achievable parameters. "You are always responsible" is not realistic. In some cases someone else is, in fact, responsible. And that's the rub of regulation, not that I think this means we shouldn't regulate, but it's going to always be true that doing it well takes effort. You can only ever reasonably expect that people are moving forwards (at best) and doing what is reasonably and humanly possible, and hopefully advancing the state of the art. Determining whether or not they are doing that is inherently complex.

Comment Re:On AI design and also irony (Score 1) 50

It has seemed to me, for a very long time, that modern AI systems would need to be integrated with standard RDBMS systems for reliable persistant storage of raw information, some sort of no-sql database (memcache or some variant) for persistant storage of associations, some sort of document database for blocks of textual information, a SPARQL system for searching semantically-marked information within the document database, and a more old-fashioned back-propogation NN to provide a store of understanding that the user can directly manipulate.

Probabalistic classifiers are all fine and good, but only for a subset of the tasks needed. The above structure is a very loose, wildly-speculative initial framework. It's almost certain that if you actually tried building an integrated multi-model system, that you'd end up making a lot of changes to this basic idea, but that you'd end up having to implement the same core concepts that are identified in it.

Comment Re:"Alan Turing, one of the more famous people" (Score 1) 22

From their careful selection of text, they WANTED it to mean something else so badly that they couldn't handle putting in the full text. It's a common blight on today's Internet, where people want other people's writings to mean something other than what was meant by the writer, so carefully select the words they read.

Comment Re:That's 12-year-old thinking (Score 1) 56

That's the entire point. Trying to solve other people's problems NEVER WORKS. You CANNOT control others into responsible behaviour, but you CAN place them in a position where they will choose to be responsible of their own accord. It is the ONLY way that works. It is the only way that has ever worked. If you look at computer programming, you will see this repeated over and over - well-meaning "hard rules" are ignored, STANDARDS are kept.

You must give them parameters and force them to find their own solution within those.

Comment Re: Cool Cool (Score 1) 72

That handout isnÃ(TM)t coming stop asking for it

The boomers got the handout. I don't want anything they didn't get.

I don't expect to get it. I do expect to immediately discount any bullshit from the hypocrites who got it and think I shouldn't get it.

You didn't get it, and you're insisting nobody deserves it because you didn't get it, which is sad. You're sad.

Comment okay... where? (Score 2) 44

You should also know that Canonical is looking for feedback before the specs for Myna are finalized, especially from people who already rely on dictation or assistive tools on Linux.

OK, how do we provide this feedback? The article is chock-full of links, but not one for that. It gives strong "get fucked" energy.

Since it's not worth putting out the effort to figure out where to submit some comments they definitely won't give a fuck about anyway: In no way is it a "first class" anything when it's only for GNOME and only in a snap. Let us know when it's ready for prime time so we can test it out and decide if we care. There's a 0% chance I'm going to use GNOME or snap.

Comment Re:Extremely laughable? (Score 1) 105

Is it extremely laughable?

Yes.

To test your hypothesis, I compiled a list of as many U.S. Muslim elected politicians as I could (see below).

So you moved the goalposts and declared victory? Good work, clown.

So it's not "extremely laughable" at all. And when I asked AI why your comment was modded up to 5...

HFDWHhwHAHQAHHAHAHAHAHHAHa HA HAHAHHAHAHAH ahHAHAHAHAH HA AHAHHAHAHAHAHAHHAHAHAHAHHAHAHAHAHHAHAH

Slashdot Top Deals

Nothing makes a person more productive than the last minute.

Working...