Viewing profile — lukeramsden
lukeramsden
HN member- Joined
- Thu, May 24, 2018, 11:30 AM UTC
- HN karma
- 569
- Public activity
- 225 items
- HN profile
- View on Hacker News ↗
About lukeramsden
Recent public activity
-
comment
Comment #42501046
Why are AI researchers constantly handicapping everything they do under the guise of ""safety""? It's a bag of data and some math algorithms that generate text....
-
comment
Comment #42454933
Can't read the full article due to paywall but ostensibly it's due to bias rules on race and not visa rules? Sounds like visas being abused and then backstopped by unrelated rules …
-
comment
Comment #42326720
You joke but I have seen this far too many times... in very highly valued startups... 100% line coverage though!
-
comment
Comment #42134483
Not really. Do you think that this is trivial at AWS scale? What do you do when people hit their hard spend limits, start shutting down their EC2 instances and deleting their data?…
-
comment
Comment #40709108
Can start with the number of unicorns in USA vs Europe, especially when you take population in to account https://www.failory.com/unicorns
-
comment
Comment #39010602
If you can’t afford to pay the current employees that raise, you certainly can’t afford new people - the market rate is the market rate.
-
comment
Comment #38804362
The best way to do this is message passing. My current way of doing it is using Aeron[0] + SBE[1] to pass messages very efficiently between "services" - you can then configure it t…
-
comment
Comment #38331712
Part of test-driven design is using the tests to drive out a sensible and easy to use interface for the system under test, and to make it testable from the get-go (not too much non…
-
comment
Comment #37633168
I did some research in to this this year in the context of maybe trying to start a business to solve this - and this was the conclusion I came to. There’s lots of threads here on H…
-
comment
Comment #37307639
> There are many instances I've encountered where two pieces of code coincided to look similar at a certain point in time. As the codebase evolved, so did the two pieces of code, t…
- story
-
comment
Comment #36774429
Learning to program does not equate to learning to architect and evolve over many years a non-trivial system, operate it, document it, train others on it, scale it, etc. - “unmotiv…
-
comment
Comment #36308959
The difference is that nobody has to actually accept updates that the core team make - and this has happened a few times, resulting in forks, although those cases were for things t…
- story
-
comment
Comment #36119154
> Even if this leads to humourously Java-esque code, it's worth it Some people seem to get mad about the verbose naming common in Java - but it’s one of the biggest blessings I’ve …
-
comment
Comment #36057836
Then the price has to go up. This sounds like… regular market dynamics? It’s still not clear why that’s a crisis?
-
comment
Comment #35697508
Works absolutely fine with git, you just have to take the time to keep the pre-commit checks reasonably quick
-
comment
Comment #35154725
> Should Microsoft be forced to rename itself to Microsoftandhard because they make hardware? I and I suspect many others would not be averse to this
-
comment
Comment #35007291
> and what everyone wanted most was a stable relationship, a job they enjoyed and to be able to afford a modest house. > It's reassuring that in a seemingly insane world, the kids …
-
comment
Comment #34966653
> spend 4 hours putting a webflow site on top of GPT APIs GPT _is_ AI though, no? I would think that this would count. Might violate "a re you exaggerating what your AI product can…
-
comment
Comment #34676500
You still have to do all that with cloud though - instead of firewalls and IP tables it’s VPCs, IAM, security groups, auto scaling groups, etc etc. The reason I think it’s still pr…
- story
-
comment
Comment #34225047
that's actually a very interesting idea. you could probably generate a proto schema from your edgedb schema...
-
comment
Comment #34224203
> What I want is a new database that defines tables in terms of rich structures like proto, like Spanner. Do you mean like https://www.edgedb.com/ ? Or something more... rich?
-
comment
Comment #34223807
> Does this mean we could fragment an application into, say, a low-level "engine" or "kernel" in C or Rust, an application server to handle requests to it, and the view be any of a…