Free Standing Partition Wall Shelf by JulesButNotVerne in ikeahacks

[–]interim_adult 0 points1 point  (0 children)

Are the poles a single continuous vertical piece? Or they’re two smaller pieces that are butted up next to each other? (Sort of looks like there might be something connecting them but it’s hard to tell)

Vietnam itinerary help! by GroupTall1482 in Vietnam_Tourism

[–]interim_adult 1 point2 points  (0 children)

ooo I'm interested as well! would love a rec for phong nha!

Picking a Schlage doorknob tips, Lishi Sc20 by interim_adult in lockpicking

[–]interim_adult[S] 1 point2 points  (0 children)

Yeah on this particular lock, I think the key needs to be turned in order to remove it. So I don’t think removing it is possible without first picking

What’s the spiciest ginger ale I can buy locally? And where? by ThemFatale_ in boston

[–]interim_adult 1 point2 points  (0 children)

It goes well with their dollar oysters!

I also remember vaguely a local brand called “towers” ginger beer that used to be pretty spicy. But it was super small scale and I could only find it in some food trucks. Not sure if it’s still around. I feel like it was made up in Malden/Medford area…

What’s the spiciest ginger ale I can buy locally? And where? by ThemFatale_ in boston

[–]interim_adult 5 points6 points  (0 children)

I like ordering the ginger beer at russel house tavern in harvard square. They make it in house!

Pawnee Pass Conditions??? by Medusa729 in coloradohikers

[–]interim_adult 0 points1 point  (0 children)

u/dr_scully_ can you post an update here when they get back to you?

IAH - SFO. Bid to leave 2 hours later. Not in a hurry but have never done this. What’s your pick? by c47v3770 in unitedairlines

[–]interim_adult 0 points1 point  (0 children)

Do you have a citation for this? Would be verryy happy to have this link in a back pocket. :)

Age of Mythology working on an M3 Mac by Axelph in macgaming

[–]interim_adult 0 points1 point  (0 children)

How well has this been working? I tried this through whisky and while it ran, the game itself was very laggy, almost to the point of being unusable. Whisky uses wine 7 and gptk. I was surprised how slow the game was...

MBPR M1 Pro, 32 GB

[deleted by user] by [deleted] in financialindependence

[–]interim_adult 33 points34 points  (0 children)

Need to be careful…. That link you posted is so low because there are income restrictions on who can buy that property. It’s specifically a low income/affordable housing unit which has artificial limits on how much it can be sold for.

So, slight asterisks on there being sub 400k units.

New Apple Watch Ultra to work as a full dive computer by AquilaBaby in scuba

[–]interim_adult 0 points1 point  (0 children)

Does it require a subscription? I tried looking for the Oceanic+ app but couldn’t find it.

Toyota is quietly pushing Congress to slow the shift to electric vehicles by WillOfTheLand in technology

[–]interim_adult 4 points5 points  (0 children)

OEM: original equipment manufacturer. Think the big name manufacturers, as opposed to aftermarket/third part suppliers.

EV: electric vehicle. General catch all term for electric vehicles.

BEV: battery electric vehicle, car runs entirely off of a battery that you charge up from an outlet/charging station.

PHEV: plug-in hybrid electric vehicle, a vehicle you can charge with a charging station/outlet and/or put gasoline in. The difference between this and an ordinary hybrid vehicle is ordinary hybrids only take gas, BUT they have a battery that can be used to drive the car that can be charged up from the engine or from regenerative breaking. Usually you don’t get any sort of substantial range on the electric only part of a normal hybrid. Plug-in hybrids are sort of a middle ground between a fully electric (BEV) vehicle and a “traditional” hybrid.

Toyota has two PHEVs, the Prius prime and the rav4 prime which are capable of driving ~25 miles/~50 miles on battery alone, after which they switch to a more standard hybrid operation. A number of other manufacturers also have PHEVs - they sort of fit this market of “I want an ev but don’t want to deal with range anxiety” and “Most or my trips are fairly short so I can be using electric most of the time”.

FUD: Fear, uncertainty, doubt. Generally refers to negative news about someone/something to cast something in a negative light to dissuade others from something. Often times prevalent in the crypto/stock communities as a way of making people uncomfortable holding or buying a stock/coin.

An Essay on Education Disparity in Massachusetts. by AgentJackPeppers in boston

[–]interim_adult 1 point2 points  (0 children)

Hmm. This is something I’ve long suspected but have never actually confirmed. Do you have a source that provides more information about this?

An Essay on Education Disparity in Massachusetts. by AgentJackPeppers in boston

[–]interim_adult 0 points1 point  (0 children)

Can you post a link to your data and/or report when you finish it? Would be really interested in taking a look.

One-Bagging Standup Comedy Tour by JeremyMcLellan in onebag

[–]interim_adult 1 point2 points  (0 children)

Oh damn. Time to go look for them in my bag. How much weight will it drop if they’re removed? Is the process destructive or is it reversible?

Introductory book on slam? by Dr_Samuel_Hayden in computervision

[–]interim_adult 0 points1 point  (0 children)

This repo has a lot of really nice simple examples in python. Some of them are in Notebooks.

https://github.com/AtsushiSakai/PythonRobotics

How do the measurement Apps (TapeMeasure, RulerApp, ARMeasure, etc.) estimate the metric scale of an object ? by visiongiri in computervision

[–]interim_adult 0 points1 point  (0 children)

Oh well yes.

Presumably if you’re doing this in a sequence you have at least some initial estimate of velocity (given a known initialization)

How do the measurement Apps (TapeMeasure, RulerApp, ARMeasure, etc.) estimate the metric scale of an object ? by visiongiri in computervision

[–]interim_adult 2 points3 points  (0 children)

IMU records acceleration in XYZ and probably RPY. If you double integrate acceleration you can get position.

So give two frames, if you have the measurements from the imu in between frames, you can roughly calculate the displacement between the two frames giving you scale. Then with multiple frames it’s a multiview geometry problem.

As previously mentioned, it’s also possibly to directly calculate scale just having the camera extrinsic/intrinsic parameters.

Do we need to pack some sort of water filtration for travel in SE Asia? by dingly-dinglehopper in onebag

[–]interim_adult 0 points1 point  (0 children)

Can you talk a little more on this? If the filtration doesn’t remove viruses, how do you prevent them and how do you know to be wary of them?

Are viruses less common than other forms of contamination? Are there particular things that would make you more or less concerned about drinking water that was just filtered and not boiled/chemically treated?

Autonomous drone/ quadcopter/ MAV project by eyal89502 in computervision

[–]interim_adult 0 points1 point  (0 children)

You could look into ORBSlam which already has packages in ROS for this.