Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment well... honesty could help a bit (Score 1) 79

A lot of sellers give false information about their products, and they get really angry when you complain about it.

Just look for "philips 50000mAh" power banks, for instance.
They often defy physics by having more storage capability per weight than is theoretically possible for LiPo batteries.

LED lights and similar often exaggerate their light output by at least a factor 2, sometimes 10.

That said, I'm happy with quite a lot of aliexpress products, so I think that aliexpress would be great if they started to clear out the false information.

Comment not unix (Score 4, Insightful) 551

Isn't the main problem that while systemd might solve problem, it's sharply going away from the simple solution that worked to make Unix good?

Systemd isn't simple. If it's not simple, I don't think I want it on my Linux.

PA and Gnome isn't simple either. And creating more problems (albeit while solving others). I believe the same thing will be true about systemd.

Comment That's not strange. (Score 1) 187

Isn't it very likely that something very basic like the pythagorean theorem was discovered more then once? Probably several times in the region we now call India.

We know of the greeks because we got to copy their stuff before it was burned, but we burned thousands of equal amount of historical accounts, philosophy and science from other sources. We've had long-lasting cultures who mainly destroyed other cultures and all their records.

We were just lucky the romans thought that the greeks were cool. If that hadn't been the case, all that would have been destroyed as well.

Comment well... vista (Score 1) 437

Since Lollipop has a lot of bugs and nothing of the new features is any better than the old ones (lockscreen, face recognition, calendar... I hated all new changes), why would you upgrade?

5.1 might be worth it.

Comment Re:...now this again. Learning programming languag (Score 1) 242

This is true. But I don't think you can be a good programmer if you only know one single language in one single paradigm.

I usually program in a mix of functional, object-oriented and iterative; whichever solves just this problem the best at the moment. (Bonus if it also creates the most readable code. Which is, of course, part of 'best'.) I don't think I could do that as well if I hadn't programmed in both assembler, lisp, C, C++ and LPC.

(I'm not sure what ARM C++ is; I write C for ARM but except the hardware registers that I hide away in hardware layers, there's nothing special over the C. Well, it doesn't have things like printf, signal or exit. But it really isn't a different programming language than say C for DOS.)

I wrote a C compiler in interlisp once. That was fun. (To lisp.) (As a project.) (After learning LISP for about three weeks. It could probably have been much better LISP, but the principles in LISP and functional programming are actually really easy to understand. Easier than being able to read all the parenthesis...)

Writing such projects - as well as doing things like implementing a scheduler or a TCP/IP stack - makes you understand things a little bit better. :)

Slashdot Top Deals

If you have a procedure with 10 parameters, you probably missed some.

Working...