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

 



Forgot your password?
typodupeerror
×

Comment Really annoyed at quick deprecation trend (Score 1) 40

I know the argument that distribs backport but there should be longer support, especially since there are constant syntax changes in minor versions that might break things. This is valid for python, php and a bunch of other languages.

Sure, in shiny startups willing to break things using the shiniest objects it's not an issue but in practice there may be other constraints

and "just let the distrib maintainers handle it through backports" is not imho the best advice

Comment Re:The math doesn't add up (Score 1) 104

it looks like a lot but there is a lot of data that could be collected:
_ Many calls are multiple calls
_ there are failed calls
_ A lot of people will send dozens of texts ... and there will be dozens of replies, each would be separate
_ phones connect to the internet, maybe the actual contents go through ssl but port/ip address pairs is unencrypted, as well as data length
_ there could also be cellular network data like location, provider

Comment Re:This does not quite check out ... (Score 1) 144

they have fertility issues too to a point china discontinued their one child policy.

even if it weren't so, people are having less children and are marrying later due to improved healthcare and curves that hit countries like US and europe end up causing issues to other countries like china later as healthcare and nutrition/agriculture improves.

it's not one or the other... a lot of things happen simultaneously

long story short, before you can say it doesn't check out, you have to examine a lot of environmental factors

Comment Re: Size does not matter (Score 1) 56

If it's indeed 4k, then after, not much network overhead. My hunch says it should be more for something full fledged.

With that said, having a built in optional GC is not necessarily a bad idea, melted barrier to entry lower, easier to optimize. It's is they don't allow languages like rust to do their thing that's going to be a pain

Comment Re:Size does not matter (Score 2) 56

It does when it comes to web: I remember reading a study a few years ago that a fraction of a second delay would mean someone was less likely to read the page.

Smaller file, means faster load time - A big part of the reason behind WASM is improving load time and performance. It might not matter for a hello world but for larger apps, it probably does

Slashdot Top Deals

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...