Slashdot Mirror


User: rastos1

rastos1's activity in the archive.

Stories
0
Comments
1,516
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,516

  1. Re:Bring back segregated schools . . . ?!?! on US Dept. of Education Teams With Microsoft-Led Teach.org On Teacher Diversity · · Score: 1

    Ah, what ever happened to folks who thought like this:

    They ... claimed copyright?

  2. Re:Nerds care about politics too on Hillary Clinton Declares 2016 Democratic Presidential Bid · · Score: 1

    I actually turned myself into a Democrat (You can easily switch parties in Oregon. There's a website. it takes just a few moments.) so I could vote AGAINST Hillary in the primary.

    You can't vote for a member of party B if you are registered for party A? How ... quaint!

  3. Just don't chase him away on Ask Slashdot: How To Introduce a 7-Year-Old To Programming? · · Score: 1

    As others said, don't force your hobby on him. But a child always mimics its parents. If you are coding at home and your son sees you and sits next to you and watches you, just don't tell him to leave you alone because he disrupts your focus. Answer his questions, try to explain what you are doing, ask what would he like to make, do a first few projects for him and with him. It may take time until he shows the initiative but it should be up to him how fast and how far he wants to go. Your role is to support him.

  4. Re:Seems to Miss The Point on Planes Without Pilots · · Score: 1

    It will reduce number of suicidal pilots by one half !

  5. Re:Might as well on Hyundai To Release "Semi-Autonomous" Car This Year · · Score: 1

    Driving is boring, people don't pay attention to the road, is the solution to make it more boring?

    I'm not sure if we want to make it more boring. But I'll take "more boring" over "adrenaline rush" any day when I just want to drive a car.

  6. Re:How can foreigners be charged under US law? on Obama Authorizes Penalties For Foreign Cyber Attackers · · Score: 1

    You voted for a politician. That is miles away from voting on a law.

  7. Re:How can foreigners be charged under US law? on Obama Authorizes Penalties For Foreign Cyber Attackers · · Score: 1

    Law is part of the agreement between citizens and their government.

    I can't really say that I don't like your comment "per se", but ... when was the list time you were involved in negotiation of an "agreement between citizens and government"? Did someone come to you and asked what should be in the law?

  8. May I kindly ask the agencies to use Evil Bit so that I can identify lawful attempts to hack my system? I don't want to accidentally hack the agency in the heat of furious self-defense efforts.

  9. Re:Let me guess... on Leaked Document Reveals Upcoming Biometric Experiments At US Customs · · Score: 2

    On Customs Checkpoint I usually hold my identification in my hand. It called a passport. It can be verified and tracked back to my country of origin. It likely also already contains a hash of my biometric data. It is also usually checked by US Embassy before I start my travel.

    Now let's say I go to USA and get my biometrics scanned at the checkpoint. What is that good for if I'm not on a watch list? And most importantly - what is going to happen with the scanned data after it is determined that I'm not on a watch list?

  10. Re:MS sucks, everything they make is BAD on Microsoft Convinced That Windows 10 Will Be Its Smartphone Breakthrough · · Score: 1

    If they can't get something as simple as a F&$*^#G web browser to work..

    I like bashing MS just like anybody else but ... you think that a web browser is simple? How funny ...

  11. Re:White balance and contrast in camera. on Is That Dress White and Gold Or Blue and Black? · · Score: 2

    Put it into to Photoshop and eye-dropper the colours.

    Excuse me. Is GIMP good enough for that functionality?

    --
    On the internet nobody can hear you being subtle

  12. Re:ok, so it's not unstoppable on We Stopped At Two Nuclear Bombs; We Can Stop At Two Degrees. · · Score: 2

    and "we" can do the stopping?

    May be we can't. But we surely can make it worse. And the appropriate piece of wisdom in such situation is: When you find yourself in a hole, stop digging!

  13. Re: Your company is probably shit on Ask Slashdot: What Portion of Developers Are Bad At What They Do? · · Score: 1

    A web developer should know what SSL certificate is, what CA is, what happens when the cert expires.
    A database developer should know to not store plaintext passwords in the database and use hash instead. Salted hash.
    The applications on Windows nowadays use assembly manifests that contain publicKeyToken - SHA1 hash of public key used for signing the assembly. I would expect a competent windows developer to know that.
    When developing a game you want to prevent rogue modifications of game client that would give the player an advantage (there is probably a term for that).
    If you use ssh to access the CVS you should know about public-private key cryptography. If you use git, you should know what a hash is. If you deploy to a staging server you hopefully do that with encrypted protocol.

    Yes you can do without that. You can build walls around your sandbox and delegate all those pesky troubles to someone else. IMHO in IT it requires conscious effort to not know some basics of cryptography.

  14. Re:Odds are favorable in a way on The Mathematical Case For Buying a Powerball Ticket · · Score: 1

    My odds of winning may be 1 in 175 million

    Your odds or winning are 1:1. Either you win or you don't.

  15. Re:This is a good thing overall... on Firefox To Mandate Extension Signing · · Score: 1

    Ditto.

  16. Re: Yes on Is Modern Linux Becoming Too Complex? · · Score: 1

    An event will log it. No need for echo paths

    Can you elaborate, please? Let's say the network interface comes up and I (as a human) expect that my home-made network daemon starts up. But it does not. And by "it does not start up" I do not mean that "the daemon process is exec()-ed but exits immediately for some reason". I mean "the exec() call does not happen at all". Perhaps some stupid reason I failed to properly explain to systemd that it should be started. How does systemd know that a human expected the daemon to start?

  17. Re: Yes on Is Modern Linux Becoming Too Complex? · · Score: 2

    With startupd, launchd, SMF, and SystemD you set the triggers for each event. No long scripts loaded with nested if/else statements galore or expensive proprietary software to mask this lack of functionality in init.

    Okay, I'm always willing to learn, so please, give me a lesson. I set up a trigger for the event and the trigger does not fire. What do I do? In case of the "long script with nested if/else statements galore" I'm pretty sure what do I do there - put in some echo statements to verify the execution path. What do I do with systemd?

  18. Re: Yes on Is Modern Linux Becoming Too Complex? · · Score: 1

    Slackware is 1990s-era relic.

    Are you qualified to say that? I use Slackware on server and desktop and it fills all my admin/office/development/multimedia needs. What makes it 1990s-era relic? Because it does not have dependency checking? Bah.

  19. Re: Yes on Is Modern Linux Becoming Too Complex? · · Score: 1

    So long as Slackware, Gentoo and LFS exist I don't see how anyone has been FORCED off of Linux or onto the BSDs.

    Maintaining a distro that does not use systemd when almost every project (package) expects systemd is not trivial. The danger is that the distro maintainers just throw the hands up and say "fuck that, I don't have energy to wrestle with this anymore". And then the users will be FORCED off.

  20. Re:Yes on Is Modern Linux Becoming Too Complex? · · Score: 5, Insightful

    Sadly, systemd is the only effort to unify them

    I don't know about "unify them". As far as I can see, it is trying hard to hide the complexity under one umbrella. And if the complexity is hidden completely, then there is little you can do to fix a problem that happens to be complex. Without this unifying effort I can easily plug in myself somewhere in the middle, track down what's going on and fix it. Or at least work around it. Ah, yes, I'm a Slackware user. Is that relevant?

  21. Re:Testing to see if slashdot is really working on Jeb Bush Publishes Thousands of Citizens' Email Addresses · · Score: 1

    Note: while trying to connect to www.slashdot.org over https, the SSL certificate were invalid. It was issued for "*.cloudflare.com" (or something like that) rather then for "*.slashdot.org".

  22. Re:Gamers are stupid on DMCA Exemption Campaign Would Let Fans Run Abandoned Games · · Score: 1

    Yeah, the free market would work so well - only if most players were rational.

  23. Re:What's the problem? on Facebook Will Soon Be Able To ID You In Any Photo · · Score: 1

    Quantity has a quality of its own. Scale matters.

  24. Re:Wont work around here... on Why ATM Bombs May Be Coming Soon To the United States · · Score: 1

    There was a series of robberies here some time back where the robbers stole a powerful car, put a steel cable around the ATM machine and tore it off (the ATM was attached to the floor with thick steel screws) and drive away with the whole machine. At one occasion they were caught on camera. Interestingly in this case the car was Porsche Cayene ;-). They did 13 machines over the course of almost two years and manged to steal 1.7E6 euro. They got caught at #14 by accident. Another video seems to be from Poland where they used a steel cable to tear the ATM apart and take the boxes with cash.

  25. Re:Encryption chips? on Why ATM Bombs May Be Coming Soon To the United States · · Score: 1

    The encryption chip prevents copying of the card. Without the chip the card can be cloned and within minutes multiple copies of the card can be used around the world to withdraw money from the account.