~dr|z3d
@RN
@RN_
@StormyCloud
@eyedeekay
@orignal
@postman
@zzz
%Liorar
+FreefallHeavens
+Xeha
+bak83_
+cumlord
+hk
+poriori
+profetikla
+uop23ip
Arch
DeltaOreo
FreeRider
Irc2PGuest10850
Irc2PGuest19353
Irc2PGuest23854
Irc2PGuest46029
Irc2PGuest48064
Meow
Nausicaa
Onn4l7h
Onn4|7h
Over
T3s|4__
acetone_
anon4
anu
boonst
enoxa
glowie
mareki2pb
mittwerk
plap
shiver_
simprelay
solidx66
u5657_1
weko_
darius
reporting that occums razor worked? a tiny problem where i added an option to a program launching inside a script when i needed to add the option before the option i did because the option i added it to had an accosicated string, this led to a cascade of unfortunate bullshit which led to i2p eventually not working.
darius
"i2p http/s" not working as per previous
darius
discussion
darius
so tldr... yay this time it was not govt in my regoin but something i did weeks ago
darius
i see everyone is excited by the rss icon i made out of glyphs, i fully expected this level of excirement
darius
does everyone here know that in css you can show/hide stuff based on the "#target" in the url?
darius
there is a selector in css... i think its literally ":target[search-box]" in the case that someone clicks a link with href="#search-box"
darius
it might open up options for us, i dont know if ive seen it used in the i2p ecosystem
darius
bye 4 now
darius
Blinded message
darius
Blinded message
darius
Blinded message
darius
is there a way to setup a folder in memory, ie. on the ram and then just mount that and do stuff on that folder, if you dont copy the files to a real disk location the data just dies when u reset?
dr|z3d
> sure
dr|z3d
> if you're in linux-land at least.
dr|z3d
> tmpfs.
dr|z3d
eg: tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
dr|z3d
(in fstab)
dr|z3d
where /tmp can be an existing folder or a folder you only want to exist in ram.
darius
hang on does the /tmp folder default as a ram disk
darius
?
darius
or so i need some special package called tmpfs? i'll look it up... thanks dr|z3d
dr|z3d
no
dr|z3d
tmpfs should be available by default.
dr|z3d
once you've added a mapping to fstab, you'll need to either reboot or (re)mount your partitions.
dr|z3d
whether /tmp is mapped to ram by default depends on your OS.
dr|z3d
also investigate swapspace and zram-config perhaps if you're looking at ram/perf optimizations.
T3s|4
darius: on the subject of tmpfs, you may find: wiki.archlinux.org/index.php/Tmpfs instructive, even if you do not run Arch
darius
ok neat, thx for that info on tmpfs dr|z3d and T3s|4.