#editorial | Logs for 2021-02-23

« return
[00:00:55] <Bytram> https://upload.wikimedia.org
[00:02:25] <Bytram> =asub https://www.sciencedaily.com
[00:02:29] <systemd> βœ“ Sub-ccess! "03Concept for a New Storage Medium" (11p) -> https://soylentnews.org
[00:19:34] <Bytram> =cite 10.1038/s41550-020-01295-8
[00:19:36] <systemd> <p><b>Journal Reference</b>:<br/>Robert Stein, Sjoert van Velzen, Marek Kowalski, <em>et al</em>. <b>A tidal disruption event coincident with a high-energy neutrino</b>, <cite>Nature Astronomy</cite> (DOI: <a href="https://doi.org/10.1038/s41550-020-01295-8">10.1038/s41550-020-01295-8</a>)</p>
[00:20:18] <Bytram> =cite https://scitechdaily.com
[00:20:18] <systemd> <p><b>Journal Reference</b>:<br/><b>Ghost Particle From Star Shredded by Black Hole Reveals Cosmic Particle Accelerator</b>, <cite></cite> (DOI: <a href="https://doi.org/https://scitechdaily.com/ghost-particle-from-star-shredded-by-black-hole-reveals-cosmic-particle-accelerator/">https://scitechdaily.com/ghost-particle-from-star-shredded-by-black-hole-reveals-cosmic-particle-accelerator/</a>)</p>
[00:21:12] <Bytram> =asub https://scitechdaily.com DOI: https://doi.org
[00:21:41] <chromas> ya dun brokeit
[00:22:10] <Bytram> =blame
[00:22:10] * systemd points at Bytram
[00:22:27] <Bytram> =yt not dead yet
[00:22:28] <systemd> https://youtube.com - Lord Huron - Not Dead Yet (Official Video) (03:32; 69,941 views; πŸ‘5,824 πŸ‘Ž22)
[00:22:29] <chromas> =asub https://scitechdaily.com
[00:22:34] <systemd> βœ“ Sub-ccess! "03Ghost Particle From Star Shredded by Black Hole Reveals Cosmic Particle Accelerator" (15p) -> https://soylentnews.org
[00:23:36] <Bytram> I did it *that* way cause the DOI in the article was just plain text, and upstart seemed unable to make a =cite from it
[00:24:22] <chromas> it pulled it from somewhere though :)
[00:25:14] <Bytram> Hmm, but this does not seem to work:
[00:25:19] <Bytram> =cite https://scitechdaily.com
[00:25:19] <systemd> <p><b>Journal Reference</b>:<br/><b>Ghost Particle From Star Shredded by Black Hole Reveals Cosmic Particle Accelerator</b>, <cite></cite> (DOI: <a href="https://doi.org/https://scitechdaily.com/ghost-particle-from-star-shredded-by-black-hole-reveals-cosmic-particle-accelerator/">https://scitechdaily.com/ghost-particle-from-star-shredded-by-black-hole-reveals-cosmic-particle-accelerator/</a>)</p>
[00:25:31] <Bytram> chromas: ???
[00:25:47] <chromas> Which is weird because I'm pretty sure it goes through the same code path to get the doi details
[00:26:17] <Bytram> Iz what I'd a thunk, too.
[00:26:35] <Bytram> Sure seems like *something* is different, no?
[00:37:28] <Bytram> =asub https://spacenews.com
[00:37:30] <systemd> βœ“ Sub-ccess! "03NASA Postpones Second SLS Green Run Test - SpaceNews" (8p) -> https://soylentnews.org
[00:48:30] <chromas> ah the citation bit needs an extra step
[00:49:06] <chromas> submit looks for a doi and loads it, while cite assumes it's already on the doi link since that's what it was made ofr
[00:49:07] <chromas> for
[00:56:09] -!- systemd has quit [Remote host closed the connection]
[00:56:19] -!- systemd [systemd!~systemd@pid1] has joined #editorial
[00:57:08] <Bytram> =blame
[00:57:08] * systemd points at Bytram
[00:57:21] * Bytram I've still got it!
[00:57:25] <Bytram> =)
[00:57:52] <Bytram> chromas: THANKS for the quick bug isolation and fix!!!!!!!
[00:58:19] <chromas> oh I didn't fix it; the bot spazzed out and ate all the cpu
[00:58:59] <Bytram> oh? You mean I can bork it again?
[01:00:15] <chromas> Always
[01:00:48] <Bytram> =yt swedish chef bork
[01:00:49] <systemd> https://youtube.com - PΓΆpcΓΈrn | Recipes with The Swedish Chef | The Muppets (03:39; 51,341,870 views; πŸ‘232,878 πŸ‘Ž13,623)
[01:02:01] <chromas> =yt bjΓΆrk
[01:02:02] <systemd> https://youtube.com - BjΓΆrk Stalker - The Video Diary Of Ricardo Lopez 102 minute Documentary (01:42:02; 1,317,449 views; πŸ‘16,543 πŸ‘Ž2,440)
[01:02:06] <chromas> oh
[01:02:32] <chromas> Maybe I should just start a new bot :D
[01:04:28] <chromas> I just need to figure out a way to detect if the url is a news article or the science article a news article is pointing at
[01:05:43] <Bytram> Hmmm... try it both ways and look for a "tell tale" (sentinel(s) present OR missing) in the results?
[01:05:56] <chromas> I wanted to avoid extra page hits
[01:06:09] <chromas> I'll make it check for a DOI first and then try again if it's empty
[01:06:21] <chromas> (checking the meta tags)
[01:06:21] <Bytram> on the source file?
[01:07:04] <Bytram> retrieve the source doc to a file, and then play with it all you want, there.
[01:07:19] <Bytram> bi10 dishes
[01:08:04] <chromas> when you call =cite it doesn't know if what you pass in is a scientific article with authors and stuff or if it's a news article it needs to search for a reference to the science page
[01:21:24] <Bytram> Ah, so that's where you bifurcate it?!!!
[01:22:55] <chromas> then I get distracted trying to get the source control webby bs working
[01:23:14] <chromas> phabricator is bjΓΆrked and gitea uses cpu while idle
[01:23:51] <chromas> maybe gitea just needs a sleep(.1) in there somewhere
[01:27:32] -!- AzumaHazuki [AzumaHazuki!~hazuki@the.end.of.time] has joined #editorial
[01:42:02] <Bytram> https://youtu.be
[01:42:04] <systemd> ^ 03**FULL VIDEO** Mississauga Porch Pirate Fails Stealing A Package & Gets His Car Stuck In A Snow Bank ( https://www.youtube.com )
[01:56:27] <Bytram> =yt https://youtu.be
[01:56:28] <systemd> https://youtube.com - Perseverance Rover’s Descent and Touchdown on Mars (Official NASA Video) (03:26; 2,058,559 views; πŸ‘105,925 πŸ‘Ž561)
[02:34:34] -!- AzumaHazuki has quit [Remote host closed the connection]
[03:08:33] <Bytram> whereto? http://rss.cnn.com
[03:08:37] <systemd> ^ 03Source: Former President Trump offered Kim Jong Un a ride on Air Force One after Vietnam summit - CNN Video ( https://www.cnn.com )
[03:17:20] <Bytram> =asub https://www.sciencedaily.com
[03:17:24] <systemd> βœ“ Sub-ccess! "03Sleep is Vital to Associating Emotion With Memory, Study Finds" (12p) -> https://soylentnews.org
[03:26:47] <Bytram> =cite https://research.noaa.gov
[03:26:48] <systemd> <p><b>Journal Reference</b>:<br/><b>Aviation is responsible for 3.5 percent of climate change, study finds - Welcome to NOAA Research</b>, <cite></cite> (DOI: <a href="https://doi.org/https://research.noaa.gov/article/ArtMID/587/ArticleID/2667/Aviation-is-responsible-for-35-percent-of-climate-change-study-finds">https://research.noaa.gov/article/ArtMID/587/ArticleID/2667/Aviation-is-responsible-for-35-percent-of-climate-change-study-finds</a>)</p>
[03:26:58] <Bytram> nope!
[03:35:11] <Bytram> =asub https://arstechnica.com
[03:35:14] <systemd> βœ“ Sub-ccess! "03Humans Had Never Seen a Spacecraft Land on Another Planet" (13p) -> https://soylentnews.org
[03:36:55] <Bytram> =asub https://arstechnica.com
[03:36:58] <systemd> βœ“ Sub-ccess! "03After Saturday’s Engine Failure, Boeing Says Many 777s Should be Grounded" (10p) -> https://soylentnews.org
[03:55:44] <Bytram> It's shuteye time -- have a great night everybody!
[12:37:35] -!- AzumaHazuki [AzumaHazuki!~hazuki@the.end.of.time] has joined #editorial
[14:12:11] <Bytram> http://feedproxy.google.com
[14:12:13] <systemd> ^ 03Lenovo's stable of ThinkPad laptops include latest Intel, AMD chips starting at $689 ( https://www.cnet.com )
[14:16:46] <Bytram> http://rss.computerworld.com
[14:16:48] <systemd> ^ 03Microsoft slashes Windows 10 long-term support by half ( https://www.computerworld.com )
[15:08:18] <Bytram> http://feedproxy.google.com
[15:08:20] <systemd> ^ 03NASA hid secret messages in the Perseverance parachute ( https://www.cnet.com )
[15:26:10] <Bytram> =g perseverance parachute message
[15:26:11] <systemd> https://www.theguardian.com - 'Dare mighty things': hidden message found on Nasa Mars rover ...
[15:30:20] <Bytram> https://t.co
[15:30:20] <systemd> ^ 03https://twitter.com/adithya_balaji/status/1364020082599460872/photo/1
[15:45:11] <Bytram> =asub https://www.theguardian.com
[15:45:14] <systemd> βœ“ Sub-ccess! "03'Dare Mighty Things': Hidden Message Found on Nasa Mars Rover Parachute" (16p) -> https://soylentnews.org
[15:45:50] <Bytram> =g nasa perseverance image gallery
[15:45:51] <systemd> https://www.nasa.gov - Mars Perseverance Rover Images | NASA
[15:50:56] <Bytram> =yt perseverance parachute
[15:50:57] <systemd> https://youtube.com - Real Video of NASA's Perseverance Mars Parachute Deployment and Heat Shield Separation (01; 9,232 views; πŸ‘1,131 πŸ‘Ž24)
[15:51:25] <Bytram> =yt perseverance parachute -s46RCokXvWw
[15:51:26] <systemd> https://youtube.com - NASA's first Mars video by Perseverance Rover 2021 (04:40; 42,918 views; πŸ‘502 πŸ‘Ž24)
[15:53:41] <Bytram> =yt https://www.youtube.com
[15:53:41] <systemd> https://youtube.com - NASA's first Mars video by Perseverance Rover 2021 (04:40; 42,918 views; πŸ‘502 πŸ‘Ž24)
[15:54:17] <Bytram> https://youtu.be
[15:54:20] <systemd> ^ 03NASA's first Mars video by Perseverance Rover 2021 ( https://www.youtube.com )
[15:54:32] <Bytram> =yt https://www.youtube.com
[15:54:32] <systemd> https://youtube.com - PANDEMONIUM (WAYS 2 DIE) | EPISODE 5 (08:03; 700,658 views; πŸ‘32,792 πŸ‘Ž475)
[15:54:46] <Bytram> =yt https://www.youtube.com perseverance
[15:54:47] <systemd> https://youtube.com - PANDEMONIUM (WAYS 2 DIE) | EPISODE 5 (08:03; 700,658 views; πŸ‘32,792 πŸ‘Ž475)
[15:54:57] <Bytram> =yt https://www.youtube.com perseverance -pandemonium
[15:54:57] <systemd> https://youtube.com - PANDEMONIUM (WAYS 2 DIE) | EPISODE 5 (08:03; 700,658 views; πŸ‘32,792 πŸ‘Ž475)
[15:55:18] <Bytram> =yt https://www.youtube.com perseverance -PANDEMONIUM
[15:55:18] <systemd> https://youtube.com - PANDEMONIUM (WAYS 2 DIE) | EPISODE 5 (08:03; 700,658 views; πŸ‘32,792 πŸ‘Ž475)
[15:59:09] <Bytram> =asub https://www.computerworld.com
[15:59:11] <systemd> βœ“ Sub-ccess! "03Microsoft Slashes Windows 10 Long-term Support by Half" (23p) -> https://soylentnews.org
[17:36:54] -!- Subsentient has quit [Ping timeout: 265 seconds]
[18:01:38] -!- aqu4bot has quit [Quit: aqu4bot baking shutting down.]
[18:01:49] -!- aqu4bot [aqu4bot!~aqu4bot@pptdbxlc9.us] has joined #editorial
[18:01:55] -!- Subsentient [Subsentient!~WhiteRat@pptdbxlc9.us] has joined #editorial
[19:00:39] <Bytram> =asub https://www.sciencedaily.com
[19:00:42] <systemd> βœ“ Sub-ccess! "03Scientists Repair Injured Spinal Cord Using Patients' Own Stem Cells" (6p) -> https://soylentnews.org
[19:27:59] <Bytram> =asub https://www.sciencedaily.com
[19:28:04] <systemd> βœ“* Sub-ccess! "08New Metalens Shifts Focus Without Tilting or Moving: the Design May Enable Miniature Zoom Lenses for" (21p) -> https://soylentnews.org
[20:03:19] -!- AzumaHazuki has quit [Remote host closed the connection]
[20:25:07] -!- Subsentient has quit [Remote host closed the connection]
[20:25:07] -!- aqu4bot has quit [Quit: aqu4bot baking shutting down.]
[20:25:19] -!- mrpg [mrpg!~c85604a7@Soylent/Staff/Editor/mrpg] has joined #editorial
[20:25:19] -!- mode/#editorial [+v mrpg] by Hephaestus
[20:25:21] -!- aqu4bot [aqu4bot!~aqu4bot@pptdbxlc9.us] has joined #editorial
[20:25:28] -!- Subsentient [Subsentient!~WhiteRat@pptdbxlc9.us] has joined #editorial
[20:27:47] <mrpg> Hi I'll do Sleep is Vital to Associating Emotion With Memory, Study Finds
[20:29:07] <Bytram> mrpg: !!!!!!!
[20:29:34] <mrpg> Hi friend how are you!
[20:29:56] <Bytram> mrpg: So good to "see" you! Hope all is well and you are holding up okay!
[20:30:18] * Bytram tries to remember where you are located these days
[20:30:51] <Bytram> PM me if you'd prefer to not put it out here
[20:31:55] <mrpg> It's ok I'm in Chile
[20:32:13] <Bytram> #weather santiago
[20:32:14] <MrPlow> Cartago Province, Santiago, 30202 Costa Rica - Today: "Partly cloudy throughout the day." 73/56F, Humidity: 82%, Precip: 36%, Wind ~6mph. Wed: "Foggy in the evening." 74/59F, Humidity: 80%, Precip: 43%, Wind ~6mph. Thu: "Possible light rain throughout the day." 72/63F, Humidity: 91%, Precip: 72%, Wind ~8mph.
[20:32:20] <Bytram> whoops
[20:32:30] <Bytram> #weather chile
[20:32:31] <MrPlow> chile - Today: "Clear throughout the day." 76/51F, Humidity: 59%, Precip: 4%, Wind ~4mph. Wed: "Clear throughout the day." 75/53F, Humidity: 64%, Precip: 4%, Wind ~3mph. Thu: "Clear throughout the day." 75/53F, Humidity: 64%, Precip: 4%, Wind ~3mph.
[20:32:38] <mrpg> Summer but un unusual one, not hot as hell, just hot between 17c and 30c
[20:32:54] <mrpg> last year was hot as hell
[20:33:13] <Bytram> not bad at all!
[20:33:19] <mrpg> Some nights it was difficult to fall sleep
[20:33:23] <Bytram> hope it stays that was for ya!
[20:33:45] <Bytram> It's winter here and just got above freezing today
[20:34:15] <mrpg> here it got to 32F last year
[20:34:26] <mrpg> 0C which I seem to recall is 32f
[20:34:38] <Bytram> (supposed to get close to 7C this week)
[20:34:42] <Bytram> yes, it is
[20:35:08] * Bytram was talking about the daytime HIGH temperature
[20:36:12] <mrpg> I am thin so I dont have a natural protection against cold (fat) so in winter I suffer (-:
[20:36:25] <Bytram> this week hold see temps drop to -7C
[20:37:25] <Bytram> ditto. I could gain 10 kilos and just barely make it out of "underweight" for my height; add another 5-k KG to reach my "ideal"
[20:37:25] <mrpg> !!!
[20:37:52] <mrpg> I think
[20:38:14] <mrpg> I think I'm in my low ideal, 62k
[20:38:17] * Bytram tries to imagine walking around with an extra 20 Kg all day... No. Thank. You!!!!!!!!!
[20:38:34] <mrpg> 62 - 69 is my range, or at least it was 10 years ago
[20:39:19] <mrpg> How are you, your health?
[20:39:23] <Bytram> 62-64 for me
[20:40:06] <Bytram> get a few more aches as I get older, but nothing too bad.
[20:40:37] <Bytram> forearms get sore if I do too much typing, but it's early today so it
[20:40:50] <Bytram> is manageable atm
[20:41:06] * Bytram should prolly stretch more often and use ice packs
[20:41:35] <Bytram> how about YOU?
[20:41:51] <mrpg> I had a problem in the shoulder so I got to do physiotherapy
[20:42:35] <Bytram> OUCH! Hope it heels up well... and fast!
[20:43:56] <Bytram> I expect pretty much all the editorial staff has bckscroll, but just in case I'll pass along that you dropped in and you said "Hi!"
[20:44:40] <mrpg> good thanks. How have been things here?
[20:44:55] <Bytram> holding up pretty well, all in all...
[20:45:07] <Bytram> have you met requerdanos?
[20:46:16] <Bytram> started on our team end of last year and has been a great help right from the start (real life stuff has him loaded down atm, but should be "back in the saddle" before too long)
[20:47:38] <Bytram> =eds I shoulda thought of this earlier! We have an unexpected visitor today! ^^^
[20:47:38] <systemd> ^ Editor ping for Bytram, chromas, cmn32480, CoolHand, FatPhil, Fnord666, fyngyrz, janrinok, mrpg, n1, nick, spiraldancing, takyon
[20:47:58] <Bytram> ^^^ I shoulda thought of this earlier! We have an unexpected visitor today!!
[20:48:16] <Fnord666> Hey mrpg!
[20:48:17] <mrpg> I think yes
[20:48:32] <mrpg> Hi how are you?!
[20:48:47] <mrpg> Story ready - Sleep is Vital to Associating Emotion With Memory, Study Finds
[20:49:03] <Bytram> I gotta scoot for 5-10 minutes, but I will be back
[20:49:08] <Bytram> mrpg++
[20:49:08] <Bender> karma - mrpg: 75
[20:50:17] <Fnord666> I'm doing well. Thanks for asking.
[20:50:50] <Fnord666> So you are in Chile eh. That would be interesting.
[20:52:43] <mrpg> It is. Nice weather (half of the time), and I moved to the south hemisphere so I get to see the stars upside down.
[20:52:47] <mrpg> or so they say
[20:53:18] <Fnord666> That's a great point. How is the stargazing where you are? Any good dark sky available?
[20:53:30] <mrpg> What I did realise is tha tthe sun rises and sets in a different way, so I can confirm earth is a sphere :)
[20:54:26] <mrpg> Yes, I'm in the city but at nights I see more stars than in the north hemisphere. I see one of the dippers, dont know which
[20:54:33] <Fnord666> Well that's a load off of my mind. I've been concerned about that for years.
[20:54:47] <mrpg> haha
[20:54:57] <Fnord666> You should be able to see the southern cross as well.
[20:55:13] <Fnord666> =g southern cross astronomy
[20:55:14] <systemd> https://en.wikipedia.org - Crux - Wikipedia
[20:55:18] <mrpg> I was trying to see the ISS but I forget to ttrack it
[20:55:46] <Fnord666> Yeah it doesn't hang around for long.
[20:56:17] <mrpg> I'll try tonight to find the crux
[20:58:47] <Fnord666> Good luck. It's fairly easy to find.
[20:59:32] <mrpg> Luckily I have like a patio so I can just look up
[21:00:09] <Fnord666> Nice
[21:01:38] <Bytram> back
[21:02:20] <Fnord666> front
[21:02:28] <Bytram> left
[21:02:31] <Fnord666> down
[21:02:43] <Bytram> right!
[21:03:00] <Fnord666> exactly
[21:03:12] <Bytram> charmed, too, I'm sure!
[21:03:34] <Bytram> =g quark charm
[21:03:35] <systemd> https://en.wikipedia.org - Charm quark - Wikipedia
[21:03:43] <Bytram> =g quark
[21:03:43] <systemd> https://www.quark.com - QuarkXPress 2020 | Desktop and Digital Publishing Software
[21:03:51] <Bytram> =g quark particle
[21:03:51] <systemd> https://en.wikipedia.org - Quark - Wikipedia
[21:03:54] <Fnord666> That's too quarky for me.
[21:04:27] <Bytram> wasn't that a breakfast cereal back in the 70s?
[21:04:43] <Bytram> Wait, nope. Quisp and Quake.
[21:04:49] <Bytram> =w quisp
[21:04:50] <systemd> Quisp is a sugar-sweetened breakfast cereal from the Quaker Oats Company. It was introduced in 1965 and continued as a mass-market grocery item until - https://en.wikipedia.org
[21:05:03] <Bytram> =w quake
[21:05:04] <systemd> Quake primarily means an earthquake, a shaking of the earth's surface. Quake may also refer to: Quake (album), a 2003 album by cellist Erik Friedlander - https://en.wikipedia.org
[21:05:08] <Bytram> =w quake cereal
[21:05:09] <systemd> and Quake cereal was discontinued, but Quake himself introduced a new sidekick, an orange kangaroo named Simon and a new orange-flavored cereal called - https://en.wikipedia.org
[21:06:01] <Fnord666> Yup quisp was little cup shaped cereal sort of like a saucer IIRC
[21:06:49] <Fnord666> =g super sugar crisp
[21:06:49] <systemd> https://en.wikipedia.org - Golden Crisp - Wikipedia
[21:08:36] <mrpg> Use it in a sentence: in Japan it quakes often.
[21:09:42] <Bytram> god one!
[21:09:45] <Bytram> ops
[21:09:50] <Bytram> good one!
[21:11:09] <Bytram> whereto? http://rss.cnn.com
[21:11:12] <systemd> ^ 03Elon Musk, Bill Gates and Janet Yellen are sending bitcoin tumbling ( https://www.cnn.com )
[21:13:05] <mrpg> Chip me!
[21:14:52] <Bytram> AMD or Intel or Qualcomm or NVidea or ... ?
[21:14:57] <Bytram> ;^)
[21:16:41] <Bytram> whereto? https://www.youtube.com
[21:16:42] <systemd> ^ 03Domain walls in antiferromagnetic materials
[21:16:50] <Bytram> whereto? https://www.youtube.com
[21:16:51] <systemd> ^ 03Domain walls in antiferromagnetic materials
[21:17:53] <Bytram> =g cancelation
[21:17:54] <systemd> https://www.merriam-webster.com - Cancellation | Definition of Cancellation by Merriam-Webster
[21:18:06] <Bytram> thot so!
[21:22:11] <Bytram> whereto? https://in.makers.yahoo.com
[21:22:13] <systemd> ^ 03Meet Vandi Verma: The Roboticist Who Drove NASA’s Perseverance to Mars
[21:22:17] <mrpg> I'lll do "Huawei turns to pig farming as smartphone sales fall"
[21:22:26] <Bytram> k
[21:22:55] * Bytram continues 2nding stories; 2 to go
[21:32:25] <mrpg> Ready.
[21:32:35] <Bytram> on it!
[21:34:45] <mrpg> It seems a little lackluster to me
[21:34:46] <Bytram> lloks good!
[21:35:08] <mrpg> Thumbs up
[21:35:18] <Bytram> s/lo/oo/
[21:35:18] <SedBot> <Bytram> looks good!
[21:35:49] <mrpg> I'll do Unexpected Life Lurking in Subglacial Lakes Isolated Deep Beneath Antarctic Ice
[21:36:43] <Bytram> thank you very much! You're on a roll today!
[21:36:58] <Bytram> brb
[21:38:44] <mrpg> I really came to post because I dont want to lose my medical.
[21:45:49] -!- Subsentient has quit [Remote host closed the connection]
[21:45:49] -!- aqu4bot has quit [Quit: aqu4bot baking shutting down.]
[21:46:35] <mrpg> Unexpected life... ready.
[21:46:54] <mrpg> I have to go. Take care, Bye.
[21:47:00] -!- mrpg [mrpg!~c85604a7@Soylent/Staff/Editor/mrpg] has parted #editorial
[21:49:21] -!- Subsentient [Subsentient!~WhiteRat@pptdbxlc9.us] has joined #editorial
[21:52:35] <Bytram> =cite https://advances.sciencemag.org
[21:52:37] <systemd> <p><b>Journal Reference</b>:<br/>Louis-Alexandre Couston, Martin Siegert. <b>Dynamic flows create potentially habitable conditions in Antarctic subglacial lakes</b> [open], <cite>Science Advances</cite> (DOI: <a href="https://doi.org/10.1126/sciadv.abc3972">10.1126/sciadv.abc3972</a>)</p>
[21:53:40] <Bytram> https://scitechdaily.com
[21:53:41] <systemd> ^ 03Unexpected Life Lurking in Subglacial Lakes Isolated Deep Beneath Antarctic Ice
[21:54:44] <Fnord666> =cite https://advances.sciencemag.org
[21:54:45] <systemd> <p><b>Journal Reference</b>:<br/>Louis-Alexandre Couston, Martin Siegert. <b>Dynamic flows create potentially habitable conditions in Antarctic subglacial lakes</b> [open], <cite>Science Advances</cite> (DOI: <a href="https://doi.org/10.1126/sciadv.abc3972">10.1126/sciadv.abc3972</a>)</p>
[21:55:03] <Bytram> Fnord666: aaLREADY UPDATED IT
[21:55:13] <Bytram> capslock--
[21:55:13] <Bender> karma - capslock: -1
[21:55:15] <Fnord666> Yep I saw that
[21:55:25] <Bytram> kewel
[21:55:35] <Fnord666> and stop shouting. :)
[21:55:43] <Bytram> WHAT?
[21:57:11] <Bytram> https://blog.mozilla.org
[21:57:11] <systemd> ^ 03Firefox 86 Introduces Total Cookie Protection – Mozilla Security Blog
[22:11:02] <Bytram> =asub from the perchance-to-dream dept. https://scitechdaily.com
[22:11:08] <systemd> βœ“ Sub-ccess! "03Worms Reveal How Melatonin Works in the Brain to Promote Sleep" (10p) -> https://soylentnews.org
[22:12:48] <Bytram> =g crumby m-w
[22:12:48] <systemd> https://www.merriam-webster.com - Crummy | Definition of Crummy by Merriam-Webster
[22:15:48] <Bytram> whereto? http://feedproxy.google.com
[22:15:49] <systemd> ^ 03USPS picks Oshkosh Defense for future electric mail trucks ( https://www.cnet.com )
[22:19:08] <Bytram> =asub https://www.cnet.com See also: +https://www.vice.com/en_us/article/bvxkkz/usps-awards-contract-for-new-very-weird-looking-delivery-truck +https://www.trucks.com/2018/03/06/oshkosh-ford-usps-mail-truck/
[22:19:14] <systemd> βœ“ Sub-ccess! "03USPS Picks Oshkosh Defense for Future Electric Mail Trucks" (8p) -> https://soylentnews.org