Slashdot Mirror


User: Hooya

Hooya's activity in the archive.

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

Comments · 575

  1. Re:So says the religious guy. on Santorum Calls Democrats 'Anti-Science' · · Score: 5, Insightful

    I was perplexed for the longest time how the republican party worked since all of their policies seem to be in favor of the rich. where did they get their votes? It finally clicked for me: they get their money from the rich (by favoring that segment in policies, taxes etc.) and the votes from the religious zealots (by appealing to the creationism, every-sperm-is-sacred etc. crowds).

    Religion is regarded by the common people as true, by the wise as false, and by rulers as useful. - Seneca

  2. Re:Python with wxWidgets on Best Language For Experimental GUI Demo Projects? · · Score: 2

    > I don't always write GUIs, but when I do, I prefer wx.

    After that line, I swear I heard "stay thirsty my friends".

  3. Re:Abolish copyrights and patents. on The Behind-the-Scenes Campaign To Bring SOPA To Canada · · Score: 1

    A reality check for congress critters and senate squatters:

    http://blog.agrawals.org/2012/01/18/the-chart-every-member-of-congress-should-see/

    Meeting halfway my ass. If the media companies were so precious that we needed all kinds of laws to specially protect them, how about protecting the much bigger industry that they are about to destroy?

  4. Re:Canada Has no Culture on Outgoing CRTC Head Says Technology Is Eroding Canadian Culture · · Score: 1

    "Hey let's go out for some Canadian tonight, Eh?"

    FTFY.

    But what the hell are you talking aboot? You do have Canadian Bacon. That ought to count for something.

  5. Re:Pixel function multiplies interest in programmi on British Schoolchildren To Get Programming Lessons · · Score: 1

    I had the exact same feeling and I was on a ZX spectrum too! It was awesome changing one little variable to change the colors in a for loop etc.. you're absolutely right, that really got me hooked on programming.

  6. Re:comment from the article on The Problem With Windows 8's Picture Password · · Score: 2

    The "things" that matter the most to me, my most valuable "things", are protected by a flimsy wooden door with easily breakable hinges and easily pickable locks - my wife and kids. I would think if you apply your logic, then unless your wife and kids were locked up in a vault in, say, fort knox, you would consider it unsecure?

    My point being that it's a risk/reward thing. If you have something on your tablet that needs 3 factor authentication, you would have 3 factor authentication. But not everything needs 3 factor authentication. I don't need to lock up my family in fort knox. Just like I don't need what I have on my tablet to be protected by a 3 factor auth.

  7. Are they related? on High Court Rules In Favor of Top Gear Over Tesla Remarks · · Score: 1

    Tugendhat - is he related to Tophamhatt? Together, they seem to have cornered the ground locomotion market. The barons are back!!!

  8. Re:How about neither? on The Great JavaScript Debate: Improve It Or Kill It · · Score: 3, Insightful

    > Why is this so hard?

    Two reasons, from my experience:

    1. we have large corporate clients (think multinational). They use our services exactly once every year. Over 1,000,000 people in total. Imagine the logistics involved to get a desktop/native application deployed - for that one time use? What if we need to tweak something halfway. How do we re-deploy?

    2. That application is "distributed". Everyone does a little bit that is then accumulated. Sure, we could write a client-server app. Then we'd need to figure out threading issues on the server side, work out the communication protocols, work out locking issues. Or we could let, say, Apache handle the threading (we're good but i'd rather trust software that has undergone years and years of usage - there are other web servers that do this better, i know.) Let HTTP be the communication protocol. Let the backend database handle data locking issues (at least using standard SQL concepts allows everyone to be able to wrap their heads around the issues involved). You could argue that we could use a native app that then uses HTTP. For that, see #1.

    Native apps were great. Far richer experience in terms of UI. But far, far, poorer in terms of distributed-ness and ease of deployment. Or, looking at it another way, the current state of things are due to the evolution of one native app - the browser. It's just that it comes with an established integrated communication protocol and a UI that's flexible/extendable and the guarantee that the shell/runtime is multi-vendor - but largely compatible and available on most computers shielding you from deployment hassles. So it IS a native app that comes with the pieces you need (comm protocol, extension language, widespread availability).

  9. Re:Server cold war on Windows Server 8 Is A Radical Departure From Previous Releases · · Score: 2

    > how do you connect to a remote PC with bash and run your commands there? Oh, you can't. With PowerShell you can easily do that.

    man ssh

    specifically the part about "if command is specified, it is executed on the remote host instead of a login shell".

    Your move, chief.

  10. Re:Server cold war on Windows Server 8 Is A Radical Departure From Previous Releases · · Score: 1

    > The hard cold truth is that Windows Server is used on around 50% of servers

    Yeah? where did you pull that number from?

    > Linux is fine for hobbyist stuff and some real work

    'some' real work? are you kidding me? You're right. Hobbyist stuff. The same hobbyist stuff that's been paying my bills for over 12 years now.

  11. Re:Good test. on Researchers' Typosquatting Stole 20 GB of E-Mail · · Score: 1

    I always thought that was bullshit. How do i *Know* if the email was intended for me? because it's got my email address, that's how.

    Now, how can someone demand that i "promptly delete" the email? i have server logs, backups, and a whole array of things (required - as i understand it - as part of SOX) that would have to be scrubbed. Who's paying? The sender wants me to foot the bill to do all that when i had NO say in whether or not I got the email? How about if I sent the sender an email everyday - unintentionally - and ask that they scrub all of it off their servers? Would they do it? Just because I said so?

    I would love to send the senders of those fucking boilerplates something to the effect of - "since apparently you want me to observe a contract that i didn't agree to - which i did by scrubbing all the traces of your email - now it's your turn: the bill is $10,000, pay up, the invoice is in the mail".

  12. Re:It's an old scam on British CS Majors Doing Badly In the Jobs Market · · Score: 1

    I have been on the hiring end of it. I was disgusted and subsequently quit working with a big name 'Technology Consulting' firm - who shall remain anonymous - after their rep repeatedly referred to recruitment "sessions" (where they have a bunch of applicants come to their office and have me interview them) as "cattle call". Really?!! That told me a lot about how much value they placed on PEOPLE that they were working with.

  13. Re:Norton, Duntemann, & Eckel on What Is the Most Influential Programming Book? · · Score: 1

    I second "Thinking in C++" except for its craptastic typesetting. The content more than makes up for it though. However, If C++ is not your cup of tea. I'd presume "Thinking in Python" would be of similar high calibre. He does state that it's not a beginning book. But if you can grok Eckel's books, you can be sure that you've really understood the concepts - at least it was like that with the 2 C++ books.

    after that, i'd say PAIP for those willing to go slightly off the beaten track. Once you have a handle of LISP (gasp!), any "new" language feature you might encounter in newer languages will not be intimidating.

  14. Re:Economic worth on Chinese Want To Capture an Asteroid · · Score: 2

    > Even something like diamonds..

    You may want to read the first line under this section: http://en.wikipedia.org/wiki/Diamonds_as_an_investment#Financial_feasibility

    The price you see for diamonds are because of controlled supply - NOT a limited supply. And you can thank these fine folks:

    http://en.wikipedia.org/wiki/De_Beers#Legal_issues_on_monopolizing_and_fixing_prices

  15. Re:Simple on Rob "CmdrTaco" Malda Resigns From Slashdot · · Score: 1

    As someone else here said, this, to me, is like internet going into retirement.

    i started reading /. around 98 and visit at least once a day (there are days i skip these days with 2 kids and all but still..). There were other sites that I visited at their prime (e.g. expertsexchange.com back when they were just starting out and were good and hadn't quite caught on to the "expert sex change" faux pas). But over time, /. has been the only constant site on the internet - and these days with family, almost the only site on the internet worth visiting.

    The reason i've kept coming back is that I've learned a LOT from the discussions. Frankly, i've never been able to find something worthwhile to spend my allocated training dollars on because it would never even compare to what i learn here - training sessions have always been a waste of time..

    I owe a lot of my success to the knowledgeable discussions here - from intricacies of logical fallacies, to language and grammer (i love the quote that i read here "i helped my uncle jack off a horse" vs "I helped my uncle Jack, off a horse" heh), views on what ethical non-douchey management should be (at least i hope i have been able to avoid becoming a douche to my employees) and last but definitely not the least the "news for nerds". The millions of contributors here have been my mentors - i started at a small company so i didn't really have one in real life.

    And that wouldn't have been possible without you. I don't know you personally - and you don't know me but I wanted you to know that what you created has had a profound influence on me and a significant contributor to my own success.

    Thank you and best wishes,
    Hooya.

    P.S. Now quit thinking about Natalie Portman and hot grits.

  16. Re:Long term, it is a good thing... on Motorola's Identity Crisis · · Score: 1

    My money is on #2.

  17. Re:Impressed on Google Running 900,000 Servers · · Score: 1

    "but more likely a type" what?, you might ask, as I did. Nope, it's a typo. Or an omission, since you could have a type of grammatical error... but more likely a typo.

  18. Re:unaware? WTF? on What Makes Parallel Programming Difficult? · · Score: 1

    I tend to think of it as an extra dimension in code. With non-parallel code, the code you have (it's sequence) is the same as what it's sequence would be when run. With parallel code, the run-time sequence is different than the code as it's laid out in source.

    I see people have trouble with just async stuff (eg. AJAX) and have a hard time wrapping their mind around the fact that even though the callback function is in-sequence with the rest of the code, it's not actually called in that sequence - hence the 'callback'. Now, go full tilt with parallel code, and the heads start to spin since the code you're looking at can be run completely out of sequence of where it appears in the call graph.

    The easiest time i've had with parallel programming was with erlang.

  19. Re:First number on Linus Torvalds Considering End To Linux 2.6 Series · · Score: 5, Insightful

    42 decimal = 101010 binary
    101010 binary = X X X roman
    XXX = pr0n!

    That's the answer to life, the universe and everything! That cheeky Doug A.

  20. Re:WHy are you majoring in CS... on Professor Questions Sink-Or-Swim Intro To CS Courses · · Score: 1

    I disagree with the assertion that CS is a field of math. This, after having gone through a BS that piloted a 'Formal Logic' approach to CS. We had to 'prove' program correctness using predicate calculus. Actual programming was just a thing we did to make sure we were grounded in, you know, stuff we'd actually end up doing after we graduated...

    How much of the predicate logic, probability theory, markov chains and simulation did I end up using? close to 0. the one application I found for what I learned in simulation turns out to be too complex and not enough ROI for the business types to approve. they'd rather farm shit out to {insert some other country where labor is much much cheaper} to some code monkeys because it's cheaper and have them bang shit out in .Net/Java/HTML.

    Hell, I've got the global head of IT demanding that we use MSSQL because MS has 'solved' the case of nested set (see joe celco's book) in a way that defies all mathamatical CS knowledge up to this point. (From the little that I know of MSSQL, they're using enumerated path as a special SQL data type, but the searching and the updating still takes time - but who the fuck am I to say that MS hasn't really 'solved' the fundamental problem beyond amortizing the costs elsewhere in other operations).

    The point of my rant here is that CS in corporate America has little or nothing to do with Math. Learn the frameworks, learn the dev tools - and at the most 'mathy' end of things, learn data structures and the run times associated with the various operations on them and you're set.

    P.S. I envy the bastards that have jobs that involves math - especially algorithms and fun with the big O.

  21. Re:ISPs need to... on Netflix Dominates North American Internet · · Score: 1

    Yeah, about paying more:

    http://www.pbs.org/wnet/need-to-know/culture/video-high-fiber/9263/

    We already pay more than what others do around the world (at least in the developed countries).

  22. Re:Thanks To Contributors Past and Future on Linus on Linux, 20 Years In · · Score: 2

    I started in 1995 for exactly the same reason! I had a 486DX at the time - was all kinds of fun trying to get the modlines for X working..

  23. Re:kind of like the police on The Internet's New Alternate Reality · · Score: 1

    > Pasta, the stuff that spaghetti is made of is a human invention and did not exist a few thousand years ago

    Humans didn't invent pasta - the FSM chose to reveal it to us a few thousand years ago. For that matter, how do you KNOW it was invented a few thousand years ago? FSM arranged for all records to say it was revealed to humans a few thousands years ago - it was, in fact, only revealed yesterday. You remember having spaghetti before then? It's just an illusion planted in your memory by the FSM to further bolster the illusion that it was "invented" by humans a few thousand years ago.

    Next.

  24. Re:Pot calling kettle on Why Science Is a Lousy Career Choice · · Score: 1

    Another questions for the POTUS:

    Why personally call one Mr. Vick?

    Now, let's talk about pursuing a career in sciences.

  25. Re:Missing feature in Java: Copy on write on Red Hat Uncloaks 'Java Killer': the Ceylon Project · · Score: 1

    Is this what you're looking for?