Slashdot Mirror


User: luca

luca's activity in the archive.

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

Comments · 29

  1. Re:Support Right to Independence on Catalonia Declares Independence; Spain Approves Central Takeover Of Region (npr.org) · · Score: 5, Insightful

    Sure, we all saw how well the EU "protection" worked in, e.g., Greece (or everywhere else).

  2. Wattway site on France To Pave 1000km of Road With Solar Panels (solarcrunch.org) · · Score: 2

    This seems to be the official site of the manufacturer.

    I don't know if it's just propaganda or real facts, but they seem to have taken into account all the shortcomings and engineered around them

  3. Re:CyanogenMod has nightly updates on Ask Slashdot: How To Safely Use Older Android Phones? · · Score: 1

    But not every device has CyanogenMod available. I found one version for my old phone made by somebody external to CyanogenMod, but since they have stopped development there are no security patches.

  4. I'm using nvidia... on KDE Plasma 5 Problem Traced To Bug In Intel Graphics Driver · · Score: 1

    ...and I still think that plasma 5 is not ready for prime time (to put it mildly)

  5. Re:Modula-3 FTW! on Ask Slashdot: Is Pascal Underrated? · · Score: -1

    The problem with C, C++, Python or Java is not that they are bad, but that they provide nothing of value to offset the cost of maintaining a separate toolchain, training programmers, building libraries, etc. What can you do in C, C++, Python, Java that you can't do in Free Pascal? Why do we need yet four more languages, that have no particularly useful features?

    I used C++ in some college courses, and felt that my productivity went down by about 50% compared to Lazarus, just because of all the extra typing that with Lazarus the IDE did for me, and the reduced readability: using punctuation to enclose blocks doesn't work as well as clearly delimiting them with words.

    FTFY

  6. The process that Juncker loves on Is Public Debate of Trade Agreements Against the Public Interest? · · Score: 1
    The newly appointed president of the European Commission, Jean-Claude Juncker will love this agreement, especially the way it's being negotiated. He candidly admitted in a Spiegel interview how the European Union works:

    We decide on something, then put the in the room and wait a while to see what happens, If there will be no great cry and no uprisings, because most people have no idea what has been decided, then we move on -. Step by step, until there is no turning back

  7. Re:uClibc removal hardly makes sense on Fork of Systemd Leads To Lightweight Uselessd · · Score: 4, Informative

    Ok, so the ARM is about to be poised to take over lots of systems (cell phones, etc), and you rip out (to save space) a portable embedded tiny clibrary?

    In fact the article says that uselessd adds support for compiling it under musl and uClibc

  8. Re:Building on the work of others on Spanish Surgeon Performs First Synthetic Organ Transplant · · Score: 1

    Actually it was the same doctor.

  9. It seems he's actually Italian on Spanish Surgeon Performs First Synthetic Organ Transplant · · Score: 1

    Now it says "Professor Paolo Macchiarini from Italy". According to wikipedia he's Italian but he works in Barcelona, hence the confusion.

  10. Re:We need this because...? on DraftSight 2D CAD For Linux Beta Available · · Score: 1
  11. Paul Vixie is an hypocrite on WikiLeaks, Money, and Ron Paul · · Score: 1, Insightful

    1. 1. both sides are willing to inflict collateral damage on innocent third parties and can offer arguments as to why their cause warrants this;
    2. 2. each side thinks the other is evil and must be opposed and that the rule of law is neither fast enough nor effective enough to get the job done;
    3. 3. both sides believe that the other side must not be allowed to communicate normally with customers, suppliers, supporters, etc.

    How can the man that created maps, to which all of the above applies, say these things with a straight face?.

  12. Re:Full ICS-CERT advisory on Stuxnet on Stuxnet Worm Infected Industrial Control Systems · · Score: 1

    "According to Siemens, in none of the cases did the infection cause an adverse impact to the automation system"

    I'm pretty sure the technicians tasked with cleaning up the mess while trying to keep the production line running don't agree with this statement.

  13. Re:What the? on Stuxnet Worm Infected Industrial Control Systems · · Score: 1

    In the Siemens case the physical switch is only present on the S7-400 series, the S7-300 series don't have it, and I can tell you that the difference between them isn't $4, you'll have to add 2 to 3 zeros depending on the model.
    However, even with the key in the "run" position (where you supposedly cannot alter the software) not everything is locked: you cannot change the program (and I'm not even 100% sure about that since the "password protection" can override the switch) but you can change the data and disrupt the process.

  14. Re:What the? on Stuxnet Worm Infected Industrial Control Systems · · Score: 5, Informative

    Do you know that when you set a password on a siemens plc, it isn't enforced by the plc itself but by the step 7 programming software?
    Use something else (e.g., libnodave) and access is wide open.

  15. Re:uhhh on Verizon Changing Users Router Passwords · · Score: 5, Informative

    What are you all on about? He said he disabled administrative access from outside.

    He disabled the user visible administrative interface.

    Google for tr69 and you'll be enlightened.

    In my router it's impossible to disable, however in some normally hidden menu I could modify the "call home" url, rendering it ineffective.

  16. Re:Windows for SCADA? WTF?! on Malware Targets Shortcut Flaw In Windows, SCADA · · Score: 1

    process control is still handled by the PLCs (unaffected by any sort of malware... that I know of) and if something was looking like it was about to go wrong, then the PLC should be set up to deal with it...

    The PLCs I'm forced to work with (that happens to be from the same manufacturer that produces the POS that's WinCC[*]) can be networked and, as soon as you connect them to a network, you can control them (as in, modify the program, start them, stop them, the whole lot) remotely.
    The communication is not encrypted and it's not password protected[**], so anybody that can obtain access to the network (and that's not very difficult in many factories, especially the very big ones) can control them at will.

    [*] and other manufacturers aren't better

    [**] there's a password protection, but it's enforced by the programming software, not by the PLC itself. You just have to use your own program, using the reverse engineered communication protocol and you're set.

  17. Re:What? on How Neuros Built Their Nearly Silent HTPC · · Score: 1

    That motherboard seems pretty good, but it's VGA only, so it's quite useless as a FullHD HTPC.

  18. Re:Fit PCs on Neuros LINK Mixes Quiet, Aesthetics, and Ubuntu · · Score: 1

    In the specifications they say that h264 is fully hardware accelerated, but I don't think it's possible with an intel GMA500 (at least under linux), is it?

  19. Re:Linus, you Rookie !! on New Linux Kernel Flaw Allows Null Pointer Exploits · · Score: 4, Informative

    Ok, I know I shouldn't be feeding the troll, but read the article: the kernel source itself is perfectly fine, is the compiler that optimizes the check away.

  20. Look at the date on Cure For Radiation Sickness Found? · · Score: 1

    The BBC article is from 2008.

  21. Re:You can get spotify outside UK on Microsoft Readies a Rival To Spotify · · Score: 1

    But it only works with premium (i.e. paid) accounts.

  22. Re:Last.fm is just fine on Microsoft Readies a Rival To Spotify · · Score: 1

    Maybe it is if you live in the US, UK or Germany.

  23. Re:It's the contractor's fault! on Portugal's Vortalgate — No Microsoft, No Bidding · · Score: 1

    If they tested it properly they wouldn't find the time to spend the bribe...

  24. Buy an acer instead on Vista To XP Upgrade Triples In Price, Now $150 · · Score: 2, Interesting

    The aspire one with 1G ram and 160G hard-drive (same hardware), is available both with windows xp and linux, the linux one costs 50EURless than the windows one.

  25. You missed the point on An Open Source Coffee Machine · · Score: 1

    This isn't about coffee.
    It's about industrial automation, specifically replacing PLCs (programmable logic controllers), programmed with horrible languages (think assembler but more cumbersome and interpreted), with PCs running an open source version of those same horrible languages.
    Since, among other things, I program PLCs for a living, I'd love replacing them altogether with PC based controls (the customers don't usually want to, due to the perceived reliability of PLCs), though I don't see the point of using the same shitty languages.
    Heck, 20 years ago I programmed machines in pascal, and it was a lot more convenient (think maintainability and code reuse) than lad/cfs/stl.