beneroth changed the topic of #picolisp to: PicoLisp language | The scalpel of software development | Channel Log: https://libera.irclog.whitequark.org/picolisp | Check www.picolisp.com for more information
clacke has quit [Ping timeout: 260 seconds]
Regenaxer has joined #picolisp
razzy has joined #picolisp
rob_w has joined #picolisp
razzy has quit [Ping timeout: 260 seconds]
razzy has joined #picolisp
<razzy> Good morning I wish to all! off topic: I have trouble making backup dump/restore on f2fs flash friendly filesystem. anyone has experience?
<Regenaxer> Good morning razzy!
<beneroth> Good morning razzy, Regenaxer
<beneroth> razzy, sorry I've never used f2fs
<Regenaxer> Hi beneroth!
<razzy> anyone tried to make "live" backup of whole root filesystem? i am trying to use fsfreeze
<Regenaxer> I usually back up only certain directories
<aw-> razzy: hi, not familiar with f2fs, but if it's on Linux you can just rsync / to a file, and exclude /dev and /proc and /sys etc
<aw-> rsync to tar archive
<razzy> aw-: than i cannot just dd copy to new disk
<aw-> sure you can
<aw-> tar -x | dd of=disk
<aw-> you can do all that on one line rsync / | tar | dd; # or something like that
<Regenaxer> Why rsync *and* tar? Just tar does the same, no?
<razzy> aw-: will it work? usecase: I exchange main bootable root disk. i dd copy backup to new disk and i think it will not work
<aw-> i dont know your entire situation so i can't confirm, so many variables here
<razzy> i will think about tar now
<razzy> thank you
razzy has quit [Ping timeout: 246 seconds]
razzy has joined #picolisp
<razzy> aw-: do tar break when there are changes to files it is readinf?
<razzy> reading?
<razzy> tar seems nice
<Regenaxer> It is the oldest of such tools. I used it already in the 1980s
razzy has quit [Ping timeout: 258 seconds]
razzy has joined #picolisp
hunar has joined #picolisp
<hunar> Hello Regenaxer, I have a weird problem.. I'm following this tutorial https://picolisp-blog.hashnode.dev/web-application-programming-in-picolisp-prefix-classes which says the prefix class +Style let's me use custom css styles, in the html function I loaded a css file called test.css, I typed an initial css file and ran the sever,
<hunar> everything was fine.. BUT
<Regenaxer> Hi Hunar!
<hunar> then I changed the contents of the css file and the browser still sees the old file, I even deleted the css file but the browser still sees the old content of css at http://localhost:8000/test.css .. I closed everything restarted the server and still the same problem
<Regenaxer> It is cached in the browser
<Regenaxer> You can do Shift-Reload
<hunar> :D
<hunar> that was it
<Regenaxer> :)
<hunar> Thank you very much .. is that the default behavior? It makes tweaking the css file harder
<Regenaxer> yeah, but you need to reload the page anyway
<Regenaxer> so just shift is added
<hunar> Great :) I can live with that
<razzy> Regenaxer: i have never used tar to filesystem backup till now
<beneroth> Hunar, this is standard browser behaviour
<beneroth> Hunar, one way around is to have some random value or date/time into the css filename, so the css filename changes.. but then of course the link to it in HTML must change too
<beneroth> razzy, tar = TApe ARchive
<beneroth> very old. many functions. very useful.
razzy has quit [Ping timeout: 264 seconds]
<hunar> Thanks beneroth :)
hunar has quit [Quit: Client closed]
cranium has joined #picolisp
rob_w has quit [Quit: Leaving]
aw- has quit [Ping timeout: 264 seconds]
cranium has quit [Quit: Leaving]
cranium has joined #picolisp
<beneroth> quote of the day: "abstraction is a tool for managing complexity, not a tool for reducing knowledge."
<beneroth> I guess that is kinda the primary confusion people have with OOP.
<Regenaxer> Yeah, true
<Regenaxer> not hiding stuff to "protectthe programmer
<beneroth> exactly
<beneroth> bbl, schönen Abend :)
<Regenaxer> cu :)
peterhil has quit [Ping timeout: 260 seconds]
cranium has quit [Quit: Leaving]
aw- has joined #picolisp