Yeah, by a bit of absolutely terrible luck, the preferred swabs for this are produced by a factory in Lombardy, Italy. There are other manufacturers of swabs that could be used but they don't seem to have the production capacity.
Seriously? There are approximately 1 Billion cotton swabs in this country (U.S.). This is not the issue. The issue is gross federal gov't incompetence.
It's somewhat more nuanced than that. The currently approved swabs have limited availability, and indeed there are others (unapproved) that would work. However it seems you can't use just any - they have to consist of synthetic fiber, can't have a wooden shaft, and can't contain calcium alginate. This rules out many of the swabs that a healthcare facility might have on hand.
To be more specific (for anyone else who hasn't checked the link yet), the "Lifetime giving" section has:
9 donations >10m,
4 donations between 5-10m,
20 donations between 1-5m
So looks like there has been at least 120m in donations!
re: Thinkful, we have a rigorous, full-time program that matches your definition of "online classroom" as well as a flexible program for those who can only commit part-time. Both offer 1-on-1 mentorship, with stats available on CIRR.org.
OP - you're welcome to ping me (bhaumik@thinkful[dot]com) w/ any specific questions. I run the full-time product.
Ya I agree it’s annoying. Will flag this with our marketing team.
We teach the MERN stack with some CS theory (basic data structures & algorithms). There’s also a heavy focus on building so your portfolio pieces will start with wireframes and end with deployment and code reviews.
Thank you for the update! I would like to edit my original comment to state that both are available, but comments are only editable for a short time. Here's an upvote!
Np! Just went through a rebrand to make that a bit clearer. Btw excited to see Harsh build a great team and lead HR, he was great to work with while at MakerSquare :)
Realistically, that’s looking like a 2019 goal but yes we’d love to offer that fincancial support. We currently offer partial scholarships to veterans for both products.
Thinkful pivoted from a subscription model to being a school focused on job placement a couple years back. Our core products are remote immersive & part-time courses in software development & data science. But tying back to the OP, the immersive program has a no tuition till you're hired financing option, (which a few other schools offer too). It's been pretty exciting hearing the joy from applicants who wouldn't have been able to afford the course w/ traditional financing options.
The system is the realization of the idea. You can have a big idea, but you can't implement it all at once. TBL had a big idea, which is necessarily a big system. So he grew it from a very small piece of code (HTTP 1.0 was ridiculously simple.) There was an unbroken chain from small system to big system.
The misleading thing about Linux is that it IS IN FACT a big idea -- it's just not a technological idea. We already knew how to write monolithic kernels. But the real innovation is the software development process. The fact that thousands of programmers can ship a working kernel with little coordination is amazing. That Linus wrote git is not an accident; he's an expert in software collaboration and
evolution.
Linux is a universal hardware abstraction layer, which is an easy idea in theory, but extremely difficult in practice until Linus figured out how to make it work.
So Linux is a big idea too, as well as a small system that grew into a big system.
Let me conclude with some tactical advice. If you want to take on a problem as big as the ones I've discussed, don't make a direct frontal attack on it. Don't say, for example, that you're going to replace email. If you do that you raise too many expectations. Your employees and investors will constantly be asking "are we there yet?" and you'll have an army of haters waiting to see you fail. Just say you're building todo-list software. That sounds harmless.
Empirically, the way to do really big things seems to be to start with deceptively small things. Want to dominate microcomputer software? Start by writing a Basic interpreter for a machine with a few thousand users. Want to make the universal web site? Start by building a site for Harvard undergrads to stalk one another.
I think that's pretty much in line with what's said here. You can have a big idea, a big 10 year goal, but you have to break in into steps. Gates had an explicit goal of "a PC on every desk" and Zuckerberg had an explicit goal of "connecting the world" (at some point, not at the very beginning). But they necessarily started small.
I use it a lot when developing - I'll have a tab open and then I'll want another tab of the same URL except for a slightly different port number or hostname. I find it faster to duplicate the tab, make the change and hit enter than to select the URL, open a new tab, paste the URL, make the change and hit enter.
I use it so much that I finally tracked down how to do it with the keyboard: Alt-D, Alt-Enter. (Shift focus to the address bar and select its contents; open a new tab with the contents of your selection).
Then I started using a computer with a Model M keyboard with no Windows key and had to remap my i3 modifier to Alt on all my computers to fix my muscle memory. Alt-D is the default shortcut for dmenu, i3's default program launcher, and i3 intercepted shortcuts before chrome. So I eventually rebound dmenu to a totally unmnemonic Alt-C... but now I've realized that Vimium allows me to duplicate tabs by typing yyP ("yy" yank contents of address bar to clipboard, "P" open new tab with current contents of clipboard).
All this to say, I love my duplicate tabs and these 6%ers who love killing tabs (but just to the right) are weirdos.
Duplicating tabs is by far my most used feature out of that menu for me and it always irked me that there was no keyboard shortcut available for it and I had to resort to using the mouse to do it (the amount of time lost hitting "Pin tab" or "Reload" by accident - I cannot even begin to tell). That being said, I didn't go out of my way to google for a workaround, either. Maybe, with all the features (or rather what's left) being taken away, I figured there was no hope (but for a dedicated extension) to achieve it.
I will now have to retrain my muscle memory to replace the ordeal before with just Alt-D, Alt-Enter - I don't think it will take long at all.
btw remember the old Opera? Customizable Keyboard Shortcuts (not to even mention customizable Mouse Gestures) - wherever did we lose all this along the way...
Is it really necessary to "optimize" a menu that is mostly unused by everyone (I agree on the point that it's a crowded menu - I'd really love to be able to configure the entries I want in there, but that option is apparently not even on anyone's mind at chrome)
If the reasoning is just to save menu space, there must be some prejudice against these close tab options, otherwise why not first targeting the bottom 2 least used options?