HackerTrans
TopNewTrendsCommentsPastAskShowJobs

neilparikh

no profile record

comments

neilparikh
·11 ay önce·discuss
I think you’re using the typical aesthetic definition of fantasy vs. sci-fi. You’re right that under that one, Tower of Babylon would be considered fantasy.

Ted Chiang has an alternate definition though, I prefer that one to be honest. His definition is about whether there are certain “special people” to whom the general laws of the universe don’t apply [0]. Under that definition, even what we would colloquially call magic (ex. turning lead to gold) would be called sci-fi, as long as everyone could do it; once you have that, you can do things like mechanize it and make factories to do it at scale, and there’s where you get the interesting second order problems.

Under that definition, I think Tower of Babylon is better considered sci-fi, because there are no “special people”. The new rules of the universe also lead interesting second order effects: the tower gets so tall that entire families live in the tower, and people are born and die in the tower [1].

[0] - better explained him here: https://boingboing.net/2010/07/22/ted-chiang-interview.html, see “You have very specific views on the difference between magic and science. Can you talk about that?”

[1] - I don’t know if Chiang intended this, but I think you could probably draw a parallel to missionaries to the new world.
neilparikh
·geçen yıl·discuss
This data structure is called the zipper, and the neat thing is that you can generalize this to more complicated types like trees: https://www.st.cs.uni-saarland.de/edu/seminare/2005/advanced...
neilparikh
·2 yıl önce·discuss
I built a similar system for my school’s CS club. I considered using a door sensor, but the eventual solution I settled on was a light sensor, because it’s almost always true for us that the lights are on iff the door is open.

This way, we don’t need to mount anything on the door, we just have a microcontroller plugged into one of the machines.

Our previous solution was a webcam that pointed to the lights that did a similar thing (implemented by someone before my time) but then it stopped working due to some driver issues, and I didn’t want to spend time investigating them.
neilparikh
·3 yıl önce·discuss
> my wife with iphone pops up browser, I pop up mine with firefox and ublock origin. Internet is utterly useless and horrible place on her phone, while completely fine on mine (plus I get youtube ads blocking as a bonus)

I recently set up NextDNS on my iPhone and browsing the web has become much more usable (previously, I would get webpage crashes!). Something to look into in addition to or instead of Wipr.
neilparikh
·5 yıl önce·discuss
Asking people to pay property tax doesn’t imply “kicking out old ladies” though. Many people who could afford the new property tax (and thus aren’t being kicked out) might choose to downsize anyway to save money.

It’s the same logic as a carbon tax.
neilparikh
·5 yıl önce·discuss
> Yeah, let’s kick old ladies out of their houses so we can get a piece.

If the problem is "kicking old ladies out", why not just allow seniors to defer their property tax, instead of what we have now, where even corporations pay the same fixed tax? Seems a little absurd to give the entire state a tax break for a problem that only effects 10% (at most).

The "old ladies" argument was just a cover for the real reason, and you've been duped.

> I’d like to see an example of increasing taxes on a good or service somehow making it cheaper.

It's fairly well known that a land value tax actually has negative deadweight loss, because it incentivizes more efficient land use. It definitely can't make housing more expensive, since the supply-demand curve remains the same (the supply of land is fixed).

Also: http://www.savingcommunities.org/issues/taxes/property/affor...
neilparikh
·5 yıl önce·discuss
https://www.investopedia.com/terms/f/faang-stocks.asp
neilparikh
·5 yıl önce·discuss
> I'd be careful about directly comparing prices, real estate taxes (by rate) in Texas are significantly higher than in California.

The two are directly linked, so this makes sense. A higher property tax means that the future annual rent (real rent if you're a landlord, imputed rent if you're a owner-occupier) you get from property will be reduced, so the capitalized present value will decrease correspondingly.
neilparikh
·5 yıl önce·discuss
> but what about upsides?

I don't know much about Go, and I'm one of those people who mostly sees the downsides, so I guess I'll ask you about one of my biggest issues with the language (in the hopes of broadening my perspective on this): what is the upside of returning a value and error, rather than a value or an error? Or I guess, more precisely, why is that the default and only way to do things [1]?

For context, I'm a big fan of explicit errors and errors as values over exceptions as a general principle: my preferred language is Haskell, where Either (essentially Result) is the main way to doing error handling, and exceptions are very rarely used.

[1] - I can see a few cases where returning both is useful, but I can't see it being what I want most of the time
neilparikh
·6 yıl önce·discuss
Big difference between CA and TX: no Prop 13 in TX. That alone will have a massive impact on how things play out.