Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.advocacy > #404135
| From | Jeff-Relf.Me @. |
|---|---|
| Newsgroups | comp.os.linux.advocacy, sci.physics |
| Subject | CopyRightTrolls can't blackmail me. |
| Date | 2017-03-28 14:48 -0700 |
| Organization | Glorb Internet Services, http://www.glorb.com |
| Message-ID | <Jeff-Relf.Me@Mar.28--2.48P.Seattle.2017> (permalink) |
| References | (1 earlier) <ob6ggq$qia$3@dont-email.me> <aPOdncnzHuabWkvFnZ2dnUU7-IVg4p2d@giganews.com> <obbgth$u8e$3@dont-email.me> <Jeff-Relf.Me@Mar.27--4.44P.Seattle.2017> <obdud4$68s$5@dont-email.me> |
Cross-posted to 2 groups.
You ( MrDFS ) replied ( to me ):
> > qBittorent, Zoom Player Max 13.0 rc1 ($30)
>
> I think I've downloaded 2 torrents in my life. What kind of stuff do
> you download? I always associate torrents with pirated material.
I mostly download YouTube videos
( via Video DownloadHelper/Converter, FireFox, $29 via Stripe )
but, occasionally, I download TV shows.
CopyRightTrolls can't blackmail me because I'm not making money off it,
and my IP address is not me.
> The 'Newsgroups' header from blocknews.net looked like this in older posts:
> Xref: nimbus comp.os.linux.advocacy:12345 alt.usenet.kooks:01673
> sci.physics:34592
I don't believe that ! You _must be confused. What's the MessageID ?
> imageMagick is a graphics library - not much in common with gimp.
It's also an editor. Gimp is good but hard to learn.
I code Direct2D ( for PostScriptLike paths and bitmaps )
and DirectWrite ( fonts ); previously, I used DirectDraw and GDI+.
Direct2D is amazingly powerful and, because it's part of Direct3D,
I get a high "frame rate", even with heavy, 4K graphics -- very nice !
> > Visual Studio 2017 Community Edition ( CostFree )
> > with Visual Commander Professional 2.6.3 ( $49 ).
> > http://Jeff-Relf.Me/Macros.HTM
>
> VS is nice, but too bulbous for my hobby programs.
> SublimeText is another nice editor.
I know vs2017 and VisualCommander ( EnvDTE80 / C# ) inside and out,
backwards and forwards; so, in my mind, they're "tiny".
> > I use my "Jeff-Relf.Me/X.HTM", of course.
>
> And others
> --------------------
> 40tude_Dialog 2125
> Forte Agent 1
> Google Groups 2
> Mozilla 2
> Relf's X 4085
> Thunderbird 1
> Xnews 44
> unknown 78
> --------------------
I used 40tude_Dialog when, 2004 ?
I've tested NewsReaders, of course.
> Your X-related user agent strings
> Jeff-Relf.Me/X.TXT
> Jeff-Relf.Me/X.HTM
> Jeff-Relf.Me/X.ZIP
> X
> JeffRelf.F-M.FM/X.ZIP
> JeffRelf.F-M.FM/X.ZIP
> X.ZIP
> JeffRelf.F-M.FM/X.EXE
> X.EXE
Most of those were years ago, now it's "Jeff-Relf.Me/X.HTM".
> > I use .TXT files; to wit: "Jeff-Relf.Me/Posts.TXT".
>
> You should slam them into a database where you can sort and query.
They're sorted by date, and easy to search and edit
using vs2017, my PlainText editor.
vs2017 can edit a 3 GigaByte text file, as I did today.
> I have a table with nearly 67 million rows in it, and
> it's pretty fast to query. Updates and inserts are slow, though.
I like what you're doing, but I can use GoogleGroups instead;
e.g. to find your "o9p7bt$qrj$3@dont-email.me" post, do:
https://groups.google.com/forum/#!search/messageid:o9p7bt$24qrj$243@dont-email.me
> Yesterday I wrote a python module to determine UTC given an NNTP post date:
> http://s000.tinyupload.com/index.php?file_id=04316373949536294863
>
> I think I did it right - I created a bunch of tests and it passed them
> (except for one, which I decided not to 'fix' because there is no time
> zone with a +-0030 offset)
All dates should be convertable to seconds since the start of 1970,
a 64 bit integer. In C, it's like this:
i64 aDate ; tm DayRec = {};
DayRec.tm_mon = Month ; // 0..11
DayRec.tm_mday = DayOfTheMonth ; // 1..31
DayRec.tm_year = Year - 1900, aDate = mktime( &DayRec );
You can add 200 days to DayRec.tm_mday, and call mktime( &DayRec ) to
normalize .tm_mday to 1..31, adjusting .tm_mon and .tm_year accordingly.
rfc2822 ( April 2001 ) Obsoletes rfc822 ( August 13, 1982 ).
Quoting
https://tools.ietf.org/html/rfc2822#section-3.3
The form "+0000" SHOULD be used to indicate
a time zone at Universal Time.
Quoting
https://tools.ietf.org/html/rfc2822#appendix-A.6.2
The following [has] an obsolete date format,
including a non-numeric time zone and a two digit year:
Date: 21 Nov 97 09:55:06 GMT
My "(Seattle)" is just a comment, it's not used to calculate a date.
Back to comp.os.linux.advocacy | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-24 23:55 -0500
Re: Open source: The new normal in enterprise software Snit <usenet@gallopinginsanity.com> - 2017-03-24 23:08 -0700
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-25 08:58 -0500
Re: Open source: The new normal in enterprise software chrisv <chrisv@nospam.invalid> - 2017-03-25 09:35 -0500
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-25 09:49 -0500
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-25 15:33 -0400
Re: Open source: The new normal in enterprise software Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-03-25 06:47 -0400
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-25 09:24 -0500
Re: Open source: The new normal in enterprise software Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-03-25 12:49 -0400
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-25 13:37 -0500
Re: Open source: The new normal in enterprise software Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-03-26 07:43 -0400
Re: Open source: The new normal in enterprise software chrisv <chrisv@nospam.invalid> - 2017-03-25 07:11 -0500
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-25 09:25 -0500
Re: Open source: The new normal in enterprise software Silver-Tongued Heel <sl@im.er> - 2017-03-25 10:49 -0400
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-25 09:56 -0500
Re: Open source: The new normal in enterprise software Silver-Tongued Heel <sl@im.er> - 2017-03-25 11:07 -0400
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-25 10:27 -0500
Re: Open source: The new normal in enterprise software Silver-Tongued Heel <sl@im.er> - 2017-03-25 11:53 -0400
Re: Open source: The new normal in enterprise software Snit <usenet@gallopinginsanity.com> - 2017-03-25 10:45 -0700
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-25 13:43 -0500
Re: Open source: The new normal in enterprise software Snit <usenet@gallopinginsanity.com> - 2017-03-25 11:59 -0700
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-25 14:06 -0500
Re: Open source: The new normal in enterprise software Snit <usenet@gallopinginsanity.com> - 2017-03-25 13:34 -0700
Re: Open source: The new normal in enterprise software Silver-Tongued Heel <sl@im.er> - 2017-03-25 18:13 -0400
Re: Open source: The new normal in enterprise software Snit <usenet@gallopinginsanity.com> - 2017-03-25 15:25 -0700
Re: Open source: The new normal in enterprise software Silver-Tongued Heel <sl@im.er> - 2017-03-25 20:23 -0400
Re: Open source: The new normal in enterprise software Snit <usenet@gallopinginsanity.com> - 2017-03-25 17:46 -0700
Re: Open source: The new normal in enterprise software Snit <usenet@gallopinginsanity.com> - 2017-03-25 10:39 -0700
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-25 13:46 -0500
Re: Open source: The new normal in enterprise software Snit <usenet@gallopinginsanity.com> - 2017-03-25 13:49 -0700
Re: Open source: The new normal in enterprise software Silver-Tongued Heel <sl@im.er> - 2017-03-25 18:06 -0400
Re: Open source: The new normal in enterprise software Snit <usenet@gallopinginsanity.com> - 2017-03-25 15:23 -0700
Re: Open source: The new normal in enterprise software Snit <usenet@gallopinginsanity.com> - 2017-03-25 10:46 -0700
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-25 15:33 -0400
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-25 14:37 -0500
Re: Open source: The new normal in enterprise software Snit <usenet@gallopinginsanity.com> - 2017-03-25 14:00 -0700
Re: Open source: The new normal in enterprise software Peter Köhlmann <peter-koehlmann@t-online.de> - 2017-03-25 22:07 +0100
Re: Open source: The new normal in enterprise software Snit <usenet@gallopinginsanity.com> - 2017-03-25 14:31 -0700
Re: Open source: The new normal in enterprise software Silver-Tongued Heel <sl@im.er> - 2017-03-25 18:17 -0400
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-25 18:05 -0500
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-27 13:11 -0400
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-27 12:49 -0500
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 11:12 -0400
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-28 10:45 -0500
Re: Open source: The new normal in enterprise software Steve Carroll <"Steve Carroll"@noSPAM.none> - 2017-03-28 16:41 +0000
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-28 11:56 -0500
Re: Open source: The new normal in enterprise software Steve Carroll <"Steve Carroll"@noSPAM.none> - 2017-03-28 16:58 +0000
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 13:14 -0400
Re: Open source: The new normal in enterprise software Melzzzzz <Melzzzzz@zzzzz.com> - 2017-03-28 17:21 +0000
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 13:48 -0400
Re: Open source: The new normal in enterprise software Steve Carroll <fretwizzer@gmail.com> - 2017-03-28 11:12 -0700
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 14:21 -0400
Re: Open source: The new normal in enterprise software Steve Carroll <fretwizzer@gmail.com> - 2017-03-28 13:14 -0700
Re: Open source: The new normal in enterprise software owl <owl@rooftop.invalid> - 2017-03-28 20:18 +0000
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 13:16 -0400
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-28 12:39 -0500
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 13:41 -0400
Re: Open source: The new normal in enterprise software Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-03-28 14:46 -0400
CostFree apps. Jeff-Relf.Me @. - 2017-03-27 16:44 -0700
Re: CostFree apps. DFS <nospam@dfs.com> - 2017-03-28 11:14 -0400
Re: CostFree apps. Marek Novotny <marek.novotny@marspolar.com> - 2017-03-28 10:49 -0500
Re: CostFree apps. Silver-Tongued Heel <sl@im.er> - 2017-03-28 12:10 -0400
Re: CostFree apps. Marek Novotny <marek.novotny@marspolar.com> - 2017-03-28 11:22 -0500
Re: CostFree apps. Silver-Tongued Heel <sl@im.er> - 2017-03-28 14:08 -0400
Re: CostFree apps. Marek Novotny <marek.novotny@marspolar.com> - 2017-03-28 13:55 -0500
Re: CostFree apps. Silver-Tongued Heel <sl@im.er> - 2017-03-28 16:38 -0400
Re: CostFree apps. Snit <usenet@gallopinginsanity.com> - 2017-03-28 14:16 -0700
CopyRightTrolls can't blackmail me. Jeff-Relf.Me @. - 2017-03-28 14:48 -0700
Re: CopyRightTrolls can't blackmail me. Snit <usenet@gallopinginsanity.com> - 2017-03-28 15:24 -0700
Re: CopyRightTrolls can't blackmail me. DFS <nospam@dfs.com> - 2017-03-29 12:12 -0400
CopyRightTrolls can't blackmail me. Jeff-Relf.Me @. - 2017-03-29 13:34 -0700
Re: Open source: The new normal in enterprise software chrisv <chrisv@nospam.invalid> - 2017-03-25 10:12 -0500
Re: Open source: The new normal in enterprise software Silver-Tongued Heel <sl@im.er> - 2017-03-25 11:51 -0400
Re: Open source: The new normal in enterprise software chrisv <chrisv@nospam.invalid> - 2017-03-27 09:33 -0500
Re: Open source: The new normal in enterprise software fr314159@gmail.com - 2017-03-27 08:22 -0700
Re: Open source: The new normal in enterprise software Melzzzzz <Melzzzzz@zzzzz.com> - 2017-03-27 15:31 +0000
Re: Open source: The new normal in enterprise software fr314159@gmail.com - 2017-03-27 09:53 -0700
Re: Open source: The new normal in enterprise software Peter Köhlmann <peter-koehlmann@t-online.de> - 2017-03-27 17:33 +0200
Re: Open source: The new normal in enterprise software William Poaster <wp@dev.null> - 2017-03-27 16:47 +0100
Re: Open source: The new normal in enterprise software chrisv <chrisv@nospam.invalid> - 2017-03-27 10:50 -0500
Re: Open source: The new normal in enterprise software Silver-Tongued Heel <sl@im.er> - 2017-03-27 12:10 -0400
Re: Open source: The new normal in enterprise software fr314159@gmail.com - 2017-03-27 09:41 -0700
Re: Open source: The new normal in enterprise software fr314159@gmail.com - 2017-03-27 09:35 -0700
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-27 11:37 -0500
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-27 13:09 -0400
Re: Open source: The new normal in enterprise software fr314159@gmail.com - 2017-03-27 11:17 -0700
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 10:23 -0400
Re: Open source: The new normal in enterprise software chrisv <chrisv@nospam.invalid> - 2017-03-27 12:46 -0500
Re: Open source: The new normal in enterprise software fr314159@gmail.com - 2017-03-27 11:06 -0700
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 09:04 -0400
Re: Open source: The new normal in enterprise software Peter Köhlmann <peter-koehlmann@t-online.de> - 2017-03-28 15:13 +0200
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 13:28 -0400
Re: Open source: The new normal in enterprise software Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-03-28 14:39 -0400
Re: Open source: The new normal in enterprise software owl <owl@rooftop.invalid> - 2017-03-28 16:24 +0000
Re: Open source: The new normal in enterprise software Melzzzzz <Melzzzzz@zzzzz.com> - 2017-03-28 16:28 +0000
Re: Open source: The new normal in enterprise software owl <owl@rooftop.invalid> - 2017-03-28 17:19 +0000
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 13:32 -0400
Re: Open source: The new normal in enterprise software owl <owl@rooftop.invalid> - 2017-03-28 18:31 +0000
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-28 14:07 -0500
Re: Open source: The new normal in enterprise software owl <owl@rooftop.invalid> - 2017-03-28 19:46 +0000
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-28 14:56 -0500
Re: Open source: The new normal in enterprise software chrisv <chrisv@nospam.invalid> - 2017-03-28 15:09 -0500
Re: Open source: The new normal in enterprise software William Poaster <wp@dev.null> - 2017-03-28 23:12 +0100
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 13:28 -0400
Re: Open source: The new normal in enterprise software Melzzzzz <Melzzzzz@zzzzz.com> - 2017-03-28 17:40 +0000
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 13:42 -0400
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 13:49 -0400
Re: Open source: The new normal in enterprise software Melzzzzz <Melzzzzz@zzzzz.com> - 2017-03-28 18:06 +0000
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 20:09 -0400
Re: Open source: The new normal in enterprise software William Poaster <wp@dev.null> - 2017-03-28 23:22 +0100
Re: Open source: The new normal in enterprise software Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-03-28 19:20 -0400
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-29 09:11 -0400
Re: Open source: The new normal in enterprise software Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-03-28 15:14 -0400
Re: Open source: The new normal in enterprise software Peter Köhlmann <peter-koehlmann@t-online.de> - 2017-03-28 22:23 +0200
Re: Open source: The new normal in enterprise software Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-03-28 19:21 -0400
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-31 08:28 -0400
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 13:17 -0400
Re: Open source: The new normal in enterprise software Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-03-27 12:57 -0400
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-27 10:58 -0500
Re: Open source: The new normal in enterprise software fr314159@gmail.com - 2017-03-27 09:29 -0700
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-27 11:33 -0500
Re: Open source: The new normal in enterprise software fr314159@gmail.com - 2017-03-27 09:48 -0700
Re: Open source: The new normal in enterprise software Peter Köhlmann <peter-koehlmann@t-online.de> - 2017-03-27 18:51 +0200
Re: Open source: The new normal in enterprise software fr314159@gmail.com - 2017-03-27 10:05 -0700
Re: Open source: The new normal in enterprise software Peter Köhlmann <peter-koehlmann@t-online.de> - 2017-03-27 19:06 +0200
Re: Open source: The new normal in enterprise software Marek Novotny <marek.novotny@marspolar.com> - 2017-03-27 11:56 -0500
Re: Open source: The new normal in enterprise software vallor <vallor@cultnix.org> - 2017-03-27 20:13 +0000
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-25 15:33 -0400
Re: Open source: The new normal in enterprise software "F. Russell" <fr@random.info> - 2017-03-25 17:18 +0000
Re: Open source: The new normal in enterprise software DFS <nospam@dfs.com> - 2017-03-28 11:09 -0400
csiph-web