Slashdot Mirror


User: UnknownSoldier

UnknownSoldier's activity in the archive.

Stories
0
Comments
7,910
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7,910

  1. Re:$68 Billion for high speed trains on As Drought Worsens, California Orders Record Water Cuts · · Score: 0

    You mean continue the rape and pillage of waterways?

    Cadillac Desert

  2. Your faith in stability is mis-guided on Ask Slashdot: How to Avoid The Worst of a Tech Bubble? · · Score: 2

    "The only constant is change" -- the late Robert Monroe

    There are no guarantees any tech is stable. That's the relative nature of tech -- it constantly changes (for better or worse).

    All you can do is stay current. If you want value then you be valuable. This means keeping up-to-date with popular skills. Fads such as some programming languages and management styles come and go, but good design, critical thinking, and communication are always relevant.

    If you truly want a "recession proof" job then work in real-estate or the military.

  3. Re:Cool story on Commodore PC Still Controls Heat and A/C At 19 Michigan Public Schools · · Score: 1

    LOL +1 Would YEAH! again

  4. Re: copyright = nope on Google Announces YouTube Gaming · · Score: 1

    Well, there are only 2 kinds of people:

    Those that do it, and those that complain about everyone else doing it.

  5. Re:Use === on PHP At 20: From Pet Project To Powerhouse · · Score: 1

    Loose equality is crap. It enables too many run-time errors that a proper type system would have caught at compile time.

  6. Re:Commodore Amiga or Commodore PC? on Commodore PC Still Controls Heat and A/C At 19 Michigan Public Schools · · Score: 1

    Whoa, talk about a trip down memory lane. I haven't seen that Deluxe Paint picture of King Tut in ages. Great find !

  7. Re:Cool story on Commodore PC Still Controls Heat and A/C At 19 Michigan Public Schools · · Score: 1

    Sorry, he is ---> that* way ...

    * CSI: Miami - Horatio Caine's Sunglasses Moments / One Liners

  8. Well, fanboys are not known for their common (financial) sense ...

    That said, peripherals have never been best sellers so they have to jack the price up. i.e. Memory Cards, Steering Wheels, Flight Sticks, etc.

    /oblg. /r/pcmasterrace :-)

  9. Re:Commodore Amiga or Commodore PC? on Commodore PC Still Controls Heat and A/C At 19 Michigan Public Schools · · Score: 1

    \o/ fellow HP48 user :-)

    Sadly one of my HP48SX on button doesn't respond 99% of the time :-( ... Makes it a bitch to turn on or off. These days I just use an emulator for the HP48GX so I don't have to worry about changing batteries.

  10. Re:A bit disappointed on An AI Learned Magic: the Gathering, Now Creates Thousands of New Cards · · Score: 0

    Agreed. That's why I call these systems a.i. (artificial ignorance) as opposed to A.I. (Actual Intelligence)

  11. Re:Will the robots need passports? on Do Robots Need Passports? Should They? · · Score: 1

    Mod parent up.

    This sums up the entire (idiotic) debate about machines.

  12. Re:No videos, how many times? on Starcoder Uses a Multiplayer Game to Teach Programming (Video # 1) · · Score: 1

    You're tossing the baby out with the bath water.

    Videos, when done & used correctly can _augment_ teaching. Yeah, the reality is that most of the time they are 10x times longer then they need to be but sometimes a visual presentation really is the best way.

    The problem is most people don't want to spend the time reading text.

  13. Re:Wrong Language!!!1!!!1!oneoneone on Starcoder Uses a Multiplayer Game to Teach Programming (Video # 1) · · Score: 1

    As crappy as Javascript is for a starting programming language it actually has a few advantages:

    * You don't need to download anything. Every OS has a web browser + text editor installed out-of-the-box
    * You can learn procedural, lamba's, and (prototypal inheritance) OO.
    * It is interactve; you don't need to compile anything
    * The syntax is close enough to C & C++ that you can graduate from a toy language to real work horse sans the pre-processor without too much trouble

    What does GitHub have to do with the price of tea in China ?

    Why would people suggest a proprietary language (VB) or a dead language (COBOL) ??

  14. Re:Wait & see .. compared to 980 Ti ? on AMD Radeon Fury and Fury X Specs Leaked, HBM-Powered Graphics On the Way · · Score: 1

    Actually yup. :-) The wife got me this awesome gift:

    http://www.amazon.com/CODER-MA...

  15. Re:Use === on PHP At 20: From Pet Project To Powerhouse · · Score: 1

    If the PHP devs would even fix any of these listed here, it would be a improvement.

    * PHP: a fractal of bad design

  16. Re:Use === on PHP At 20: From Pet Project To Powerhouse · · Score: 1

    Yup, Javascript's == operator is just as fucked up.

    * http://strilanc.com/visualizat...

    > PHP developers would be wise to read that to see what warts PHP shares with some other popular languages.

    You and I wish that but sadly that will never happen based on their past apologists. Too much ego and stupidity at stake such as having a broken ternary operator ?: as opposed to C. (WTF!?) And then you get stupid bugs like this memory leak ... *sigh*

    This post sums up the problem with the design of PHP:

    http://www.reddit.com/r/lolphp...

    The only way to "fix" PHP is to throw it in garbage can where it belongs and start over.

  17. Re: PHP is great on PHP At 20: From Pet Project To Powerhouse · · Score: 1

    > JavaScript is still worse [then PHP]

    That is like arguing if cat or dog shit smells worse. :) They both stink, badly.

  18. Re:A poor workman... on PHP At 20: From Pet Project To Powerhouse · · Score: 2, Insightful

    I'll probably be downmodded but I'm going to call horseshit on that cliche. While it may be PC to be in denial over crappy tools, the fact remains some tools (programming languages) are well designed and others are not. So yeah, um, no, I don't buy that argument that a poor craftsman blames his tools. It is the good craftsman that is able to spot the crap tools DUE to experience of having used good ones AND crap ones that they can tell what is complete shit.

    Second, just because you CAN write code in Brainfuck doesn't mean you _should_; It is _still_ a crappy language for programming. PHP is no different. It was designed (LOL! Ya, right) and implemented by someone who didn't have a fucking clue what they were doing.

    The problem with a shite language like PHP is two-fold:

    1. The language is inconsistent with too many hidden gotcha's. The == operator is broken that, seriously, you can't make have this dumb shit up. When the official docs has a page called Inconsistent Behaviours you know there is a bigger problem ... PHP was released in 1995 about 4 years after Python. Ruby was around 1995 as well. It is like PHP made every beginner Comp. Sci 101 mistake AND failed to learn from it.

    2. The quality of programmers tends to be extremely poor because they are too busying being apologists for their PHucked uP language.

    We have a name for people who like suffering: Masochists.

    Meanwhile, the rest of us are laughing our asses of at their self-induced suffer over their choice of stupid tools.

  19. Re:PHP is great on PHP At 20: From Pet Project To Powerhouse · · Score: 2

    Indeed. PHP is one of the shittiest languages ever implemented.

    * https://wiki.php.net/rfc/incon...

    It tends to bring out all the language apologists who are in denial over how shite it is:

    * http://www.reddit.com/r/lolphp...

    It makes crappy Javascript look good in comparison:

    * http://strilanc.com/visualizat...

  20. Re:Should take your own advice on AMD Radeon Fury and Fury X Specs Leaked, HBM-Powered Graphics On the Way · · Score: 1

    > the 980ti is DOGSHIT compared to a K2 GRID.

    So you're offering to pay for that? Sweet!

    Like others said, I already have a Titan (the original) for when I _need_ FP64 performance. The FP32 and 4 GB of VRAM of the 980Ti is perfectly fine.

  21. Re:Should take your own advice on AMD Radeon Fury and Fury X Specs Leaked, HBM-Powered Graphics On the Way · · Score: 1

    I know I shouldn't feed the trolls ... but you just gotta love the clueless internet armchair critic -- a self proclaimed 'expert' whining about a non-issue when they don't have all the facts, but I digress.

    I need a CUDA GPU card **today** -- not in a month+ when they are _might_ be available.

    I'll be ordering a R290X + FX 8350 in the Fall anyways to have a AMD box for testing / dev. so Fury will definitely be considered then.

  22. Re:Untouchable? on OpenBazaar, Born of an Effort To Build the Next Silk Road, Raises $1 Million · · Score: 1

    > Because the players here fight dirty.

    You mean the government with their unlimited access to funds and ability to declare a War on X with anything they disagree with? :-)

  23. Wait & see .. compared to 980 Ti ? on AMD Radeon Fury and Fury X Specs Leaked, HBM-Powered Graphics On the Way · · Score: 1

    I just ordered a nVidia 980 Ti for my man dev box. While I would love to root for the underdog we need to be realistic and compare _actual_ silicon as opposed to theoretical paper specs of AMD hardware.

  24. Re:Where's the Grumpy Old Fart? on Ask Slashdot: What Hardware Is In Your Primary Computer? · · Score: 1

    Get off my LAN comment in 3 .. 2 .. 1 ..

    FTFY. :-)

  25. Re:Next up, Low User ID contest on Ask Slashdot: What Hardware Is In Your Primary Computer? · · Score: 1

    Hey, one has to refresh the e-Penis thing every few years ... :-)

    --
    No one gives a shit about your gaming "rig" and e-Penis bragging rights.