[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

What does /g/ think of this project?

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 75
Thread images: 8

File: React_icon.png (297KB, 1024x565px) Image search: [Google]
React_icon.png
297KB, 1024x565px
What does /g/ think of this project?
>>
File: 1479237606522.png (560KB, 668x446px) Image search: [Google]
1479237606522.png
560KB, 668x446px
>>60875598
shit
>>
>>60875598
It doesn't seem to come with a web browser which doesn't matter because it doesn't seem to come with NIC drivers either
>>
>>60875843
You can install a web browser though
>>
File: why-4.jpg (138KB, 580x859px) Image search: [Google]
why-4.jpg
138KB, 580x859px
>>60875598
I don't get the point of it. It's not like the problems with Windows either begin nor end with it being proprietary. I don't even get who'd want to work on such a thing.
>>
>>60876035
There is collaboration with the wine project which is good for everyone, and can be used as a platform for running really old shit programs that don't run on any other modern os. And I'm sure the devs are having fun too. Don't think anyone expects this to be a daily driver for anyone.
>>
>>60876035
It is 0$.
Window is not.
>>
>>60875598
ReactOS and Wine _have_ to suck, because if they didn't suck and could actually take any marketshare away from Windows, Microsoft would have sued the project into the ground.

Think about that for a second. What makes you think that a project operating under those limitations could in any way be good?
>>
>>60876197
Makes sense, sadly, since microshit is a very anticompetitive corporation
>>
Great. When I built my own cmd, I referenced reactos's cource code multiple times.
>>
>>60876168
Would you eat shit just because it's free, Anon?
>>
>>60876147
>And I'm sure the devs are having fun too.
That's precisely what I can't imagine, though. Who can have fun rewriting garbage?
>>
In 2020, when official support for windows 7 runs out, I intend to switch to React, so I need them to make it work before then.
>>
>>60876035
I can't decide if you know what you're talking about or not, because you're too terse and general.

But in any case, you are 100% correct. I don't know of anybody who has ever had to deal with Win32 and hasn't run away screaming. It is a fucking disaster with awful SuperLongCamelCasedFunctionNames() with a billion parameters and weirdass alternate typedefs for everything like LPSTR and DWORD, just to do things that would be trivial with standard POSIX functions.

Then again, Win32 actually has a couple of neat features that I wish POSIX had. But it's buried under such verbosity that it's just not worth it.
>>
>>60876466
#define _WIN32_LEAN_AND_MEAN
#define _CRT_SECURE_NO_WARNINGS
>>
>>60876360
You are not autistic enough to be on this board :^)
>>
The most important thing to me is that it plays all my old Windows games, plus runs all the emulators. I definitely will NOT be using it as a daily driver, instead probably running it in a VM.
>>
>>60876466
>Then again, Win32 actually has a couple of neat features that I wish POSIX had.
Please exemplify. Honestly curious.
>>
>>60876535
Oh you have no idea the autistic and pointless code I've written. Even if I know it's pointless doesn't mean I think it's bad, however. It was fun to write.
>>
>>60876586
Well, here's an example for when I was trying to write some Windows-specific inter-process-communications.

https://msdn.microsoft.com/en-us/library/windows/desktop/aa365574(v=vs.85).aspx

Win32 gives you more options out of the box, and the options that are similar to POSIX equivalents generally have more features - for example, named pipes in Win32 behave more like a specially-namespaced network-transparent UNIX domain sockets with extra duck sauce.
>>
>>60876754
>network-transparent UNIX domain sockets
If there's anything I'll never ever understand, it is why they didn't make Unix sockets werk over NFS.
>>
>>60876874
NFS is a filesystem protocol. UNIX domain sockets only use up an inode, but they're not actually files behind the scenes, they're buffers in memory.

I imagine NFS support would complicate the implementation of domain sockets considerably - now you have to deal with the realities that both ends of the socket might not be local to the machine (or even the same type of *NIX), plus the added "fun" that the realities of networking involve - and for what, a stream of bytes on top of NFS (the N stands for Notoriously unreliable) on top of...TCP. Or UDP, if you cock up the NFS configuration, which is likely.

Just use TCP if you need a stream of bytes between two remote machines.
>>
>>60875598
Hopefully it werks™ by the time Windows 8.1 dies.
>>
It's great

inb4
>he just said his actual opinion! let's kill him!
>>
>>60877061
>NFS is a filesystem protocol. UNIX domain sockets only use up an inode, but they're not actually files behind the scenes, they're buffers in memory.
Of course, but that doesn't mean it wouldn't be possible to implement them thus.

>Just use TCP if you need a stream of bytes between two remote machines.
It would be awfully practical, though. You'd get hierarchical naming all within the confines of ordinary filesystem calls, and you'd get authentication and encryption along with it automatically.
>>
>>60877251
>>
>>60876197
Contrary to memes WINE is in fact impressively capable, all things considered. They are very careful to not do anything illegal. It's as behind as it is because they have to re-implement the Windows APIs from scratch; disassembling and reverse engineering Windows, which would rapidly speed up development, would open them up to lawsuits. As it stands, they're legally in the clear and have had formal audits to ensure that. It doesn't take away marketshare because in reality no one gives a shit about their computers they just want it to work. If it doesn't they take it to BestBuy.

ReactOS on the other hand is a steaming piece of shit developed by ruskies for ruskies that has no clear purpose.
>>
>>60876586
thred poolz
>>
>>60877383
Does win32 have builtin utility functions for thread pools?
>>
>>60877432
it's got better everything for mulithreading than archaic linusx
>>
>>60877478
Such as?
>>
File: witchaaa3.jpg (674KB, 1920x1200px) Image search: [Google]
witchaaa3.jpg
674KB, 1920x1200px
>>60876197

Wine is starting to run Witcher 3 nowadays though. You can play it but there are some graphic issues here and there such as pic related.
>>
>>60875598
I think I've been looking forward to it being finished soon for over 15 years
>>
>>60878893
>gaming on wine
>>
>>60875598
Non existent driver support
>>
>>60876354
Ask GNU users.
>>
It's doomed to stay an educational project. That's not a bad thing, though.
>>
>>60875598
It's shit
A ded shit
>>
>>60879312
>gayming
>ever
You must be 27 y. o. to post here.
>>
>>60879695
like linux
>>
>>60876197
That is, at least, not an official stance that has been emanated from Redmond.

https://answers.microsoft.com/en-us/windows/forum/windows_7-windows_install/is-it-legal-to-use-windows-programs-on-linux-using/9b6321ea-7261-43a4-947f-021e9af4c197
>>
>>60879312
Why not? I've done it to what I considered success.
>>
>>60879695
I've no clue how well they've succeeded, but their intention is to implement the driver side of the Windows API as well, so that drivers made for Windows can be used unmodified for ReactOS.
>>
>>60878893
you are aweare there is native linux version of Witcher 3 on steam now, right?
>>
>>60875598

fucking awesome. The last release I was able to download and install a recent libreoffice and then run it. It seemed to hang, but the UI did come up. A couple days after the release they fixed that bug upstream.

I don't know why so many asshats on /g/ love paying that MS tax.
>>
>>60876197
This.

Normies will whine about everything that takes more than 3 mouse clicks. Fuck learn to use technology.
>>
File: react.png (345KB, 1152x867px) Image search: [Google]
react.png
345KB, 1152x867px
>>60875598
Comfy
>>
>>60881451
You know we're being invaded by /v/ when windows users say "muh gaymes" instead of "muh photoshop"
>>
>>60878893
>silky smooth 2 FPS
>>
>>60875598
The day that it runs modded Morrowind, Giild Wars and various Chinese Mmorpgs, I will totally switch to it.
>>
<3
>>
>>60876197

Wine is pretty good for gaming(If you are not an idiot who bought a amd card and can take a performance hit). If they ever get gaming sorted out maybe they will work on getting more proprietary applications running well.
>>
>>60884304
my HD7850 performs quite well, fyi
>>
Pretty neat, I'd use it if I could get it to install on my hardware given I can play Civilization 4 and Sim City 4

>>60875843
>>60879695
Doesn't it just take Windows XP drivers?
>>
>>60881381

No there isn't. Quit lying.
>>
>>60884083
You just got me thinking about the state of Linux, since both games will run on Linux, with one of them having the option to use a native binary on it.

Cool when you realize how far an operating system made for autists by autists has come.
>>
File: 1sWvKjI[1].jpg (1018KB, 1920x1200px) Image search: [Google]
1sWvKjI[1].jpg
1018KB, 1920x1200px
>>60882949

I see 40 FPS from this report on the state of Witcher 3 on Wine: https://www.gamingonlinux.com/forum/topic/2753/post_id=11092
>>
File: e98.jpg (43KB, 600x467px) Image search: [Google]
e98.jpg
43KB, 600x467px
OK, lets try this!

> setup can't recognize usb kb
> all done, reboot, BSOD 0x07
> it works! but it lag as fuck
> half of drivers can not be installed (nvidia / 865 chipset)
> mfw

seriously guys, even KolibriOS is more completed than RectalOS.
>>
>>60885669
>seriously guys, even KolibriOS is more completed than RectalOS.
No fucking shit. KolibriOS is just an OS, ReactOS is a reverse engineered one. You're a goddamned retard.
>>
>>60876536
Why not just run a Windows VM to begin with?
>>
>>60885779
Why if ReactOS works?
>>
>>60885779
Eh, seems like it'd be a pain in the ass to have to deal with
>botnet
>can only use certain hardware
>Windows Update slowness
>ads
>just tired of the brand, the OS, and their way of doing things in general
>>
>>60885703
I realized, ReactOS written that would be written.
Maximum autism.
>>
>>60885940
>ReactOS written that would be written
What?
>>
I know winfags are looking for an alternative, but goddamn, why do you want it to be exactly like windows? Windows is shit, maybe win95 was innovative but that's it, let it die, there are better things now, even KDE if you want that sort of shit.
>>
>>60885978

write code for the code, instead of the result.
>>
>>60885779
Doesn't always work. I've played 3D Windows games on a VM before and it was just occasional graphical glitches and mouse sensitivity problems.
>>
>>60886124
Well that's not the point of this project.
>>
>>60886021
A lot of old programs (and yes, vidya gaymes) require certain Windows-only drivers to be in certain directories. So instead of doing things peacemeal, it's easier to build an OS that's structured like Windows and uses the same stuff as Windows, even if it's not Windows, so those programs will work properly. 'Cause a lot of 'em don't work properly on modern hardware/OSes.
>>
>>60884427
And 90 percent of them will fail to install or will break the os.
>>
>>60886021
Compatibility and preservation. It's getting harder and harder to use old programs on modern Windows.

I have found open source Linux alternatives to all programs I've used on Windows but there are thousands of games that will never get Linux ports. I'd love to have a ReactOS shitbox to play old vidya on desu.
>>
>>60881901
>Wine Internet Explorer
Why?
>>
I don't understand the point of this operating system. Making an open source version of Windows XP who no one uses anymore makes no sense.
>>
>>60875598
I think it's amazing, last time I tried games that could run on Windows XP and 7 worked far better on XP in my old (now dead) PC.
I'm really looking forward to it reaching Windows 7 levels of compatibility.
>>
>>60876516
this doesn't exactly solve the problems >>60876466 pointed out
Thread posts: 75
Thread images: 8


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.