#folding | Logs for 2019-06-01

« return
[00:32:59] <Bytram> ~folding-rank
[00:33:22] <chromas> exec needs restart
[00:33:36] <chromas> A bunch of us timed out earlier; I think exec did too
[00:33:43] <Bytram> oh. thanks!
[00:37:28] <Deucalion> timed out on IRC or on the site?
[00:37:55] <chromas> irc
[00:38:26] <chromas> about 12 hours ago
[00:41:03] <Bytram> needs 2 bots; each of which can restart the other, upon command
[00:41:25] <Bytram> preferably hosted on separate servers, etcv.
[00:42:59] * chromas secretly installs his bot on sn servers :D
[00:46:43] <Bytram> =folding-rank
[00:47:27] <Bytram> =folding-rank Can scrape the score from: https://apps.foldingathome.org
[00:56:33] <chromas> Their website's front page is pretty retarded though
[00:57:17] <chromas> I scroll to bottom and it keeps scrolling back up
[01:13:56] <chromas> Heh, they don't want bots scraping the team stats page; instead, the proper way is to download a 16MB compressed text file
[01:16:23] <Deucalion> Welcome to 2019.... bandwidth no problem.... just repeatedly reparse that ever growing file..... should just put it on a blockchain :D
[01:16:41] <chromas> blockchain@home
[01:16:49] <chromas> or folding@blockchain
[01:17:04] <chromas> But can they fit a cloud in there somehow?
[01:17:15] <Deucalion> blockchain@lookingforaproblemtosolve
[01:19:12] <chromas> .gov
[02:12:37] -!- Deucalion has quit [Excess Flood]
[02:12:40] -!- Deucalion [Deucalion!~Fluff@Soylent/Staff/IRC/juggs] has joined #folding
[07:13:41] -!- Sirfinkus has quit [Quit: Textual IRC Client: www.textualapp.com]
[09:26:38] <Bytram> chromas: maybe start with something like this? curl --insecure https://apps.foldingathome.org
[09:26:46] <Bytram> or...
[09:27:15] <Bytram> wget --no-check-certificate https://apps.foldingathome.org
[09:28:07] <Bytram> wget --no-check-certificate --output-file=folding_stats.log --output-document=folding_stats.html https://apps.foldingathome.org
[09:30:03] <chromas> Oh, I wasn't having trouble with it. I was just looking around to see if they had an api or something and I came across their instruction thinger
[09:30:25] <Bytram> oh, nod nod.
[09:30:51] <Bytram> are you up early... or have not been to bed yet?
[09:34:41] <chromas> I am
[09:34:53] * chromas adds in folding command
[09:35:30] <Bytram> wget --no-check-certificate --output-file=folding_stats.log --output-document=folding_stats.html https://apps.foldingathome.org | grep 'Rank' | head -1 | sed 's#[^0-9]##g' | sed 's#^#Folding rank for team soylentnews is #'
[09:35:36] <Bytram> nope
[09:36:22] <Bytram> wget --no-check-certificate --output-file=folding_stats.log --output-document=folding_stats.html https://apps.foldingathome.org && grep 'Rank' folding_stats.html | head -1 | sed 's#[^0-9]##g' | sed 's#^#Folding rank for team soylentnews is #'
[09:36:37] <Bytram> that's if you want to be able to review things along the way
[09:36:55] <Bytram> obviously non-optimal... but readable
[09:56:29] -!- upstart [upstart!~systemd@0::1] has joined #folding
[09:56:35] <chromas> =folding-rank
[09:56:36] <upstart> 233
[09:56:44] <chromas> Probably should add in a cache or something
[09:57:27] <chromas> Also it doesn't have a timer to announce a change
[16:50:08] <chromas> =folding-rank
[16:50:09] <upstart> 232
[19:54:26] -!- Sirfinkus [Sirfinkus!~SirFinkus@u-32-30-676-744.hsd5.wa.comcast.net] has joined #folding