Forgot your password?
typodupeerror

Comment Re:Java hasn't been in the browser for 10+ years (Score 1) 33

Loading a webpage shouldn't bog down a $4000 MacBook Pro...but the shitty front-end dev community said "M4 should easily be able to load my stupid and simple website?"...."Challenge accepted!"

Does it actually bog down a reasonably-speced computer? I don't think it does, I think the sluggishness is just from the sheer volume of stuff that has to be downloaded, and the inefficient way it's downloaded. And the reason the web devs don't notice the awfulness is (a) their browsers have 98% of it cached and (b) they have a GigE (or 10 GigE) connection to the server. They certainly don't have computers faster than your M4.

Comment Re:Needs to be optional (Score 1) 33

As long as I can turn it off, I don't give a rat's ass what stupid, annoying, and bandwidth-eating "features" they put into Chrome.

I think you didn't understand what this feature is. It's pretty much the opposite of annoying, and it has no effect at all on bandwidth consumption. Though I suppose when devs get used to their sites seeming to load faster they'll bloat them up even more...

Comment Re:"Force-updating" (Score 2) 47

By your reasoning you don't know anything about Microsoft's process but you're declaring victory for Open Source.

Oh no, there is no victory. Your summary is pretty good here. But the idea that Linux is provably less secure because old bugs were found is flatly wrong. They were found late, but they were indeed found. How many ancient bugs are lurking in proprietary software that nobody has found for positive reasons and made full disclosures of so affected parties know they need to mitigate? Nobody knows!

Comment Re:I run Debian and i3 / Sway (Score 2) 84

I mostly run application fullscreen and switch between them. The only exception is when I'm comparing the content of two windows (in which case I tile horizontally or vertically) and file selection (floating).

When an application uses the entire screen without the window decorations needed in a regular window manager, a screen's limited real estate is in fact better used in a tiled window manager.

Comment Re:"Force-updating" (Score 1) 47

It tends to have fewer exploits in the wild because hackers, when given a choice between going after 60% of the desktop market, and going after 5% of the desktop market, will nearly always choose the 60% piece of the pie. It's just not profitable enough to go after a tiny sliver of the market.

Linux underpins the internet. It's the primary server OS on the planet. High-value data is held on Linux systems. The idea that it's not profitable to attack those targets is silly. They're harder to attack. People still do it. That's why there are still ssh port scans for example.

Comment Re:Go for Linux (Score 1) 45

It is certainly more like Linux than say, Windows.

It is, but IME a lot of software needs architectural changes to work on it, similar to when you're trying to build software for Windows in cygwin. That's one reason I decided it wasn't worth the hassle back when I was running it.

When it comes to being allowed to do what you want with your computer, it's a lot more like Windows than it is like Linux. And it's been getting worse.

Comment Re:"Force-updating" (Score 3, Insightful) 47

But it is also generally more secure, outside of its obscurity

This is a fantasy not substantiated by evidence. Heartbleed--a Linux vulnerability in an open source library--was lying in plain sight for years before some hacker discovered it, and it was exploited in the wild for years before anybody discovered the attack.

Now tell us how many similar bugs are in Windows, and will be found even without the obscurity of closed source. You don't know, because you depend on Microsoft to tell you when they fuck up, but you're declaring this a victory for Microsoft anyway? Do fucking tell.

Comment I run Debian and i3 / Sway (Score 4, Interesting) 84

on all my machines. Once you get past the tiled window manager paradigm - if you've never used one before - you realize how fast and seamless it is, and it truly is the least common denominator in terms of memory usage.

I left Mint (which is really a Ubuntu derivative) years ago, and now i3 / Sway let I have the same unified desktop on all my machines, fast or slow, new or old, and they all feel perfectly usable.

I highly recommend spending the time to create a i3 or Sway config file. It's well worth the effort and it's a one-off.

And if you just want to try i3 or Sway on your existing distro, install it and simply change the Window manager for your user in the display manager: it lives totally independently of whatever your currently use, so it's risk-free.

Slashdot Top Deals

At the source of every error which is blamed on the computer you will find at least two human errors, including the error of blaming it on the computer.

Working...