Slashdot Mirror


User: Mirar

Mirar's activity in the archive.

Stories
0
Comments
350
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 350

  1. Re:Ruby?? on Linux and Multiple Internet Uplinks: a New Tool · · Score: -1, Flamebait

    I reacted to that too:

    Requirements

            Ruby

    what?

  2. Re:I have the solution on Google Knocks Explicit Adult Content On Blogger From Public View · · Score: 1

    I think the point is that google once said: Come to us, you can play in our sandbox, use our stuff, create your account with us, you can do whatever you want... ...now they close down those services, one by one.

    Granted, this time, this event was rather minuscule.

    The question is: Why do they keep shutting down things?

  3. Re:Do no evil... on Google Knocks Explicit Adult Content On Blogger From Public View · · Score: 1

    Just at long as it's raising shareholder value (short term will do).

  4. So that's where we come from! on Another Star Passed Through Our Oort Cloud 70,000 Years Ago · · Score: 1

    I can see the Däniken theorists jumping on to this one.

  5. they are eager to kill things? on Peak Google: The Company's Time At the Top May Be Nearing Its End · · Score: 1

    Is that why they like killing projects like Google Reader, and now latest Google Talk?

    They really want people to stop using Google products?

    If I didn't know better, I'd say Google has been sabotaged from the inside for a few years.

  6. well... on Alibaba Bets $590 Million On Becoming Smartphone Player · · Score: 1

    ...it will have 500,000Ah battery, 19200x10800 resolution with 20,000 lumen screen brightness, 64TB RAM and gold plated.

    As everything else on Alibaba.

  7. Re:not ready for prime time on Alibaba Face Off With Chinese Regulator Over Fake Products · · Score: 1

    Thanks for the warning. Never leave your phone number, check...

  8. Re:well... honesty could help a bit on Alibaba Face Off With Chinese Regulator Over Fake Products · · Score: 1

    Actually I noticed some of the same behaviour from dx.com - I sent a bad review for some stuff, and those never got accepted, then vanished from my review list.

  9. well... honesty could help a bit on Alibaba Face Off With Chinese Regulator Over Fake Products · · Score: 1

    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.

  10. Babel of IoT of many things on One In Five Developers Now Works On IoT Projects · · Score: 2

    It's just a pity that all ioT talks different languages. If only there were a secure, simple protocol so that they could talk to each other...

    SMNP would have worked, but it completely stupid in its ambition to be a superstandard....

  11. red? on Scientists Slow the Speed of Light · · Score: 1

    So, they didn't redshift the photon, they made it slower with the same wavelength?

  12. Re:Most calls not really from Dish on Dish Network Violated Do-Not-Call 57 Million Times · · Score: 1

    If they could blame this on the subcontractors, wouldn't they have done that already?

    Do they have installers themselves already (in competition)? Otherwise I doubt they change anything. (If they survive.)

  13. not unix on Systemd's Lennart Poettering: 'We Do Listen To Users' · · Score: 4, Insightful

    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.

  14. Re:No longer available OTA on Is Kitkat Killing Lollipop Uptake? · · Score: 1

    It seems weird that you can't upgrade if you delay. Really weird.

  15. Seats? on Tesla To Produce 'a Few Million' Electric Cars a Year By 2025 · · Score: 1

    Does that mean that when they finally made a car with comfortable seats, it sold out? :)

    (My main problem with buying an S is that the seats actively hurt my back. Maybe because I'm 6'4. I don't know.)

    Also, does Tesla need systems developers? :)

  16. The UK government really don't like it's people.

    Pity Scotland didn't manage to leave.

    Turn it around instead. Let the people see all official documents and plans.

  17. That's not strange. on Fields Medal Winner Manjul Bhargava On the Pythagorean Theorem Controversy · · Score: 1

    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.

  18. Re:No longer available OTA on Is Kitkat Killing Lollipop Uptake? · · Score: 1

    You can't go from to 5.0.1? (Not that 5.0.1 is worth it, but...)

  19. well... vista on Is Kitkat Killing Lollipop Uptake? · · Score: 1

    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.

  20. Re:...now this again. Learning programming languag on Little-Known Programming Languages That Actually Pay · · Score: 1

    It shouldn't be impossible to go fully functional using only C++. Is it a challenge? :)

  21. Re:...now this again. Learning programming languag on Little-Known Programming Languages That Actually Pay · · Score: 1

    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. :)

  22. Re:...now this again. Learning programming languag on Little-Known Programming Languages That Actually Pay · · Score: 1

    Yes. I constantly have problems with libraries, especially overcoming bugs and limitations. Most of the time I have to (sadly) reinvent the wheel, because it didn't have spokes or someone thought triangular wheels were the best thing ever.

  23. ...now this again. Learning programming languages? on Little-Known Programming Languages That Actually Pay · · Score: 3, Insightful

    This is brought up now and then on Slashdot. Treating programming languages like something actually hard to learn.

    Specific programming languages are irrelevant.

    Programming paradigms and levels are relevant. But if you know a language in one paradigm, it's easy to learn another one. If you know C, the step to Python is fairly close. Lisp or Erlang is a little more distant, but it's not impossible far to learn in a few weeks.

    If you can't pick up the basics of any computer language in a few weeks, I get the impression you're not really sure of what you're doing.

    So it's irrelevant if you already know the language. Except for very confused recruiters. The question is, can you get good at the skills needed at the job within a few weeks? You wont know the projects or the libraries in the new company anyway, picking up a new computing language isn't going to be the hard part.

    But then again, ASN.1 isn't a programming language more then TCP/IP is a programming language, so maybe the question is more confused than that.

    (Languages I have encountered in my professional career: V2 BASIC, 6510 assembler, ABC8* BASIC, dBase 4, x86 assembler, 680x0 assembler, Batch files, Pascal, C, C++, Shellscripts, Pike, ECMAscript, Java, Flash, ARM assembler, and Python. In that order. I have done ASN.1 in the form of SNMP, but I really don't think I would call it a programming language.)

  24. why not license globally? on Netflix Cracks Down On VPN and Proxy "Pirates" · · Score: 1

    What is the problem with licensing everything for global use? Can someone explain?

  25. Indian? on What Language Will the World Speak In 2115? · · Score: 1

    I thought the population growth right now was in India, where they speak a lot of English. Of a sort.

    And there's no way a closed-wall country like China could have their language exported to the world, no matter how many they are. Especially since the trade language, in China, is English. (Of another sort.)

    But here's to hope that the regional languages lives on, because some sort of crippled international English with a vocabulary of 400 words should not be your primary language.