Live data from Hacker News

Viewing profile — lukeramsden

lukeramsden

HN member
Joined
Thu, May 24, 2018, 11:30 AM UTC
HN karma
569
Public activity
225 items

About lukeramsden

[ my public key: https://keybase.io/lukeramsden; my proof: https://keybase.io/lukeramsden/sigs/yOmLLQNb5tgyWumuoGoSbYceXwfNgFxR13YBPpJyUVg ]

Recent public activity

  1. 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....

  2. 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 …

  3. comment
    Comment #42326720

    You joke but I have seen this far too many times... in very highly valued startups... 100% line coverage though!

  4. 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?…

  5. 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

  6. 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.

  7. 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…

  8. 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…

  9. 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…

  10. 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…

  11. story
  12. 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…

  13. 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…

  14. story
  15. 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 …

  16. 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?

  17. comment
    Comment #35697508

    Works absolutely fine with git, you just have to take the time to keep the pre-commit checks reasonably quick

  18. 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

  19. 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 …

  20. 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…

  21. 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…

  22. story
  23. comment
    Comment #34225047

    that's actually a very interesting idea. you could probably generate a proto schema from your edgedb schema...

  24. 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?

  25. 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…