Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:C standard vs C 'common usage' (Score 3, Insightful) 43

No operating system kernel - or even a non-trivial user program - is ever a strictly conforming C program; that term is so rigidly defined as to be almost useless (https://c-faq.com/ansi/compliance.html). But apart from that the Linux kernel already uses many gcc extensions, so adding another is not an issue.

Comment Re:Bad name, they're not actually microsoft (Score 1) 43

Example:

struct object {
      enum object_type type;
      union {
              struct { struct object *car; struct object *cdr; };
              double number;
      };
};

struct object *foo;

Now we can say foo->cdr instead of (say) foo->value.cons.cdr.

Comment Typical of Apple (Score 1) 26

They introduce a feature that excites the designers but makes it harder to use, then have to tone it down to make it usable again. I'd hoped that this sort of thing would stop with the departure of thinness-fetishist Jonathan Ive ("you can put your macbook air in a large envelope because it's thin at the edges"), but apparently not.

Comment Re:Uh Why? There is no quantum threat yet... (Score 3, Interesting) 26

There is no quantum threat yet, but if someday there is there will be hoards of stolen pre-quantum data to decrypt, some of which will contain information that still matters. For example, the encrypted data of a well-known password manager was stolen last year; no-one can decrypt it now, but perhaps they will be able to in the future.

Comment About once every five years... (Score 1) 34

We see a post about some German government area converting to FOSS... it never seems to last, or at least catch on. The solutions rarely deliver real value causing massive integration issues when people can't just load a Word document used by just about everyone else in the world. They are trumpeted as Pioneers - nobody has ever done this before! You know - that should be a red flag in 2025... We've had these solutions for almost 20 years now. Nobody much is using them. Perhaps it's just time to realize linux on the desktop is just not going to happen without some major shift.

Slashdot Top Deals

I have not yet begun to byte!

Working...