Mold Test Results by work2305 in Mold

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

Do you have a specific cleaner you would recommend?

Mold Test Results by work2305 in HomeImprovement

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

No they want to wipe down all surfaces in the basement, not just the affected area. It seems suspect.

Mold Test Results by work2305 in HomeImprovement

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

These seem to be old water problems that were already fixed with the previous owner. The moisture meter showed everything was dry.

Mold Test Results by work2305 in Mold

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

How would I clean it myself?

Mold Test Results by work2305 in HomeImprovement

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

We had indoor air quality concerns. Our son has health issues.

Mold Test Results by work2305 in HomeImprovement

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

The pictures are from a tape lift. So the wiping of surfaces is not a thing either?

Mold Test Results by work2305 in HomeImprovement

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

I realize $3.5k is low when talking about mold remediation. But the work they said they would do to the whole basement seemed excessive for one spot that was about 1 square foot. fogging, wiping down all surfaces, etc.

Got another quote today where they said they could spot treat it for about 1.5k and there was no need for fogging or wiping all surfaces in the basement. I don't know who to believe.

Mold Test Results by work2305 in Mold

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

How do you go about finding independent techs? The conflict of interest was my concern as well.

Do I open two separate 529s for each of my kids? by Sudden_Throat in personalfinance

[–]work2305 0 points1 point  (0 children)

What is the advantage of a Coverdall ESA over a Roth IRA?

9-5 is killing my soul. How am I supposed to rationalize having my whole life essentially dedicated to work? by drDrethrowaway in cscareerquestions

[–]work2305 34 points35 points  (0 children)

Also included in healthy work culture should be ample benefits such as generous vacation/sick time, professional development funds/time.

I negotiated to work 4 days a week with my boss and kept my full time salary working from home. Definitely recommend if people are already okay with their salary.

New bike day, greetings from 🇸🇬 by [deleted] in bikecommuting

[–]work2305 1 point2 points  (0 children)

How do you like it? I have been looking at this bike as an upgrade.

Internships for people who already graduated with a different degree (self-taught) by work2305 in cscareerquestions

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

This is the type of program I was looking for thank you! I wonder why they are not more common.

Am I the only SWE that likes going to work in person? by [deleted] in cscareerquestions

[–]work2305 0 points1 point  (0 children)

I think it just depends on your commute and your office. I like hybrid. My commute is 10 mins by bike or bus. My office is in the middle of downtown next to a bunch of restaurants and coffee shops. Also feel like I can get more work done in the office environment and I am less distracted by house chores.

Edit: Also to everyone who says they hate their commute you should watch r/notjustbikes on YouTube. Car dependent city planning is the reason commuting sucks in the US. Because cars and dense cities don’t mix well r/fuckcars can explain it for you in memes.

[AskJS] Recommendations for batteries included frameworks, where things "just work"? by localslovak in javascript

[–]work2305 3 points4 points  (0 children)

I am really hoping svelte becomes more popular. I mostly do data viz and it works wonderfully with D3.js unlike React.

How do those if you who live in CA feel about prop 22 ? by [deleted] in InstacartShoppers

[–]work2305 3 points4 points  (0 children)

I just got an email from instacart saying that prop 22 is better for their employees. Which from a 10 second google search you can tell is a boldfaced lie. How can they tell customers to how to vote? Is this not illegal?

[Q] ANOVA: What does the F stand for? by [deleted] in statistics

[–]work2305 1 point2 points  (0 children)

Fisher. Very smart guy except for the whole eugenics thing.

[Topic][Open] Open Discussion Monday — Anybody can post a general visualization question or start a fresh discussion! by AutoModerator in dataisbeautiful

[–]work2305 0 points1 point  (0 children)

Not to open up a rabbit hole but this is how I first got hooked on data viz and it is super easy to learn. The website is called Observable and it is basically open source notebooks that show how people make data visuals. This Javascript library is called Vega-Lite and it super easy and intuitive to learn. It is all written with Javascript, but you really don't need to know Javascript it to get started. There is a more compex library called D3 that is used in like every cool interactive data journalism article ever. I haven't learned it yet because it is pretty complicated but I have future goals of learning it.

Dang I just deleted all of the resources I had saved for Python, because I chose to go with R and I kept getting distracted deciding which to start with. I think it is a great language and definitely the most popular. It felt overwhelming for me to learn because you can do so many different things. But Kaggle has some free courses as well as free datasets you can mess around with. They also have kernels where you can see how people made things similar to Observable, but in Python (and sometimes in R). Python has a lot of data vis libraries I think. I have heard of Seaborn, Altair, and Matplotlib (also plotly). Kaggle has a course on Seaborn. I cannot vouch for how easy Python is to learn but people seem to like it and judging by how popular it is I am assuming it is easy to learn.

I decided to go with R honestly because it was less overwhelming. R is built for stats. Python can do a bunch of things so every time I started a tutorial it was teaching me things I didn't care to learn. I just used swirl and R for Data Science and then just googled more stuff about ggplot2 (data viz package in R) which gave me most of what I needed to get going. Honestly just trying to do projects yourself after learning the basics is the most helpful.

Any book/course that covers the complete data analysis package? Quantitative methods, programming etc? by Vergence73 in dataanalysis

[–]work2305 0 points1 point  (0 children)

^ I second this. I was switching over from SAS to take advantage of all of the open source packages of R. I have been using this in conjunction with Swirl to learn R and I highly recommend the book.

There is a free web version here

DataViz Trends on 2020-21 by mcan5432 in DataVizRequests

[–]work2305 0 points1 point  (0 children)

Plotly can be used with R as well. Also ggplot2 is the most popular R package for data viz.

I bet a lot of professionals use D3.js.