AmpsterMan | 1 year ago | on: Java in the Small
AmpsterMan's comments
AmpsterMan | 1 year ago | on: Arch Linux and Valve Collaboration
AmpsterMan | 1 year ago | on: Inside the "3 billion people" national public data breach
AmpsterMan | 1 year ago | on: Go is my hammer, and everything is a nail
What the poster was alluding to is that you usually prefer to deseialize to a struct rather than a record/dict/map
AmpsterMan | 1 year ago | on: CrowdStrike Update: Windows Bluescreen and Boot Loops
Because doing three requires convincing a bunch of people that are currently doing number two, to do number one instead.
AmpsterMan | 1 year ago | on: DoorDash and Pizza Arbitrage (2020)
AmpsterMan | 1 year ago | on: De-googling, so far
AmpsterMan | 1 year ago | on: The 'Deep State' (political lobbying in Washington)
AmpsterMan | 1 year ago | on: The 'Deep State' (political lobbying in Washington)
AmpsterMan | 1 year ago | on: HTML Attributes vs. DOM Properties
AmpsterMan | 2 years ago | on: Is htmx Just Another JavaScript Framework?
That's why whether it is library/framework is besides the point. The author posits that these features should be in the spec, and tries as closely as possible to show what something might look like if we had it in the spec
AmpsterMan | 2 years ago | on: To revive Portland, officials seek to ban public drug use
AmpsterMan | 2 years ago | on: 55% of workers say their pay isn't keeping up with inflation
AmpsterMan | 2 years ago | on: Why I always hit the crosswalk button (2015)
https://en.m.wikipedia.org/wiki/Stroad
You can ignore new terms if you wish, but it is useful for describing a common street pattern in North America. The term is increasingly being used by urban planners.
AmpsterMan | 2 years ago | on: Why I always hit the crosswalk button (2015)
I'm convinced that North America will only get its act together when gasoline reaches $9.00/gal. Only then will middle class folks start looking toward city living and only then will we get any appreciable progress in city life. I only hope that we reach that point BEFORE the climate catastrophe worsens beyond repair. The fracking boom doesn't have me very confident of this.
AmpsterMan | 2 years ago | on: Persuasion through status rather than argument
If the position is such that any central route reasoning would lead to a rejection of the position, than the next best option is to overwhelm the critical faculties with peripheral route persuasion
AmpsterMan | 2 years ago | on: How to Not Get Screwed over as a Software Engineer [video]
AmpsterMan | 2 years ago | on: People are happier in a walkable neighborhood: the US community that banned cars
Density does not mean Manhattan levels of density. Manhattan has 28,000/km^2, Atlanta has 3,500/km^2. That's an order of magnitude difference.
I mean this with all of the respect I can muster. If your first thought is "I prefer to live in a rural space where my nearest neighbor is half a kilometer away" Congratulations. You live in a RURAL place, this does not apply to you. In fact, you should be cheering for denser living spaces. It is not the five-over-ones that are taking over the precious rural landscapes, but the endless sea of concrete and asphalt that is suburban living.
To non-North Americans. The standard U.S. and Canada experience of "living" in a city, is you live in a quarter acre of land in a winding suburb where it's at least half a kilometer to get out of your neighborhood onto the local collector. It's going to take you at least another half kilometer to make it to the arterial that takes you to the giant box store that has a bunch of stuff you need.
It is impossible for a plurality of people in North America to get the basic necessities without a car, let alone any other niceties.
AmpsterMan | 2 years ago | on: Disco Elysium and the need for collective action
AmpsterMan | 2 years ago | on: I don’t buy “duplication is cheaper than the wrong abstraction” (2021)
There are two kinds of abstractions in your, the ones everyone complains about and the ones that no one has ever seen.
My rule of thumb is thus: Have I repeated myself three times doing the EXACT same thing? Then CONSIDER abstracting away. Otherwise, make as many implicit dependencies explicit as possible and slightly keep repeating yourself until you are exactly repeating yourself