u/Humdaak_9000
1950s Heathkit scope I inherited from an old radio guy. Good friend of mine, died in 2013. I use some of his tools daily ... but not this one.
Transforming Optimus Prime is cool and all, but if Robosen wanted to really impress me, they'd do a transforming flying Valkyrie
Do better guise.
How do I do this more cleanly? I'm not really sure how to pass the member function to a template.
What I have:
webapp.get("/ota",
std::bind(&KLRJelly::handleOTA, this, PH_1, PH_2));
webapp.get("/lamp",
std::bind(&KLRJelly::handleLamp, this, PH_1, PH_2));
webapp.get("/cylon",
std::bind(&KLRJelly::handleCylon, this, PH_1, PH_2));
I want to be able to call something like this:
template<class X> void blinder(const char* path, X&&)
{
webapp.get(path, std::bind(X, this, PH_1, PH_2));
}
Ideally I'd like to pass it a map<path, member>.
Mainstream people don't get what evangelical christian nationalists like the governor believe
I was having a discussion in a bar the other day. People were flat-out unaware that Giantfarte believes earth is 6000 years old.
People participate in democracy without having any sort of detailed picture of what's going on. They don't pay attention. We're doomed.
Those little birds don't look particularly happy getting off the ground.
old.reddit.comShould I rewrite my resume in LaTeX?
I've got a long software career, but I'm retargeting to focus on robotics. I wonder if the distinct feel of typesetting my resume in Computer Modern would make it more noticeable to people who've read a million papers in it.
600 Gold St, the house on the hill by the hospital, is for sale. Interior Decorating Decisions Were Made, yikes.
zillow.comI had forgotten how preposterously bad G1 Megatron's robot mode was.
Is this just the Terminator Memes reddit now?
And lame ones at that.
It's an embarrassment these nazis weren't run out of town immediately
why can't I "using PH_3 = std::placeholders::_3;"
//using namespace std::placeholders; // _1, _2, etc
#define PH_1 std::placeholders::_1
#define PH_2 std::placeholders::_2
using PH_3 = std::placeholders::_3;
application.cpp:21:33: error: _3' in namespace 'std::placeholders' does not name a type using PH_3 = std::placeholders::_3;
Cyclists who carry: What's your preferred pocket gun? Way to keep sweat off it?
I'm a road biker and I detest carrying anything heavier than a key, credit card and phone.
Does anyone remember the name of the other priest at St. Patrick's in the 1980s? Not Kevin O'Neill
Short guy, full beard, was into computers.
Edit: Ken Fortney, he's apparently retired and in Ohio now.
Why did John Doe in Se7en believe "What I've done is going to be puzzled over and studied and followed... forever"?
Other than the obvious answer that he's just a nutbag?
Sure, he put a lot of work into it, but so have many serial killers. Did he really think he was going to change anyone?
Why hasn't there really been any media developed from Legacy of the Aldenata? Is it just simply that John Ringo is an asshole?
I want more power armor on screen. But of course, Ringo has a certain reputation, and he does often work with some really reprehensible people.
I wish we could get a second Hedren war book though. 17-year cliffhangers are no fun.
What's an efficient way of controlling an exact amount of regenerative braking, like if I were building a bike trainer and wanted to add exactly 50 watts of resistance.
say I'm feeding a load bank that is recharging a battery, or even dumping into a bank of incandescent lights, or ideally driving an inverter and feeding power back into the grid. I'd like to build with off the shelf parts as much as possible. I know a lot of electronic speed controllers for RC work can do regenerative braking, but I don't know how precisely they can be controlled.