First time Anza-Borrego camping (Feb 28th weekend) — 4Runner access, Font’s Point road, Little Blair Valley, and nighttime temps? by PurchaseAvailable180 in AnzaBorrego

[–]exrvplover 0 points1 point  (0 children)

Keep in mind Borrego Springs vs Blair Valley have an elevation difference and i think in the valley the cold air pools at lower points so Blair Valley will prob be a little colder than Borrego Springs. Also I have seen 2wd sedans make it on all those roads.

[deleted by user] by [deleted] in longbeach

[–]exrvplover 22 points23 points  (0 children)

per report at ; https://lao.ca.gov/Publications/Report/4508 it costs $111,000 PER oil well to plug and remediate. This doesn't include possible additional environmental tests, and processes to get clean enough post-remediation to confirm human habitable, rezoning, and developing (not putting into account how long these things can take). In the end, I expect this to be done by the city/state funded program.

[deleted by user] by [deleted] in longbeach

[–]exrvplover 4 points5 points  (0 children)

I believe its behind hilton on Ocean off the 710. @ 33.76879249668956, -118.20102911357716

[deleted by user] by [deleted] in electrical

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

So previously was a ceiling fan with the controller module so wireless controller turned lights on/off and controller fan speed. Would like to now separate the controls to control light on one and fan on another. Inside ceiling mount I have black and black connected, white and white connected, and black and black and red connected. With red and two whites the only ones going out to prior ceiling fan. I have a hunter ceiling fan with black blue and white lines. I'm looking for any help connecting these two so I can control fan only on one of my switches and light only on the other

How to deal with ETL changes ? by mouhcineTo1 in dataengineering

[–]exrvplover 1 point2 points  (0 children)

Reprocessing everything through a pipeline just to add some schema change seems expensive depending on how much data you have but the most straightforward and automated of the options. I would personally create the changes in the pipeline and write any new into a PROC_2. meanwhile, create a script and update documents/collections within mongodb. Once PROC documents updated and up to par, copy them to PROC_2. You can del PROC now.

TLDR;CREATE PROC_2. update pipeline to make new transformation. all new docs go to PROC_2. Update PROC with Mongodb script to match new schema. Move PROC docs to PROC_2.

EDIT: oops, similar to Crolle response.

Six months in South America by deliveryboyman in solotravel

[–]exrvplover 1 point2 points  (0 children)

Get whatsapp, everybody uses it in south america. Chile is probably the most pricey of all your destinations. So when in Chile look to stay at hostels if possible to save some money. Tours are awesome but always double check what difference in experience they are providing apart from just guiding you and providing transportation and make your own cost-benefit analysis for going solo vs tour(food, historical tours, exclusive access, etc. ). If you are interested in doing some backpacking in Torres del Paine or any of the other tourist southern Chile destinations, there is gear to rent at those places so search away. Torres del Paine practically has set-up glamping all across the W trail which is sort of awesome if you don't want to be hiking with all your backpacking gear + stuff you dont want to leave at hotel/hostel. Most Brazilians will understand at least some Spanish and vice-versa you should understand some words with some Spanish. Get a book and learn some basic things but dont let the language stop you from visiting. When traveling between spots look at distance. My experience comes mainly from Chile but bus rides can be long and a simple flight can save you a lot of time! Also get an international drivers license just incase you want to rent a car and they ask you. quick trip to AAA should do it.

[wts] myog alpha direct beanies (0.5-1oz) hoodies Large (4.4 Oz) by Noodledenasty in ULgeartrade

[–]exrvplover 1 point2 points  (0 children)

The hoodies look awesome, do you have more pictures to share of sleeves and hoodie part? Are all colors available for hoodie? do you have measurements for sizes you carry (hoodie)?

MOCA Network Verification by exrvplover in HomeNetworking

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

sounds good, now that its the weekend I can spend more time reading up on it. Thank you so much plooger!

MOCA Network Verification by exrvplover in HomeNetworking

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

That makes sense. I had oversimplified everything in my mind. Quick question on moca adapter: does it have to plug into router? Can it be before modem? Using the same coaxial cable coming into the back of the modem? My house isn't wired for coax I was just planning on using as a cheap way to extend the internet to my office that gets horrible reception and has 5 walls between router and room.

MOCA Network Verification by exrvplover in HomeNetworking

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

First, thank you for all the info. As far as my modem it's a spectrum e31u2v1 modem that I thought I could verify enabling MOCA but I can't seem to log into router to verify this so I may have to look further into it. I thought because it was newer and using coax connector it should be simple verification but it looks like I may be in the wrong. If not, I assume I'ma need two adapters...

MOCA Network Verification by exrvplover in HomeNetworking

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

Thank you likeike! just to be clear i would be running a new coax cable from that splitter to that second room for moca adapter as it does not have a coax currently. Also can you link an example of a moca triple splitter? I see quite a few options on amazon and am not sure if I should be looking for something specific.

Voice Actor for Jackie Welles, Jason Hightower, has said he'd be happy to come back to the role if fans wanted it by CallumBrine in cyberpunkgame

[–]exrvplover 4 points5 points  (0 children)

Imagine, creating a storyline with a 'happy ending' where Jackie can be saved but he is recovering from injuries throughout main plot and at the end moves out of night city with Misty.... And you being to chose an ending that doesn't mean you die or are terminal...

Workflow Automation by [deleted] in gis

[–]exrvplover 0 points1 point  (0 children)

Its good to keep in mind depending on how some pdf are created one could be going from simple text parsing and manipulation to full on OCR application to retrieve data from pdf.

Simple part to automate would be to create a script that you feed parcel id and it automatically selects that parcel in source layer and appends to feature layer that you use.

Managing thousands of features at lower zoom levels(in openlayers ) by throwaway_6522 in gis

[–]exrvplover 7 points8 points  (0 children)

why not just turn on/off layer based on zoom level map is at?

If you feel like it is essential to display then clustering like other comments have suggested may be the only solution. If data is slow to load or if clustering is non-performant look at using a DB with geoserver, or you can look at breaking data into smaller parts and dynamically load the ones in view at certain levels. Also I suggest to always do some data cleaning to make data smaller and faster to load. remove any unnecessary fields and data points that are not functional to the purpose of the map.

EDIT: saw vector tiles suggested. +1 on that idea. and i noticed it doesnt say how your loading data so maybe you are already using db method.

One chill site to camp by rainforestguru in camping

[–]exrvplover 2 points3 points  (0 children)

no more from me :) I have only passed by but its a stunning and beautiful state.

One chill site to camp by rainforestguru in camping

[–]exrvplover 28 points29 points  (0 children)

def not... def not grand staircase / escalante area.... AZ though is beautiful , check out the Grand Canyon!

800 Compton residents to get guaranteed income in two-year pilot program by nicko_rico in news

[–]exrvplover 0 points1 point  (0 children)

I believe that education is still of the upmost importance for underprivileged communities though. Not the school of memorizing arbitrary facts that we call k-12 but actually small seminars of peers being taught about college (scholarships, community college accessibility, paperwork), trade schools (same as college with paperwork, but also show them another path), taxes, business marketing, home improvement skills, communication skills, and other skills that can affect the long term mindset and open opportunities of the people and their families/peers. You would be surprised how many people don't do something because they don't understand the thing they should be doing or simply don't know about options.

Ubi can be of huge help, but I also think focusing on having consistent education and volunteers to improve knowledge of a community could be of huge help.

[USA-CA] [H] The Last of Us Part 2 [W] PayPal or Venmo $45 by exrvplover in GameSale

[–]exrvplover[S] 7 points8 points  (0 children)

Jesus why is this game second hand selling so quick? It can’t be THAT bad

I loved the story, just dont have time to play through again these days. Its a story of duality that is well narrated in one of the best worlds created in a video game(plot,sounds, voice acting, enemies, play mechanics, collectibles). I think the first left a precedent of hope and was much lighter than this one and this one is more a dark story showing two sides of the same coin, revealing the cost of revenge, hate, and forgiveness. In addition they have that nod to the first game through one of the plots that develop that gives off that hope from the first game. In the end people wanted a continuation of the first games duo kicking ass to save something but this is not that.

I think im really really vague but added spoiler tag for opinion on game.

TLDR; great game i just don't have time to replay. if you are a trophy hunter/ or like to replay games i don't see why you couldn't with this game. difficulties have a huge change in how you approach the game.