ChanServ changed the topic of #picolisp to: PicoLisp language | Channel Log: https://irclog.whitequark.org/picolisp/ | Check also http://www.picolisp.com for more information
aw- has quit [Ping timeout: 250 seconds]
aw- has joined #picolisp
orivej has quit [Ping timeout: 252 seconds]
xkapastel has joined #picolisp
alexshendi has quit [Ping timeout: 258 seconds]
xkapastel has quit [Quit: Connection closed for inactivity]
freemint has joined #picolisp
rob_w has joined #picolisp
freemint has quit [Remote host closed the connection]
freemint has joined #picolisp
freemint has quit [Remote host closed the connection]
freemint has joined #picolisp
freemint has quit [Ping timeout: 258 seconds]
freemint has joined #picolisp
orivej has joined #picolisp
xkapastel has joined #picolisp
freemint has quit [Ping timeout: 252 seconds]
<beneroth> Regenaxer, Question about data modelling: You have an entity, and it has a date property. Now it's should be possible to store the date value should with varying accuracy (because of not-yet-complete or incomplete knowledge), e.g. as an exact date (2019-05-14) but also as an date-range (e.g. May 2019) - how would you model this in pilDB ? 3 properties? one bag property with 3 values (exact, start, end) ? Of course, it would be nice to have the value indexe
<beneroth> d and get with when doing a range query (when the value is within the range, be it a single value or an overlapping range value)
<beneroth> so maybe 3 properties and a +UB index?
<Regenaxer> Hmm, aren't simply 2 dates enough?
<Regenaxer> From-Till, and may be same
<Regenaxer> (if (= (: from) (: till)) ...
<Regenaxer> or just one (: dat)
<Regenaxer> and an optional diff (: rng) range
<Regenaxer> So you save space if it is exact :)
orivej has quit [Ping timeout: 252 seconds]
<beneroth> nice idea with the imprecision-range
<beneroth> right, probably just two (from, till) dates are enough, setting both to the same value if the exact date is known. so any range queries goes over both properties, and the results get uniqued.
<beneroth> thanks for your advice!
<Regenaxer> +UB is rather for multi-dimensional values (e.g. coordinates). IThink it will not be right for two close values)
<beneroth> T
orivej has joined #picolisp
freemint has joined #picolisp
freemint has quit [Ping timeout: 248 seconds]
aw- has quit [Quit: Leaving.]
xkapastel has quit [Quit: Connection closed for inactivity]
rob_w has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 255 seconds]
alexshendi has joined #picolisp
orivej has joined #picolisp
beneroth has quit [Quit: Verlassend]
alexshendi has quit [Read error: Connection reset by peer]
alexshendi has joined #picolisp
<rick42> hallo peeps
<rick42> alexshendi: r u still using mastodon? i did for a while last year then (apparently) i've completely abandoned it. lol
<alexshendi> Hi, rick42
<rick42> hi, alexshendi!
<alexshendi> Yes, I still use Mastodon. I have deleted my Facebook and Twitter accounts.
<rick42> peter hessler was so kind enough to put up a node and so i feel bad for not using it. (guilt. lol)
<rick42> i will keep the account though. i may get back into it. heh
orivej has quit [Ping timeout: 268 seconds]
freemint has joined #picolisp
ubLIX has joined #picolisp
orivej has joined #picolisp
beneroth has joined #picolisp
<beneroth> [OT] new fun with attacks on Intel CPUs (similar in principle to Meltdown and Spectre, but now targeting CPU buffers, not CPU cache!) https://mdsattacks.com/
<beneroth> "
<beneroth> We show that attackers who can run unprivileged code on machines with recent Intel CPUs - whether using shared cloud computing resources, or using JavaScript on a malicious website or advertisement - can steal data from other programs running on the same machine, across any security boundary"
<beneroth> "We show that Fallout can be used to break Kernel Address Space Layout Randomization (KASLR)," - in case we have to annoy Ubuntu eventually again (not that there is a point, but you understand, Regenaxer )
<beneroth> too many turtles
freemint has quit [Remote host closed the connection]
freemint has joined #picolisp