123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
-
- h t t :: / / t /
- h t t :: // // t //
- h ttttt ttttt ppppp sssss // // y y sssss ttttt //
- hhhh t t p p s // // y y s t //
- h hh t t ppppp sssss // // yyyyy sssss t //
- h h t t p s :: / / y .. s t .. /
- h h t t p sssss :: / / yyyyy .. sssss t .. /
-
- <https://y.st./>
- Copyright © 2016 Alex Yst <mailto:copyright@y.st>
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org./licenses/>.
- -->
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <base href="https://y.st./en/weblog/2016/03-March/02.xhtml" />
- <title>Letters from the IRS <https://y.st./en/weblog/2016/03-March/02.xhtml></title>
- <link rel="icon" type="image/png" href="/link/CC_BY-SA_4.0/y.st./icon.png" />
- <link rel="stylesheet" type="text/css" href="/link/basic.css" />
- <link rel="stylesheet" type="text/css" href="/link/site-specific.css" />
- <script type="text/javascript" src="/script/javascript.js" />
- <meta name="viewport" content="width=device-width" />
- </head>
- <body>
- <nav>
- <p>
- <a href="/en/">Home</a> |
- <a href="/en/a/about.xhtml">About</a> |
- <a href="/en/a/contact.xhtml">Contact</a> |
- <a href="/a/canary.txt">Canary</a> |
- <a href="/en/URI_research/"><abbr title="Uniform Resource Identifier">URI</abbr> research</a> |
- <a href="/en/opinion/">Opinions</a> |
- <a href="/en/coursework/">Coursework</a> |
- <a href="/en/law/">Law</a> |
- <a href="/en/a/links.xhtml">Links</a> |
- <a href="/en/weblog/2016/03-March/02.xhtml.asc">{this page}.asc</a>
- </p>
- <hr/>
- <p>
- Weblog index:
- <a href="/en/weblog/"><abbr title="American Standard Code for Information Interchange">ASCII</abbr> calendars</a> |
- <a href="/en/weblog/index_ol_ascending.xhtml">Ascending list</a> |
- <a href="/en/weblog/index_ol_descending.xhtml">Descending list</a>
- </p>
- <hr/>
- <p>
- Jump to entry:
- <a href="/en/weblog/2015/03-March/07.xhtml"><<First</a>
- <a rel="prev" href="/en/weblog/2016/03-March/01.xhtml"><Previous</a>
- <a rel="next" href="/en/weblog/2016/03-March/03.xhtml">Next></a>
- <a href="/en/weblog/latest.xhtml">Latest>></a>
- </p>
- <hr/>
- </nav>
- <header>
- <h1>Letters from the <abbr title="Internal Revenue Service">IRS</abbr></h1>
- <p>Day 00361: Wednesday, 2016 March 02</p>
- </header>
- <p>
- I've run into an issue with normalizing <abbr title="Internet Relay Chat">IRC</abbr> <abbr title="Uniform Resource Identifier">URI</abbr>s.
- When I originally was looking through the documents on <abbr title="Uniform Resource Identifier">URI</abbr> schemes, I was looking for default ports.
- I also assumed that the documents were consistent.
- However, this is not the case at all.
- The official document that <a href="https://www.iana.org/assignments/uri-schemes/prov/irc">introduces the <code>irc:</code> scheme as provisional</a> specified the scheme syntax as "irc://<host>[:<port>]/[<channel>[?<password>]]".
- It cites three documents as references: a <a href="https://en.wikipedia.org/wiki/Internet_Relay_Chat">Wikipedia article</a>, an <a href="https://tools.ietf.org/html/draft-butcher-irc-url-04">expired draft by Simon Butcher</a>, and an <a href="https://tools.ietf.org/html/draft-mirashi-url-irc-01">expired draft by Mandar Mirashi</a>.
- Wikipedia says that the scheme syntax is "irc://<host>[:<port>]/[<channel>[?<channel_keyword>]]".
- Assuming that "channel keyword" means "password needed to access the channel", that means that the official provisional scheme document used the format from Wikipedia.
- However, neither provide information on the default port number.
- Additionally, the two drafts use different syntaxes than the scheme registration document and Wikipedia, and even use different syntaxes than one another.
- The two draft documents even specify different default port numbers.
- I had been using Butcher's draft, as it was the only reference mentioned in the document registering the <a href="https://www.iana.org/assignments/uri-schemes/prov/ircs"><code>ircs:</code> <abbr title="Uniform Resource Identifier">URI</abbr></a>.
- However, the draft's syntax doesn't match the <code>ircs:</code> scheme registration either.
- At least as there is only one reference mentioned in this registration, I can at least assume that the default port from the referenced draft, but I don't feel safe doing that because the syntax doesn't match.
- Why would the default port number be accurate? This is a mess now that I actually take a better look.
- I need to once again fix all the <code>ircs:</code> <abbr title="Uniform Resource Identifier">URI</abbr>s on both my sites to make them match the actual registered syntax.
- As for my <abbr title="Uniform Resource Identifier">URI</abbr> normalization classes, I'm not sure I can properly implement port normalization, as I can't be sure what port to normalize <strong>*to*</strong>, and I'm not sure if I should try to handle all three syntaxes or just the registered one.
- I can't help but feel that this lack of usable data is Microsoft's fault.
- Some Microsoft lackey went through and registered a bunch of in-use schemes, including but not limited to <code>irc:</code>, <code>irc6:</code>, and <code>ircs:</code>, and didn't even bother to actually provide complete information about the schemes.
- I think I'll use a mixed syntax for attempting to parse <abbr title="Uniform Resource Identifier">URI</abbr>s for their components.
- I'll then normalize to the format specified in the scheme registration document.
- If any syntax-dependent components from one of the drafts is used in a given <abbr title="Uniform Resource Identifier">URI</abbr> and that <abbr title="Uniform Resource Identifier">URI</abbr> does not specify a port, the default port from that draft will be added.
- No port numbers will be removed, as I'm not sure a reliable default port number is available.
- </p>
- <p>
- I set up the classes for the <code>https:</code> and <code>http:</code> first, only to realize that I should have started with the <code>gopher:</code>, <code>telnet:</code>, and <code>tn3270:</code> classes first.
- The <code>telnet:</code> and <code>tn3270:</code> schemes are pretty obscure, but Gopher can link to them, so these classes will be needed for the updated Gopher directory-parsing function.
- I started work on the class for normalizing <abbr title="Uniform Resource Identifier">URI</abbr>s of the <code>gopher:</code> scheme, but ran out of time.
- </p>
- <p>
- I managed to get ahold of both the garbage company and the cable company.
- The garbage company was more than happy to help, but for security reasons, said that they would send the bills to the email address on file instead of my mother's new email address.
- It turns out that the cable company's website is pretty messed up.
- I'm not sure if it's actually due to maintenance though.
- Using a different <abbr title="Uniform Resource Identifier">URI</abbr>, you can actually access the account.
- However, my mother's account is somehow not the primary account, so it's unable to access past bills.
- I brought up a chat with a representative, but the representative was unable to help either.
- She said that the account wasn't the primary one, and said that only my mother, the account holder, could authorize me or the account to access the past bills.
- She tried to call my mother, but my mother couldn't pick up the telephone because she was at work.
- Furthermore, the cable company doesn't keep records beyond a year, or so the representative claims, so even once my mother handled the issue, she wouldn't be able to retrieve all the records that she was looking for.
- </p>
- <p>
- When my mother got home, she was angry that i had not tried to reach her at work and explain the situation.
- However, the cable company had already tried to reach her.
- As she was unreachable, it didn't make sense for me to also try to reach her.
- </p>
- <p>
- Tomorrow, my mother and I will head to Springfield for a few hours.
- She will be going to court while I will be working on cleaning up our old residence.
- </p>
- <p>
- The <abbr title="Internal Revenue Service">IRS</abbr> wrote back.
- (I have redacted my email address due to it containing my legal name.
- If you want my legal name, you'll have to put in the minimal effort required to find my <abbr title="Domain Name System">DNS</abbr> domain name from the foot of this Web page and run a whois query on it.
- I've also redacted the survey access key, as I don't need people filling out the survey on my behalf.)
- </p>
- <blockquote>
- <p>
- Please use the ticket number located in the subject line of this email in any correspondence with the IRS
- </p>
- <p>
- SUBJECT: Comment from Web Site sent to irs.gov.website.helpdesk@speedymail.com
- </p>
- <p>
- Dear [REDACTED]@y.st,
- </p>
- <p>
- Thank you for contacting the IRS.gov Website Help Desk.
- </p>
- <p>
- The purpose of the IRS Website Help Desk is to assist with navigational questions about IRS.gov.
- We do not have access to specific tax related information.
- </p>
- <p>
- We are here to assist with finding content on the IRS.gov website.
- Please refer to the link below for information applicable to your inquiry.
- </p>
- <p>
- I do apologize but at this time contact by telephone would be your only option.
- Please refer to the link below for the number to call
- </p>
- <p>
- https://www.irs.gov/uac/Telephone-Assistance
- </p>
- <p>
- For additional website assistance or information, you may insert a few words or phrases relating to your inquiry into the &#8216;Search&#8217; field located at the top right hand corner (blue area) of our Web page.
- You may also review our 'Frequently Asked Questions' or 'Tax Topics' Web pages.
- </p>
- <p>
- We appreciate your visit to our website and invite you to visit us for your future tax needs.
- </p>
- <p>
- I would like to know what you thought about your email experience.
- Please click the survey link (http://research.affina.com/snapwebhost/surveylogin.asp?k=[REDACTED]) to complete our online customer satisfaction survey.
- </p>
- <p>
- Sincerely,
- </p>
- <p>
- The IRS.gov Web Site Help Desk
- </p>
- </blockquote>
- <p>
- I was not amused.
- They had completely ignored the fact that I don't have telephone service and asked that I call anyway.
- I then proceeded to have an email discussion with them in which I couldn't get any reasonable information from them unless I focused on one detail at a time.
- </p>
- <blockquote>
- <p>
- As I said before, I cannot contact you by telephone.
- Telephone is not an option, because I have no telephone service.
- </p>
- <p>
- You said that you could help with navigation of the website.
- Can you please help me find the section of the website that provided non-telephone methods of contacting the IRS about these matters? There doesn't seem to be any obvious way to find the contact information.
- </p>
- </blockquote>
- <blockquote>
- <p>
- Please use the ticket number located in the subject line of this email in any correspondence with the IRS.
- </p>
- <p>
- SUBJECT: Comment from Web Site sent to irs.gov.website.helpdesk@speedymail.com
- </p>
- <p>
- Dear [REDACTED]@y.st,
- </p>
- <p>
- Thank you for contacting the IRS.gov Website Help Desk.
- </p>
- <p>
- The purpose of the IRS Website Help Desk is to assist with navigational questions about IRS.gov.
- We do not have access to specific tax related information.
- </p>
- <p>
- I do apologize but at this time contact by telephone would be your only option.
- Please refer to the link below for the number to call
- </p>
- <p>
- https://www.irs.gov/uac/Telephone-Assistance
- </p>
- <p>
- I would like to know what you thought about your email experience.
- Please click the survey link (http://research.affina.com/snapwebhost/surveylogin.asp?k=[REDACTED]) to complete our online customer satisfaction survey.
- </p>
- <p>
- Sincerely,
- </p>
- <p>
- The IRS.gov Web Site Help Desk
- </p>
- </blockquote>
- <blockquote>
- <p>
- I cannot call a telephone number.
- I have no telephone service.
- What do you want me to do?
- </p>
- </blockquote>
- <blockquote>
- <p>
- Please use the ticket number located in the subject line of this email in any correspondence with the IRS.
- </p>
- <p>
- SUBJECT: Comment from Web Site sent to irs.gov.website.helpdesk@speedymail.com
- </p>
- <p>
- Dear [REDACTED]@y.st,
- </p>
- <p>
- Thank you for contacting the IRS.gov Website Help Desk.
- </p>
- <p>
- The purpose of the IRS Website Help Desk is to assist with navigational questions about IRS.gov.
- We do not have access to specific tax related information.
- </p>
- <p>
- We are here to assist with finding content on the IRS.gov website.
- Please refer to the link below for information applicable to your inquiry.
- Please click on your state or if you are out of the country please click international.
- </p>
- <p>
- https://www.irs.gov/uac/Contact-Your-Local-IRS-Office-1
- </p>
- <p>
- For additional website assistance or information, you may insert a few words or phrases relating to your inquiry into the ‘Search’ field located at the top right hand corner (blue area) of our Web page.
- You may also review our 'Frequently Asked Questions' or 'Tax Topics' Web pages.
- </p>
- <p>
- We appreciate your visit to our website and invite you to visit us for your future tax needs.
- </p>
- <p>
- I would like to know what you thought about your email experience.
- Please click the survey link (http://research.affina.com/snapwebhost/surveylogin.asp?k=[REDACTED]) to complete our online customer satisfaction survey.
- </p>
- <p>
- Sincerely,
- </p>
- <p>
- The IRS.gov Web Site Help Desk
- </p>
- </blockquote>
- <blockquote>
- <p>
- You say that you can assist with navigational questions.
- Can you please help me navigate to the section of the website that provides email addresses at which to reach the IRS? Also, in one of the surveys, I saw that the IRS has a live chat option.
- Can you please help me find the page where that is located?
- </p>
- <p>
- Thank you.
- </p>
- </blockquote>
- <p>
- The <abbr title="Internal Revenue Service">IRS</abbr> is really making me angry.
- I haven't heard back yet, but maybe I will get a straight answer with that last question.
- I know that it's a long shot, but I can hope.
- </p>
- <hr/>
- <p>
- Copyright © 2016 Alex Yst;
- You may modify and/or redistribute this document under the terms of the <a rel="license" href="/license/gpl-3.0-standalone.xhtml"><abbr title="GNU's Not Unix">GNU</abbr> <abbr title="General Public License version Three or later">GPLv3+</abbr></a>.
- If for some reason you would prefer to modify and/or distribute this document under other free copyleft terms, please ask me via email.
- My address is in the source comments near the top of this document.
- This license also applies to embedded content such as images.
- For more information on that, see <a href="/en/a/licensing.xhtml">licensing</a>.
- </p>
- <p>
- <abbr title="World Wide Web Consortium">W3C</abbr> standards are important.
- This document conforms to the <a href="https://validator.w3.org./nu/?doc=https%3A%2F%2Fy.st.%2Fen%2Fweblog%2F2016%2F03-March%2F02.xhtml"><abbr title="Extensible Hypertext Markup Language">XHTML</abbr> 5.1</a> specification and uses style sheets that conform to the <a href="http://jigsaw.w3.org./css-validator/validator?uri=https%3A%2F%2Fy.st.%2Fen%2Fweblog%2F2016%2F03-March%2F02.xhtml"><abbr title="Cascading Style Sheets">CSS</abbr>3</a> specification.
- </p>
- </body>
- </html>
|