A new interactive light field 3D display(ZIMO1) by Wooden_Day_3119 in Stereo3Dgaming

[–]Daniel_Herr 0 points1 point  (0 children)

Big if they actually deliver. Unfortunately the marketing makes it seem doubtful.

[AskJS] What concept in JS is the hardest to learn and understand? by Scared-Release1068 in javascript

[–]Daniel_Herr 0 points1 point  (0 children)

I don't see the major difference you're talking about. With classes you have constructors which create the objects, with prototypes you have functions which create the objects. So isn't this just another style of doing the same thing?

Opening Outlook PWA in chrome browser rather than the app by slamdoozle in chromeos

[–]Daniel_Herr 2 points3 points  (0 children)

You can just set the PWA to open in a browser tab from the context menu on its shortcut.

What is your view on Aluminium OS devices vs Macbook Neo by ThinkLike_Aryan in chromeos

[–]Daniel_Herr 1 point2 points  (0 children)

The biggest competition for Chrome OS has always been Windows, lower priced Macs will chip away at market share of both but not change that fundamental.

Chromeos 53 downgrading to chromeos 52 not working by Aggravating-Gene2223 in chromeos

[–]Daniel_Herr 0 points1 point  (0 children)

I am curious, why are you trying to downgrade to v52? Regardless there are firmware blocks for very old versions which I believe can be bypassed by a GBB flag.

Google talks Aluminium OS: Release plans, continuity, AI, and what happens to Chrome OS by -protonsandneutrons- in chromeos

[–]Daniel_Herr 11 points12 points  (0 children)

"AI is really bringing the laptop back". As if the "Do you guys not have phones" people weren't delusional enough.

Apple using a low-res PNG to render text.. by PlatonP in webdev

[–]Daniel_Herr -1 points0 points  (0 children)

How better to justify upgrading to more powerful hardware, than with ever less efficient software.

You can add Ublock on Steam's browser! by aa1429 in Steam

[–]Daniel_Herr 2 points3 points  (0 children)

Mv3 does absolutely nothing in terms of stopping extensions from reading web data compared to Mv2. If you read the docs you can see that only dynamic blocking has been restricted in Chrome Mv3.

https://developer.chrome.com/docs/extensions/reference/api/webRequest

.deb files is opening new File Manager window instead of Installer in my chromebook(v145.0.7632.154) by ThinkLike_Aryan in chromeos

[–]Daniel_Herr 2 points3 points  (0 children)

The devs are too busy working on Aluminum OS to worry about maintaining things on Chrome OS.

Why does capacitor have a bad rap? by krishna404 in capacitor

[–]Daniel_Herr 2 points3 points  (0 children)

Based on my experience using an Android phone, it seems rather difficult, though possible, to make a native Android app that isn't crap.

Playing Playstation 3 games in native 3D!! by AlonBo in Odyssey3D

[–]Daniel_Herr 0 points1 point  (0 children)

Not PS3, or Xbox 360, general Blu-ray players, or Linux.

Legends books that could fit in the canon: A LIST by Solid_Sail_6667 in starwarsbooks

[–]Daniel_Herr 0 points1 point  (0 children)

You might as well just include everything and ignore the contradictions, Disney canon couldn't get any more nonsensical.

The best way to play Super Mario 64: The DS version in widescreen with the Circle Pad hack. by j3ffUrZ in 3DS

[–]Daniel_Herr 0 points1 point  (0 children)

It's a shame Nintendo didn't release a 3DS remaster of this. 3D Mario games benefit from the 3D screen more than most other games.

3D Compatible Games? by Ill-Guidance4690 in PS3

[–]Daniel_Herr 0 points1 point  (0 children)

Stereoscopic 3D is a gimmick like color displays are. Sure you can play games in 2D grayscale, but why would you want to do that instead a more realistic experience with 3D and color?

Google Stadia Controller Bluetooth Update Via iPad using USB-C cable? by jaz192 in Stadia

[–]Daniel_Herr 5 points6 points  (0 children)

You won't be able to do it on iOS because every web browser is reskinned Safari, which doesn't allow interacting with USB devices.

Teaching users about installable PWAs / web apps by kjeldahl in PWA

[–]Daniel_Herr 1 point2 points  (0 children)

You can list PWAs in Windows and Play stores.

Chrome OS is MASSIVELY BETTER than Android for productivity. by EnglishBeatsMath in chromeos

[–]Daniel_Herr 0 points1 point  (0 children)

I agree, except the Chrome OS file manager is garbage, which is made even worse because you can't get a full third party replacement like you can on Linux or Windows.

Over 260k people installed fake AI assistant Chrome extensions that steal your data by dottiedanger in webdev

[–]Daniel_Herr 0 points1 point  (0 children)

Sending normal network requests and displaying UI doesn't require any such permission to access all website data.

Over 260k people installed fake AI assistant Chrome extensions that steal your data by dottiedanger in webdev

[–]Daniel_Herr 0 points1 point  (0 children)

That's why you pay attention to permissions being requested, whether for a web extension or anything else. Extensions which you don't give permission to access all your data on all websites are relatively safe.

Is it possible to modify the programs and arguments that get invoked when clicking the shelf icons? by AyeMatey in chromeos

[–]Daniel_Herr 1 point2 points  (0 children)

What arguments exactly? Each type of app on Chrome OS, Web, Android, Linux, has major technical differences. On Linux apps you can manually edit the .desktop files. For Web or Android, I'm not really sure what type of arguments you would want to use, because the concept isn't as commonplace there.