HN user

EamonnMR

4,484 karma

http://eamonnmr.com https://github.com/EamonnMR/space-craft-22 http://blog.eamonnmr.com http://flythrough.space https://github.com/eamonnmr/mpevmvp https://github.com/EamonnMR/openlockstep

Posts21
Comments1,539
View on HN
petapixel.com 1y ago

Sound of Meteorite Striking Earth Captured for First Time by Ring Camera

EamonnMR
2pts1
cgwmuseum.org 2y ago

Finding Deceit in the Chambers of Xenobia (2022)

EamonnMR
2pts0
www.os2museum.com 2y ago

This code smells of desperation

EamonnMR
250pts89
computer.rip 2y ago

Free Public WiFi

EamonnMR
371pts175
blog.plover.com 3y ago

Git branches are named sequences of commits

EamonnMR
170pts224
news.ycombinator.com 3y ago

Ask HN: Has the ChatGPT spam tidal wave already begun?

EamonnMR
4pts1
news.ycombinator.com 4y ago

Ask HN: Why drive users away from the login button?

EamonnMR
64pts24
en.wikipedia.org 5y ago

Houston Tunnel System

EamonnMR
2pts0
minnie.tuhs.org 5y ago

Macros to make C resemble Algol68 (1979)

EamonnMR
2pts0
andregarzia.com 5y ago

LiveCode is a modern day HyperCard (2019)

EamonnMR
139pts68
blog.eamonnmr.com 5y ago

Flythrough.space Retrospective (2020)

EamonnMR
1pts0
en.wikipedia.org 6y ago

Workplace OS

EamonnMR
2pts0
blog.eamonnmr.com 6y ago

Don't Remake an Old Game

EamonnMR
1pts0
meyerweb.com 6y ago

Get Static

EamonnMR
238pts86
blogs.sciencemag.org 6y ago

The Return of Aducanumab

EamonnMR
1pts0
news.ycombinator.com 6y ago

Show HN: 3D Browser EV Clone/Space RPG

EamonnMR
1pts1
www.cnet.com 6y ago

Why the fate of online accessibility may rest with a Domino's Pizza lawsuit

EamonnMR
1pts0
olduse.net 7y ago

Olduse.net: Usenet, updated in real time as it was thirty years ago

EamonnMR
2pts0
twitter.com 7y ago

CenturyLink 911 outage was caused by a single network card sending bad packets

EamonnMR
328pts161
www.douglas-self.com 7y ago

The Auxetophone and Other Compressed-Air Gramophones

EamonnMR
2pts0
www.caida.org 8y ago

The UCSD Network Telescope

EamonnMR
2pts0

We have copyright and intellecual property law already, of course, but those were designed presuming a human might try to profit from the intellectual labor of others. With AI, we're in the industrial era of the digital world. Now a single corporation can train an AI using someone's copyrighted work and in return profit off the knowledge over and over again at industrial scale.

The idea that copyright simply doesn't apply to AI has more to do with AI companies deciding that they're not going to comply with those laws than the design of the laws. Also a very successful lobby against enforcement by positioning AI as a strategic necessity.

Meta Llama 3 2 years ago

Would you then say that in general Open Source doesn't matter for almost everyone? Most people running Linux aren't serving 700 million customers or operating military killbots with it after all.

I'm very interested in something like archive box but:

* Can also download Internet Archive snapshots

* Suitable for (read only) exposure to the open Internet, or saves sites as static content that you could host easily by slapping it into an Nginx or Apache directory.

Is it the tool for the job?

Somehow both things are true, and I don't know how we disentangle them.

YouTube the site where people can dump videos is incredibly useful because there are visual tutorials for everything.

YouTube the site where people form parasocial relationships with flat-earth-fluencers and break their brains is the worst invention since leaded gasoline.

The idea that they've engineered a bacterium that will successfully outcompete naturally selection indefinitely seems overly optimistic. They blocked the most obvious failure mode with the horizontal gene transfer pathway, sure, but considering how quickly antibiotics become ineffective I'm just not sold that their modified bacteria will be as untouchable as they seem to think. Certainly not 20 grand effective.

I wonder if it's because Rails creates such a specific set of expectations that when you actually try to do something without it you run into problems. "Oh, that's only a rails thing? I thought that was a ruby thing..."

Ruby's monkey patching convention might make this worse.

Rails was really good at building a very specific type of website and that kept Ruby popular for a while, but SPAs resulted in back end web apps that mostly just shuffled json around, something you don't need Rails for (though rails does a fine job of it) with it's page-oriented world; that responsibility got delegated to React.

Meanwhile, python ended up being the default programming language taught to domain experts in a ton of different domains. Having your engineers write the same programming language as your domain experts turns out to be really useful for business. Using NodeJS as your backend if you consider web your domain is also an excellent choice and also eats into Rails' market share.

I have seen some shops with modern rails deployments do truly awesome stuff, but it's hard to beat being able to take a script an analyst has written, hit it with a linter, and throw it into your production application.

Also, for what it's worth, the python 2/3 debacle was a much bigger deal back in the height of Rails' popularity. I was genuinely worried that the schism would continue to haunt the community; that someone would fork 2.x and we'd have two competing pythons. That didn't happen thankfully.