andrewmcwatters | 7 years ago | on: I tried creating a web browser, and Google blocked me
_blrj's comments
andrewmcwatters | 7 years ago | on: This person does not exist
andrewmcwatters | 7 years ago | on: AR Will Spark the Next Big Tech Platform: Call It Mirrorworld
andrewmcwatters | 7 years ago | on: Vanguard dramatically cuts its expected rate of return for the stock market
andrewmcwatters | 7 years ago | on: What every physicist should know about string theory
andrewmcwatters | 7 years ago | on: Activision Blizzard staff reportedly bracing for layoffs
andrewmcwatters | 7 years ago | on: Where does a tip to an Amazon driver go? Sometimes, toward the driver's base pay
andrewmcwatters | 7 years ago | on: Slack Says It's Filed to Go Public
"Unfortunately, for every IPO like Microsoft that turns out to be a big winner, there are thousands of losers."
"You could have earned that $533 decillion gain only if you never missed a single one of the IPO market’s rare winners—a practical impossibility."
andrewmcwatters | 7 years ago | on: HTTP/3 explained
andrewmcwatters | 7 years ago | on: Slack Says It's Filed to Go Public
andrewmcwatters | 7 years ago | on: Slack Says It's Filed to Go Public
That being said, I'm sure the valuation is overinflated. The ARR ranges I've read don't justify it.
If you're feeling bold and want to speculate, I'd probably short it.
andrewmcwatters | 7 years ago | on: Slack Says It's Filed to Go Public
andrewmcwatters | 7 years ago | on: The infrastructural humiliation of America
Could we spend less on military? Oh for sure, but the idea that we spend more on military than anything else is absolute bullshit.
andrewmcwatters | 7 years ago | on: Amazon fires employees who supported “yellow vest” blockades of Amazon sites
_blrj | 7 years ago | on: ICE set up a fake university; 100s enrolled, not realizing it was a sting op
It seems to me that you can run ICE without necessarily having figures like Joe Arpaio or Donald Trump as ideological sponsors while accomplishing the same job.
I've read on a few occasions that immigration was even more strictly enforced under Obama's administration, but it was done without xenophobic rhetoric, which seems ideal.
andrewmcwatters | 7 years ago | on: Add limits to amount of JavaScript that can be loaded by a website
I think this is a great idea. It puts pressure on developers and makes experiences better for users. The average American Internet speed is sub-100 Mbps, but average LTE speeds are closer to 12 Mbps, with websites opting usually to use responsive layouts over separate mobile sites. This means you're downloading the full resources of a desktop site, and the mobile device is adjusting to media queries.
5 MB / 12 Mbps is over 3 seconds. That's bullshit. Put pressure on developers, make a better web.
andrewmcwatters | 7 years ago | on: Ask HN: Is it just me, or is CSS too damn hard?
For virtually everything else in production, you should be using themed Bootstrap or CSS framework x, y, or z that fits to your corporate identity. Usually so you can have a front-end engineer make decisions about symbols and have those changes flow out to the rest of your webpages and web apps without relying much on engineering to hand tune everything all over again. This is sort of ideal CSS usage, though it's probably debatable by folks here.
CSS is development more than it is design. It just helps you accomplish design.
Maybe one of the points glanced over CSS discussions is that the traditional visual formatting model was designed for documents, and not web page and web app layouts for today's world. That's better addressed by flexbox and CSS grids. For instance, the entire concept of floats isn't for aligning things, it's for text to flow around "floated" boxes like images. Most hacks like clear fixes were designed to help utilize floats for page layout versus document composition.
andrewmcwatters | 7 years ago | on: C++ Modules Might Be Dead-On-Arrival
require( "engine.shared.entities" )
or require "engine.shared.entities"
Which means look for: engine/shared/entities.lua
Additionally, with the `package` module, `require` can also be modified to look for: engine/shared/entities/init.lua`
which is a common Lua practice._blrj | 7 years ago | on: Future JavaScript: what is still missing?
andrewmcwatters | 7 years ago | on: The steam has gone out of globalisation