Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re: The US (Score 2) 118

I guess itâ(TM)s time for the world to start collecting the debt and sever the ties then, no? The US regime can then mind their own business. They are welcome back when/if they change their mind. No hard feelings.

Comment Re:Apps store (Score 1) 149

Smart phones has helped users with being firmiliar with getting all apps via one location, which is the strength of Linux on the desktop

Although this is no longer the case for many distros. You have debs, rpms, snaps and flatpaks and they come from many different sources, some with dubious traceability to source.

Comment Re:Abandon snaps (Score 2, Insightful) 37

The "snaps" are not the problem. Its the crypto shit.

Just ban the fucking things from the app stores. If people want it, they can download it from github, ./configure && make && make install . Source code distributed apps tend not to last long as scams. Many eyes and shallow problems.

I disagree. The "snaps" are the problem, because unlike the apt-get flow, "snaps" are uncurated. They also auto update by default, and in fact it's very hard not to have them auto update. This means a vendor can easily push malicious content at a later time without most users (and canonical) noticing, even so called "power users". Even Apple lets users control if and when to update. "snaps" as they are implemented now are not an acceptable distribution solution IMO.

Comment Re:Other (Score 0) 245

I assume this is just a trolling attempt, but I'll bite anyway.

In what way do you think it is poorly designed?
I find *nix systems far more efficient when doing development work (which I do as I'm on Slashdot). In general windows seems to have speed issues with accessing large numbers of small files which makes compiling big progects super slow in many cases.
Remote access and deployment is another strength with *nix IMO. Windows has limited capabilities in this area.

Comment Re:At this point (Score -1) 83

Sorry, it's not really a serious tool for serious work. Some people try to use it as such, but it's apparently not tested for such use by the manufacturer. IIRC there was some math bug lingering undetected for years corrupting many an analysis. Very hard to debug. Although with the addition of Python, everything could be done in Python, just using excel as a familiar front end.

Comment Re: All types of Teams instances? (Score 1) 121

Why couldn't we just have a lightweight Teams app that was native?

Not too fond of the webapproach to it all due to the massive bloat it results in. On the other hand, it is the first app that takes the hit when memory runs out building large FPGAs on the system. Gives time to kill some other memory hogs before the whole machine bombs. :)

Comment Re:Screen frame rate syncronized playback... (Score 1) 662

vsync? that's what it does, syncs the image redraw to the screen refresh...

Yes, but rarely do programs succeed in using it correctly and frame skipping is common. Vsync on a 60 Hz display requires the material to be an exact multiple of 60 Hz if skipping is to be avoided. On older computers this was the norm!

Slashdot Top Deals

Hold on to the root.

Working...