zk_html/diary/2009-05-21-02:11:59.html

72 lines
3.6 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Fuck.</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
<link rel="stylesheet" type="text/css" href="/style.css?2024-05-04" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | Fuck.</h1>
</header>
<article class="content">
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>So, Colorado has this bill that says that every year, state employees will have the final paycheck of the fiscal year deferred to the next year for some accounting BS that was supposed to get the state out of debt. I&rsquo;m not quite sure how that works, because they make employees skip one month&rsquo;s pay in order to pay them that same amount the next month. This originally applied only to employees with monthly salaries, but someone thought it would be a good idea to tack on hourly employees paid bi-weekly. Like me.</p>
<p>Now, for some unknown reason, this year it works out to this Friday&rsquo;s paycheck being the last bit of money paid to me until July 1st, which is fucking absurd. I have to start planning trips to the food bank and everything because of this bullshit. I&rsquo;m pretty pissed, so I went searching for the text of the bill (surprisingly hard to do), and came across this gem:</p>
<p>SALARIES PAID ON A BI-WEEKLY BASIS FOR THE FOURTEEN-DAY PAY PERIOD PRECEDING THE FIRST FOURTEEN-DAY PAY PERIOD FOR WHICH SALARIES PAID ON A BI-WEEKLY BASIS FOR ANY WORK PERFORMED DURING THE MONTH OF JUNE ARE PAID ON OR AFTER JULY 1 SHALL BE PAID ON THE FIRST WORKING DAY OF JULY.</p>
<p>&hellip;?</p>
<p>Breaking it down&hellip;</p>
<pre>
SALARIES PAID ON A BI-WEEKLY BASIS {
FOR THE FOURTEEN-DAY PAY PERIOD PRECEDING {
THE FIRST FOURTEEN-DAY PAY PERIOD FOR WHICH {
SALARIES PAID ON A BI-WEEKLY BASIS {
FOR ANY WORK PERFORMED DURING THE MONTH OF JUNE {
ARE PAID ON OR AFTER JULY 1
<i>Syntax error -------^ Unexpected token 'are'.</i>
}
}
}
}
}
SHALL BE PAID ON THE FIRST WORKING DAY OF JULY.
<i>^------- Syntax Error: unexpected token 'shall'(V-subjunct.) at start of line.</i>
</pre>
<p>Or maybe:</p>
<pre>
SALARIES PAID ON A BI-WEEKLY BASIS {
FOR THE FOURTEEN-DAY PAY PERIOD PRECEDING {
THE FIRST FOURTEEN-DAY PAY PERIOD FOR WHICH {
SALARIES PAID ON A BI-WEEKLY BASIS {
FOR ANY WORK PERFORMED DURING THE MONTH OF JUNE
}
ARE PAID ON OR AFTER JULY 1
}
}
SHALL BE PAID ON THE FIRST WORKING DAY OF JULY.
}
<i>Segmentation fault. Core dumped.</i>
</pre>
<p>Long story short, borrowing money.</p>
<p>EDIT: Not quite so horrible as I made it out to be - I&rsquo;ll still get paid on the fifth of June, due to paychecks coming two weeks after the end of each pay period. But for someone who&rsquo;s living paycheck to paycheck, a month is quite a long time</p>
</article>
<footer>
<p>Page generated on 2009-05-21 02:11:59</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
});
</script>
</body>
</html>