(ℹ) Join us now at the IRC channel | ䷉ Find the plain text version at this address (HTTP) or in Gemini (how to use Gemini) with a full GemText version.
schestowitz-TR | trying python now to convert rss to html | Jan 30 00:10 |
---|---|---|
schestowitz-TR | there are modules that help with it | Jan 30 00:10 |
*u-amarsh04 has quit (Quit: Konversation terminated!) | Jan 30 00:31 | |
*u-amarsh04 has quit (Quit: Konversation terminated!) | Jan 30 00:31 | |
*u-amarsh04 (~amarsh04@freenode-rmogvn.g0d7.dtdf.mc4289.IP) has joined #boycottnovell | Jan 30 00:31 | |
*u-amarsh04 (~amarsh04@fpfsqjchsbkme.irc) has joined #boycottnovell | Jan 30 00:31 | |
schestowitz-TR | some progress made, prototype | Jan 30 00:53 |
schestowitz-TR | you made the opml parser, i work on epxanding a list of the given feed urls | Jan 30 01:08 |
schestowitz-TR | that alreaddy works :) | Jan 30 01:08 |
*u-amarsh04 has quit (Quit: Konversation terminated!) | Jan 30 01:32 | |
*u-amarsh04 has quit (Quit: Konversation terminated!) | Jan 30 01:32 | |
*u-amarsh04 (~amarsh04@freenode-rmogvn.g0d7.dtdf.mc4289.IP) has joined #boycottnovell | Jan 30 01:39 | |
*u-amarsh04 (~amarsh04@fpfsqjchsbkme.irc) has joined #boycottnovell | Jan 30 01:39 | |
*DaemonFC has quit (Quit: Leaving) | Jan 30 01:55 | |
*DaemonFC (~daemonfc@uax6j9r5apawe.irc) has joined #boycottnovell | Jan 30 01:55 | |
*Now talking on #boycottnovell | Jan 30 03:16 | |
*Topic for #boycottnovell is: TechRights.org | Channel #boycottnovell for http://TechRights.org | Free Software Sentry – watching and reporting maneuvers of those who oppose software freedom :: please also join channels #techrights and #boycottnovell-social | Jan 30 03:16 | |
*Topic for #boycottnovell set by schestowitz!~roy@haii6za73zabc.irc at Tue Jun 1 20:22:10 2021 | Jan 30 03:16 | |
schestowitz-TR | see feedlist.py on /home/roy (your end) | Jan 30 05:13 |
schestowitz-TR | you can run it with python3 and the required modules | Jan 30 05:13 |
techrigthssec | ack | Jan 30 05:49 |
schestowitz-TR | ramble on faraway keyboard: so we have a kind opml parser and prototype | Jan 30 05:52 |
schestowitz-TR | for stuff that takes a list of feeds, processing them one at a time, cutting based | Jan 30 05:52 |
schestowitz-TR | on date ranges, then producing, e.g. to out put file, a page that can be opened in kate/firefox | Jan 30 05:52 |
schestowitz-TR | (in my case) for quick shelving and posting | Jan 30 05:52 |
schestowitz-TR | the prototype is not robust to oddball date formats | Jan 30 05:52 |
schestowitz-TR | but it can ingest a lot of stuff | Jan 30 05:52 |
schestowitz-TR | it would be nice to also inc. some political news from it | Jan 30 05:52 |
schestowitz-TR | and patents | Jan 30 05:52 |
schestowitz-TR | this process saves a lot of time | Jan 30 05:52 |
techrigthssec | no prototype yet the ability to retain the OPML hiearchy is lost | Jan 30 05:52 |
techrigthssec | that capability is essential in managing any set larger than a feed or two | Jan 30 05:52 |
schestowitz-TR | for now I toy around with linear list of feeds | Jan 30 05:54 |
schestowitz-TR | it works ok | Jan 30 05:54 |
schestowitz-TR | as long as there is some consistency across feeds | Jan 30 05:54 |
schestowitz-TR | with opml hierarchy several different output files can be created | Jan 30 05:54 |
schestowitz-TR | e.g. patents, politics, foss | Jan 30 05:54 |
schestowitz-TR | a long time ago i made a script, short, for turning the opml into a list of feeds | Jan 30 06:10 |
schestowitz-TR | i cannot find it in git | Jan 30 06:10 |
schestowitz-TR | maybe it was a one-liner | Jan 30 06:10 |
schestowitz-TR | oh,i found it | Jan 30 06:10 |
schestowitz-TR | how can imake python fail gracefuly and carry on when it fails on one feed | Jan 30 06:10 |
schestowitz-TR | do you know offhand? | Jan 30 06:10 |
schestowitz-TR | ran ok | Jan 30 06:10 |
schestowitz-TR | got the flattened list | Jan 30 06:10 |
techrigthssec | Working on a hiearchical feed reader but no ETA, still looking at sketches | Jan 30 06:12 |
techrigthssec | and studies | Jan 30 06:12 |
techrigthssec | try: | Jan 30 06:12 |
techrigthssec | except: | Jan 30 06:12 |
techrigthssec | the except: part takes the type of error if you need to tune the response | Jan 30 06:12 |
techrigthssec | to the different types of exceptions raised | Jan 30 06:12 |
techrigthssec | https://docs.python.org/3/tutorial/errors.html | Jan 30 06:13 |
-TechrightsBN/#boycottnovell-docs.python.org | 8. Errors and Exceptions — Python 3.11.1 documentation | Jan 30 06:13 | |
schestowitz-TR | a long time ago i made a script, short, for turning the opml into a list of feeds | Jan 30 06:20 |
schestowitz-TR | i cannot find it in git | Jan 30 06:20 |
schestowitz-TR | maybe it was a one-liner | Jan 30 06:21 |
schestowitz-TR | oh,i found it | Jan 30 06:21 |
schestowitz-TR | how can imake python fail gracefuly and carry on when it fails on one feed | Jan 30 06:21 |
schestowitz-TR | do you know offhand? | Jan 30 06:21 |
schestowitz-TR | ran ok | Jan 30 06:21 |
schestowitz-TR | got the flattened list | Jan 30 06:21 |
schestowitz-TR | fantastic! that worked | Jan 30 06:21 |
schestowitz-TR | doing a test on about 30 random feeds | Jan 30 06:21 |
schestowitz-TR | it looks like we can expand the scope of coverage withthe time saved | Jan 30 06:21 |
techrigthssec | Feeds usually indicate a waiting period so the script should take that | Jan 30 06:25 |
techrigthssec | into account and not re-fetch a feed prior to that interval having passed | Jan 30 06:25 |
schestowitz-TR | this new workflow is awesome | Jan 30 06:57 |
schestowitz-TR | ought to have done this years ago | Jan 30 06:57 |
schestowitz-TR | WTH? "the pandemic has brought some positive changes to Finnish society, experts say."☞ https://yle.fi/a/74-20015259?origin=rssthis new workflow is awesome | Jan 30 07:37 |
-TechrightsBN/#boycottnovell-yle.fi | Three years since first Covid diagnosis, Finland looks for pandemic silver linings | News | Yle Uutiset | Jan 30 07:37 | |
schestowitz-TR | ought to have done this years ago | Jan 30 07:37 |
schestowitz-TR | i have plugged the full list | Jan 30 07:49 |
schestowitz-TR | over 1k feeds | Jan 30 07:49 |
schestowitz-TR | for sites that areonline the script hangs forminutes | Jan 30 07:49 |
schestowitz-TR | this ie all experimental anyway | Jan 30 07:49 |
techrigthssec | Excellent | Jan 30 08:11 |
techrigthssec | The fetching of feeds can be massively parallelized, it is not hitting the | Jan 30 08:57 |
techrigthssec | same site multiple times. The limit is RAM and local bandwidth, afiak | Jan 30 08:57 |
*DaemonFC has quit (Quit: Leaving) | Jan 30 09:50 | |
*psydroid2 (~psydroid@cbcfptirpkfqa.irc) has joined #boycottnovell | Jan 30 11:55 | |
schestowitz-TR | otr rianne had back pains last year | Jan 30 16:21 |
schestowitz-TR | otr i had to escalate to mangement for her to see a gp for it | Jan 30 16:21 |
schestowitz-TR | otr it then took a while to book a scan | Jan 30 16:21 |
schestowitz-TR | otr took 2 months to get the result! | Jan 30 16:21 |
schestowitz-TR | otr it's all fine, but today she booked a physio | Jan 30 16:21 |
schestowitz-TR | otr earlier available date march 27th! | Jan 30 16:21 |
schestowitz-TR | otr imagine if it was very serious | Jan 30 16:21 |
schestowitz-TR | otr with her aunt they have not yet begun the chemo | Jan 30 16:21 |
schestowitz-TR | otr | Jan 30 16:21 |
schestowitz-TR | months behind schedule already | Jan 30 16:22 |
*DaemonFC (~daemonfc@7xgquytfiu8r8.irc) has joined #boycottnovell | Jan 30 20:45 | |
*DaemonFC has quit (Quit: Leaving) | Jan 30 22:26 | |
*psydroid2 has quit (connection closed) | Jan 30 22:57 |
Generated by irclog2html.py
2.6 | ䷉ find the plain text version at this address (HTTP) or in Gemini (how to use Gemini) with a full GemText version.