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.
> 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.
> 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.
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.
> 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.
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*
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.
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
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...".
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 )
Page hits go from 1 to 10000...
Headline: "Page hits increases 10,000%!!"
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.
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 '===' // equal // WTF!?
> instead???
> if( 0 == "0" ) console.log( "equal" );
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.
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.
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.
I'd like to see benchmarks for the areas of jQuery where they claim performance increased, but I can't find any..
> 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.
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*
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!"
That's how the CIA found their next drone target!
Once Win10 was started, triangulation was acquired and.... 3... 2... 1... "boom".
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
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.
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.
You just DoS'd Wikipedia's article on American Samoa.
The books are much better than the TV series, but the TV series is still interesting.
Oh god, that is literally the entire plot to the first 2/3 of The Expanse series.
And im talking about an electric motorcycle that can rival a 1200-1600cc bike, not a pussy scooter.
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
> A majority of people are actually stupid enough to vote for such idiots
A majority of people don't vote.
FTFY
^ This, I'm interested in this - I would mod, but never have points when I need em
The 200+ billion in their bank doesn't help at all. No sir.
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...".
If I'm not mistaken, that was the goal of PHP 6 and they abandoned it.
Just in time for a holiday shopping spree, paid for by ISIS!
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 )