<tankf33der>
Browsh is a fully-modern text-based browser. It renders anything that a modern browser can; HTML5, CSS3, JS, video and even WebGL
<Regenaxer>
Wow, sounds cool. Thanks!
<cess11>
Looks good, thanks.
<Regenaxer>
Will not run in Termux/Android I'm afraid (?)
<tankf33der>
Regenaxer:
<tankf33der>
Just point your SSH client to brow.sh, eg; `ssh brow.sh`. No auth needed. The service is for demonstration only, sessions last 5 minutes and are logged.
<tankf33der>
try
<Regenaxer>
yes, saw this. Is ".sh" a top level domain?
<cess11>
Saint Helena top domain.
<cess11>
British territories.
<Regenaxer>
hehe, cool
<Regenaxer>
Works indeed!
<Regenaxer>
I try more later
rob_w has joined #picolisp
heow0 has quit [Ping timeout: 240 seconds]
pierpal has quit [Ping timeout: 240 seconds]
<Regenaxer>
I think brow.sh is not useful for me. Will not run in Termux as I understand it
<Regenaxer>
And usage is clumsy, unless he supports configurable keys
<Regenaxer>
I'm used to vi-style keys in w3m
<Regenaxer>
w3m is blindingly fast
<tankf33der>
ok
aw- has joined #picolisp
alexshendi has joined #picolisp
pierpal has joined #picolisp
libertas_ is now known as libertas
ave1 has joined #picolisp
orivej has joined #picolisp
orivej has quit [Ping timeout: 260 seconds]
pierpal has quit [Quit: Poof]
pierpal has joined #picolisp
mikeyhc has quit [Ping timeout: 248 seconds]
orivej has joined #picolisp
mikeyhc has joined #picolisp
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #picolisp
rob_w has quit [Quit: Leaving]
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #picolisp
pierpal has quit [Read error: Connection reset by peer]
<tankf33der>
again db testing against new york taxi rides
<Regenaxer>
Uh, billions of records per second? No chance in pil, cant even *read* them in that time
<beneroth>
the benchmark is to be done after all records are imported into DB
<tankf33der>
i will look at this again
<beneroth>
I this would be an interesting benchmark case
<tankf33der>
i want import a year and count something
karswell has joined #picolisp
<beneroth>
one thing to think about when comparing other DBs with pilDB is the caching in memory. most DBs are likely to do some memory caching, and in this benchmark they took the "best measurement of 10 runs". in pilDB, the in-memory caching of pilDB is under complete direct control of the programmer, so question is how to do that so that comparable numbers come out of the test
<tankf33der>
when i think about this i dont use word comparing
<tankf33der>
i just want to import, count and make a post on reddit :)