IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#saltr
/2024/08/10
~dr|z3d
@RN
@StormyCloud
@T3s|4
@T3s|4_
@eyedeekay
@orignal
@postman
@zzz
%Liorar
+Afkaid
+FreefallHeavens
+Unbur
+Xeha
+cumlord
+goose2_
+j6
+poriori
+profetikla
+r00tobo
+snex
+uop23ip
+weko
An0nm0n
Arch
Danny
DeltaOreo
DiCEy1904
Irc2PGuest11229
Irc2PGuest21326
Irc2PGuest48909
Irc2PGuest54864
Irc2PGuest71250
Nausicaa
Onn4l7h
acetone_
anon2
anontor
anu3
bak83
boonst
enoxa
fujifilm
goose2
itsjustme
mareki2pb
onon_1
qend-irc2p
shiver_
tr
u5657
user
veiledwizard
xen_NULL
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 or so i need some special package called tmpfs? i'll look it up... thanks dr|z3d
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.