HN user

chrxr

243 karma

Doing stuff at Harvard SEAS

Posts7
Comments70
View on HN

This is going to be a random comment, but the thing that struck me most was how close this person's Github username is to my own! github.com/chrxr vs github.com/chrxh. Feels bizarre. And seeing their actual name it appears there username has the same relationship to their real name as my own username.

I think this is catering to a specific audience who is not me :) I actually find that the complexity of self hosting is the interesting part.

I did this to learn stuff. Seeing as I have little to say, my blog site is more of a technical playground than a valuable store of content.

I omitted that between the EC2 version and this current version, I built a really convoluted version with an ALB, Aurora, always-on ECS etc. That came to $80 a month. So then that motivated me to go the other way with the super cheap option.

I recently moved my personal website (https://chrxr.com) to a static site in a rather complicated fashion.

I use Wagtail as my CMS, so I dockerized it and put it on an ECS cluster. I then use Wagtail Bakery to publish the pages to S3. I then change the task count on the ECS service to 0. For a DB I use sqlite in EFS, so it's persistent and backed up.

I was previously running on an EC2, and cut the cost from about $15 per month to ~$1-2 per month. All I'm paying for is <1mb S3 storage, a single route 53 hosted zone, and one image in an ECR repo.

If I want to add content, I spin up the ECS task again and work away. Note that part of the reason for such a low cost is my website get VERY little traffic :)

Apart from the cost, I also have the advantage that it's lightning quick most of the time, with caching provided by CloudFront.

Tabletop Simulator 6 years ago

TTS is great for 40k, although moving a large amount of pieces can be a pain. There are a huge amount of model scans available, and the community has put an immense amount of effort into building battlefields. I have mixed feelings about the morality of getting this stuff for free. I say mixed because the price of actual GW models is criminal. However, I don't think this takes much profit from GW. It certainly hasn't prevented me from wanting to paint models and play in person. But with that currently being impossible, TTS and Warhammer Total War are my only outlets.

But how many applications of soldiers overseas are there other than in the advancement of imperial aims? Dubious peace keeping claims? I understand this is a very subjective topic, but its at least understandable that someone should make this connection.

I read the article as arguing that the USA is an empire, and as such its soldiers are overseas furthering those imperial aims. So in that sense it is the imperial ventures that are creating the vets who need to be managed at home.

If the learning experience is simplified to listening to a lecture, either live or recorded, and all grading is done algorithmically, then yes, there is no scaling limitation. This would be considered a very poor learning experience though. Even in the School of Engineering at Harvard, even for the CS classes, very few use autograding. Students expect individual feedback on their work. They expect the ability to personally interact with teaching staff. They expect group work, labs, office hours, reading groups, and some level of supervision over these activities.

I work at Harvard, and I can tell you there is a real push to create a quality experience in remote learning, and a lot of resources are being directed towards this. It is not just the same classes via Zoom. Of course these enhanced learning environments could be replicated on campus as well, there's nothing particularly special about the remote learning environment.

But as you suggest, it is the residential experience that most folks are paying for. Harvard considers the residential experience as one of their primary value propositions. That is why Harvard and other schools are working very hard to get students back to campus. It's a difficult balancing act between this and maintaining the health of the campus. A major outbreak amongst undergrads would be a serious blow to everybody involved, so health is always going to come first.

Also worth noting that 20% of Harvard students pay 0 tuition, and more than 50% get needs-based scholarships. https://college.harvard.edu/financial-aid. So if you're smart enough, and/or fit into the financial aid brackets, why not go to Harvard? What's the risk there?

That may be the case, but I would guess other insurance companies will buckle under similar pressure. Perhaps I'm being naive, but it seems like the worst kind of PR nightmare to financially cripple a group as big as those who will eventually be infected.

That's not the point of the glass cliff. The point is that women are more likely to be hired as CEOs when a company is in trouble than when a company is in good shape. It is specifically about the circumstances when a woman is more or less likely to be hired as a CEO.

I wrote a GA for picking an optimal Fantasy Football (soccer, Brit here) team based on player scores from the previous season(1). The team did above average, even though it was hobbled by the fact that I didn't do any transfers after the initial pick.

The knapsack problem(2), of which fantasy team picking is an example, is a classic use case for genetic algorithms.

1) https://github.com/chrxr/ga-prem-team/blob/master/scripts/ga... 2) https://en.wikipedia.org/wiki/Knapsack_problem

Exclusive Design 7 years ago

It might just be me, but reading right-aligned paragraphs with all that white space to the left is quite painful. My eye naturally drawn the left edge of the page at the end of each line. It's a little better when you get to parts with the notes on the left, but even then the notes distract from the text they actually want me to read.

Being from the UK originally, bbc was always my go to site. Recently I've found it incredibly annoying to access in the US, particularly on mobile. There is a full screen overlay add for every page view. Note that I don't use any kind of ad blocking, so I'm bringing this trouble on myself.