<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>rinzewind.org/blog-en</title><link>https://rinzewind.org/blog-en/</link><description></description><lastBuildDate>Sat, 16 Nov 2024 00:00:00 -0500</lastBuildDate><item><title>Simple bash script to reduce the size of an EPUB file</title><link>https://rinzewind.org/blog-en/2024/simple-bash-script-to-reduce-the-size-of-an-epub-file.html</link><description>&lt;p&gt;Well, this blog is still alive!&lt;/p&gt;
&lt;p&gt;Have you ever downloaded an EPUB file too many megabytes too large? The reason 
is, quite probably, that the images in the file come in high resolution.&lt;/p&gt;
&lt;p&gt;As an .epub is &lt;em&gt;nothing more&lt;/em&gt; than a .zip with a certain structure, it's 
possible to uncompress it, reduce the image size and leave everything as it was 
before&lt;sup id="fnref:calibre"&gt;&lt;a class="footnote-ref" href="#fn:calibre"&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;p&gt;I've been doing this by hand for a few months but in the end &lt;a href="https://www.xkcd.com/974/"&gt;I've decided to 
save time in the long term&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://codeberg.org/rinze/reduce_ebook_size"&gt;Behold this technological 
wonder&lt;/a&gt;. You're welcome. Use it 
only if you know what you're doing, I'm not responsible for anything bad that 
might happen, yadda yadda.&lt;/p&gt;
&lt;div class="footnote"&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id="fn:calibre"&gt;
&lt;p&gt;Calibre has a plugin to do something like this but it doesn't reduce 
the size too much. The extremely simple and braindead solution I'm proposing 
gives me better results.&amp;#160;&lt;a class="footnote-backref" href="#fnref:calibre" title="Jump back to footnote 1 in the text"&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">José María Mateos</dc:creator><pubDate>Sat, 16 Nov 2024 00:00:00 -0500</pubDate><guid isPermaLink="false">tag:rinzewind.org,2024-11-16:/blog-en/2024/simple-bash-script-to-reduce-the-size-of-an-epub-file.html</guid><category>Blog</category></item><item><title>Don't waste your time: let the regulator deal with the credit bureaus (at least in Quebec)</title><link>https://rinzewind.org/blog-en/2023/dont-waste-your-time-let-the-regulator-deal-with-the-credit-bureaus-at-least-in-quebec.html</link><description>&lt;p&gt;Credit bureaus are known for their sloppiness and incompetence, but you're 
forced to deal with them&lt;sup id="fnref:1"&gt;&lt;a class="footnote-ref" href="#fn:1"&gt;1&lt;/a&gt;&lt;/sup&gt;. Recently, a family member tried to &lt;a href="https://idtheftreform.ca/2023/if-you-are-in-quebec-freeze-your-credit-file-now-your-future-self-will-thank-you.html"&gt;freeze her 
credit 
score&lt;/a&gt; 
but she was having problems with it. I had recently found again &lt;a href="https://www.kalzumeus.com/2017/09/09/identity-theft-credit-reports/#ghostwriting"&gt;this wonderful 
link that explains how to write proper complaint 
letters&lt;/a&gt;, 
so I decided it was a good opportunity to put this in practice. It's a good idea 
to always deal with these companies in writing so that there's a record.&lt;/p&gt;
&lt;p&gt;We drafted a letter explaining what she wanted to do, what wasn't working, and 
what we expected from TransUnion, attached all the relevant documentation, and 
sent it by certified mail. A couple of weeks passed and we received a very 
standard response: "This communication is written in response to your 
correspondence and/or documents received disputing the accuracy of certain 
information in your credit file"... which is not what we had done.&lt;/p&gt;
&lt;p&gt;In Quebec, credit reporting agencies are regulated by the &lt;a href="https://lautorite.qc.ca/grand-public"&gt;&lt;em&gt;Autorité des marchés 
financiers&lt;/em&gt;&lt;/a&gt; (AMF). They have a process to 
help citizens with their complaints, and they'll be a middleman with authority 
between us and a company that's not doing what we requested. The process can be 
started 
&lt;a href="https://services-en-ligne.public.lautorite.qc.ca/1A/scp/DemandeAssistance?langue=en"&gt;here&lt;/a&gt; 
and it takes 10 minutes to fill. So we decided to do that: we explained what we 
sent to TransUnion, what we expected them to do, and what we received back, and 
attached all the communications we had with them so far.&lt;/p&gt;
&lt;p&gt;A few days later (this was fast!), she received an e-mail from TransUnion asking 
how they could help, and offering to call next morning; this solved the problem 
promptly.&lt;/p&gt;
&lt;p&gt;I'm writing this because at this point I've seen many stories in different 
forums of people trying to deal with these companies with no success. This 
workflow worked for us:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Contact (in writing!) with the company and tell them very clearly what you 
   want them to do. You can follow that link I mentioned above; &lt;a href="https://consumer.ftc.gov/articles/sample-customer-complaint-letter"&gt;this FTC 
   guide&lt;/a&gt; is 
   also good.&lt;/li&gt;
&lt;li&gt;Wait for a response. If it's good, you're done.&lt;/li&gt;
&lt;li&gt;If it's not (most likely), contact your provincial regulator and check if 
   they offer a service like the AMF does, or in any case contact them with the 
   relevant documentation so that they know that a company under their 
   supervision is not doing its job properly.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="footnote"&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id="fn:1"&gt;
&lt;p&gt;they already have your data whether you like it or not, so you have no 
  choice.&amp;#160;&lt;a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text"&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">José María Mateos</dc:creator><pubDate>Sun, 26 Mar 2023 00:00:00 -0400</pubDate><guid isPermaLink="false">tag:rinzewind.org,2023-03-26:/blog-en/2023/dont-waste-your-time-let-the-regulator-deal-with-the-credit-bureaus-at-least-in-quebec.html</guid><category>Blog</category></item><item><title>The tech downturn seen through Hacker News comments</title><link>https://rinzewind.org/blog-en/2023/the-tech-downturn-seen-through-hacker-news-comments.html</link><description>&lt;p&gt;Yesterday, I ran my &lt;a href="https://rinzewind.org/blog-en/2021/percentage-of-hacker-news-job-postings-that-mention-a-remote-option.html"&gt;script to check how many comments on the monthly Hacker 
News &lt;em&gt;Who's hiring&lt;/em&gt; post mention a remote 
option&lt;/a&gt;. 
Remote jobs reached a level of 75 % - 80 % and stayed there (it doesn't look 
like that's going to change soon), but what's striking is the drop in the number 
of comments.&lt;/p&gt;
&lt;p&gt;&lt;img alt="From a peak of almost 1000 comments on June 2021, to little more than 300 
yesterday" src="https://rinzewind.org/blog_files/pelican_images/2023_03_tech_downturn.png"&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">José María Mateos</dc:creator><pubDate>Thu, 02 Mar 2023 10:00:00 -0500</pubDate><guid isPermaLink="false">tag:rinzewind.org,2023-03-02:/blog-en/2023/the-tech-downturn-seen-through-hacker-news-comments.html</guid><category>Blog</category></item><item><title>Article in Montreal Gazette about credit freezes in Quebec</title><link>https://rinzewind.org/blog-en/2023/article-in-montreal-gazette-about-credit-freezes-in-quebec.html</link><description>&lt;p&gt;&lt;em&gt;(The Montreal Gazette published this week &lt;a href="https://montrealgazette.com/opinion/opinion-quebecers-act-now-to-freeze-your-credit-file"&gt;this 
piece&lt;/a&gt; 
I sent them. It's part of a larger campaign to bring changes to ID theft laws in 
Canada that I have started on a separate domain; you can get more information at 
&lt;a href="https://idtheftreform.ca"&gt;idtheftreform.ca&lt;/a&gt;. If you're interested, please join 
our mailing list.)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;On June 20, 2019, millions of Desjardins customers learned that their personal 
data had been leaked in one of the largest incidents of this type to ever happen 
in Canada. They joined the increasing ranks of Canadians who have seen their 
information leaked. In its 2021-2022 annual report, the Office of the Privacy 
Commissioner of Canada &lt;a href="https://www.priv.gc.ca/media/5707/ar_202122_eng.pdf"&gt;informed of 645 breach 
reports&lt;/a&gt;, “affecting at 
least 1.9 million Canadian accounts.” These are only the breaches we know about; 
the actual situation is likely worse than that. A &lt;a href="https://bcchamber.org/wp-content/uploads/2021/10/Cyber-Security-and-Business-Survey-Summary-Report.pdf"&gt;recent 
survey&lt;/a&gt; 
revealed that 74 per cent of responding businesses didn’t report a cyber 
security incident after it was discovered.&lt;/p&gt;
&lt;p&gt;The people most affected by these leaks, the ones who saw their most sensitive 
data getting out (name, address, birth date and social insurance number), must 
be on the lookout for identity theft forever. With that information on hand, 
&lt;a href="https://www.cbc.ca/news/canada/nova-scotia/halifax-identify-theft-victim-1.6362695"&gt;criminals can impersonate 
them&lt;/a&gt;, 
get a new car, phone or credit line, and the victims will have to scramble to 
prove, in a perverse inversion of the burden of proof, that they didn’t open 
those accounts. It can happen next week, next month or 10 years from now. In its 
2021 report, the Canadian Anti-Fraud Centre &lt;a href="https://publications.gc.ca/collections/collection_2022/grc-rcmp/PS61-46-2021-eng.pdf"&gt;reported 29,500 cases of identity 
theft&lt;/a&gt;, 
an increase of 45 per cent over the previous year.&lt;/p&gt;
&lt;p&gt;Official guides to protect yourself against identity theft 
(&lt;a href="https://www.canada.ca/en/revenue-agency/services/forms-publications/publications/rc284/protect-yourself-against-identity-theft.html"&gt;CRA&lt;/a&gt;, 
&lt;a href="https://antifraudcentre-centreantifraude.ca/protect-protegez-eng.htm"&gt;Canadian Anti-Fraud 
Centre&lt;/a&gt;) 
emphasize personal measures: shred your mail, don’t give away personal 
information, use strong passwords. However, no matter what you do at the 
personal level (and you should still do it), your data is not yours anymore. It 
will keep jumping from company to database to report and every time it gets 
copied the probability that it will get leaked only increases. It doesn’t need 
to be digital: your data can be stolen from your mailbox, or from the tax 
receipt you threw away without shredding. And once it’s out there, there’s no 
going back; you can’t &lt;em&gt;unscramble&lt;/em&gt; an omelet.&lt;/p&gt;
&lt;p&gt;Once we accept that we have little control over our data, it is wise to 
establish a second line of defence downstream. The two main credit bureaus, 
Equifax and TransUnion, offer their customers credit monitoring services 
and will send them alerts if something changes in their file. It’s a reactive 
solution, and not a very good one at that; it may take up to 30 days for a 
notification to get sent.&lt;/p&gt;
&lt;p&gt;A better tool arrived at the United States starting in 2003 in California, and 
later legislated federally in the &lt;a href="https://www.congress.gov/bill/115th-congress/senate-bill/2155"&gt;&lt;em&gt;Economic Growth, Regulatory Relief, and 
Consumer Protection 
Act&lt;/em&gt;&lt;/a&gt;: the credit 
freeze. It enables U.S. citizens to lock their credit files. This means that 
their file can’t be accessed and no new credit accounts can be opened unless the 
freeze is removed or temporarily lifted, in case that person is really applying 
for new credit. As opposed to monitoring services, it’s a proactive approach: it 
gets triggered before the damage is done.&lt;/p&gt;
&lt;p&gt;Here in Canada we’ve had to wait almost 20 years, but credit freezes are finally 
arriving, though only in Quebec, thanks to the &lt;a href="https://www.legisquebec.gouv.qc.ca/en/document/cs/A-8.2"&gt;Credit Assessment Agents 
Act,&lt;/a&gt; passed in 
October 2020. As of Feb. 1 this year, Quebec residents are to be able to place 
security freezes with the credit bureaus. So if you are not currently shopping 
around for new credit, put aside a couple of hours, contact Equifax and 
TransUnion and freeze your file for free. You don’t know who might be trying to 
do something nefarious with your data until they do.&lt;/p&gt;
&lt;p&gt;Those in the rest of Canada? Today is a day as good as any other to contact 
their elected representatives, to ask them to enact similar legislation.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">José María Mateos</dc:creator><pubDate>Sat, 11 Feb 2023 15:40:00 -0500</pubDate><guid isPermaLink="false">tag:rinzewind.org,2023-02-11:/blog-en/2023/article-in-montreal-gazette-about-credit-freezes-in-quebec.html</guid><category>Blog</category></item><item><title>Two details about TransUnion Canada's website</title><link>https://rinzewind.org/blog-en/2023/two-details-about-transunion-canadas-website.html</link><description>&lt;p&gt;In preparation for February 1st, when Quebec residents will finally be able to 
place credit freezes with the credit bureaus, I created user accounts with both 
&lt;a href="https://www.consumer.equifax.ca/personal/"&gt;Equifax&lt;/a&gt; and 
&lt;a href="https://www.transunion.ca/"&gt;TransUnion&lt;/a&gt; so I could manage the freezes from 
there. As I had already created the accounts, I wanted to access my free credit 
report, as mandated by law. The process with Equifax was very straightforward, 
but TransUnion's website still hasn't worked for me. There are two details about 
the webpage I'd like to highlight.&lt;/p&gt;
&lt;h2&gt;1. The regular sign-up method tries to sell you a subscription&lt;/h2&gt;
&lt;p&gt;I tried creating my account by going to the main page, then clicking on "Member 
Login", and then on "Sign up". Lo and behold, I have a nice "You Have Chosen: 
TransUnion Credit Monitoring for $24.95/month" box on the side. No, I haven't.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Upselling before 
selling" src="https://rinzewind.org/blog_files/pelican_images/2023_01_transunion_web_01.png"&gt;&lt;/p&gt;
&lt;p&gt;The right way to create an account without any associated product is to follow 
&lt;a href="https://www.canada.ca/en/financial-consumer-agency/services/credit-reports-score/order-credit-report.html"&gt;Government of Canada's official guide on how to get one's credit report for 
free&lt;/a&gt;, 
where they link to &lt;a href="https://www.transunion.ca/product/consumer-disclosure#articleSection2"&gt;TransUnion's "Consumer Disclosure" 
page&lt;/a&gt;, 
and from there you can click on &lt;a href="https://secure-ocs.transunion.ca/secureocs/home.html?lang=en"&gt;this 
link&lt;/a&gt; and manage 
to create an account without any subscription attached to it.&lt;/p&gt;
&lt;h2&gt;2. The "Online Consumer Solutions" page doesn't work&lt;/h2&gt;
&lt;p&gt;The page that TransUnion uses to provide the free credit report (called 
"Consumer Disclosure" by them) works, if by "works" we mean crashing in three 
different ways:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Logging you out immediately after logging in because you've been idle "for 
   more than 20 minutes."&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Showing this nice error message: "Unfortunately, the Web site has encountered 
   a temporary issue with your request. We apologize for the inconvenience." 
   It's been temporary for the last couple of weeks.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A page not redirecting properly error.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I stopped trying after a while, but I'm sure I might have found new and 
thrilling error messages if I kept at it.&lt;/p&gt;
&lt;h2&gt;3. Special mention: the phone service&lt;/h2&gt;
&lt;p&gt;I dislike talking to corporations on the phone because I prefer to keep a 
written record of what was discussed. However, TransUnion announces a 
"Interactive Voice Response system" in their &lt;a href="https://www.transunion.ca/content/dam/transunion/ca/consumer/documents/Consumer_Disclosure_Request_Form_en.pdf"&gt;PDF 
form&lt;/a&gt; 
to request the free credit report, so I was curious.&lt;/p&gt;
&lt;p&gt;I called the number shown on the document, and after selecting 1 for English 
language, I heard the following message: "If you are calling from a mobile 
device, you can skip waiting on hold and speak to our agents via mobile 
messaging. To receive a text message from us now, please press 1." That looks 
interesting. After pressing 1, I received a text message and the call was 
automatically terminated. This was the message:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Welcome to TransUnion. To start your conversation please click on the 
following link, which will redirect you to TransUnion Chat. Link: 
&lt;a href="https://www.transunion.ca/customer-support/main"&gt;https://www.transunion.ca/customer-support/main&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please do not disclose personal information unless requested by a live agent.
To stop receiving messages, reply STOP. For help, reply HELP.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Yes, the page is TransUnion's customer support page, where they list ways to 
contact them.&lt;/p&gt;
&lt;p&gt;I guess someone's KPIs have gone through the roof because customers choose to 
end many calls by themselves after a few seconds.&lt;/p&gt;
&lt;h2&gt;Why do I have to deal with this crap?&lt;/h2&gt;
&lt;p&gt;Not long ago, Equifax uploaded to YouTube a &lt;a href="https://www.youtube.com/watch?v=YsFhuFK0ylM"&gt;webinar in which they list 
practical details on how they plan to implement Quebec's Bill 
53&lt;/a&gt;. It's interesting to watch, if 
only to get a glimpse of how credit bureaus work internally. The minute 18:30 
contains a phrase that everybody should acknowledge:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;"We're all consumers, and consumers are customers."&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And that's why I have to deal with these two companies. I have no choice. That's 
also why the service quality is so dreadful.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">José María Mateos</dc:creator><pubDate>Thu, 26 Jan 2023 09:00:00 -0500</pubDate><guid isPermaLink="false">tag:rinzewind.org,2023-01-26:/blog-en/2023/two-details-about-transunion-canadas-website.html</guid><category>Blog</category></item><item><title>The e-mail address jmmateos@hggm.es (or jmmateos@mce.hggm.es) no longer works</title><link>https://rinzewind.org/blog-en/2022/the-e-mail-address-jmmateoshggmes-or-jmmateosmcehggmes-no-longer-works.html</link><description>&lt;p&gt;I'm writing this post just in case the following chain of extremely improbable 
events take place: a) someone has read one of the articles &lt;a href="https://scholar.google.com/citations?user=RUilYYcAAAAJ&amp;amp;hl=en&amp;amp;oi=ao"&gt;I published in my 
prior life as an 
academic&lt;/a&gt;; 
b) wants to get in contact with me to ask something or make a comment; c) has 
tried the e-mail address listed in the paper and has received an error message; 
and d) has gone to Google to search for the e-mail address to see if they can 
find another way to contact me.&lt;/p&gt;
&lt;p&gt;As I said, extremely unlikely, but as posting on the blog is free, it won't 
hurt.&lt;/p&gt;
&lt;p&gt;For reasons I don't really know, my e-mail addresses in the domain &lt;code&gt;hggm.es&lt;/code&gt; no 
longer work. If you want to get in contact with me, you can find up to date 
information &lt;a href="https://rinzewind.org/blog-en/pages/about.html"&gt;here&lt;/a&gt; and, if I 
don't change the blog template too much, in a box right below this post.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">José María Mateos</dc:creator><pubDate>Fri, 09 Dec 2022 08:29:00 -0500</pubDate><guid isPermaLink="false">tag:rinzewind.org,2022-12-09:/blog-en/2022/the-e-mail-address-jmmateoshggmes-or-jmmateosmcehggmes-no-longer-works.html</guid><category>Blog</category></item><item><title>The feed at shared.xml has stopped updating</title><link>https://rinzewind.org/blog-en/2022/the-feed-at-sharedxml-has-stopped-updating.html</link><description>&lt;p&gt;It never had too many subscribers, but for those of you that are still there, 
please beware that the feed at 
&lt;a href="https://rinzewind.org/blog-en/pages/sharedxml.html"&gt;shared.xml&lt;/a&gt; has stopped 
updating. As I started a Mastodon account not long ago, I'll share interesting 
links and articles there instead. &lt;a href="https://paquita.masto.host/@rinze"&gt;Here's my 
account&lt;/a&gt;, and if you prefer RSS access, &lt;a href="https://paquita.masto.host/@rinze.rss"&gt;we 
have you covered&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This only affects the XML file I was using to share articles from time to time. 
This blog is still running and its feed is still &lt;a href="https://rinzewind.org/feed-en"&gt;where it always 
was&lt;/a&gt;.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">José María Mateos</dc:creator><pubDate>Mon, 05 Dec 2022 14:30:00 -0500</pubDate><guid isPermaLink="false">tag:rinzewind.org,2022-12-05:/blog-en/2022/the-feed-at-sharedxml-has-stopped-updating.html</guid><category>Blog</category></item><item><title>Important notice</title><link>https://rinzewind.org/blog-en/2022/important-notice.html</link><description>&lt;p&gt;The number of employees let go today from this blog is exactly 0.&lt;/p&gt;
&lt;p&gt;As comments are not allowed, the moderation team (me) is still working as hard 
as yesterday, at least.&lt;/p&gt;
&lt;p&gt;You can receive a real time feed &lt;a href="https://rinzewind.org/feed-en"&gt;here&lt;/a&gt;. You can 
send me your &lt;em&gt;DMs&lt;/em&gt; with the information you'll find on &lt;a href="https://rinzewind.org/blog-en/pages/about.html"&gt;this 
page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;All this costs way less than $44bn.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">José María Mateos</dc:creator><pubDate>Fri, 04 Nov 2022 15:30:00 -0400</pubDate><guid isPermaLink="false">tag:rinzewind.org,2022-11-04:/blog-en/2022/important-notice.html</guid><category>Blog</category></item><item><title>Should you quit academia?</title><link>https://rinzewind.org/blog-en/2022/should-you-quit-academia.html</link><description>&lt;p&gt;At any given point in time, thousands of people are thinking whether it's worth 
it pursuing a career in academia.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://shouldyouquitacademia.com/"&gt;I've created this simple page&lt;/a&gt; to help them 
decide. It doesn't give too many details, but some decisions should be quite 
clear.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">José María Mateos</dc:creator><pubDate>Sun, 03 Jul 2022 12:12:00 -0400</pubDate><guid isPermaLink="false">tag:rinzewind.org,2022-07-03:/blog-en/2022/should-you-quit-academia.html</guid><category>Blog</category></item><item><title>The weirdest spam message I've received so far</title><link>https://rinzewind.org/blog-en/2022/the-weirdest-spam-message-ive-received-so-far.html</link><description>&lt;p&gt;It goes like this (excerpted):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Are your production models too big? Would you be interested in getting the 
same performance out of your LightGBM/XGBoost/Random Forest models but with 
80% fewer features/explanatory variables?&lt;/p&gt;
&lt;p&gt;Kindly click to respond: Yes Maybe No&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We're approaching what I'd expect to read in a cyberpunk text. &lt;em&gt;Pssst, I have 
this model here, want to try it?&lt;/em&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">José María Mateos</dc:creator><pubDate>Thu, 24 Feb 2022 07:48:00 -0500</pubDate><guid isPermaLink="false">tag:rinzewind.org,2022-02-24:/blog-en/2022/the-weirdest-spam-message-ive-received-so-far.html</guid><category>Blog</category></item></channel></rss>