Neal Shah
Neal Shah
This is because of how previews work on Google cloud shell, you'd have to modify UV to make this work
Cut it out, both of you @Jokypond @ilikemen132
I'm honestly not sure where to start, it would also require understanding how Google cloud auth works, but you can give it a shot
> I got a working Chromium OS 4028 (with disabled ACPI) but without networking (probably ChromiumOS hasn't module for ne2k_pci, #473) > >  the kernel is open I believe...
> it seems to be an older build of chromium os you could change it sebnac's brunch which is based on chromium os but has support for ethernet (virtual machines...
A big issue I can think about immediately is that puter apps are not necessarily same origin. I'm not sure if filehandles/folderhandles can be sent cross origin but I know...
I decided to see what compilers do with the following code ```c float addTen(float num) { return 10 + num; } ``` on https://godbolt.org/ for 64bit targets (compiled with -O3)...
> > while for 32bit targets (compiled with -m32 and -O3) gcc seems to just use x87 instructions like fadd. > > Can you try to add `-mfpmath=sse` to compiler...
 my rather unscientific test ran on my laptop (Intel Core i7-1165g7) with a compiled version of https://www.netlib.org/benchmark/linpackc.new shows that SSE seems to be faster inside of v86
Should this be closed now? Edit: misread, but Intel needs to make better names too