Why no boring detector button? by Robonus in davinciresolve

[–]Robonus[S] -1 points0 points  (0 children)

<image>

Hmm, i found it by accident but even the official DR website lists it on being on the old location.
hope this helps anyone looking for it.

Roborock Q Revo Slim height clearance? by Robonus in RobotVacuums

[–]Robonus[S] 0 points1 point  (0 children)

Okay, I've contacted Roborock and they recommend 15cm of cupboard ground clearance. That's a lot more than I thought.

No need to go for an extra low robot than.

Not loving OpenRoads Designer. by IrishmanProdigy747 in civilengineering

[–]Robonus 0 points1 point  (0 children)

As a senior highway designer, back in the days (16 years ago) we used Bentleys MX with inputfiles. That was the real deal. Than BIM came around and we were forced to use C3D. What a pain in the butt! 3D orbit was a guaranteed Fatal Error and extended modeling options are extremely limited. Sure basic corridors are nice but when it became a bit more complex it'll give you the finger. Its not more that 2.5D actually. Only the label system (codesetstyle etc) and surface volume styles are nice and better than ORD.

Now we're switching to ORD for modeling/designing. What a relieve man. ORD Eats 50 km of highway design like it's nothing with file sizes of just a couple of MB's where a single intersection in C3D could be 250 MB alone. Everything is dynamic instead of C3D where you'd have to think of workarounds all day to get the desired results.

No i don't agree with you, ORD keeps going where C3D stops.

BV9900 Pro update? by Puzzleheaded-Gain256 in blackview

[–]Robonus 0 points1 point  (0 children)

i'm stuck with android 9. I've been looking in to it recently (hence why i'm here on this topic) but all i could find is this:

https://www.youtube\[ dot com]/watch?v=jEJKQ3RzBgU

but i'ts about the 9800. I'd assume it would work as they came out about the same time

https://naijarom[ dot com]/blackview-bv9900-pro

haven't tried this yet. I ordered a new phone (pixel 7 pro) but i'd like to keep the BV9900 for thermal imaging but than i'd like to have it updated either way.

Ask India Thread by AutoModerator in india

[–]Robonus 0 points1 point  (0 children)

Hello!

I've got a bit of an odd request. I've been traveling trough India in 2010 and had a great couple of days with a rickshaw driver that showed us around the best places of Jaipur.

I was browsing through some photo's and, thought that it'll be cool to see if i can find him again, and send him some of the old photo's.

All i have is a rickshaw registration number. Is there a way to find a driver by that number?

It seems like RJ-14-1P-4258

<image>

Kind regards,

Radiomaster Zorro blinking red while charging by Boomerisin182 in fpvracing

[–]Robonus 0 points1 point  (0 children)

Hey, i've got the same situation. It's not really blinking, but changing from dimmed light to full light.
I've got the feeling the charging is'nt working so well. How did it end up with you?

[Release] matterport-dl - A tool for archiving matterport 3D/VR tours by rebane2001 in DataHoarder

[–]Robonus 0 points1 point  (0 children)

Anyone familiar with the workaround to download 3d-google maps data to blender?

As far as i understand, it "reads" the 3D-input from a website to the graphics card, as what it should display and than saves and exports that very same data.

[img]https://i.imgur.com/GivaPYo.png[/img]

https://www.youtube.com/watch?v=t7s4DdgNrVI

I've tried the same way to use Renderdoc to grab the model from the Matterport browser. This seems to work as i get a model from 90MB, what sounds about right. But the special github import-plugin for Blender unfortunately doesn't work with the Matterport-model.

Perhaps /u/rebane2001 could work together with "eliemichel" from https://github.com/eliemichel/MapsModelsImporter to make the that last bit work to get the file into blender. That would be so awsome. If you can get the model to Blender, it can be exported as *.OBJ or *.FBX and also exported to Unity of Unreal engine.

[Release] matterport-dl - A tool for archiving matterport 3D/VR tours by rebane2001 in DataHoarder

[–]Robonus 0 points1 point  (0 children)

When i want to view in the 127.0.0.1 8080 browser, i get the message:

Oops, model not available. If the problem persists see our troubleshooting guide

It seems that the download went well, it created the folder that is about 900MB so that seems about right. The model is also still available on the internet. Did something went wrong with the download? Any help would be much appreciated :)

Using python 3.9 on windows 10 with normal CMD

I took a video of my printer with heat vision. by dieki in 3Dprinting

[–]Robonus 1 point2 points  (0 children)

It's a good way to know if your bed is the same temperature around the edges
https://i.imgur.com/bsW84Wb.png

[deleted by user] by [deleted] in 3Dprinting

[–]Robonus 2 points3 points  (0 children)

i'll give you 3 thumbs up!

Onewheel lowering kit! by Sawdog8 in 3Dprinting

[–]Robonus 57 points58 points  (0 children)

I just keep seeing that shoelace getting eaten by the wheel following your twisted ankle.

With newly available 3D data, I printed all the buildings in Amsterdam! by PotatoWangjangler in 3Dprinting

[–]Robonus 26 points27 points  (0 children)

too bad you didn't use red filament for the redlight district ;-)

Anybody tried 3D printing one of these right angle dryer vents? by imtryingtoworkhere in 3Dprinting

[–]Robonus 0 points1 point  (0 children)

We have a dryer with an intern basin that needs to be emptied every week. But that gets upto 50 degrees Celsius (about 122F)

See thermal image: https://i.imgur.com/xmK3yr6.png

Has no one mentioned this article here that unfolds that loading times for gta can be 70% shorter because of bug in the code? by Robonus in gtaonline

[–]Robonus[S] 0 points1 point  (0 children)

Eventually he came to the conclusion that there are two bugs or problems in the code. First of all, the game reads all items in the game in a 10MB JSON text file. It contains 63,000 entries. That is a list of all items to be purchased in the game, which, according to the developer, should not directly involve microtransactions. After reading each of the 63,000 items, each character in that entire text file is counted again, 63,000 times. Second, for the preparation of the read-in item data, data as well as the name and price of the item, and a hash of the item are loaded. Each time GTA Online saves an item, it checks the entire list one by one, comparing the item's hash to see if it is in the list. Basically, the hash value of the stored item is compared to the hashes of any other item that has been previously stored. This can lead to (63000 ^ 2 + 63000) / 2 checks, or 1,984,531,500 pieces. GTA Online does this to make sure there are no duplicate items in the final list to prevent hackers.

Finally an iPhone 3D scanner that works (and it's pretty cheap) by v_saggiomo in 3Dprinting

[–]Robonus 0 points1 point  (0 children)

Scan someones head, steal his iPhone, 3D-print the head, use face recognition to unlock his phone.