- 13 Posts
- 13 Comments
yo mama so FAT, she can’t store files larger than 4GB
TBF the last two bullet points are verbose descriptions of the thing it means in C++, Java, and Python too. It’s just that in JS, “this” can also be used in other places.
But yeah, in practice, every time I write JS I want to throw my hands in the air and shout “this is bullshit”, but never know what “this” refers to… :D
every base is base
10
schnurrito@discuss.tchncs.deto
Programmer Humor@lemmy.ml•What, no MS Outlook outage jokes?
122·2 years agoWhat does an MS Outlook outage inherently have to do with programming?
schnurrito@discuss.tchncs.deto
politics @lemmy.world•Sweeping Bill Introduced by Ron Wyden (D) Would Completely Overhaul Supreme Court as We Know It
124·2 years agoand require two-thirds of the Supreme Court and federal circuit courts of appeals to overturn any law passed by Congress
Netanyahu would be proud.
Was Ron Wyden not usually one of the few forces for good in relation to internet bills, like SOPA and such? Now he’s proposing something like this.
The other things mentioned in the article are unobjectionable, some of them even good, but this?!
Is this valid HTML? My understanding is that that attribute value needs to be escaped, i.e.
<value of \"myattribute\">.
??? Non sequitur
no, this is one of the worst answers on Stack Overflow
OP had a specific question to capture opening tags. The thing OP asked about can be done with regular expressions. It is true that arbitrarily nested languages like HTML cannot generally be parsed with regular expressions, but that is not what OP asked about.
Of course you can use XML that way, but it is unnecessarily verbose and complex because you have to make decisions, like, whether to store things as attributes or as nested elements.
I stand by my statement that if you’re saving things to a file you should probably use XML, if you’re transferring data over a network you should probably use JSON.
IMHO: XML is a file format, JSON is a data transfer format. Reinventing things like RSS or SVG to use JSON wouldn’t be helpful, but using XML to communicate between your app’s frontend and backend wouldn’t be either.
funny thing is I, and probably most people, had never even heard that there was something called “CrowdStrike” until Friday of last week
Isn’t this just a newer version of this? https://www.gnu.org/fun/jokes/evilmalware.html
















What’s the difference between USA and USB?
One connects to all devices and accesses the data. The other is a hardware standard.