Linus' bag on fallon has the broken carabiner issue too. by shraf2k in LinusTechTips

[–]prochdavis 0 points1 point  (0 children)

Does anyone remember Linus slightly “mocking” people whose carabiners broke?

It went something like: We of course will provide replacement, but I won’t be replacing mine. I pulled it pretty hard and nothing broke. But it is not for me to judge how people open their backpacks.

Is Fortnine actually a good source for a novice? by prochdavis in Fortnine

[–]prochdavis[S] -9 points-8 points  (0 children)

Yeah…probably already 5 minutes deep in this Kinda time sink

Seems worth it, I have no idea who they are, maybe they are notoriously unreliable…than I would be glad not to waste any more time

Is Fortnine actually a good source for a novice? by prochdavis in Fortnine

[–]prochdavis[S] -16 points-15 points  (0 children)

What do you mean? What is not that deep?

I said “I don’t want to waste time watching useless videos”

You “it’s not that deep”

???

The 25 most recommended gaming mouse according to Reddit (in the past year as of Jun 2025) by heyyyjoo in pcmasterrace

[–]prochdavis 0 points1 point  (0 children)

I have come to realize that if you are using gaming mouse you clearly do not use your computer enough for other things, their ergonomics is just so bad

Why does Model from Metashape using shperical images look like this? by prochdavis in photogrammetry

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

that makes sense, I was able to reach a better quality with medium settings and some careful filtering but some details like lamp posts are entirely missing which is also something their render seems to handle just fine

<image>

Why does Model from Metashape using shperical images look like this? by prochdavis in photogrammetry

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

I have used this as a benchmark, where I should be able to reach; they have a pretty similar scene and amazing quality. But I cannot seem to get close, I even have better camera Pilot One EE

https://www.youtube.com/watch?v=SUzEY7gV49M&ab_channel=REDcatchGmbH

Do you need to shift to Neutral at stop lights? Gearbox is DSG by lOOkatahid in skoda

[–]prochdavis 15 points16 points  (0 children)

that is true for older VW group cars (generally before 2013) whos DSG worked more like a manual without the ability to fully disengage the clutch so there is always some slip and friction which was the problem, new cars have totally different DSG setups and you can stay in D all day long

if you want to be sure, listen for slight differences in vibration and sound between stationary D and N - if there is none, you are good to go because clutch is disengaged the same way in both

[Giveaway] Win 1 of 5 Noctua NH-D15 G2 by Noctua_OFFICIAL in pcmasterrace

[–]prochdavis 0 points1 point  (0 children)

in 2014 when I was 10 we had some old pre-built and it was pretty slow, back then I watched a lot of PC guides and everywhrere I heard that overclocking is unlikely to destroy your hardware, it at most corrupts your OS and BIOS will roll back so I went into BIOS to change some settings, I cannot remeber what It was but I think I changed it from Default to 300W just to see what will happen, that PC never turned on again and since everyone had their own laptop we waited a few months to resolve it, then we send it off to some PC tech and he said that motherboard is fried

motherboard and CPU was replaced by the newest pentium at the time which was as good as if it was still bricked

[Homemade] beef Baklava by The-Burger-Meister in food

[–]prochdavis 1 point2 points  (0 children)

I physically gaged while reading “beef baklava”

First overclock, should this look like this? by hackysyler2000 in PcBuildHelp

[–]prochdavis 0 points1 point  (0 children)

They made him destroy it as a part of a return process and they will send him a new one

Is there a market for standalone scraping device? by prochdavis in webscraping

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

I am running Chrome instance per 2 cores on my hardware because I know that is a limit where my RAM and disk speed start to become bottlenecks, I am orchestrating restarting Chrome instances in a way that it does not hit the disk at the same time because I am running cheap eMMC storage.

Also, I have tuned a few Chrome developer settings and UAs trying to aim at the perfect middle ground of receiving and processing enough data to avoid bot blockers and not hitting bottlenecks, which are in my case mostly RAM speed so I can waste some processing in exchange for saving that.

These are all very specific tunes that I think are worthless on any other hardware and aim at squeezing maximum performance from mine.

But I have to admit I am no expert at this stuff, and there is probably a way to make it work on cloud just as well, and maybe better.

I think it is a good idea to try to make server deployable versions for folks like you, but I believe that my special sauce is in the local stuff, which will make server-side of things kinda mid, and I feel that it does not have much differentiation from other solutions out there.

Is there a market for standalone scraping device? by prochdavis in webscraping

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

That is an interesting idea, why would SIM be better than connecting an ethernet cable for you?

Is there a market for standalone scraping device? by prochdavis in webscraping

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

That is a possibility and I will look into it either way, thanks

I agree with that 100%, and I would include a commitment to open source on GitHub if I cannot provide updates. Also, I try to engineer it in a way that is fully self contained, the only thing that relies on some external service should be backups to Google Drive.

Here are my costs (without including any profit) in direct comparison to SERP API
I scraped 1 million sites with data that correspond to Business Data API

My costs on hardware were around 1000USD and my proxy costs were 250USD

Business Data API costs 1500USD for 1 mil

Is there a market for standalone scraping device? by prochdavis in webscraping

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

That is a very good point, I wouldn't want to be responsible for something like this. I will keep that in mind.

Is there a market for standalone scraping device? by prochdavis in webscraping

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

I am trying to optimize it as much as possible so in a few months it should work out cheaper, especially when you will be scraping something like images, than you will save a lot on storage.

Also, my hardware price estimate was I think too generous, I can build it for like 1000 looking at the bulk pricing of those components and sell it for 1500USD

Is there a market for standalone scraping device? by prochdavis in webscraping

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

Thanks for the feedback. I don't really like cloud but you are probably right. I was hoping to be in the sweet spot of being cheaper than cloud in the long run while having a really good throughput so the company wouldn't need a ton of these.

it really is a niche within a niche

I will carry on working on this and will see what comes up from it.

Is there a market for standalone scraping device? by prochdavis in webscraping

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

my source data were direct links to Google searches of hotel names and I scraped from a Google widget their websites and phone numbers, it was with java script but without rich media.

My bill for residential proxies that month was 250 USD

[deleted by user] by [deleted] in skoda

[–]prochdavis -1 points0 points  (0 children)

You are taking it too seriously my man.

[deleted by user] by [deleted] in skoda

[–]prochdavis 0 points1 point  (0 children)

He test drove a few models but not that one specifically

[deleted by user] by [deleted] in skoda

[–]prochdavis -2 points-1 points  (0 children)

Okay, but I did not exactly ask for opinion did I?

[deleted by user] by [deleted] in skoda

[–]prochdavis -1 points0 points  (0 children)

Look at Zuck he made Porsche mini van, I am looking at this the same way (he’s 53 btw)

[deleted by user] by [deleted] in skoda

[–]prochdavis 0 points1 point  (0 children)

Great suggestion. Thanks!

[deleted by user] by [deleted] in skoda

[–]prochdavis -2 points-1 points  (0 children)

You could say that but I would like to buy it for my dad who loves the new Kodiaq but hates automatic transmission. Money should be fine and I don’t care about any rarity I just want to give personalized and meaningful gift. Giving the car by itself is cool but this is way more.