Slashdot Mirror


User: TFlan91

TFlan91's activity in the archive.

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

Comments · 450

  1. Incredibly useless on Google Searches For 'VR Porn' Increase 10,000% (vrtalk.com) · · Score: 1

    Page hits go from 1 to 10000...

    Headline: "Page hits increases 10,000%!!"

  2. US Customs and Border Protection on US Customs Wants To Know Travelers' Social Media Account Names (helpnetsecurity.com) · · Score: 1

    Modern Day Shakedown.

    Even as a US Citizen it is fucking absurd. I had one flight into Boston that took longer to get through immigration that flight itself - AS A US CITIZEN!

    My wife never wants to come back. I don't blame her. It's a straight up humiliating process.

  3. Re:hated language becomes a success on ECMAScript 2016: New Version of JavaScript Language Released (softpedia.com) · · Score: 1

    Don't mind me, just butting in!

    > Then why does my day job of writing WebGL apps for Smart TV's run at 60 fps then if "I don't understand the language" -- I guess these shaders just magically
    > wrote themself ! And all those rendering optimizations just "magically" appeared in our code base !! Holy Shit !!! Ghosts are real -- shhh, don't tell the retarded
    > Chinese Cult Politics [globalpost.com] party! (Yes, I know CCP doesn't official stand for that.)
    > Don't assume. You look like an tool when you do.

    Can do this in JS too, but shh, don't tell anyone.

    > Never mind the fact that converting from a string to a var will OVERFLOW and NOT be EXACT.

    Then don't do it? It's like saying "hey, that gun will kill someone if u pull the trigger while pointing at them!" - duh.

    Google any big int lib.

    > Javascript broken == operator [github.io] is so fucked up it is laughable. WTF is the point of even having '==' when every smart programmer will use '==='
    > instead???
    > if( 0 == "0" ) console.log( "equal" ); // equal // WTF!?

    You answered your own complaint... use strict equals. Type conversion is a feature, not the languages problem someone doesn't understand it.

    > How about the inability to actually _include_ .js files like, you know, a concept that (almost) EVERY-other-programming language has???

    Didn't they just introduce modules? I can't remember... but in case I partied hard, blacked out and forgot about ES2016, there's a nifty lib called requirejs that
    handles this.

    > When Javascript does stupid shit like Automatic Semicolon Insertion (ASI)

    Since my very first day programming JS, almost 7 years ago now (holy shit), this has NEVER been a problem.

    > Where is the automatic multi-line string concatenation?? Even C has this. In Javashit you're forced to do this manually. Hell, even the retarded Python has """
    > for crying out loud!

    Introduced that with `

    > WHY did it take until ECMAScript 5 to fix the retarded string-to-octal parsing?? In what fucked up world did:

    Meh, got me there.

    > When {} + [] returns ZERO, and {} + {} returns NaN you know the designer was an fucking idiot. This is _basic_ Comp. Sci. 101 stuff, not rocket science.

    I don't think I've ever actually tried to add an object and/or array to each other... Unless someone forgot how their code works...

    > for( var x in [5,6,7,8]) console.log( x + 1 );

    For in is the worst... But again, learn the language and again, this hasn't ever been a problem for me.

    > Popularity doesn't prove jack shit,

    Clearly it does.

    > I love when some retard tries to claim that "I don't understand the language."

    Not saying you dont understand the language, you clearly do. Just saying that any JS developer worth their salary knows these pitfalls and knows how to get
    around them or not have them be in the way in the first place.

    Now with Typescript making some headway, half these issues you outlined just magically disappear. (I don't use Typescript... yet, my feeling is that if you can't
    program JS correctly, then having some tool do it for you, hinders you rather than helps you.)

    ---

    All languages have their issues, yes JS may have some basic ones that make other language developers go "wtf", as you clearly are, but clearly these fallacies
    are not blocking anyone from using the language for really cool programs.

    But I digress to what I previously stated.

    Any JS developer worth their salary doesn't run into these issues and/or knows how to combat them.

  4. Re:Small changes on ECMAScript 2016: New Version of JavaScript Language Released (softpedia.com) · · Score: 1

    This is where that pesky win10 upgrade actually helps web developers.

    Win10 has "Edge", crap browser, but in terms of compatibility, we can stop worrying about fuckin IE 8, 9, 10, and 11... Bout damn time.

  5. Re:Laptop and tablet makers need to add a switch on Mark Zuckerberg Tapes Over His Webcam. Should You? (theguardian.com) · · Score: 1

    If a laptop had a mechanical switch on the side to turn off the camera like most do for WiFi, I would eventually trust it.

    And by that I mean, if this feature is advertised as a way to deny any TLA from snooping, then security-wise people will let us know if it works or not.

    That's good enough for me, until, I'm sticking with the tape. .. or you can go Edward Snowden on your phone/laptop like in that recent VICE episode.

  6. Benchmarks? on jQuery 3.0 Stops Supporting Internet Explorer Workarounds (softpedia.com) · · Score: 1

    I'd like to see benchmarks for the areas of jQuery where they claim performance increased, but I can't find any..

  7. Re:Something big: Copy of Spotify on Pandora CEO: No Plans To Sell Company: On Path To Do Something Big (venturebeat.com) · · Score: 1

    > This is just the tip of the iceberg. I suggest you try it out before you settle.

    It does sound nifty, and I will, but I don't nearly have the musical footprint or domain of device capability that would allow me to take advantage of half those features as you do.

    I have a feeling it will be like the mentality of a flip-phone to smartphone conversion.

  8. Re:Something big: Copy of Spotify on Pandora CEO: No Plans To Sell Company: On Path To Do Something Big (venturebeat.com) · · Score: 1

    Do you really need anything more than play/pause and skip?

    I've used Pandora Desktop for yeeearrsss and have never had a "fuck this" issue with it. I like its simplicity, it does feel a bit old now that I'm thinking about it and I'm not a fan of Adobe Air....

    but it works. No ads, no memory hungry web browser, just straight up music.

    *cough* please allow me to add more than 100 stations. Although I don't mind going down memory lane in my quest to delete the most irrelevant station, database storage costs fractions of a penny! *cough*

  9. If you thought gwx.exe was a bitch, just wait until MS gets their hands on this exploit!

    "But... it was the Russians! They thought they could brick all US PC's by forcing Win10 upgrade!"

  10. Re:Of course Al Qaeda is pissed on Al-Qaeda Calls For the Execution Of Bill Gates and Others To 'Damage the US Economy' (betanews.com) · · Score: 4, Funny

    That's how the CIA found their next drone target!

    Once Win10 was started, triangulation was acquired and.... 3... 2... 1... "boom".

  11. Re:Rule-based still easily best on Google Open-Sources SyntaxNet Natural-Language Understanding Library, Parsey McParseface Training Model · · Score: 1

    You kinda alluded to the reason yourself...

    > Rule-based systems don't need any data to work with - they just need a computational linguist to spend a year writing down the few thousand rules

    which seams much more expensive than

    > ... just throw a mathematical model at huge amounts of data and let it run for a few weeks.

    but can now yield nearly equal results. "Machine Learning" sounds cooler than a bunch of if statements too

  12. Re:NPR is much better than you think on Former Facebook Workers: We Routinely Suppressed Conservative News (gizmodo.com) · · Score: 2, Insightful

    NPR has, recently, shit the bed in terms of "thoroughness".

    I'm thoroughly, pun intended, disappointed in NPR's coverage of the recent campaign cycle.

    I would honestly rate Fox News and CNN, which is a very, very low bar, as being more "thorough" than NPR.

    But remember, even though NPR is "public", NPR itself has its' own agenda which does get influenced by outside entities.

  13. Re:It's wildly unlikely we should exist on Are We Alone In the Universe? Not Likely, According To Math (cnet.com) · · Score: 4, Insightful

    We only think it's outside the norm because our ancestors either assimilated or killed of other species of intelligent life long before anything close to what we consider human civilization ever occurred.

  14. Re:I really wish we'd go to Venus instead on SpaceX Intends To Send a Red Dragon To Mars As Early As 2018 (blastingnews.com) · · Score: 1

    The books are much better than the TV series, but the TV series is still interesting.

  15. Re:I really wish we'd go to Venus instead on SpaceX Intends To Send a Red Dragon To Mars As Early As 2018 (blastingnews.com) · · Score: 1

    Oh god, that is literally the entire plot to the first 2/3 of The Expanse series.

  16. Re:Motorcycles on Netherlands Looks To Ban All Non-Electric Cars By 2025 (yahoo.com) · · Score: 1

    And im talking about an electric motorcycle that can rival a 1200-1600cc bike, not a pussy scooter.

  17. Motorcycles on Netherlands Looks To Ban All Non-Electric Cars By 2025 (yahoo.com) · · Score: 1

    I am die hard motorcyclist...

    I haven't seen any development of electronic motorcycles (because... duh, my motorcycle beats the crap outta ur fusion in mpg), but how does this bill handle that?

    I was actually looking at relocating to the netherlands, but if I can't ride my bike, fuck that

  18. Re:Uh huh... on Burr-Feinstein Anti-Encryption Bill Is Officially Released (techcrunch.com) · · Score: 1

    > A majority of people are actually stupid enough to vote for such idiots

    A majority of people don't vote.

    FTFY

  19. Re:What OS? on Kepler Recovered from Emergency and Stable (nasa.gov) · · Score: 1

    ^ This, I'm interested in this - I would mod, but never have points when I need em

  20. The 200+ billion in their bank doesn't help at all. No sir.

  21. Re:Why on Obama Proposes $4 Billion Investment In Self-Driving Cars (transportation.gov) · · Score: 1, Interesting

    I mean, if you're not going to RTFA, at least RTFS before making a stab...

    It says it right in the summary, the entire sentence is a setup for one of three links, and starts with "The administration says it has an interest in...".

  22. Re:What about Unicode support? on PHP 7 Ready For Release (softpedia.com) · · Score: 1

    If I'm not mistaken, that was the goal of PHP 6 and they abandoned it.

  23. Just in time for a holiday shopping spree, paid for by ISIS!

  24. Oh my god LEDs.

    My living room needs a warning sign for people with epilepsy. I don't need to know every flippin bit that is going across the wire for my router AND modem.

    The 5 LEDs that are constantly on to indicate connectivity? Useless after the first 5 seconds of booting. I can tell if it's working by having internet or not! I don't need fancy blue then orange then green lights to tell me this.

    I feel like marketing said "We need what people see in movies with huge machines and dancing lights that mean absolutely nothing to 99% of the people."

    If those LEDs are so absolutely needed to figure out whats going on, then that person shouldn't be trying to figure out whats going on, and they should be put behind a maintenance panel that triggers then being on or off by it being open ( Meaning I don't want a panel to cover it, then seeing a rainbow of colors from the heat vent )