13:18:47
basses:matrix.org:
https://mastodon.social/@markusms@mastodon.cloud/115973380699405705
13:18:51
basses:matrix.org:
liquid glass moment
13:22:51
BlueyHealer:
And "generate image" as a cherry on top
14:08:46
neromonero1024:
https://youtu.be/WQKSyPYF0-Y
14:08:59
neromonero1024:
the final boss of full-stack dev
17:38:58
basses:matrix.org:
A translation layer that allows running Android apps on a Linux system
17:38:58
basses:matrix.org:
https://gitlab.com/android_translation_layer/android_translation_layer
18:31:55
ravfx:xmr.mx:
Any of you Linux people know if there is a way to tag a program for it to use a different network route?
18:32:30
ravfx:xmr.mx:
Like if "nv vpn" browser is used, don't use default gw
18:34:55
kaigoh:gohegan.uk:
@ravfx:xmr.mx: Trivial with docker...otherwise I'd need to do some research for you
18:35:15
ravfx:xmr.mx:
Can you run a browser with docker?
18:36:04
ravfx:xmr.mx:
If so that can be a way. I only touched that docker stuff for server related things
18:36:20
kaigoh:gohegan.uk:
@ravfx:xmr.mx: Yeah, I seem to recall other projects doing it: VNC or maybe even x-forwarding?
18:36:44
kaigoh:gohegan.uk:
Have a look at gluetun for similar concepts regarding docker and VPNs
18:36:58
ravfx:xmr.mx:
Oh yeah, something like that could work indeed. Will check and do more researchs
19:03:44
lza_menace:
Yes, i believe it involved a mounted x11 or video card to render. I’ve run a tk-gui thing on a container before
19:49:27
basses:matrix.org:
TIL: Nvidia has TEE
21:19:34
kayabanerve:matrix.org:
I believe nVidia's is primarily intended for GPU-sharing purposes, e.g. vGPUs from a single enterprise card.
21:42:01
Cindy:
hi
22:09:39
nioc:
"We learn from history that we do not learn from history" -Friedrich Hegel
22:22:03
321bob321:
When xmr <>RAM pairing
22:43:38
basses:matrix.org:
We've built our own text-to-speech system with an initial English language model we trained ourselves with fully open source data. It will be added to our App Store soon and then included in GrapheneOS as a default enabled TTS backend once some more improvements are made to it.
22:43:38
basses:matrix.org:
https://grapheneos.social/@GrapheneOS/115980610740948585
22:50:33
basses:matrix.org:
Whisper is actually closed source. Open weights is another way of saying permissively licensed closed source. Our implementation of both text-to-speech and speech-to-text will be actual open source which means people can actually fork it and add/change/remove training data, etc.
22:50:33
basses:matrix.org:
https://grapheneos.social/@GrapheneOS/115980705404902715
22:56:42
321bob321:
https://github.com/OpenWhispr/openwhispr this ?
23:09:25
Cindy:
321bob321: no thats just some AI slop unrelated repo
23:09:45
Cindy:
https://github.com/openai/whisper
23:10:45
ofrnxmr:xmr.mx:
Cindy: Transcribro uses this
23:17:28
basses:matrix.org:
@321bob321: nope
23:17:55
basses:matrix.org:
@321bob321: No, https://github.com/GrapheneOS/Matcha-TTS
23:18:50
basses:matrix.org:
this is text to speech, Transcribro is speech to text
23:20:49
ofrnxmr:xmr.mx:
Makes sense
23:20:51
basses:matrix.org:
they will also provide speech to text soon
23:21:31
basses:matrix.org:
transcribebro dev is the one that created TTS for GOS, so STT will be easier