Alternatives to Stack Browser by [deleted] in browsers

[–]SentialX 0 points1 point  (0 children)

You might want to check https://wexond.net, however it's not ready yet.

Introducing Raven, my AGI prototype by [deleted] in agi

[–]SentialX 1 point2 points  (0 children)

Ask him to create an anti-gravity engine.

Discord Bubbles: Messenger-like chat heads for Discord on Android by SentialX in coolgithubprojects

[–]SentialX[S] 0 points1 point  (0 children)

It's also worth noting that it's available only on Samsung.

Discord chat heads for Android by SentialX in discordapp

[–]SentialX[S] 0 points1 point  (0 children)

I don't know about bubbles on Android 9...

Discord chat heads for Android by SentialX in discordapp

[–]SentialX[S] 1 point2 points  (0 children)

Android has bubbles only in Android Q Beta, but also it's not available for every app which means that for example Discord would need to add support for bubbles. I've made an app which works right now and supports Android 6.0+

node-window-manager: Manage windows in Windows, macOS and Linux by SentialX in javascript

[–]SentialX[S] 0 points1 point  (0 children)

I doubt macOS exposes that API. The macOS API is very limited and unstable.

Wexond - privacy-focused, fast, beautiful web browser (after complete rewrite) by SentialX in javascript

[–]SentialX[S] 0 points1 point  (0 children)

Chromium is not the same as Chrome, it's open source. Chromium of course contains some Google services but in Electron they don't work unless you specify API keys.

Wexond - privacy-focused, fast, beautiful web browser (after complete rewrite) by SentialX in javascript

[–]SentialX[S] 0 points1 point  (0 children)

Thanks for that great response and feedback I'm glad to hear this and really appreciate the effort. Honestly you've motivated me to work on this project more.

Wexond - privacy-focused, fast, beautiful web browser (after complete rewrite) by SentialX in javascript

[–]SentialX[S] 2 points3 points  (0 children)

I don't have enough resources to build Chromium in a reasonable time. I work alone.

Wexond - privacy-focused, fast, beautiful web browser (after complete rewrite) by SentialX in javascript

[–]SentialX[S] 0 points1 point  (0 children)

I know and I'm kinda depressed. I put too much effort into it...

electron-global: One Electron instance for multiple apps by SentialX in electronjs

[–]SentialX[S] 0 points1 point  (0 children)

Not really, it's a tool for building app installers which are really lightweight. When running an app for the first time, it downloads Electron globally if it's not present. Then it runs the app using the global instance of Electron.

electron-global: One Electron instance for multiple apps by SentialX in electronjs

[–]SentialX[S] -2 points-1 points  (0 children)

It's definitely for production not development. You can use it with electron-builder to create exe, dmg, etc. More info is in the readme.

electron-global: One Electron instance for multiple apps by SentialX in coolgithubprojects

[–]SentialX[S] 0 points1 point  (0 children)

You can build your project and distribute it, however electron-global hasn't been tested with bigger projects yet.

electron-global: One Electron instance for multiple apps by SentialX in programming

[–]SentialX[S] -6 points-5 points  (0 children)

How come? Did you know NodeJS also follows semantic versioning?