~dr|z3d
@RN
@eyedeekay
@orignal
@postman
@zzz
%Liorar
%acetone
%snex
+FreefallHeavens
+NiceBoat
+Onn4l7h
+Onn4|7h
+Over
+leopold_
+poriori
+profetikla
+qend-irc2p
+r00tobo_BNC
+uop23ip
Arch
Dann
Holmes
Irc2PGuest12976
Irc2PGuest1526
Irc2PGuest28234
Irc2PGuest32287
Irc2PGuest51098
Irc2PGuest78427
Irc2PGuest90624
Meow
OfficialCIA_
RTP_
SilentWave
Wikk__
ahiru
cims
dagal
fa
floatyfloatilla
mahlay
makoto
n2_
nilbog
not_bob_afk2
pory
r00tobo[2]
strykpojke
thetia
unit86
user1
vivid_reader56
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.