Hacker News new | past | comments | ask | show | jobs | submit | whatupdave's comments login

That's super cool. I worked on Smyte and have wanted to replace the language with something very similar to what you're describing. I'd love to learn more about it.


I open sourced a very minimal proof of concept for this here: https://github.com/jhgg/hyrule which shows the syntax.


Have to be careful here, this would send phone numbers into logs files and other potential downstream services which is a bit of a GDPR nightmare now.


I've always thought this too but I haven't come up with a better plot device


I think it's a better and more terrifying plot if you watch it as a Kafka-esque dystopia where people are imprisoned by the machines for inscrutable reasons that no-one truly knows. Morpheus's power supply theory is then just a necessary rationalization and a part of the mythology that allows the resistance to continue, while being fundamentally incorrect.

Thermodynamic impossibility is a relatively minor obstacle for a true believer.


Me too. I always thought it would have been better if humans' processing cycles (thoughts) were utilised to supplement, validate and expand the Matrix. A sort of automatic, involuntary, unaware Mechanical Turk.


the article states that they'll be ~800 miles up, so about 8ms there and back


Here's a helpful video on the topic: https://www.youtube.com/watch?v=krbKkLPXwlQ


Someone should build something like this, based off startup domain names, cross-checked with availability.


I almost alway use Que [1] now. It uses postgres advisory locks instead of Redis so one less dependency to worry about. You probably only need Redis if you're running a tonne of jobs.

[1] https://github.com/chanks/que


If you're already using Resque (the audience for the blog post), you're already using Redis, so Sidekiq would make more sense. Additionally, a quick glance at the syntax for a que job appears that you'd need to change more code (I could be wrong), and the available UI seems to lag Sidekiq's.

Reading this: "Que's job table undergoes a lot of churn when it is under high load, and like any heavily-written table, is susceptible to bloat and slowness if Postgres isn't able to clean it up. The most common cause of this is long-running transactions, so it's recommended to try to keep all transactions against the database housing Que's job table as short as possible." I wonder what consistutes "high load". I throw hundreds of thousands of jobs atop Sidekiq often; if you're using the same database to manage your jobs, it seems that would dogpile your database (since each of those jobs is likely making db calls, and if it's a Rails app, you're typically using the same database)


Rails 5 will require Redis so in the future it will be a dependency anyway ...


Rails 5 does not require Redis unless you want to use Action Cable.


All the source code and public data is still available. Some teams might still choose to run the software.


Third!


4th. I met James and Khaled in Austin pre-YC. Nicest guys in the world.

Couldn't be happier for them.


This could go on. :) Congrats guys!!


Perhaps https://paidapi.com/ might work for you?


Consider applying for YC's Summer 2025 batch! Applications are open till May 13

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

Search: