HackerLangs
TopNewTrendsCommentsPastAskShowJobs

hnav

972 karmajoined 13 tahun yang lalu

comments

hnav
·3 hari yang lalu·discuss
Yeah, if it's worth more than 4k registered, it'll either be fixed or shipped. California gives you $1200 to junk it, people will come pick it up for $1500 and a lot of times you'll see it pop back up in state because they illegally resuscitated it with a defouler, a used/EPA cat and put it back into circulation.
hnav
·3 hari yang lalu·discuss
For mid 2000s, the car is self monitoring so an emissions check is just a visual once over to ensure no physical tampering and a computer readout of emission readiness monitors + firmware checksum for digital tampering.
hnav
·3 hari yang lalu·discuss
Yup, a bigger issue for old cars trying to pass emissions is that with prices of precious metals, a worn out catalytic converter (diagnostic code P0420 ) means that most of them are mechanically totaled in California, New York, Colorado since they require either OEM or CARB approved replacements.
hnav
·4 hari yang lalu·discuss
if it's sturdy/you're light then doing eccentrics (jump up, come down unassisted) is a good way of working up to full pull ups.
hnav
·8 hari yang lalu·discuss
We're all going to caching appliances deployed on the ISP's network these days anyway.
hnav
·8 hari yang lalu·discuss
https://developer.apple.com/icloud/prepare-your-network-for-... has a guide for web server operators, including a GeoIP CSV which could conceivably be used for whitelisting. More concerning is that they're plugging private access tokens there, which allows Apple to vouch that you're a human running their hardware.
hnav
·18 hari yang lalu·discuss
historically car manufacturing gets redirected into defense for wartime though it's unclear how that would pan out with today's factory specialization
hnav
·19 hari yang lalu·discuss
E.g if gmail knows that you have maps or chrome it can deep link you into a particular view instead of opening safari.
hnav
·21 hari yang lalu·discuss
I’m not saying that we need to regress further as a society. I was merely providing a counterpoint to the argument that the homeless need to have their agency stripped because they’re a negative value to “productive” society.
hnav
·21 hari yang lalu·discuss
I have come to the conclusion that until I am part of the landed gentry, the erratic homeless are a positive impact on my life. They may be a nuisance and cost me a stolen package here and there but when the “let them eat cake” types move into the neighborhood is when I get priced out. That is to say like inflammation is a symptom of something being wrong in the body, their plight is emblematic of the struggle that affects everybody but the upper crusts of society. You can try to treat the symptom in either case but there are much deeper structural problems.
hnav
·22 hari yang lalu·discuss
If you mean watchtowers with armed guards, then no those don't exist anymore.
hnav
·22 hari yang lalu·discuss
The top %1 is a strawman invented by the top 0.01%.
hnav
·22 hari yang lalu·discuss
East-side gallery is still standing.
hnav
·23 hari yang lalu·discuss
What came first, the wage or the cost of housing?
hnav
·23 hari yang lalu·discuss
- Figuring out NIMBY-ism. Anywhere you run a tunnel you're gonna have people suing you and stalling for decades. Less so if you use a tunnel bore machine, but cut and cover is pretty much a non-starter.

- Cost of labor is insanely high due to cost of housing. Short of jumping straight back into the 19th century, setting up temporary housing and bringing in guest laborers this is pretty much non-negotiable.

- Not a ton of expertise left in the country since there's 2 new subway tunnels a decade AFAIK.

- The grift has got to be worse here than in Spain. There if you get $40k in kickbacks that's a nice bonus, here that barely covers your rent for the year.

And then even if you bring the costs down, you have to figure out the taxation. Several billion per mile is the running rate and you may be able to bring that down but then you have ongoing costs. Muni's farebox recovery is only 1/4 of its budget so unless you're making existing lines redundant, there's new ongoing cost. Obviously the choices there will be to go into the pockets of the middle class or not do it at all.
hnav
·23 hari yang lalu·discuss
Though it is true that bleeding edge browsers are fairly secure.
hnav
·23 hari yang lalu·discuss
You can have a volume mount into your container backed by whatever block storage which may have snapshotting or format with a FS that supports snapshots.
hnav
·24 hari yang lalu·discuss
what I meant was a proxy that implements HTTP/1.1 CONNECT

and a server behind it like

``` mkfifo /tmp/myfifo cat /tmp/myfifo | nc -l 12345 > /tmp/myfifo ```

so if you manually type out

  CONNECT host:12345 HTTP/1.1
  host: host:12345

you can see exactly what's happening. To be fair you can hack curl to support that via

  curl -x proxy:3333 telnet://host:12345
but that's not exactly what you want and requires curl to have been compiled with telnet support.
hnav
·24 hari yang lalu·discuss
Sometimes you want to do something that curl cannot express, e.g. timing, protocol oddities, etc. For example you may want to issue a CONNECT to an echo server through a proxy and observe the bytes flowing back and forth. You may want to see what happens when conflicting hop-by-hop headers are specified without worrying about the client's (curl's) interpretation of them. A simple nc -c (or openssl s_client -crlf) lets you do all of that.
hnav
·26 hari yang lalu·discuss
It's funny that you bring up seeds, for some crops farmers' seed spend is 25% because of IP laws and consolidation in the sector.