Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:The final jump (Score 1) 21

the default fonts and UI toolkits are designed for 75-DPI displays

What do ancient fonts nobody uses any more or the Athena widget set nobody uses any more have to do with anything? As well, most displays used on desktops still have 100 PPI or less, which is nearer to 75 PPI than not. Most users are on 2k or less.

It's not the original X11 anymore, it's full of code no one really knows what to do with.

Deprecate, hack, and whack. If nobody is using it any more, then it can be removed, and that will help simplify the codebase that the people who haven't made Wayland reliable after fifteen years said was too complex to maintain.

It should have been replaced in 2003 when XFree86 was having the original forking drama.

There was no need to replace X. It's modular, and it works. Some parts of it still work better than any Wayland implementation.

Comment Re:The final jump (Score 1) 21

Xorg is literally descended from 1980s code that was designed for low resolution low bit rate displays.

My first machine which came with X was a Sun 4/260, which was a platform launched in 1987. When most PCs were still at 800x600 or less and virtually none had more than 1024x768, It had an 1152x864 or 1280x1024 display. The initial release of the X Window System was in 1984. At the time, the just-released Macintoshes had 512x384 displays and PCs mostly had EGA with 640x350 pixels, or CGA with even fewer, though some did have Hercules (720x350). X's origin was in W, which was developed for V, which ran on the VAXstation 100 (1088x864), Sun-1 (1024x800), and DEC Firefly (1024x768).

It's hard to understand what you meant in the context of these facts. Could you please explain?

Comment Re:I stopped using Ubuntu (Score 2) 21

Yes, one can certainly hope this shift from Ubuntu will lead to improvements in Wayland due to more use, but so far it's not very good.

GNOME of course is a lost cause, and systemd rode into Linux on its back, so even if it wasn't terrible I'd probably refuse to use it out of spite unless it was flatly and clearly the best. And there's no apparent danger of that happening any time soon.

Comment Re:"Forever chemical" (Score 1) 28

So, I think you're agreeing with me.

I'm agreeing only with the part about it being used to convince people, since it's being used to convince people that they are what they are, and not something they aren't.

I'm not agreeing that it's misleading; it might as well be forever on time scales that humans care about. Try thinking like a human, even if you aren't one.

Comment Re:Good. (Score 1) 21

I literally never use the x.org display manager, and would like some hard disk space back and less updates to shit I don't use.

The display manager is the login daemon. It is minuscule.

Maybe you meant to say the display server? It's not very big in the modern scheme of things, either.

Maybe you meant to say all of X? But you cannot get rid of all of X without abandoning all applications which only target X. That is becoming less of an issue as more toolkits gain support for Wayland, and already isn't a show stopper for GTK or Qt applications, but is still a thing and will be for a while.

Comment Re:"Forever chemical" (Score 1) 28

Well, how about let's start with *nothing* is actually "forever."

What about on a human time scale? You know, what humans care about?

The scientific name is "Per- and polyfluoroalkyl substances (PFAS)". If you're not trying to make a political point, use that name.

You need to learn to take non-sciencey people (yeah that's a technical term) into account. Otherwise, you're gonna have a bad time.

Comment Re:CS discipline is (Score 0) 58

glorified factory work; just producing code instead of widgets.

If this is what you think writing software is, then you have absolutely no imagination and no understanding. The programming field has been oversaturated for a while, but that doesn't mean it isn't a creative field.

I've worked those glorified factory work jobs. Create a test based on requirements that is little more than translating human written text into code. Rinse and repeat over 5000 requirements. It isn't mindless, you have to understand what you are supposed to test and ensure you create the appropriate set of cases to get desired code coverage, but it is not particularly creative. That doesn't mean that there isn't creative work, which I've found since I moved on from the just get a paycheck phase of my life.

Comment Keep the broad definition (Score 3, Insightful) 28

... but break the automatic and highly political association between "harm" and persistance.

There are a lot of harmful compounds out there. Many are naturally occuring. But the up side to many of them is that they decompose and are removed from the environment. PFAS are one class of compounds that are persistant. Meaning that, if we screw up and formulate a harmful one, it is going to be around for a long time. A special effort should be made to evaluate its effects.

I'd also like to see the definition of persistance wherein some compound can sit around in the environment, unaffected. But then suddenly lose its inert properties once in contact with a living organism and cause deleterious effects.

Comment Re:a smart move (Score 1) 31

There are around 137,000 Python libraries for data science available at the moment.

Not a really great metric. There are 250,000 libraries in CPAN. So lets all switch to Perl. Some are good, some are garbage. I suspect that the same is true for Python.

When I was using Perl extensively, the community around it was pretty mature. So the garbage was pretty well known. The answer, IMO, was not to throw it all out and start with a new language and resources.

Slashdot Top Deals

Work expands to fill the time available. -- Cyril Northcote Parkinson, "The Economist", 1955

Working...