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

 



Forgot your password?
typodupeerror
×

Submission + - ReactOS Finally on Kickstarter (kickstarter.com)

jeditobe writes: Aleksey Bragin, along with Steven Edwards (Present and former ReactOS Project Coordinators) have just launched ReactOS to Kickstarter under the name "Thorium Core Cloud Desktop".

"Thorium Core" is a commercial distribution of ReactOS, the Open Source Windows compatible operating system, targeted for cloud computing

Thorium Core will allow you to configure an optimized, virtualized or embedded system tailored to run Windows-compatible applications using fewer resources than a modern version of Windows would require, without the licensing costs and complexity associated with Microsoft products and giving the user the Freedom that comes with Open Source software.

Submission + - ReactOS Finally on Kickstarter (kickstarter.com)

jeditobe writes: Aleksey Bragin, along with Steven Edwards (Present and former ReactOS Project Coordinators) have just launched ReactOS to Kickstarter under the name "Thorium Core Cloud Desktop".

"Thorium Core" is a commercial distribution of ReactOS, the Open Source Windows compatible operating system, targeted for cloud computing

Thorium Core will allow you to configure an optimized, virtualized or embedded system tailored to run Windows-compatible applications using fewer resources than a modern version of Windows would require, without the licensing costs and complexity associated with Microsoft products and giving the user the Freedom that comes with Open Source software."

Submission + - ReactOS on Kickstarter! (kickstarter.com)

jeditobe writes: Aleksey Bragin, current coordinator of ReactOs Project, together with Steven Edwards have just launched Kickstarter campaign titled "Thorium Core Cloud Desktop".

"Thorium Core" is a commercial distribution of ReactOS, the Open Source Windows compatible operating system, targeted for cloud computing

Thorium Core will allow you to configure an optimized, virtualized or embedded system tailored to run Windows-compatible applications using fewer resources than a modern version of Windows would require, without the licensing costs and complexity associated with Microsoft products and giving the user the Freedom that comes with Open Source software.

Comment ReactOS takes an initiative (Score 3, Informative) 208

ReactOS takes an initiative and gets part of its kernel rewritten in c++
Aleksey Bragin, the project coordinator writes:
"Monstera is a new implementation of a memory manager (along with a cache manager) compatible with the ReactOS kernel at source code level and providing the same binary compatible Native API through a lightweight wrapper. Monstera is implemented in a subset of C++ programming language. ...
Key ideas:
1. Object oriented language for object oriented kernel. When NT was implemented, C++ wasn't that good.
...
4. Don't drift away too much. It's still based on NT architecture, but think of it as if Microsoft Research would decide to reimplement NT in C++ for fun."

Submission + - Voice Bio metrics:Hello, is that really you? (bbc.co.uk)

Big Hairy Ian writes: Big business wants your voice — not for customer feedback, but to tackle fraud.

Voice biometrics — the recording and analysis of unique voiceprints for authentication purposes — is one of the latest technological weapons being deployed in the war against fraudsters, thought to be pilfering at least £52bn from the UK economy each year, according to the National Fraud Authority (NFA).

UK financial services companies alone are conservatively estimated to be losing more than £5bn annually, the NFA says.

But the real figures are likely to be two or three times higher than this as so much fraud goes unreported.

Identity theft and account takeover are a big and growing problem, particularly in a digital era that has been a boon to fraudsters by presenting them with many more ways to harvest personal data.

Submission + - Google Tech Talk: The Crazy Open Source Attempt To Rewrite Windows From Scratch (youtube.com) 1

jeditobe writes: In this talk, Alex Ionescu, lead kernel developer for the ReactOS project since 2004 (and recently returning after a long hiatus) will talk about the project's current state, having just passed revision 60000 in the SVN repository. Alex will also cover some of the project's goals, the development and testing methodology being such a massive undertaking (an open source project to reimplement all of Windows from scratch!), partnership with other open source projects (MinGW, Wine, Haiku, etc...).

Alex will talk both about the infrastructure side about running such a massive OS project (but without Linux's corporate resources), as well as the day-to-day development challenges of a highly distributed team and the lack of Win32 internals knowledge that makes it hard to recruit. Finally, Alex will do a few demos of the OS, try out a few games and applications, Internet access, etc, and of course, show off a few blue screens of death.

Comment UDF and laser disc writing support (Score 1) 1

Alexander Rechitskiy reported that he had convinced the UniATA driver developer to open source his UDF IFS driver for Windows and proposed it be included by default in ReactOS. Objections arose in that some felt UDF was not a core functionality and could be kept separate, while others felt the added convenience of the support was sufficiant to warrant its inclusion. A vote was taken and the proposal to include it in ReactOS by default after testing was passed. https://www.reactos.org/node/713

Submission + - ReactOS takes an initiative and gets part of its kernel rewritten in c++ (reactos.org) 1

jeditobe writes: Aleksey Bragin, the project coordinator writes:

Monstera is a new implementation of a memory manager (along with a cache manager) compatible with the ReactOS kernel at source code level and providing the same binary compatible Native API through a lightweight wrapper. Monstera is implemented in a subset of C++ programming language. ...
Key ideas:
1. Object oriented language for object oriented kernel. When NT was implemented, C++ wasn't that good.
...
4. Don't drift away too much. It's still based on NT architecture, but think of it as if Microsoft Research would decide to reimplement NT in C++ for fun.


Submission + - ReactOS reaches build number 60K by 66th anniversary of firs bug being found (reactos.org) 1

jeditobe writes: ReactOS reaches build number 60K by 66th anniversary of first bug being found.

Alex Ionescu tells: "For our 60000th commit, I bring you a complete rewrite of the Named Pipe File System. ... This commit is dedicated to my best friend Rachel, who has not only always been there for me, but was also the motivating factor behind my return to my passion — ReactOS."

Also ReactOS is now able to boot to desktop, launch applications, download through the application manager, play solitaire, minesweeper, launch Task Manager, etc... by using an unmodified Windows 2003 kernel32.dll binary (and, until our NPFS driver is fixed, the unmodified Windows 2003 NPFS driver). This mixing and matching has benefits on both ends — it's now likely that ReactOS' ntdll can run on Server 2003, at least far enough to get to Explorer or Task Manager.

Submission + - June 2013 Project of the Month: ReactOS (sourceforge.net)

jeditobe writes: SourceForge is proud to announce June’s project of the month, ReactOS, a free, modern operating system written completely from scratch and based on the design of Windows® XP/2003. To learn more about ReactOS we talked to Aleksey Bragin, the current project coordinator.

Slashdot Top Deals

Thus spake the master programmer: "After three days without programming, life becomes meaningless." -- Geoffrey James, "The Tao of Programming"

Working...