Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:I don't understand why this is so difficult (Score 1) 48

Why not make a simple API to that digital ID that would be a simple yes/no to any app or web page's query (permission permitting) to whether or not the user is over X age?

Your suggestion is defeated by parents' habit of handing a phone to a child as a digital babysitter. It's how we lost comment sections on animated videos on YouTube in December 2019.

Comment Re:iTunes doesn't sync under Linux (Score 1) 215

Until 2009, no other device could play iTunes Store purchases, and there weren't a lot of other legal downloadable music stores. This was one factor for the iPod to iPhone progression. Another was that Google required cellular telephony support in all certified Android devices prior to sometime in the 2.3 "Gingerbread" cycle, which made it impossible to make a direct counterpart to the iPod touch.

Comment Re:iTunes doesn't sync under Linux (Score 1) 215

If you're using apple music you can play it directly from the phone itself, you don't need itunes at all.

You can play Apple Music from the Music app on the phone. Unless I missed something, you can't play it from other apps on the phone. And the Music app can't play files written by libimobiledevice, only the music library. You need iTunes to send music to the phone in a form that the Music app can play.

Comment iTunes doesn't sync under Linux (Score 3, Interesting) 215

My roommate tried that patch with my help, and iTunes stopped being able to sync purchased music to her iPhone.

I researched online and found these limits:
- iTunes app for Windows uses a driver called Apple Mobile Device Service to sync to an iPhone, which (like other drivers) Wine cannot run
- libimobiledevice for Linux can sync files but cannot update the music library
- The Music app included with iOS can play only music from the music library and cannot import files
- VLC app can play music from files but cannot play rented music from her Apple Music family plan, making it impossible to mix the two in a playlist

Comment Re:Uh oh (Score 1) 128

a "transgender woman" [...] is a man with serious identity issues who needs psychological help

What is the safe and effective treatment for gender dysphoria?

I'm starting to think prevention of gender dysphoria has to occur on a social level. It would start with cracking down on parents and K-12 teachers who perpetuate gender stereotypes ("you're not allowed to do this because you're a boy") to children in their care.

(adoption doesn't count)

Given the right wing's crackdown on abortion on a fetal personhood theory, why shouldn't adoption be promoted?

Comment "Smaller than a hair" - no (Score 1) 15

If you read the article carefully, they are talking about lenses THINNER than a hair. I see several of the posts here thinking the width/radius of the lenses is this small, a reasonable mistake given the way this was written. Having a radius that small would severely reduce their light gathering ability, requiring very bright light or very dim images or very long exposure times.

-

Comment Wine doesn't run drivers (Score 1) 157

Perhaps this is a golden opportunity for civic minded programmers to spend some time getting WINE to the point where most users can comfortably run WINE instead of Windows XX.

Wine runs in user space. I don't see how Wine could ever run drivers, such as peripheral drivers required by things like the iPhone sync functionality of iTunes or kernel-level anti-cheat required by major online games supporting pickup matches with strangers.

Comment Bootstrapping with stage0 and Mes (Score 1) 19

Start with stage0 (whose binary seed is about 1 KiB) and GNU Mes. Use mescc to build tinycc, then GCC 2.95, then GCC 4.7, then fairly modern GCC, and then use mrustc to build some version of Rust. The time-consuming part is that each version of the Rust toolchain uses fairly new features in the Rust language, so yes, you'll probably have to build the world a couple dozen times starting with the most recent version supported by mrustc.

Slashdot Top Deals

"Never give in. Never give in. Never. Never. Never." -- Winston Churchill

Working...