@nomad421 I went straight to grad school, had a melt down and didn't finish my first semester. Tried again 15 years later. And failed again (ran out of money). Tried again after another decade and finally succeeded.
Admittedly, not the typical path. π€ͺ
@nomad421 Doesn't that mean you can't receive any of that equity until you die? A workaround might be to fake your own death soon after leaving the company. Perhaps chatGPT could expand that plot premise into a movie script. Would doing so qualify as "disparagement"?
@lemire Mine may be the strangest reason you hear β I wanted to move to a specific town, and the only "job" I could find there that provided health insurance was to be a grad student.
@nomad421 In my own experience (which was outside academia), this was a change that took place in the mid 90s. Before that I got responses or rejections from everyone I sent my resume to. After that, I rarely got any response, occasionally even after an in-person interview.
@lemire Actually, I find that CA$50K β US$38K, and the U.S. marginal tax rate for that is only 10% (for a single person). Assuming I'm interpreting the tax tables correctly. And that I converted CA$ to US$ correctly.
@lemire 12% is the U.S. Federal marginal rate in that bracket. So the 12s are explained by states having no income tax (or none in that bracket). I'd thought Alaska had negative income tax due to oil company revenues. Either that's no longer true, or this map doesn't account for it.
@nomad421@ctitusbrown In the late 1990s I hacked the URL encoding for some online comic site (so I could avoid slow-loading ads). Part of it involved dividing the number of days since Jan/1/0000 by the current date expressed as YYYYMMDD. (Or maybe vice versa?)
@nomad421@ctitusbrown For about 40 years, I've been writing dates as MMM/DD/YYYY, e.g. Apr/2/2024. This came about because I regularly interacted with colleagues in the Netherlands in the mid 1980s.
@lemire Circa 1990 I worked for a company that delivered software+hardware systems (think license plate reader). They contractually agreed to deliver source code but ran it through an auto-obfuscator before delivery. Not their only shady exploits. I quit without a new job lined up.
@lemire That result is on par with middle-of-the-class efforts in a freshman programming class. Poor error handling. Checks for allocation failure in one case but not the other. Reporting "Memory Allocation Failure" to the user is only marginally better than allowing a segfault later on.
@curious_coding Yeah, and certainly python isn't the only language in which 1 == True. Worse, to me, is that any non-zero numeric value behaves the same as True in a logical expression. This is a holdover from the early days of fortran, of not earlier.
@adad8m That blog post attributes the method to Michael Vose. But the contribution of Vose's 1991 paper was 'just' the (very nice) O(N) preprocessing. The O(1) sampling scheme is older β the earliest paper I ever found for it was a 1977 paper by A.J. Walker (which Vose cited).