samth changed the topic of #racket to: Racket v7.6 has been released: https://blog.racket-lang.org/2020/02/racket-v7-6.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
dustyweb has joined #racket
dustyweb has quit [Remote host closed the connection]
badkins has joined #racket
FreeFull has quit [Quit: rebooting]
FreeFull has joined #racket
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #racket
Fare has quit [Ping timeout: 260 seconds]
iyzsong has joined #racket
Fare has joined #racket
dddddd has quit [Ping timeout: 256 seconds]
Fare has quit [Remote host closed the connection]
wild_buffalo has joined #racket
wild_buffalo has quit [Quit: WeeChat 2.3]
wild_buffalo has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
libertyprime has quit [Ping timeout: 264 seconds]
libertyprime has joined #racket
aeth has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 250 seconds]
pilne has quit [Quit: ASCII a stupid question, get a stupid ANSI!]
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
_whitelogger has joined #racket
aeth has joined #racket
Guest97706 has joined #racket
Guest97706 is now known as zmv
zmv is now known as notzmv
_whitelogger has joined #racket
narimiran has joined #racket
sauvin has joined #racket
sauvin_ has joined #racket
FreeFull has quit []
sauvin has quit [Ping timeout: 264 seconds]
<technomancy> well... it's about half way to being able to compile blink.scm https://p.hagelb.org/micro.rkt.html
<technomancy> that's all I got for now
aeth has quit [Ping timeout: 256 seconds]
aeth has joined #racket
rgherdt has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 250 seconds]
sauvin_ is now known as Sauvin
ephemera_ has quit [Ping timeout: 250 seconds]
ephemera_ has joined #racket
ayerhart has joined #racket
YuGiOhJCJ has joined #racket
Codaraxis has quit [Ping timeout: 256 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
KDr23 has quit [Ping timeout: 256 seconds]
<setthemfree[m]> okay, I got a collaborative terminal session with racket repl accessible via Firefox using https://github.com/yudai/gotty + tmux
<setthemfree[m]> with `raco install readline-gpl` I can type in unicode and emoji and see it
<setthemfree[m]> s/`raco`/`raco pkg`
<setthemfree[m]> next I need to figure out how to share it with the open internet without risking my computer being overtaken by random strangers :)
KDr23 has joined #racket
lavaflow has quit [Ping timeout: 264 seconds]
rgherdt has quit [Ping timeout: 240 seconds]
lavaflow has joined #racket
orivej has joined #racket
libertyprime has quit [Read error: Connection reset by peer]
Sauvin has quit [Ping timeout: 240 seconds]
Sauvin has joined #racket
Sauvin is now known as Sauvin
mceier has quit [Ping timeout: 265 seconds]
mceier has joined #racket
orivej has quit [Ping timeout: 256 seconds]
ArthurStrong has joined #racket
orivej has joined #racket
libertyprime has joined #racket
libertyprime has quit [Read error: No route to host]
libertyprime has joined #racket
orivej has quit [Ping timeout: 250 seconds]
dddddd has joined #racket
badkins has joined #racket
<wild_buffalo> setthemfree[m]: easy way? SSH port forwarding to your machine, and secure your SSH with fail2ban
<wild_buffalo> more complicated way, put it behind a simple VPN
<setthemfree[m]> wild_buffalo: Yeah, I think I will use ssh port forwarding, but since it will be in browser, I'll do maybe http auth with nginx in front of it
<wild_buffalo> setthemfree[m]: cool
<wild_buffalo> personally I like the VPN route, and I put all my personal services behind the VPN so my devices can access it but the general internet can't
<wild_buffalo> but since your goal is to be collaborative I don't think it would be a good fit since it would be quite annoying to get everyone you wish to collaborate with on your VPN
<setthemfree[m]> yeah, I can't count on anything more than a browser on the other side at the moment
iyzsong has quit [Ping timeout: 246 seconds]
badkins has quit [Remote host closed the connection]
badkins has joined #racket
orivej has joined #racket
badkins has quit [Ping timeout: 256 seconds]
<technomancy> I never really got the point of VPN when you have SSH set up
libertyprime has quit [Read error: Connection reset by peer]
badkins has joined #racket
libertyprime has joined #racket
orivej has quit [Ping timeout: 250 seconds]
orivej has joined #racket
johncob has quit [Remote host closed the connection]
johncob has joined #racket
efm has quit [Remote host closed the connection]
libertyprime has quit [Ping timeout: 240 seconds]
libertyprime has joined #racket
libertyprime has quit [Read error: No route to host]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
<jcowan> ssh doesn't give you access to inside web servers, for one thing.
<technomancy> it does if you use ssh -D
endformationage has joined #racket
ArthurStrong has quit [Quit: leaving]
BitPuffin has quit [Ping timeout: 256 seconds]
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
BitPuffin has joined #racket
jellie has joined #racket
jellie has quit [Ping timeout: 264 seconds]
badkins has quit [Remote host closed the connection]
badkins has joined #racket
jellie has joined #racket
badkins has quit [Ping timeout: 240 seconds]
jellie has quit [Ping timeout: 264 seconds]
jellie has joined #racket
zmt01 has joined #racket
zmt00 has quit [Ping timeout: 246 seconds]
Sauvin has quit [Read error: Connection reset by peer]
badkins has joined #racket
jellie has quit [Ping timeout: 256 seconds]
jellie has joined #racket
aidalgol has quit [Ping timeout: 260 seconds]
aidalgol has joined #racket
<jcowan> That requires a SOCKS proxy on the inside, which I suspect few organizations have.
<technomancy> I use it all the time on my home server and I never set up anything special; I think openssh sets it up by default out of the box
pilne has joined #racket
<jcowan> Ah, that may be.
aidalgol has quit [Read error: Connection reset by peer]
<jcowan> That's good. I don't know of any ssh servers inside our cloud, though (the ones in AWS are obviously outside).
<technomancy> ssh is wonderfully versatile with a lot fewer moving parts than a VPN client
aidalgol has joined #racket
* jcowan nods.
<jcowan> Win10 now comes with a VPN client, so all people need is a config files which can be emailed.
aidalgol has quit [Read error: Connection reset by peer]
aidalgol has joined #racket
efm has joined #racket
jellie has quit [Ping timeout: 240 seconds]
aidalgol has quit [Read error: Connection reset by peer]
aidalgol has joined #racket
johncob_ has joined #racket
johncob has quit [Ping timeout: 260 seconds]
efm has quit [Ping timeout: 240 seconds]
camelCaser has quit [Ping timeout: 240 seconds]
camelCaser has joined #racket
efm has joined #racket
narimiran has quit [Ping timeout: 246 seconds]
rmnull has joined #racket
efm has quit [Read error: Connection reset by peer]
CyDefect has joined #racket
bars0_ has quit [Quit: leaving]
elioat has joined #racket
efm has joined #racket
elioat has quit [Client Quit]
CyDefect has quit [Quit: Verlassend]
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #racket
efm has quit [Quit: Konversation terminated!]
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 256 seconds]
badkins has joined #racket
poga has quit [Ping timeout: 250 seconds]
jellie has joined #racket
efm has joined #racket
badkins has quit [Remote host closed the connection]