Forgot your password?
typodupeerror

Comment Re:Silly. (Score 2) 75

Even if battery energy density started getting close to that of liquid hydrocarbons, and thats a looong way off still, youd still need more batteries than you would fuel because batteries dont get lighter as they discharge like burned fuel does, rocket equation stuff. A 747 carries ~150k kilograms of fuel, if that didnt burn off thats an extra 37k kg the first quarter of the flight, an extra 75k kg the first half of the flight and so on...

Battery planes may never make widespread sense, if we ever start generating enough carbon free energy cheaply enough and even if all ground transport goes battery electric or whatever, at some point it might still be worth it to just make carbon neutral jet fuel with air fuel synthesis. That seems closer on the horizon than the battery tech needed for large planes to be feasible, hard to beat jet turbines for that application.

Comment Re:Exactly 10x (Score 1) 89

I know everybody turns off any new features immediately upon release, but with the new(ish) agent the way some of the various bits and pieces have come together has been pretty great.

Credits are global now, so youre watching something "why does he look familiar?", you click down to the actor now it shows you their whole filmography, you can watchlist stuff right there, and even a little category 'Youve seen them in' with anything with them in any of your libraries youve watched by recent. Not just other shows if youre watching a show or only other movies if youre watching movies. And since you can just search and browse through anything/anyone now, its actually replaced IMDB for me just because its sooo much cleaner. https://watch.plex.tv/person/n... vs https://www.imdb.com/name/nm00...

And speaking of the watchlist, thats universal now, you can search and add stuff you dont have, from any service, even stuff thats not on any service, and the watchlist can interface directly with the *arrs, so youre looking up that guy from that thing, watchlist another of his movies, radarr goes and does its thing. You can add upcoming stuff too and they even have trailers now, so i dont have to go to Youtube anymore cuz it doesnt make me wade through 20 fake AI trailers before finding the one on the actual studios channel and then it doesnt autoplay some assholes reaction or breakdown of the trailer i just watched right after.

AND if your users have their watchlists public, you can monitor theirs too, so friends and family can just watchlist stuff you dont have without leaving the plex app, so you dont need to try to convince them to use a third party app like Omni to request stuff.

All the other social features still suck tho, their own lack of features makes you abuse the rating system as a filter for other things instead of as a rating system, but replacing IMDB and youtube for at least my purposes has been pretty nice. Some of my users dont have their watchlists public either so i still have a facebook group chat for requests cuz who wants to use some third party app for requests. .

$750 is ridiculous tho, i paid $100 during a 50% off sale a couple of black fridays ago, but with all my collections and playlists and everything and especially all my users switching to Jellyfin wouldnt be as simple as everyone pretends, but if in the future they roll out Plex2 to loophole my lifetime or try to charge my users individually ill figure it out.

Comment Re:Screens aren't automatically bad (Score 1) 148

It's not e-ink, but the screen is tiny and a low resolution. In addition, it only comes on when you plug something in or push a button and turns off automatically after about 5 seconds.

I haven't noticed any meaningful impact on the battery, although I don't continually mash the button to keep the display on.

Comment Screens aren't automatically bad (Score 1) 148

I have an Anker charger with a tiny screen that tells me how much charge I have, how much charging time I have left, the time it'll take to recharge to full and whether low power 5W charging is enabled.

Whilst I don't disagree that some companies appear to be going completely overboard with features, I don't think a small screen showing useful charging related information should be automatically seen as a bad thing.

Comment Re:...arrival of a "fairground ride" (Score 1) 20

Actually, this is also why I stopped using Waze. Coming back from Heathrow once, I could have just taken the M4 and South Circular, but Waze claimed it would save me more than seven minutes on 25-35 minute journey, so I thought I'd give it a go. It took me through Hounslow and the back streets of Isleworth before crossing the A316 bridge in to Richmond. It ended up taking at least 15 minutes longer than the easy route and a vast amount more effort, in the dark. Much of that extra time was either reversing in to a gap between parked cars to let somebody by, or waiting for an oncoming car to do the same for me.

This has been one of my biggest frustrations with Waze for years - it has no understanding of how difficult a road is to drive. It'll happily send you off an easy, fast, well-lit motorway onto a difficult, narrow, unlit B road if it thinks it can save two minutes on a two-hour trip.

The stupid thing is that in the UK, road types already hint at how easy or hard they are to drive. Motorways (M roads) are the easiest, then A roads, then B roads. You could even go further by looking at the number of digits - single-digit routes tend to be simpler than three-digit ones. Sure, there would be exceptions (like the M25 compared to the M6), but overall it would make routing far more sensible than what Waze does now.

Comment Re:Less shitty (Score 1) 18

If they win any sizeable market share, their prices will go right up.

I don't think that is an issue. If the prices become uncompetitive then someone else (even Apple) is free to step in and offer a cheaper alternative.

The whole reason Apple got away with charging so much was because they set the App Store rules so no-one could offer an alternative.

Comment Just like American Airlines (Score 1) 57

This reminds me of the story about American Airlines in the 1980s concluding that three-quarters of their passengers were not eating the olive that came with their dinner salad. They cut it, saved $40,000 in a year, and concluded that it lost not a single passenger.

I suspect the lack of Apple sticker in the box of your shiny new iDevice is pretty much the same thing.

Comment Re:Why would you not want this? (Score 1) 90

Yep, this exactly is the point. Helping people for free. Not helping megacorporations for free which will later help people for a fee and eventually eliminate your job, using the free help you gave them.

If someone working for a megacorp finds your help on stackoverflow and uses it to solve a work related problem, then you've essentially helped the megacorp for free anyway.

Comment Terrible code (Score 4, Informative) 143

Saying that this code was poor would be an understatement.

The report (page 17) has this code as an example - describing it as "Whoever wrote this code clearly has no understanding of elementary mathematics or the most basic rules of programming."

Public Function ReverseSign(d)
If d < 0 Then
d = Abs(d)
Else
d = d - (d * 2)
End If
ReverseSign = d
End Function

The code could potentially be worse because the font that the report uses makes it hard to tell if they are testing "if d is less than zero" or "if d is less than the global variable o".

Comment Re:Good for them. (Score 1) 90

You'll feel a lot better when it isn't controlling your life.

I'm no doctor, but I don't think that the mere appreciation of the option to (say) listen to an interesting podcast to while away a couple of hours waiting for an aeroplane to land is much of an indicator that my phone is controlling my life.

Once you get over the DTs, you'll find that you never needed a pacifier to get through the day.

It's been 26 odd years now and I've never ever felt my phone to be a pacifier but, if it gets to that stage, then I'll be sure to heed your advice. Hopefully you're in a better place now.

Slashdot Top Deals

The universe is an island, surrounded by whatever it is that surrounds universes.

Working...