clukic's comments

clukic | 1 year ago

You're not pricing in the primary impact of the subsidy - the value of the travel itself. Those tickets subsidize travel and reduce carbon emissions.

clukic | 2 years ago

This is a very strange comment to make on the Y combinator link sharing site. A site started as a space for a community of founders and aspiring founders to share their inspiration, ideas and stories. And you're responding to an article written by the founder of that community.

clukic | 2 years ago

Your home page/blog is by far the cleanest, fastest, and most functional I've seen. Can I ask what you use to publish it? I can't find any reference to a platform in the HTMl source (which is amazingly clean BTW).

clukic | 2 years ago

I live in Brooklyn in Bed Stuy, and my neighbor who has lived here his entire life told me how he used to play football in the street everyday in the summer when he was a kid. There was always a pick up game, and when I asked he said occasionally a car would need to get past and they would finish the play, and then wave it by.

Today, I don't let my daughter step one foot into that street for fear she'll get swiped by an Ebike or an Uber driver in an Escalade doing 40.

Drivers today have an expectation of complete ownership of the streets, and kids lost one of their few play spaces.

clukic | 3 years ago

We're living in a moment of great homogenization. The myriad of microcultures that spanned the globe, and gave rise to so many unique ideas and movements are evaporating, and the result is a type of global group think.

The results of this are evident everywhere. Fashion, music, web design, food, academic writing. In any discipline or artistic endeavor, it's like the whole world decided this is the one best way to do things and nothing outside of that norm receives the nourishment (capital, time, attention, thought, support) that it needs to develop.

clukic | 3 years ago

The EPA was created to empower experts to make informed decisions with the goal of benefiting the public good. The science of regulating pollutants is hard, and neither our representatives nor the voters who elect them and ultimately hold them accountable should be expected to develop that expertise.

The vested interests who benefit from the fossil fuel industry control the flow of information to our representatives through lobbyists, and to the public through advertising. Panels of experts in their field are harder to influence.

clukic | 4 years ago

I recently watched Project X, a campy Matthew Broderick movie from 1987, and I was just blown away. It was so incredible to watch real Chimpanzees interacting with real human beings in real environments.

I had that illusive sense of wonder that CGI is always striving for and failing to reach. And, as a consequence the movie almost felt like it was from a future where CGI had finally achieved its goals...the only thing is it was a campy movie from 1987.

clukic | 4 years ago

Should Congress also pass laws regarding which vaccines are mandated for military personal serving in which areas of the world? For example, if the risk of yellow fever increases in Yemen, should Congress pass a law requiring special forces deployed in that area must acquire the vaccine? Or should that decision be left to the appointed heads of those branches of the military?

https://usarmybasic.com/about-the-army/army-shots

clukic | 4 years ago

Does that mean you support a rollback of all vaccine requirements? For example the MMR, TDap, HepB, polio, chicken pox vaccines required for school children? Or the numerous vaccines required for military personal?

And would you be comfortable having a pediatrician who wasn't inoculated for diphtheria knowing that an infection could be fatal for your baby?

clukic | 4 years ago

I wonder if an argument could be made that this would actually pay for itself. Given that productive use of search is at odds with commercial use of search, maybe a publicly funded search engine could increase GWP by 0.01% which would be about $87B a year.

clukic | 4 years ago

This is the dream, but outside of government intervention I don't think it will ever be realized. There's no effective standards body, and the big players have little interest in sharing their data in any robust way. There's so many devils in the details of these specifications.

clukic | 4 years ago

This is a great idea, and a welcome addition to the space. Fitness data standards are exceptionally poor and there's very little alignment between the major data collectors. This has resulted in the creation of a small army of syncing apps, developed to move data around between the most popular platforms, but as far as I know no ones attempted anything like this.

Having spent nearly a decade trying to extract data from the various walled gardens in the fitness space, I think something like this has really only been possible in the last few years as some of those walls have come down just a bit. That said, there are still some enormous hurdles to overcome. From the documentation it's not clear how OAuth is implemented. The authentication standards for many of these platforms are very diverse and often unfriendly in terms of the API agreements, rate limits, and various OAuth standards.

I'm assuming since it would be a violation of most API terms to pass data to a 3rd party, that the consumer of Terra must first acquire their own API key and then Terra uses that on their behalf? Although, if that's the case, OAuth implementations must be very tricky, especially for APIs like Garmin's which uses OAuth1a.

Nevertheless this can only be good news for the cause of open data. If it's successful, hopefully it'll create some pressure for these companies to expand their capabilities and relax their terms of service.

clukic | 4 years ago

You can't catch polio twice. And chicken pox is pretty similar to covid actually. It has a similar R value, and adults who catch it can be hospitalized, but for children it's usually not as serious. And once you've had chicken pox you have strong immunity, although you can still get some of the symptoms if exposed.

As for comparing restaurant and school. Schools are publicly funded and mandated by the state. No one has to go to a restaurant.

clukic | 4 years ago

It's the local demographics that matter. I live in Brooklyn. I don't care what the vaccination rate is in the entire US, or NY state, and I'm hardly ever in Manhattan. I don't dine indoors because the vaccination rate in my neighborhood is 39%. And, while I'm probably not going to the hospital knowing that I might put one of my unvaccinated neighbors in there matters to me.

clukic | 4 years ago

Vaccine requirements have been in place for decades. For pre-K in NYC kids need shots for PCV and Hib.

For kindergarten they need more shots: Hep B, Polio, Chickenpox, and Measles, Mumps and Rubella.

Going to middle school? Then you'll need more shots, the TDAP and meningococcal conjugate.

These are all vaccine requirements. Is it an invasion or privacy to demand children's records? Is it the nanny state? We could go down that road, but who wants to live in a world where we lose herd immunity to all of those diseases because 30-40% of people choose to opt their children out?

clukic | 4 years ago

The vulnerable populations aren't vaccinated. The vaccination rate in Brooklyn for people 65+ is just a bit over 50% (51% white/54% African American).

If cases keep rising I don't see any reason why hospitalizations and deaths won't follow. Unless the delta variant is less dangerous or treatments have improved tremendously.

So, the options are 1)Stop indoor dining 2)Accept the public health implications or 3) Require vaccinations for high risk activities. I feel like option 3 imposes the least harm.

clukic | 4 years ago

Interesting to note that unleaded gas also has lead about 0.05g per gallon which is a lot when you consider how much gas is burned in a typical big city everyday. Aviation gas has 2 grams per gallon, so if you live near an airport you're probably getting a pretty steady diet of lead.

clukic | 4 years ago | on: Tips to prevent adoption of your API

A couple of things I omitted for brevity:

The async server response doesn't contain the data. It contains a link to retrieve the data. So make a request and then wait to for a link to be sent to your server that you can use to retrieve the data for a limited time.

The responses sent to the server don't correspond one to one to the requests. One response may contain data for many requests, and many responses may contain data for one request. Each response contains data for many UATs.

clukic | 4 years ago

I would think a user token level limit would prevent this, although I could imagine a case where a bug simultaneous affected all user tokens, but I'd imagine you'd set that app level limit pretty high because otherwise you'd be making life very difficult for legitimate use cases.

clukic | 4 years ago

That's true. And really, of all the things the app level rate limit is perhaps the least worth mentioning. Not wanting to get into the weeds, what I didn't say is that there's no way of returning the extent of the data for a given user. So, the recommended approach by the support team is to always request all data. This easily maxes out the rate limit. Feedback that this lack of transparency is problem for both consumer and provider alike, fell on deaf ears.
page 1