demomode
No user record in our sample, but demomode has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but demomode has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Isn't that the purpose of `restic mount`?
You are right, the "HTML-is-the-UI" confused me. Related but different.
> "we can draw our UI with additional webviews. The main reason we want to write UI using Servo itself is that we can dogfood our own stack and verify that it […]" It's XUL again.
FYI. There is a XDG checker called "xdg-ninja"[1] > A shell script that checks your $HOME for unwanted files and directories. > When xdg-ninja encounters a file or directory it knows about, it will tell you whether it's…
Also: consider using overlayfs to make root fs read-only
There's so many things wrong with this stuff, from the motivation of the project to the (dangerous) implementation
Well, technically is still bash who does the tab-completion, flatpak just provides a helper. Try tab-completion under pure sh or powershell
> What's even more insane is at the command line when you Tab to autocomplete the thing makes network requests and hangs! It's the only CLI app I know what requires the internet to autocomplete! I'm pretty sure that…
I used and created libraries using g-i (gobject introspect), also bindings for an app to develop plugins in python. g-i is algo available for JavaScript, in fact gnome-shell it's written in JS It's extremely easy if you…
I can only recommend to take a look at https://yadm.io/
You should take a look at Gstreamer, it has all the bells, whistles and codecs of ffmpeg (it integrates ffmpeg directly as a plugin). It's designed around the concept of graph pipelines and command line interface it's a…
It exists, it's GtkBuilder[1]. There's also a tool to create those XML files, Glade[2] (needs to be updated for Gtk4 but...) 1. https://developer.gnome.org/gtk4/stable/GtkBuilder.html 2. https://glade.gnome.org/
You can't use expressions like that (from ffmpeg cmld) in gst-launch. As far as I know in gst-launch you can't access properties from one element (video stream width) in other elements.
I find gstreamer (using gst-launch)[1] a more pleasant experience than ffmpeg. You can't use some expresions on the command line like `x=(w-text_w)/2:y=(h-text_h)` but it can be workaround with some scripting using…
Please, leave politics aside here. I can smell your antiColau feeling from miles away.
IIRC this is what "Tempest for Eliza" was for CRTs http://www.erikyyy.de/tempest/
> It seems like a fallacy to claim that since diagnosis required complicated equipment in the past, that it will be necessary going forward. Machine learning is going to make tons of current diagnostic equipment look…
Apnea has obvious signs (fatigue, day sleep, depression, …) that are the equivalent of the "self check-up" in your example of breast cancer. If you suspect that you have apnea episodes you should go to a doctor.
As someone with diagnosed apnea I have so many doubts about this. Machines to diagnose apnea have lots of sensors including electrodes, "chest-band" pulsometers, and "saturationmeters". I have asked doctors about…