psidebot's comments

psidebot | 6 months ago | on: Memory is slow, Disk is fast – Part 1

Disk hardware may be faster relative to RAM, but if you're using typical serverless PaaS offerings to run a hosted application at modest operational scale, it's a heck of a lot cheaper to get a node with "normal" RAM and CPU, than it is to get decent IOPS. If you're a big iron company with big iron problems, you may need to think in different scaling terms, but for the SaaS hoi polloi the economics of hosting have somewhat preserved traditional notions of performance.

psidebot | 1 year ago | on: The Art of Finishing

I think it's worth differentiating between personal projects done to learn or just for interest, and those that are trying to accomplish something. If I do a project for myself to try things out and learn something I don't feel any pressure to finish the project. Once I've learned something or had some fun, who cares if it's "finished" or if anyone else will use it. On the other hand, sometimes I'll pick up something interesting that helps a friend or family member, or just that I need for myself, and there I'm pretty careful about scope. If I can't finish it in a couple weekends I'll look for the closest commercial solution unless it's a major once-in-a-decade passion project.

psidebot | 3 years ago | on: Official NORAD Tracks Santa

I'm not doing a CAT III. I'm saying the joke RNAV at the north pole using Rudolph should have been portrayed as a CAT III.

psidebot | 3 years ago | on: Official NORAD Tracks Santa

Thanks for sharing from a recent IRA pilot! I'm surprised they didn't do this as a CAT III ILS. A DA of 250' with Rudolph leaves a lot of margin for Santa to get snowed in.

psidebot | 3 years ago | on: How School Buses Became Yellow (2019)

Looking at the pantone color it appears more yellow to me. I have seen a lot of minor regional variation though, especially when weathering affects things, so they may be orangier in your area. You could always say they're yellange.

psidebot | 3 years ago | on: Does Company ‘X’ have an Azure Active Directory Tenant?

Even if they don't use Azure AD as their primary SSO you can often federate indirectly via Azure. For many large corporations, an auth against Azure redirects to Microsoft, then to whatever enterprise SAML2 service they're running, then back to Microsoft to pick up an OIDC token or SAML transformation, then back to your app. Instead of supporting however many SAML 2 providers with custom claim mappings you get Azure's reasonably straightforward token. You can also pick up Azure group membership (which many companies maintain or sync from on-prem AD) which is nice for mapping application roles.

psidebot | 3 years ago | on: What are you supposed to do with old clothes?

Children's clothing can get worn pretty hard too. Our stuff is definitely not in donation suitable condition by the time it's too small, although I suppose it might be different if we bought more or more expensive items.

psidebot | 4 years ago | on: Game Boy Wordle clone: How to compress 12972 five-letter words to 17871 bytes

I have designed task specific data structures/compression oriented around memory efficiency. In my experience this starts to crop up when datasets get big enough to trigger cost for performance sensitivity. This is especially true for SaaS offerings, where e.g. an ability to stay under the next RAM doubling can result in serious hosting savings.

psidebot | 4 years ago | on: Cocktail party ideas

I find it helpful to use a range of descriptors. A "simple" task is easy and can be done quickly. A "straightforward" task is easy but may be larger in scope. A "tricky" task needs study to determine where it falls. A "hard" task has known complexity and is just plain hard.

psidebot | 5 years ago | on: I Did the Math on My Town’s Cul-de-Sacs. Here's What I Found

A third way to make a low density neighborhood solvent is to decrease the cost of the infrastructure. We live in a low density neighborhood with right-of-ways along property lines, but no sidewalks, curbs, or below-ground storm drains. The roads are designed to discourage high speeds, and it's a pleasant walking environment, so the non-vehicular traffic along the roadside is higher than most suburban neighborhoods.
page 1