Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Submission + - Scientists may have found the tiny DNA switch that made us human (sciencedaily.com)

alternative_right writes: Scientists at UC San Diego have discovered a small but powerful section of DNA, called HAR123, that could help explain what makes the human brain so unique. Instead of being a gene, HAR123 acts like a “volume control” for brain development, guiding how brain cells form and in what proportions. The human version of HAR123 behaves differently from the chimpanzee version, possibly giving us greater flexibility in how we think and learn. This finding could also help researchers understand the roots of certain brain-related conditions, including autism.

Submission + - Volkswagen wants you to pay monthly to unlock more horsepower (neowin.net)

darwinmac writes: Volkswagen is offering a subscription model for extra horsepower on its ID.3 electric cars. Want to bump your ride from the standard 201 bhp to the full 228 bhp? That will be about £16.50 per month or £165 per year, or a one-time £649 "lifetime" fee that is tied to the car, not you. If you sell it, you have to pay again.

VW defended this by saying you are basically paying for a sportier experience without buying a higher powered model upfront, calling it "nothing new." Nothing changes mechanically. You are just paying VW to essentially flip a boolean somewhere in the car's software.

Comment Re:Chromebooks are MANDATED at my kid's school (Score 1) 182

It may shock you and your privileged kid, but no every kid is not being handed a Chromebook in the class.

Every child, in the class I referred to, is indeed being handed a chrome book. Don't let your lack of knowledge about a specific class make you think you know that there are exceptions in that specific class. I caveated my comment, you did not.

Comment Chromebooks are MANDATED at my kid's school (Score 2) 182

Who care about the cell phones when the school is the one handing every kid a Chromebook and then refusing to supervise their use when in classrooms. I hate when a teacher asks me to help keep my kid from being distracted on their Chromebook. I always just flatly say, take it away from them - I don't want them to have it in class anyways. This is 100% a problem of their making. Yes, they have net nannies, but their software doesn't adapt as quickly as these kids do.
joe.

Comment describing this as a "bug" isn't really accurate (Score 3, Informative) 61

(I'm going to write this comment from memory rather than look up all the references I'd need to double-check. This means that it's my memory of technical stuff that happened over the past 20 years. My memory of technical details from 20 years ago isn't perfect, so I'll probably get a few things wrong. I'm also writing it using "we" to refer to groups I was part of at the time -- which in some cases are and in some cases are not groups that I'm part of today.)

The behavior that's being removed here isn't really a "bug". Back in CSS1 and/or CSS2, the spec for floating ::first-letter (or, in CSS1, :first-letter), was much more vague. I think it roughly allowed implementations to do standard inline layout, but said that they had the option of trying to do layout better. Gecko (the engine used in Firefox) was the only browser implementation that took that option.

In particular, Gecko's behavior was to actually use the bounds of the glyph (rather than the font metrics for the whole font) to do layout for a floating first-letter, so that there wouldn't be extra space around it and it would align better. This was a better default behavior, but it was also somewhat less controllable since some of the standard inline layout properties (like line-height) didn't apply.

It also turned out that this better behavior wasn't good enough to really do good typographic first-letter effects. Maybe about a decade after Gecko implemented the glyph-wrapping behavior for floating first-letter, some folks (primarily Dave Cramer) who were interested in doing better initial letters came to the CSS WG and developed (over a period of years, with quite a bit of interaction and discussion in the working group) a new set of CSS properties with a substantial spec (at https://w3c.github.io/csswg-drafts/css-inline/#initial-letter-styling ) to address first-letter typography.

At some point during the progres of that work, one question that came up was whether the spec should continue to have this vague allowance that implementations could try to do something better (as Gecko, and no other browsers, were doing). Given that we knew at this point that the Gecko behavior, while better, wasn't sufficient to do good typography, this seemed like the right thing to do. As one of the Gecko representatives on the CSS WG, I absolutely could have objected on the basis that we *were* doing something better and would like to continue to do so, and such an objection probably would have led to the WG not removing that allowance from the spec. But removing the allowance, and moving towards better interoperability, was the right thing to do, so I supported removing it. (That's also when I commented on and reopened the bug being discussed here.)

That said, it also didn't seem like removing the better behavior from Gecko was the right thing to do until we had implemented the *even better* new spec with the initial-letter-* properties, which would allow Gecko users to see better-quality typographic first-letters in the new way. (Though there's an obvious trade-off there between quality and interoperability. The opinions of standards bodies and implementers for the Web platform have changed a good bit over the past 20 years on how to make such tradeoffs -- generally towards stricter interoperability at the expense of allowing implementations to do "better" things.) So, back when I was working on Gecko, I thought that we should keep it until we'd implemented the new initial-letter-* properties. It seems like the folks currently working on Gecko made the opposite call. But I think both decisions are reasonable -- there's a real tradeoff there (though the inputs into that tradeoff are likely changing over time as well).

So, really, just saying "hey, they fixed a really old bug" isn't that useful a point to make. There's much more history there. (Also, see https://dbaron.org/log/20080515-age-of-bugs which I wrote 14.5 years ago in response to general criticism about the age of bug reports.)

Comment Re:Doxxing tech support (Score 1) 441

I am 100% with you on this. I disagree with doxxing as a principle - not because of who is right or left. I think the proper outcome (although I'm not sure I'd like it) would be for politicians to enact laws to curtail speech. Although honestly, I'm sure the Supreme Court has already ruled (at some point) that this kind of speech is not protected - it's just no law enforcement wants to get involved.
Joseph Elwell.

Comment Re:Doxxing tech support (Score 1) 441

You did not read the article closely enough. I'm not going to point out the obvious doxxing they did as then I will be participating.

Also, it's been years since I posted on Slashdot. Is this kind of gutter talk the dialogue I can expect here? Is "drinkypoo" a serious username and are their comments to be taken seriously if they're just swearing at people? wow.

Slashdot Top Deals

Promising costs nothing, it's the delivering that kills you.

Working...