For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | more tatoalo's commentsregister

I'm going to list just a few of the best I have seen so far:

- The Last Dance [https://www.imdb.com/title/tt8420184/]

- Night Stalker: The Hunt for a Serial Killer [https://www.imdb.com/title/tt13651632/]

- Indie Game: The Movie [https://www.imdb.com/title/tt1942884/]

- The Staircase [https://www.imdb.com/title/tt0388644/]

- Making a Murderer [https://www.imdb.com/title/tt5189670/]

- Icarus [https://www.imdb.com/title/tt6333060/]

- Apollo 11 [https://www.imdb.com/title/tt8760684/]


You can see Indie Game for free on Mailchimp.com https://mailchimp.com/presents/film/indie-game-the-movie/


Ed: “If you can’t get the work done, then the past two years are basically worth nothing … There were at least five times, a good five times, where I totally broke down and I just didn’t want to do it anymore … I was actually really worried that either Tommy or I would die in the process of making this.”

From:

https://moviewise.wordpress.com/2012/12/28/indie-game-the-mo...


I absolutely loved the Last Dance but I really like basketball. I wouldn’t recommend it to non-fans of basketball though (basing this off a small sample size of friends).


FWIW, I was absolutely captivated for all of Last Dance, and I don't watch basketball. But I do have an affinity for "30 for 30"-style docs on the human interest side of sports.


I’m not into sports and I don’t follow basketball. I couldn’t tell you beyond really famous basketball players who the majority of players are. And although I grew up in Jordan’s era of basketball, I didn’t watch his games. All that to say, I enjoyed it.

If you like something, recommending it is fine. Let the people decide if it’s a topic they’re interested in it or not.


I am not into basketball but I found The Last Dance excellent.


+1 for Icarus. Until just a few years ago, cycling was up to its eyeballs and doping. Wasn’t just one American, one Italian, or one German. It was nearly everyone.


> We’ll let you know when we recommend upgrading to iOS 16.

Oh, how kind of you.


> If one million people came together to put solar panels on roofs - that would be cool!

That would be “cool” and actually great. The problem is that people who cannot get through the month because the bills have skyrocketed, cannot afford the upfront price of installing solar panels. So unless there’s government intervention, I don’t really think this would be feasible.


They cannot get through the month, but they have time to start a fight with the legal system by withholinding their due payments and then deal with whatever trouble comes from it?


What?! Following this logic then, the bread riots in the French Revolution[0] would not have happened because “they don’t have the money but they have time to start riots to demand a cap on the price of the good”?

By the way, I’m not commenting on whether this is the right approach to the issue, just commenting the current situation considering what’s happening now.

[0]: https://revolution.chnm.org/items/show/491


I really like the simplicity (i.e. readability) of the codebase, nice!


Slightly OT, but I have a question on AWS Lambda(s) since they run on Firecracker MicripoVM(s): have somebody found a way to reduce cold-starts times?

Online I was only able to find that the way to go seems to be to produce an heartbeat on a rolling schedule, wanted to look into this.


The solution for cold starts is usually keeping them warm :)

In Lambdas, you can schedule a cloudwatch event similar to the heartbeat you've mentioned.


Dumb question. How is keeping a lambda warm different than just running a VM? Does the warm lambda instance respond quickly, and when it starts getting saturated, then additional Lambdas come online via a cold start process?


I use Zappa, it just schedules a frequent execution of the lambda: https://github.com/zappa/Zappa#keeping-the-server-warm


But what devoutsalsa said is true, you will still get a cold start when a request comes in while the already "warm" lambda is processing another request. This is one of the gotchas that not everyone seem to understand about these cloud functions. Sure, you'll scale quite horizontally, but just one executor at the time. If you have a long cold start, this can significantly increase latency. Some providers let you pay for concurrency, so that you can scale out more quickly.


What runtime are you using? A custom runtime can get cold start times in milliseconds, as long as you're not loading a large language runtime or a container. Try a custom runtime that has only a single statically linked binary in it and nothing else.


I am using a Python runtime


In addition to the fantastic ccc.de talk, I suggest this one related to the 1202 alarm: https://youtu.be/B1J2RMorJXM

Great talk and overall super presenter IMHO.


AWS SM is having issues in the `us` region, I'm currently on-call and wondered that maybe somebody else would be impacted by this as well!

Correct link: https://health.aws.amazon.com/health/status


Yep, we have moved to google workspace chat for the time being. Panic :)


Yeah, from my EU IP address I could not visit the site, with US-provided IP from my VPN I could. I don’t understand why they would geofence it honestly but that’s how it is.


They probably got DDoS like usage patterns from badly behaved scrapers around the world. Geo fencing is the easiest solution while still keeping data public domestically.

It's easy to blame them, but if you provide any data on the web, the load you get from scrapers is insane.


I have been using cronitor[0] for a few months now and I have been really satisfied with them so far!

[0]: https://cronitor.io


$2/monitor?!


I’m currently on the “hacker” tier, no business use case for me at the moment.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You