ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
qur70 has joined #mlpack
ImQ009 has joined #mlpack
qur70 has quit [K-Lined]
ib07 has joined #mlpack
< zoq> Hello everyone, video meeting in about 15 minutes, for more informations see the community page - https://www.mlpack.org/community.html
ib07 has quit [Ping timeout: 276 seconds]
< rcurtin[m]> shrit: zoq: I discovered that the new 'freshtomato' does support my old router... but am I willing to take the risk of a failed upgrade resulting in an internet outage that I have to troubleshoot? the existing software has worked flawlessly for 5 years... tough decisions 😃 😃
< rcurtin[m]> I think I'll do it... "caution" is not something I've ever been good at...
< zoq> hehe, fingers crossed
< zoq> If I remember right you can do a backup of the firmware or maybe just the config.
ib07 has joined #mlpack
< rcurtin[m]> yeah, there is only ~64MB of storage on all mounted filesystems so I can easily take an image of it :)
< shrit[m]> Exactly, freshtomato I like their website, it is very nice
< shrit[m]> Also, It will be a good idea to make a backup
< shrit[m]> Actually I do not the difference between openWRT and freshtomato they seem to be very similar
< rcurtin[m]> I think they are related projects, but I'm not 100% sure... when I learned about it 5 years ago I only learned enough to install tomato on my router, click through dialogs, feel good because open source, then get back to browsing the internet 😃
< shrit[m]> Ah, I see, There is also a project called AdvancedTomato too
ImQ009 has quit [Quit: Leaving]
< shrit[m]> Apparently docker containers arm64v8/ubuntu:latest can not executed on x86 PC
< zoq> shrit[m]: I see, so you have to use something like - https://github.com/bossjones/docker-arm64v8-ubuntu-qemu?
< shrit[m]> I am going for this one https://github.com/lukechilds/dockerpi
< shrit[m]> I will try the one you have sent for arm64
< shrit[m]> since RPI is 32bit
< zoq> I mean in the end it's QEMU under the hood.
< shrit[m]> The dockerpi looks good, it directly start qemu under the hood, but it take a time to start, up to 20 minutes from downloading to starting up
< shrit[m]> Also we need to create an innerservice that provide automatic login, instead of manual one
< zoq> I guess you can commit the state of the docker to save the download part?
< shrit[m]> For me it is fine, but for the Azure, that is mean we need to host our dockerpi version
< zoq> We can just push it to dockerhub or the github docker registry
< shrit[m]> Exactly