HackerTrans
TopNewTrendsCommentsPastAskShowJobs

demomode

no profile record

comments

demomode
·2 lata temu·discuss
Isn't that the purpose of `restic mount`?
demomode
·2 lata temu·discuss
You are right, the "HTML-is-the-UI" confused me. Related but different.
demomode
·2 lata temu·discuss
> "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.
demomode
·2 lata temu·discuss
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 possible to move it to the appropriate location, and how to do it.

1. https://github.com/b3nj5m1n/xdg-ninja
demomode
·2 lata temu·discuss
Also: consider using overlayfs to make root fs read-only
demomode
·3 lata temu·discuss
There's so many things wrong with this stuff, from the motivation of the project to the (dangerous) implementation
demomode
·3 lata temu·discuss
Well, technically is still bash who does the tab-completion, flatpak just provides a helper.

Try tab-completion under pure sh or powershell
demomode
·3 lata temu·discuss
> 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 it's a bash-completion feature / "fault".

No command is really executed while your are typing in a terminal until you press "enter".
demomode
·3 lata temu·discuss
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 stick to Gobject convention (this is a good thing).