Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Get off my lawn! (Score 1) 459

A modern news article is loaded with high resolution pictures and videos. Our screens are way higher resolution than they used to be. Drawing a modern web page requires compositing a bunch of layers of images. All of that takes a lot of memory.

You can keep your memory usage a lot lower by decompressing your JPGs and PNGs as you draw the page and immediately discarding them. You can discard all the layout you've computed as soon as you draw. Your memory usage will go way down if you do. But scrolling the page or animating anything on it will be really slow and choppy. Most people wouldn't like that.

Modern browsers use a lot of memory to make things smooth and fast. They also release most of this memory if you haven't looked at the page in a while. And some of them even have settings to be more aggressive and totally unload background tabs if you want.

Comment Re:Virtual memory and paging (Score 1) 459

It's also a case of selectively reading stats without knowing the big picture.

Chrome obviously needs to decompress your PNGs and JPGs to be able to draw them to screen. While you're viewing a page, it'll keep the decompressed images in memory. If the page has been in the background for a while, it'll free the decompressed images and just keep the compressed versions in cache. When you go back to a tab you haven't used in a while, it'll decompress everything again. This reduces the memory Chrome uses a lot, at the expense of a slower load for a tab you haven't look at in a while.

If you load a few large complex sites and then look at memory usage, yeah, it'll be really high. If you've got a lot of tabs open that you look at occasionally, memory usage won't be nearly as bad. And like you said, the remaining memory used by those backgrounds tabs will get swapped out to disk if needed.

I know Firefox does this too, and I think Safari does as well.

Comment Re:What was the mistake? (Score 1) 202

His Majesty's Courts and Tribunals Service (HMCTS) online portal.

With a click more potent than Cupid's arrow, the solicitor "issued a final order of divorce in proceedings between Mrs Williams, the applicant wife, and Mr Williams,"

And why is a lawyer the one finalizing the divorce order?
Shouldn't that power solely lie with the judge (or the judge's staff)?

Comment Re:German's listening to pop music (Score 5, Interesting) 143

My Neice ended up going to a high school in Germany. She spoke English but quickly picked up German. One of the friends she made asked her one day what it was like actually understanding the lyrics of the songs they listened to. To them it was just a bunch of pleasant-sounding gibberish. So you can enjoy the songs without knowing the words.

Decades ago, there was an Italian music star named Adriano Celentano that came out with a song called "Prisencolinensinainciusol". The lyrics were nonsense. He wanted to make a song that showed how English sounded to the Italian ear. It was his biggest hit.

Comment Re:Horrible License Terms (Score 1) 60

Its license runs for a year, after which you will get a fresh copy. This means you won't be able to configure your own system and keep it alive -- you'll have to recreate it, from scratch, annually.

Annual license that is a complete pain-in-the-A$$

In other words How To Make Something Seriously Restricted Without Actually Saying So

Yeah, it sounds like they're intentionally driving away anyone but paying customers at this point.

Comment Re:Lots of problems here (Score 1) 85

What if china invades taiwan in the future and we have no chip production?

That was the entire reason this grant happened. We wanted chips being produced locally. Intel has historically been great, but they fell way behind TSMC a while ago and only recently started to get back on track.

You're right tho, having the finishing local would be better. I wonder if Intel would be able to handle that part of the process if it became necessary.

Comment Re:Do these ever work? (Score 1) 85

Pretty much every chip fab is built where they get the best subsidies. They easily cost over $10 billion to build and generate a ton of business for the area, so it's pretty easy to come to a deal that works for everyone involved.

This particular fab is being built because the US is heavily reliant on chips from TSMC, and most of their fabs are currently located in China. The US really wanted local chip production in case anything bad happens in the China/Taiwan situation. China taking over Taiwan and cutting off the chip supply would wreck the US economy. Even if this deal was a loss financially, it's got huge value for political reasons.

Comment Interesting part is, may use existing owner cars. (Score 2) 154

The last I heard about the taxi idea, they mentioned they were considering letting people send out their cars as taxis when not in use, and thus owning a Tesla could actually make you money.

That does depend on true self driving to work but it seems like they are pretty close now.

Comment Not at all (Score 2) 29

A fact which renders these trackers completely useless as anti-theft devices

Not really, even if a thief is alerted something is being tracked if they can't find the tracker they will throw out the object they stole... which you can then recover. and also potentially get video evidence from around where it was dumped to ID the thief if they still have something from your backpack...

I have a hidden compartment in my backpack where I often put cash so I very much would be happy to recover even just the empty backpack without contents.

Or if you had an AirTag hidden in a car they might just ditch the car rather than take it to a chop shop, and you can at least find where it was ditched.

Also did you forget "unintentional theft" exists, where for example an airline rather than flying your bags to your destination, takes them elsewhere... and when that happens sometimes they have no clue where the bags are. If you have a tracker, you can tell them what city and facility your bags are in, and even play a sound to help locate them.

AirTags (and the new Android form) are incredibly useful even with tracking detection abilities, you are really missing out on this super cheap insurance and recovery aid.

Comment Does Android track AirTags then? (Score 1) 29

Didn't see this mentioned in the summary, when support for this launches does this mean Android will also warn you if an AirTag is tracking you? Which would mean it helps with the recognition network being larger for both tracking devices.

Or has Android already supported detecting AirTags tracking?

Comment Don't do it (Score 5, Insightful) 151

There is a famous investment quote that goes "the market can remain irrational longer than you can remain solvent".

If you join in the pack shorting something like this, you open yourself up to the possibility some kind of irrational buying flood comes in and wipes you out.

Remember that these days very few stocks are actually priced according to value, so it doesn't seem like a Trump based stock would be any exception.

Slashdot Top Deals

An Ada exception is when a routine gets in trouble and says 'Beam me up, Scotty'.

Working...