Skip Navigation

Posts
0
Comments
168
Joined
2 yr. ago

  • Give credit to George Carlin for that one.

  • it's worth talking about who needs benefits, versus who is getting them.

    It's hard to mess with this stuff and take things away because these amounts are part of people's retirement planning. People and the upper cut-off probably wouldn't care because they get so little, but if you start messing with the low end of the clawback range, then you start to cause problems.

  • The wording of this borderline deceptive. OAS has a reasonable threshold at which the clawback starts, and by the time you get to the top end, the clawback is very close to 100% of the benefit. So those seniors up near $134K are getting like $20/month. It's not nothing, but it's not worth all the angst here.

    The $179K threshold is for those who deferred the benefit, so they've had years of zero benefit earlier on. Which is a gamble that you'll live long enough to make up the difference.

    Also, remember that these numbers are all AFTER the benefit is included. So a senior at the lower cutoff is actually making $73K before the benefit.

    Also, also, remember that all of these amounts are taxed as income. So that senior at $73K pre-benefit is going to be taxed at the highest rate for the benefit.

    Even so, it would still have made more sense to give additional benefits through GIS instead of OAS.

  • Rabbit

    Jump
  • William Morris

  • In this case you could view a swap partition as a safety net. Put 20-30GB in a swap partition in case something goes wrong. You won't miss the disk space.

  • I'm not sure a corvette has ever counted as "major" warship.

  • If I remember correctly, Objects were introduced in Turbo Pascal 5.5, not version 7.

  • Try living in Canada. Pretty much all the providers charge $15/day for roaming! No monthly plans available.

  • It doesn't have to be BYOD. The firm might willing to procure a specific machine for her. Or she might have enough clout to make them get her what she wants.

  • And yet I never see any mention of this anywhere. Even here, it seems that Biden is more concerned about whether the court can administer justice because it is so much out of balance. No mention, though, that the "balance" shouldn't even be a factor.

    SCOTUS justices are appointed for life because it's supposed to put them above political considerations. No politician can influence them by threatening removal. Yet, there you are, SCOTUS is just as political as the other two branches.

  • To me, as a non-American, the most baffling thing is that everyone in the States just assumes, and accepts, that these appointed justices are going to rule according to some political bias.

    That's not the way it works in the rest of the free world. Judges are, by definition, trusted to be impartial interpreters of the law/constitution. That's their role.

    I live in Canada, and I'm vaguely familiar with some of the names of our Supreme Court justices, but I certainly don't know their political leanings, nor do I care. Nor does any Canadian I know. That's the way it's supposed to be.

    So as far as I can see, the problem isn't that SCOTUS is stacked with Republicans, nor that it can be. The problem is that everyone seems to assume that this is the way it should be.

  • "Row headers" seems wrong to me. Maybe "row labels"?

  • FORTRAN IV was the first language I learned to program in. Punch cards!!!

  • Rogers won't let you use wifi calling to avoid the roaming charges. I've tried.

  • Canadian providers all charge about $15 a day to "roam like home". For about $20 I can buy a 30 day 5GB data only plan for Europe. Getting a European phone number doubles the cost as most of those plans have much more data as well. You can buy the plans before you leave, download and install the eSIM so you're ready to go when you arrive.

    The wife and I both bought Pixel 7's this year as they support eSIM. We're in England right now. Our cost roaming would have been $600+. Only one of us needed a local phone number, and the has just data, and the cost was maybe $70.

  • I never expected to see a compiler in this list, at least not in 2023.

    Back in 1988 I realized how rubbish Microsoft was when I discovered Borland's Turbo Pascal and Turbo C compilers. I'd previously used the MS compilers and they were multipass, multi-minutes to finish a compile. The Borland ones were single pass and FAST.

    Back then, compile times could be huge, and everyone was publishing benchmarks on compiled program performance, which mattered on the hardware of the day. I never even think about that stuff these days.

  • Well, there are specific hardware configurations that are designed to be servers. They probably don't have graphics cards but do have multiple CPUs, and are often configured to run many active processes at the same time.

    But for the most part, "server" is more related to the OS configuration. No GUI, strip out all the software you don't need, like browsers, and leave just the software you need to do the job that the server is going to do.

    As to updates, this also becomes much simpler since you don't have a lot of the crap that has vulnerabilities. I helped manage comuter department with about 30 servers, many of which were running Windows (gag!). One of the jobs was to go through the huge list of Microsoft patches every few months. The vast majority of which, "require a user to browse to a certain website" in order to activate. Since we simply didn't have anyone using browsers on them, we could ignore those patches until we did a big "catch up" patch once a year or so.

    Our Unix servers, HP-UX or AIX, simply didn't have the same kind of patches coming out. Some of them ran for years without a reboot.

  • I am fascinated by his thumbs.

  • Kotlin is a very easy transition, and it sorts out a ton of issues that you find in Java. Certainly easier than moving to Rust.

  • Kanban is probably way overkill as a model for what you want. The key about Kanban is control of WIP/Queues at various stages and pulling items through the workflow. With a simple ToDo/WIP/Done workflow, you're probably going to find any Kanban apps are too complicated for what you get out of them.