Comment Re:Here's the story (Score 1) 87
Could you please re-phrase this news announcement?
"Former Boston Celtics and Orlando Magic player Brandon Hunter has died, Ohio men's basketball coach Jeff Boals said Tuesday. He was just 42 years old.
Hunter -- a standout high school hoops player in Cincinnati -- was a star forward for the Bobcats, earning three first-team All-MAC conference selections and leading the NCAA in rebounding his senior season
He played 67 games over two seasons in the Association
"Brandon Hunter, an ex-player for the Boston Celtics and Orlando Magic, has passed away at the age of 42, as confirmed by Ohio men's basketball coach Jeff Boals on Tuesday.
Originally shining as a high school basketball talent in Cincinnati, Hunter established himself as a top forward for the Bobcats. He garnered three All-MAC conference first-team honors and led the NCAA in rebounds during his final collegiate year. He was then chosen as the 56th pick in the 2003 NBA Draft.
During his tenure in the NBA, he played in 67 matches over two seasons, with his most notable performance being a career-best 17 points against the Milwaukee Bucks in 2004."
Comment parts of speech (Score 1) 80
Comment Re: It will be a good thing (Score 1) 251
Comment Re:reading test?? what about an BAR test? (Score 1) 129
On the other hand, I wonder if slimy companies could word things in such a way as to gloss over slimy sections in the legalese.
Comment Re:99% effective? (Score 5, Informative) 423
We signed up for a class through SymptoPro through our local church, an organization that provides workshops and materials about it. In summary, I'll the say method is definitely more scientific than old "rhythm" methods, but still leaves a lot to be desired. According to their materials (and duly backed up by studies, as far as I can tell), time between menstruation and ovulation can be quite variable (hence failure of rhythm methods), but time after to the next menstruation is be fairly predictable for a given woman, and further the time of ovulation should be roughly predictable from physical symptoms, and thus also the likely times of fertility, taking into account other factors such as sperm lifetime etc. (the materials are adamant they don't try to predict ovulation per se).
The rules are very complex, but the basic "intro setup" is this: Each day the woman should take her basal body temperature. This must be done in the morning right after waking (ideally still in bed) to avoid noise from other activity. [Work swing shift? Have an over- or under- active immune system? Good luck with that.] Each day she should evaluate her vaginal discharge (character and amount), and for extra accuracy also her cervical opening (yup, you read that right). Each cycle, the last day of these fertile "signs" is taken to be "peak day" (I presume correlated with ovulation, but they don't come out and say it directly). After this peak day is met, she looks for three temperature readings all higher than the previous six; if the third is 0.4 degrees F higher than the highest of the 6, then you're good to sex it up that evening (assuming avoiding pregnancy). There are special cases involved if the third day doesn't reach the 0.4 above level, etc. There are also more advanced, less conservative rules available once 6 to 12 months of individual data have been gathered. It's really the kind of thing that should be handled by software, because it's so difficult to remember and apply. (I could also see it being fertile ground for software bugs. Pun intended.)
Is it scientific, and is it effective? I'll say "kinda" to the first, and "mostly" to the second. There have indeed been studies on pregnancy rates, and results seem comparable to condoms (though condoms have come a long way; high-90s% is about what is claimed by symptopro for perfect use; results vary across studies, YMMV, etc.) What bothers me is that I have yet to identify any science behind the rulesets themselves. Why three days after six, and where does this 0.4 degrees magic number come from? I'd love to be proven wrong, but I think these are essentially someone's hunch.
As to effectiveness, I think it's reasonably effective primarily because it's so conservative. According to the rules, we got on average maybe 6 days per month we *could* have sex and avoid pregnancy (aside from menstruation days); a couple of months we had 0 available days. We ended up using condoms quite a bit anyway. On the plus side, via all this charting we learned that this isn't quite normal: many women get closer to 10 days/cycle of infertile time (even with the basic ruleset), and my wife may have a mild "luteal phase defect." Now that we're actively trying to start our family, we'll be talking to a doctor about it.
In the end, I'd say it's not a terrible program and it's nice to have options. But, more research is needed, and it's far from the easy, one-size-fits-all solution NFP proponents tout.
Comment Re:I have a MBA... (Score 1) 162
Comment Git virtual file system... (Score 4, Informative) 150
I've heard of people using git for strange purposes (blogging?!) but for a second reading this headline I had the horrific thought that someone was attempting to create a filesystem backed by git.
Fortunately that's not the case, GVFS (not that other GVFS) provides a git-compatible filesystem abstraction on Windows 10.
Although I'm not a big git fan, I do have to say I'm impressed with Microsoft's recent moves toward open-source and interoperability. If the Linux Subsystem is ever a first-class citizen in the MS ecosystem, I could even see myself using Windows again.
Comment Re:Cool (Score 1) 191
I dunno about you, but while the reviewer keeps talking about fast performance, I'd pretty much be pulling my hair out. That might be because of that Bamboo drawing app on the iPad though, and not because the Bluetooth connection is lagging (although that's a possibility too!).
That's definitely a big part of it, I've reviewed a few different stylus/tablet solutions (except for some of nicer Android solutions I couldn't easily get my hands on like the note) and part of the problem is the smoothness of the ipad screen and the stylus nib; because it's so very smooth many apps do a lot of interpolation of the data to create more natural lines introducing a noticeable lag. This can be adjusted in some, with the tradeoff of an unnatural writing experience. Some (like the bamboo paper app) can be set to use the bluetooth/stylus exclusively for effective palm rejection which is pretty much a must. Sadly, many ipad applications also don't make much use of the pressure levels provided, perhaps the despite the 1024 levels of the bamboo fineline I have it's too noisy to make good use out of.
Another big issue I've found with the ipad stylus solutions is the accuracy simply because of the parallax due to the thickness of the display stack; where the "ink" appears is too far below the surface. At the surface of the glass the accuracy is pretty solid (imo). I did borrow a surface pro 3 during some of my tests, which gets a lot of things right: very little parallax, a resistance-inducing nib for natural writing and low latency.
Comment Re:Jump through the mirror? (Score 1) 237
In the Haskell class system, these three things are separated. This is why Haskell classes look more restrictive than classes that you might find in Java: a Haskell class only contains the parts that make it a class, not the parts that make it a type.
Did that help?
As someone unfamiliar with Haskell (or much in the way of purely-functional programming at all), would you mind expanding on this a bit? I've dabbled in lisp, but R (insane but it is) is the language that's introduced me to more functional concepts but it's also quite a mixed bag.
Comment Re:base it around my OS (Score 2) 386
* Uh, excited relative to previous years I guess.
Comment Re:Say what? (Score 2) 199
There is some work on "what the universe can do" with regards to computation and complexity (and quantum theory), for those up for some extremely cool and mind-bending stuff. I can highly recommend Why complexity matters: A brief tour by Christopher Granade. Scott Aaronson is one of my favorites too, with the whimsical NP-Complete problems and physical reality and more philosophical Why philosophers should care about computational complexity.
Anyway, just wanted to provide some "further reading." I'm hoping for some eventual commentary on this from that community. I'm way out of my depth
Comment Re:And that's exactly what I asked for. (Score 4, Insightful) 2219
Comment Re:And that's exactly what I asked for. (Score 5, Insightful) 2219
Keep some space for ads if you want; I don't give a shit and I realize you've got bills to pay. I have the option of turning them off, but I don't because I like the site.
That said, information density is important. If you bump the font size and line spacing or significantly drop the comments column width, we can't read the comments or their surrounding comments' context. There'd better be a lot of lines before I have to "click for more", and I never want to have to "click for more" on the front page. This might mean reducing the size of those terrible banner images.
We need to be able to easily see the information on posts and navigate the discussion. Links to parent posts are absolutely necessary, current score, subject, and at least a preview of the post content if it's collapsed. Other useful information provided that I'd like to see stay prominent includes the username and UID number of poster. It was tough for me to get used to the collapsed/non-collapsed system with the last redesign, but it actually ended up giving a lot of information in a tight space and generally reserved more for better comments.
As it currently stands, the two problems cited above alone will kill the discussion oriented nature of Slashdot, users will desert, and revenue will tank.
Since there's a redesign in the works, this _could_ be a good chance to make some things actually work better! The "full" "collapsed" and "hidden" threshold sliders never seemed to work right for me. Obviously better encoding support would be nice. Maybe someday I won't have to type html to do simple formatting stuff. Since many of us are coders, perhaps some support for inline code could be cool? I won't harp on speed or javascript much, but I'm sure others will.
Comment Re:Beta Sucks (Score 0) 249
Slashdot has never been a paragon of beauty OR usability, but this redesign really kills the discussion; I even gave it a shot.