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

 



Forgot your password?
typodupeerror

Submission + - Slashdot Alum Samzenpus's Fractured Veil Hits Kickstarter

CmdrTaco writes: Long time Slashdot readers remember Samzenpus,who posted over 17,000 stories here, sadly crushing my record in the process! What you might NOT know is that he was frequently the Dungeon Master for D&D campaigns played by the original Slashdot crew, and for the last few years he has been applying these skills with fellow Slashdot editorial alum Chris DiBona to a Survival game called Fractured Veil. It's set in a post apocalyptic Hawaii with a huge world based on real map data to explore, as well as careful balance between PVP & PVE. I figured a lot of our old friends would love to help them meet their kickstarter goal and then help us build bases and murder monsters! The game is turning into something pretty great and I'm excited to see it in the wild!

Comment Re:Compressing video from the camera was bad (Score 1) 118

In practice, no one used the H.264 stream from the camera. Everyone uses the JPEG output. The H.264 stream was embedded in a weird format inside the JPEG comments... This was a spec created by Logitech+Microsoft+Skype, and as far as I know, only the old version of Skype and GStreamer could ever use it. And since the old Skype has been replaced, no one is actually using those! So they only used the JPEG content, which is more than good enough. The H.264 was never about the USB bandwidth, it was always about PCs of the era not being able to do H.264 encoding in real time.

Comment Re:Global Shutter 720p (Score 1) 118

So why isn't there compression invoked?

But there is compression. Almost all webcams on the market actually output JPEG images for anything but the lowest resolution/framerate.. That said, JPEG, even though it's an antique codec isn't the problem. The problem is the sensor & ISP that they have that is very very cheap..

Comment The economy? (Score 4, Insightful) 595

I've yet to find a comparable serious study of the effects of the lock down on the welfare and the health of everyone who survives. The current course set by China and European countries is driving us towards freezing all economic activity. We risk not a recession, but an economic depression. That Imperial College report suggest keeping the lockdown for 18 months, we've never done anything so drastic. We know that unemployment and poverty have serious health consequences. We know that this kind of stress is terrible for everyone's health. I'd like to find if there is anything out there from experts trying to quantify it?

The most interesting statistic I saw is that the average dead patient in Italy is 79.5, wherehas the normal life expectancy is 82.5, so we're talking shortening the lifespan by 3 years on average for those who die. If 1% die, that's an effect of 0.3 years on the life expectancy. What is the effect of economic depression on life expectancy?

Submission + - Why Linux HDCP isn't the end of the world (collabora.com)

mfilion writes: Recently, Sean Paul from Google's ChromeOS team, submitted a patch series to enable HDCP support for the Intel display driver. HDCP is used to encrypt content over HDMI and DisplayPort links, which can only be decoded by trusted devices. However, if you already run your own code on a free device, HDCP is an irrelevance and does not reduce freedom in any way.

Submission + - Why Linux HDCP isn't the end of the world (collabora.com)

mfilion writes: Recently, Sean Paul from Google's ChromeOS team, submitted a patch series to enable HDCP support for the Intel display driver. HDCP is used to encrypt content over HDMI and DisplayPort links, which can only be decoded by trusted devices. However, if you already run your own code on a free device, HDCP is an irrelevance and does not reduce freedom in any way.

Comment Hello! (Score 1) 351

There is a precedent with the "Hello" webrtc calling functionality, which also relies on a proprietary service. I wish Mozilla had invested in writing a decent WebRTC server, it's really something that is missing from the WebRTC ecosystem. Currently we only have MCUs (where all the media goes throught the server) and hosted services, but no good P2P WebRTC service.

Comment Re:Funny how this works ... (Score 1) 184

Very different, Netflix licenses the content from the copyright owners. So this case is about regulatory oversight, not about copyrights. In particular, it's about knowing if Netflix has to pay to produce "canadian content", it's about knowing if there will be any Canadian TV in the future or not. And the big problem is that English Canadians like the idea of Canadian TV, but they don't watch it and aren't ready to pay for it, they'd rather watch Americans shows, etc.

French Canada (Quebec) is a whole different matter because there is a cultural and language barrier that keeps foreign content as 2nd tier.

Comment Re:Hmm (Score 1) 533

systemd's big feature of the alternatives is that is also supervises running deamons after they've been started. OpenRC (and baselayout 1.x, it's predecessor), tried to do it, but in a half-hearted way that never really worked. That why we have the "zap" command to tell the init system "you think this daemon is running, but it's actually not". With systemd, this kind of thing can no happen because it actually uses modern kernel features to keep track.

Comment Re:Hmm (Score 4, Interesting) 533

PolicyKit specifically can be compiled to use consolekit instead of systemd for session tracking.

Except that, last I heard, Lennart is also the maintainer of ConsoleKit, and he has officially declared it dead in favor of systemd-logind. Seriously, the reason everyone choses systemd is because it's just better. And as a former Gentoo dev with a good knowledge of openrc, systemd is one or two levels above.

Comment How about we hire based on competency? (Score 1) 397

I work in Silicon Valley and have worked at several startups. I am also white. I am also the minority. In most of the companies where I have worked, the majority of the software people have been Indian or Asian. Other jobs in the companies seem to be predominantly white/American. Why do I think this is? Well, our education system and values are a good start. We have been trying to grow the company and have several head count to fill. Most candidates coming in the door are also Indian or Asian, have at *minimum* a Master's degree or PhD, and are very driven to succeed. We pick candidates solely based on their skill sets. If a green girl with tentacles came into the office and was a good technical and business culture fit, we would hire them. Want to get more African-American and Latinos in our doors? Make them better candidates. Period.

Slashdot Top Deals

Heuristics are bug ridden by definition. If they didn't have bugs, then they'd be algorithms.

Working...