Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Hot Glue Guns (Score 1) 175

I do own one...

does it have plastic jams the way we have paper jams? Clogged nozzles? Low "ink" or whatever the consumable is?

Yes, yes, and yes.

Driver problems? Compatibility problems between template any my printer?

Surprinzingly, those are incredibly rare (free software is awesome).

Of course, they only make any economical sense if either you take utility out of just owning one (hobbyst tinkerer) or if you use it to print stuff that isn't mass produced at all.

Comment Re:Duh (Score 1) 249

And that's the reason you want to target them, so those 30,000 people get the McDonalds ads, and the other dozen gets whatever they'll actualy buy.

What leads back to the in the title.

Comment Re:Misleading slashdot headline (Score 1) 385

Maybe OS kernels are indeed too small nowadays, and we do need some basic services packaged in an integrated suite.

Or maybe it's due time to POSIX to die, and to divide issues differently between kernel and user space.

Anyway, the ascendence of Systemd is clear evidence that the way we organize our software is currently outdated.

Comment Re:Python is eating Perls lunch (Score 1) 387

Python have some problems with I/O being allowed only in ASCII or Unicode on some circunstances, depending on your version. It also has some problems with composing codepoints, lengths, encode translations, and other of that stuff that nobody does right.

Yet, Python has the most comprehensive support for Unicode of any language that I looked out, outside of C/C++. (Beats Perl 5 in any day. I don't know about 6.) It's just that no language has complete support (except for C/C++, that properly ignores the entire issue).

Comment Re:Infoworld... pass (Score 1) 729

you can give a type to an arbitrary pointer, and do strongly typed enums that way?

Strongly typed... C... Those things do not belong in the same sentence.

The point is probably that there must be some behaviour, and it's better to define it. Thus, they defined. I hightly doubt it has any practical application, besides minimizing the damage in case of some kind of error.

But yeah, it's amusing.

Comment Re:Infoworld... pass (Score 1) 729

From the GNU C manual (in the section about bit fields):

You can also specify a bit field of size 0, which indicates that subsequent bit fields not further bit fields should be packed into the unit containing the previous bit field. This is likewise not generally useful.

I guess now I have a new favorite C feature... Well, as soon as I actually understand what this means.

Also, GCC accepts empty structs, and they use no memory! I should look at the C specs more often.

Comment IPv6 is much simpler than IPv4 (Score 1) 248

Really, even if you are completely ignorant about it, it does not take much more than a short reading to see how simpler IPv6 is. That's why it corrects so many issues.

The problem with IPX style local names assignment is in security. Doing it in the open, wild Internet is a certain way to destroy it. The nearest option that's actualy usable is dynamic DNS, and it's quite widspread.

Slashdot Top Deals

If you think the system is working, ask someone who's waiting for a prompt.

Working...