What is psd exactly tho?

|
grakata_clem 2022-08-28 10:00:16
yabadaba doo 2022-08-28 09:22:35
wtf does tcl do im confused

Amazing language, try it

grakata_clem 2022-08-28 10:01:45
No things for functional programming, that’s sad; regex is pretty weak; but has cool functionality for working with strings and tying pieces of other code together
grakata_clem 2022-08-28 10:02:07
Also it is just very fun to code on it because of it’s paradigm
grakata_clem 2022-08-28 10:03:07
Also batteries included for everything you can imagine
Spektrum_light 2022-08-28 10:13:25
what’s tcl’s gimmick?
grakata_clem 2022-08-28 10:16:57
Spektrum_light 2022-08-28 10:13:25
what’s tcl’s gimmick?

Everything is a string

grakata_clem 2022-08-28 10:17:30
It has metaprogramming and several types of braces
Spektrum_light 2022-08-28 10:17:42
cool
grakata_clem 2022-08-28 10:20:53
It has great string substitutions, which allow to write Hello world like this:
proc < 1 0 {l “”} {foreach O [split $0 $l] {append l [format %c [expr {[scan $O %c]+$1}]]};set l};return [< -1 {зпрб}]
Spektrum_light 2022-08-28 10:21:26
hm
m3lcore 2022-08-28 10:33:34
Is there a way to run PSD on s6?
Spektrum_light 2022-08-28 10:34:05
m3lcore 2022-08-28 10:33:34
Is there a way to run PSD on s6?

what’s psd

grakata_clem 2022-08-28 10:34:26
Spektrum_light 2022-08-28 10:34:05
what’s psd

Post-traumatic syndrome disorder

m3lcore 2022-08-28 10:34:38
Spektrum_light 2022-08-28 10:34:05
what’s psd

profile-sync-daemon

Spektrum_light 2022-08-28 10:34:40
grakata_clem 2022-08-28 10:34:26
Post-traumatic syndrome disorder

I have ptsd, does that work too

Spektrum_light 2022-08-28 10:34:54
m3lcore 2022-08-28 10:34:38
profile-sync-daemon

yes

m3lcore 2022-08-28 10:35:33
Spektrum_light 2022-08-28 10:34:54
yes

Good!

wardenunit 2022-08-28 10:35:38
Spektrum_light 2022-08-28 10:34:05
what’s psd

adobe photoshop document

Spektrum_light 2022-08-28 10:35:39
just see how the daemon is launched and create the same config
wardenunit 2022-08-28 10:35:42
l m a o
Spektrum_light 2022-08-28 10:36:00
what is psd exactly tho? I read the archwiki desc and I still don’t get it
m3lcore 2022-08-28 10:36:06
Spektrum_light 2022-08-28 10:35:39
just see how the daemon is launched and create the same config

Ah, so nothing ready…

Spektrum_light 2022-08-28 10:36:38
m3lcore 2022-08-28 10:36:06
Ah, so nothing ready…

pacman -Ss profile-sync
community/profile-sync-daemon 6.45-1
Symlinks and syncs browser profile dirs to RAM
yep

qontinuum 2022-08-28 10:36:56
Spektrum_light 2022-08-28 10:36:00
what is psd exactly tho? I read the archwiki desc and I still don’t get it

That’s pretty clear tho, it allows to use a profile and cache on tmpfs while also having it persistent

Spektrum_light 2022-08-28 10:37:07
so instead of ~/.cache it’s /tmp/cache?
m3lcore 2022-08-28 10:37:11
Spektrum_light 2022-08-28 10:36:00
what is psd exactly tho? I read the archwiki desc and I still don’t get it

So basically most dumb programs are writing stuff directly to disk, even though they should only do that before reboot

m3lcore 2022-08-28 10:37:43
psd uses overlayfs to monitor and sync stuff when you need to reboot, and periodically checks if it needs to wear out your SSD
qontinuum 2022-08-28 10:37:57
Spektrum_light 2022-08-28 10:37:07
so instead of ~/.cache it’s /tmp/cache?

Or whatever other place mounted as tmpfs, I mount my .cache as tmpfs directly

Spektrum_light 2022-08-28 10:38:02
cool
Spektrum_light 2022-08-28 10:38:03
cool
Spektrum_light 2022-08-28 10:38:14
does it works only for browsers?
m3lcore 2022-08-28 10:38:25
Spektrum_light 2022-08-28 10:38:14
does it works only for browsers?

PSD -> Yes

m3lcore 2022-08-28 10:38:31
But there’s anything-sync-daemon
m3lcore 2022-08-28 10:38:34
Does the same
m3lcore 2022-08-28 10:38:38
But for other things
|