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
orivej has quit [Ping timeout: 255 seconds]
_whitelogger has joined #picolisp
<Regenaxer> Looks like a good task, with a very simple DB
<tankf33der> db is two fields: short and long urls, right?
<Regenaxer> yes, but I would not use entities. Only a single B-Tree
<Regenaxer> (store ...) and (fetch ...)
<tankf33der> ah
_whitelogger has joined #picolisp
_whitelogger has joined #picolisp
orivej has joined #picolisp
<tankf33der> i never used tree-store-fetch and rosseta tasks also empty.
<tankf33der> maybe wiki
<Regenaxer> Perhaps too trivial for a dedicated example
<Regenaxer> BTW, just use NIL as tree
<Regenaxer> (pool "mydb") (store NIL "a" 1) (store NIL "B" 2) (commit)
<Regenaxer> (fetch NIL "b")
<Regenaxer> (scan)
<Regenaxer> etc.
_whitelogger has joined #picolisp
<tankf33der> i see
f8l has quit [Remote host closed the connection]
<tankf33der> playing around.
f8l has joined #picolisp
<Regenaxer> good :)
<tankf33der> this better
<tankf33der> now reading application development
<tankf33der> how to get and post
<tankf33der> eh
<tankf33der> found error in documentation:
<tankf33der> note has link to Alerts and Dialogs
<Regenaxer> right. So what is wrong?
<tankf33der> error 404
<tankf33der> should be
<Regenaxer> I see
<Regenaxer> Thanks, I fix it
<Regenaxer> hmm, tricky. It is another directory
<Regenaxer> Probably needs <a href="../app.html#dialogs">
<Regenaxer> But does this work in all environments?
<tankf33der> let me check
<tankf33der> below after note there is +NumField
<tankf33der> there is link named "Input fields".
<tankf33der> this one is works.
<Regenaxer> yeah, very good! Thanks!
<Regenaxer> it is a similar case
<Regenaxer> OK, so I fixed it. Cannot release today
<tankf33der> its ok.
<Regenaxer> Next days :)
<tankf33der> i can not code at all, db and web gui is lost pieces, completely.
<tankf33der> i need more easy tasks first.
<Regenaxer> oh
<Regenaxer> The URL shortener does not need a gui
<tankf33der> i dont know then who could get post request
beneroth_ has quit [Quit: Leaving]
beneroth has joined #picolisp
<Regenaxer> post/get are quite transparent
<Regenaxer> post is generated by a +Button usually
<beneroth> tankf33der, my advice is to start using pilDB with the REPL, and only later go to form.l
<beneroth> I would even say the DB concepts are simpler/easier than form.l - as backend programming is generally simpler than frontend stuff
<tankf33der> yeah, thanks
<beneroth> for starting with form.l: take the @app dir and start understanding and tweaking it
mtsd has joined #picolisp
<mtsd> Evening, everyone
<beneroth> Good evening mtsd
<mtsd> Hi beneroth, how are you doing?
<beneroth> doing well
<beneroth> all fine here
<beneroth> just some worries about the longterm outlook
<mtsd> Good to hear
<beneroth> how are you?
<mtsd> We are doing good, no one sick yet
<mtsd> I too worry about the future, of course
<beneroth> Switzerlands infections nearly increased by 1k in the last 24h
<beneroth> and I know for a fact that only people older than 40 years are tested
<mtsd> The numbers from my country are not to be trusted. The government decided to stop testing people
<beneroth> so the dark figure is a lot higher
<beneroth> aye
<mtsd> Only People in hospital are given tests now
<beneroth> its a mix of limited test capacity and government thinking they would look better.. but real numbers would better transport the seriousness of the situation to the common folks
<beneroth> already that bad?
<beneroth> :(
<beneroth> do we have UK people in the community?
<mtsd> Yes.. doctors are sounding the alarm about lack of equipment, ventilators etc
<beneroth> UK government decided to be the control group.. no measures yet...
<beneroth> mtsd, shit, then you overtook Switzerland already
<mtsd> Yes... I fear it is going to be real bad here
<mtsd> And no border control. No quarantine. No general rules about working from home. Schools are still open.
<beneroth> I thought sweden is closing down? no? WTF
<mtsd> Advice from prime minister: "Wash your hands."
<beneroth> UK strategy?
<mtsd> That's it.
<beneroth> keep your folks at home
mtsd has quit [Quit: Leaving]
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp