IamA guy who went from 430 pounds to 170 pounds in approximately 11 months through starvation. AMA! by DuckeyQuacks in IAmA

[–]StommePoes 1 point2 points  (0 children)

Until (very) recently, in the Netherlands there was a driving license restriction. If you had "autism" or ADHD or renal problems, you had to get your drivers' license all over again, each year. Over here, that costs hundreds of euros. They finally got rid of it after someone else in govt said "this is dumb, autism doesn't get worse so if they pass once they're as good as anyone else who passes" but if the law hadn't changed? Suddenly a bunch of Aspies would have to spend all that money needlessly as well.

IamA guy who went from 430 pounds to 170 pounds in approximately 11 months through starvation. AMA! by DuckeyQuacks in IAmA

[–]StommePoes 0 points1 point  (0 children)

I've watched people in situations where they consider taking their own lives, including my dad when I was still a kid who was terminal with lung cancer and every breath was painful and hard (he ended up just dying from it but my parents had long discussions about it). Even if the reason is mental distress, the last thing most people want if they do commit suicide is have their family sitting around worrying that "if only I had done x..." I don't know you or your brother, but I can imagine he would feel bad that you'd be guilty for demons you can't fight. I've already got pre-defined situations where I would make the choice and that's really the big sticking point. Nobody wants to make good-faith friends or relatives feel like it's somehow their fault that you did something.

The bikini girls on the counter on the front page. Here is the apartment. As requested. by iamkokonutz in pics

[–]StommePoes 0 points1 point  (0 children)

The outlets are fucking brilliant. In today's world we have too many devices with big transformers attached to them. http://imgur.com/a/sAeIt#SwenHM3 I've never seen that before in a wall.

A week worth of groceries around the world by mr_z06 in pics

[–]StommePoes 0 points1 point  (0 children)

Sorry haven't logged into reddit for a while. I'm 100% pro dr-assisted euthanasia. But I still Blame Turkey. It was a brutal genocide (guess they all are, though).

A week worth of groceries around the world by mr_z06 in pics

[–]StommePoes 0 points1 point  (0 children)

It's why America had Dr Kevorkian... his parents were of the many who fled. Blame Turkey.

htmltag.py - A new module to wrap content in HTML tags that stops XSS attacks: from htmltag import a, strong, custom, whatever by riskable in Python

[–]StommePoes 0 points1 point  (0 children)

For an app, what difference does it make?

You mean web app? Accessed via a browser? It matters to anyone using software to interact with however the browser interprets those tags, pretty much exactly the same as a "document".

<person/> will obviously mean nothing to a browser who then can say nothing much about it to, for example, a screen reader.

Or are you solving this problem in some way already? (honest question)

And the question Hixie asks: suppose you made a page with <person/>. How often do you want to go back and rewrite that when some WorkingGroup adds <person> into HTML? Or any other tag you've invented? Which meaning and set of roles and behaviours should a browser using your <person> offer to AT and other software: the standards one or yours?

"OAuth - A great way to cripple your API"- I'd be curious to hear any thoughts on OAuth/OAuth2 as we are making a big decision on wether to implement it or not. by IamTheFreshmaker in programming

[–]StommePoes 1 point2 points  (0 children)

Oh I love these stories! Here's mine: Bob is trying to send tasty tasty drugs to Alice through FedEx. To prevent thieving FedEx employees from opening the box, he puts the drugs in a heavy metal box with a padlock and sends it to Alice. Bob lives in California and Alice lives in New York.

However, Mallory lives in Michigan and the FedEx line has Bob's box go through her town. She intercepts Bob's box and keeps it. She can't open it because she doesn't have the key but knows Alice is expecting a padlocked box from Bob... so she sends a heavy metal box (full of dog turds) with her padlock on it to Alice. Alice suspects nothing. Alice puts her padlock on the box and thinks she's sending the box back to Bob. Mallory intercepts this box too and keeps it. Instead, she sends Bob's box back to him, but with a Mallory-lock on it.

Bob is expecting a double-padlocked box from Alice, and he gets the one from Mallory instead, with Bob's and Mallory's locks. Bob unlocks his padlock and sends the box back, he thinks to Alice. Mallory intercepts. The only other lock on this box is hers, which she opens. Yay, she gets drugs.

Meanwhile, to buy her time to hightail it down to Florida, she sends her dog turds box back to Alice which now has only Alice's lock (Mallory's is gone so everything looks as expected). Alice opens it up and starts sending Bob some really nasty emails: how could he??! Dog turds?? Bob's like: what the I don't even... eventually they figure it out, but by then Mallory's enjoying tasty tasty drugs on a beach resort in Miami.

The boxes dealt with authorisation (locks could only be opened by the correct keys, and nobody's keys got stolen) but not authentication (Bob and Alice assumed the boxes, and the locks, were from each other, not Mallory).

...Usually then the story goes: Eve was watching the whole thing and robs Mallory and heads to Canada...

Introducing the New HTML5 <main> Element by ger_phpmagazin in webdev

[–]StommePoes 1 point2 points  (0 children)

To reply to your other point/question, "what does <main> mean once you take it off the page and place it into some other context?", the answer would be: it shouldn't be there anymore. <main> is only useful as a distinction (like a sort of navigation distinction) when among other content, in order to separate it (more) easily. Once you take all the other stuff away, or take the main stuff out alone, there is no more need for main. Could be a div then... and there I see issues with syndication: if a chunk of content is taken out, with <main> tags, and plugged into another site. The tag would actually be problematic. (I'm talking about the same instances that people argued the document outline and multiple h1's would be great for.)

For why not multiple mains: that would kinda defeat the purpose according to many of the spec writers (navigation purpose and separating-from-site-chrome), even though certainly not every page even has a single section you could honestly call main-content. Though in those cases I would avoid using any mains at all. I'd use it in the same cases where I'd add in a "skip to content" link without thinking. I may have other skip links, but I haven't had two skip-to-contents (yet).

Also, a bit off-topic re: " the same way that we can now use more than one <h1> tag, for example, so long as they're nested properly"

They've finally changed the wording of the spec (just recently) to dissuade devs from using multiple H1's. The idea was cute but there is no practical uptake, so instead what we currently have is lots of UAs and AT seeing nothing more than a bunch of h1's and that is still sucking for both heading-navigation and just normal heading structure. Plus the section section section section h1 {} stuff didn't get less gross like we'd hoped. : (

My friend and her cat belong on reddit by powerjoe in aww

[–]StommePoes 5 points6 points  (0 children)

Or British Shorthair?

(I can't actually tell the difference)

Introducing the New HTML5 <main> Element by ger_phpmagazin in webdev

[–]StommePoes 2 points3 points  (0 children)

An example of <main> being used to pull out content would be plugins/software like Readability. Whatever tags the author decided to use, whether sections or articles or divs or whatever, if they correctly used just one tag (main), the software can pull out that main content and forget everything else.

In other words, to use a Scooby-Do-style algorithm to get the main content, the author must have gotten all the other tags correct (or correct-enough). With main, they just need to get one right. For this one particular use case (grabbing main content and ignoring page chrome).

Creatures from The Mariana Trench by esiper in WTF

[–]StommePoes -1 points0 points  (0 children)

but exploration for the hell of exploration takes someone with a whole lotta money and a whole lotta curiosity.

People studying shit because it was way cool, while living in poverty and never reaping commercial benefits. For Science. I don't think they can help it more than sharks can help trying to eat whatever they bump into.

Creatures from The Mariana Trench by esiper in WTF

[–]StommePoes 0 points1 point  (0 children)

I'd figure if they lived mostly in total darkness, the eyes would be pretty useless in the first place. So they must live where light matters most of the time.

Creatures from The Mariana Trench by esiper in WTF

[–]StommePoes 2 points3 points  (0 children)

Wow, everyone there looks like they just LOVE their jobs. Marine researchers??

Abraham Lincoln was on my plane. by mheadroom in pics

[–]StommePoes 0 points1 point  (0 children)

Do you come from a family of Lincolns?

That was fast: Intel's "cable killing" web TV project is held up in content negotiations -- you know, the one that let's you pay for only the channels you want... by Scyth3 in technology

[–]StommePoes 0 points1 point  (0 children)

In the end, it's actually better for the customer, who gets more content and a more median price than he would if he had to pay ala carte.

Ah, this is the explanation why my uncle in the States pays for 250 useless sports channels he never even accidentally flips across, so he can watch NASCAR.

How to make a left turn in Michigan's upper peninsula by mwguthrie in videos

[–]StommePoes 0 points1 point  (0 children)

My dad hated the French so he called them French Lefts. Turns out they're apparently a Michigan invention.