mildewey
mildewey t1_iv5pnp6 wrote
Reply to comment by ApiContraption in PsBattle: Dog jumping in the air by Pragalbhv
That dog is clearly piloting an aircraft... Or a giant mecha... Or something.
mildewey OP t1_iueru72 wrote
Reply to comment by wolff_james in But the dip or pay off debt? by mildewey
Does this include Roth 401k? Or just a Roth IRA?
mildewey OP t1_iueqefs wrote
Reply to comment by ChiSquare1963 in But the dip or pay off debt? by mildewey
Yes, mortgage is sub 3%. Why 15%? It sounds like a good number, but what drives that being the number? Or is that just a minimum number that I should hold firm with myself on?
mildewey OP t1_iudj5ji wrote
Reply to comment by wolff_james in But the dip or pay off debt? by mildewey
I'm not completely off track, but I lost ground in the divorce. I'm contributing 10% of gross right now.
mildewey t1_j6ak400 wrote
Reply to ELi5 : If you can access a website, why cant you steal the source code and make a 1:1 copy of it? by 13lettersinhere
Websites have three parts that you could steal.
HTML is easy to steal, you can copy and paste the content easily.
The CSS is a bit trickier, but the browser allows you to see it if you go into developer mode.
The JavaScript is available like the CSS, but modern developers minify it by replacing the more legible code they work on with difficult to read versions of the same code.
Finally, like others have said, even if you copy the whole website, that doesn't mean you have access to the database and server which can be a large part of the functionality of the website.