Search found 482 matches

by mrugiero
Thu Jul 10, 2014 1:50 pm
Forum: General Discussion and Feedback
Topic: Blog: The TODO list, collaborative edition
Replies: 25
Views: 20634

Re: Blog: The TODO list, collaborative edition

justincase wrote:If you use Firefox you can make it check every so often and tell you when a page changes using an addon called update scanner
https://addons.mozilla.org/en-US/firefo ... e-scanner/
Maybe they should add an RSS feed instead, so you can keep track of updates without any addons.
by mrugiero
Tue Jul 08, 2014 8:09 am
Forum: Off Topic
Topic: OS-related humor
Replies: 43
Views: 212952

Re: OS-related humor

PurpleGurl wrote:So we now have SAC (Special Administrative Console). Will we ever get a Special Heap Information Terminal?
I believe gigaherz would like that program. It might help him finishing the Partial Implementation of SubSystems.
by mrugiero
Fri Jul 04, 2014 7:11 pm
Forum: General Discussion and Feedback
Topic: System utilities on ROS
Replies: 32
Views: 18298

Re: System utilities on ROS

Maybe they should be added to RApps.
by mrugiero
Thu Jul 03, 2014 4:54 am
Forum: General Discussion and Feedback
Topic: Blog: PITA bugs part 4
Replies: 12
Views: 9493

Re: Blog: PITA bugs part 4

and those basic checks very often are not done (maybe because of an habit of writing also, e.g., C++ code where the operator new() throws an exception when a memory allocation fails??). That seems much more believable to be the case. So I'm not surprised by those kind of oversights. I even have an ...
by mrugiero
Wed Jul 02, 2014 7:02 pm
Forum: General Discussion and Feedback
Topic: Blog: PITA bugs part 4
Replies: 12
Views: 9493

Re: Blog: PITA bugs part 4

One possibility is that the programmers in question were spoiled by programming for Linux. Under Linux, malloc doesn't fail until it allocates a truly absurd amount of memory , and accidentally using too much memory leads to failures far from the allocation site, so there's not much point in even c...
by mrugiero
Wed Jul 02, 2014 6:47 pm
Forum: General Discussion and Feedback
Topic: CsrClientConnectToServer
Replies: 15
Views: 12585

Re: CsrClientConnectToServer

I believe this kind of documentation belongs to the wiki. It will be valuable to have for someone working in that particular area, and the wiki is the natural place to look for it.
by mrugiero
Wed Jul 02, 2014 4:12 am
Forum: General Discussion and Feedback
Topic: CsrClientConnectToServer
Replies: 15
Views: 12585

Re: CsrClientConnectToServer

This makes me wonder about ReactOS and different version of Windows. It can't support all the different Windows at once can it? Will there be other versions of ReactOS as well? Maybe you can put these different files and APIs in some ifdefs and stuff and just compile a Win2K3 version or a 7 version...
by mrugiero
Tue Jul 01, 2014 7:46 pm
Forum: General Discussion and Feedback
Topic: CsrClientConnectToServer
Replies: 15
Views: 12585

Re: CsrClientConnectToServer

I agree with justincase. If there is an effort to RE it, there is nothing wrong in organizing the information. It might prove useful later, and it might also prove hard to find again. As long as it is made clear that this information is only valid for Win 8 (to avoid confussions with someone working...
by mrugiero
Sat Jun 28, 2014 8:46 pm
Forum: General Discussion and Feedback
Topic: Call for Testing: Shell Bringup
Replies: 26
Views: 19365

Re: Call for Testing: Shell Bringup

1) The image shows a blue line along the bottom, from the MWSnap entry to the clock box, with a gap in the middle. It seems to be the same shade of blue in the background, and the gap is around the same size as the text in the button. I wonder if there's actually a correlation between those pairs (...
by mrugiero
Fri Jun 27, 2014 7:39 pm
Forum: General Discussion and Feedback
Topic: Call for Testing: Shell Bringup
Replies: 26
Views: 19365

Re: Call for Testing: Shell Bringup

1) The image shows a blue line along the bottom, from the MWSnap entry to the clock box, with a gap in the middle. It seems to be the same shade of blue in the background, and the gap is around the same size as the text in the button. I wonder if there's actually a correlation between those pairs (...
by mrugiero
Fri Jun 27, 2014 7:31 pm
Forum: General Discussion and Feedback
Topic: Blog: PITA bugs part 4
Replies: 12
Views: 9493

Re: Blog: PITA bugs part 4

https://www.reactos.org/node/859 I definitely agree with checking return codes. With that I fixed a few bugs in our own OS (mostly its userland; it's a microkernel architecture after all :P ) as well during the last few months. :D Regards, Sven I don't understand why people doesn't check those. Eve...
by mrugiero
Sat Jun 07, 2014 7:09 pm
Forum: General Discussion and Feedback
Topic: Reset the Net
Replies: 5
Views: 3601

Re: Reset the Net

I'm not sure if it's the same event, but IT people were planning to only run IPv6 for a day and blame it on the lack of support for the new version if anything stopped their workflow, as a way of protesting against the lack of adoption. An important clarification is that it only extends to the local...
by mrugiero
Wed Jun 04, 2014 1:42 pm
Forum: General Discussion and Feedback
Topic: Blog: Leak-leaking leaks
Replies: 11
Views: 6917

Re: Blog: Leak-leaking leaks

Why not run Coverity and similar on the BrowseUI code to help look for leaks? I was about to suggest the same. cppcheck could also help. Great progress so far. Honestly, for the first time ROS got a person who knows what he's doing. Actually, ReactOS got to this point because quite a lot of people ...
by mrugiero
Tue Jun 03, 2014 11:15 am
Forum: General Discussion and Feedback
Topic: Wine Internet Explorer
Replies: 12
Views: 8055

Re: Wine Internet Explorer

If I get it correctly, the idea is for reactos.org to never provide a default browser, but to let distributions choose that instead. The only pieces of IE that are meant to be cloned by ReactOS are the ones that expose Windows APIs (IIRC, mshtml exposes some), and those are wrapped around the Gecko ...
by mrugiero
Sun Jun 01, 2014 2:08 am
Forum: General Discussion and Feedback
Topic: PUSH YOUR APP contest (IGG)
Replies: 64
Views: 37234

Re: PUSH YOUR APP contest (IGG)

Well, I'd also like to vote for Adobe Flash CS3 too but I don't have a license and there's no way for me to get one anyway, so that vote of mine depends on jonaspm and if he/she could provide a license to ReactOS. I'm also considering ScummVM, a reimplementation of old classic [2D] adventure games'...