Live data from Hacker News

Viewing profile — lobstrosity420

lobstrosity420

HN member
Joined
Mon, Mar 08, 2021, 1:46 AM UTC
HN karma
261
Public activity
124 items

About lobstrosity420

I like computers.

Recent public activity

  1. comment
    Comment #38008476

    No one likes that either you know.

  2. comment
    Comment #37678718

    > Maximalist positions are a thing in our industry. Take a technique, outline its drawbacks, extrapolate you can’t use it under any circumstance, and ban it forever. We are lucky t…

  3. comment
    Comment #37677410

    It is in fact how it was designed to be used, you can read the reasoning here: https://dev.37signals.com/globals-callbacks-and-other-sacril...

  4. comment
    Comment #37396290

    > I'm having trouble thinking of a precedent for this - an open source project that has a core API which is effectively a lead generator for their proprietary cloud service. Is thi…

  5. comment
  6. comment
    Comment #36501161

    > Walkable, safe and cheap places with good internet have a lot to gain (e.g. Portugal, Thailand) Why do the people living in those cities feel so strongly that this isn't the case…

  7. comment
    Comment #36501033

    Honestly, I do. I love typing M-x with a random word and finding something that does what I wanted to or is pretty close.

  8. comment
    Comment #36452719

    It’s the entire premise of Snow Crash.

  9. comment
    Comment #36449509

    It already lets you have different settings for the internal en external keyboards by default. I use it just like that - vanilla settings on my MacBook built in and for the externa…

  10. comment
    Comment #36432298

    I don't think the article was saying to choose a market with few customers, of course you want costumers. Rather choose a market with few competitors.

  11. comment
  12. comment
    Comment #36361020

    Swift had no horse in that race whatsoever. It was made to interface with Cocoa and it excels at pretty much exclusively that.

  13. comment
    Comment #36283545

    I don’t think Reddit being replaced is as much of a given as everyone seems to think. People might simply get tired of the concept altogether. Nobody needs a vote based link aggreg…

  14. comment
    Comment #36035265

    That is the magic of EMacs. If Lem manages to capture that, and improve in other areas like performance - they might make something really special.

  15. comment
    Comment #35928870

    If there is data loss it’s an incident, full stop. Your observability layer should be letting you know.

  16. comment
    Comment #35928804

    Is your argument that the application gracefully recovering from the scenario will somehow make the dev team accommodated? Hard crashes are not an acceptable substitute for observa…

  17. comment
    Comment #35928760

    The gustibus is unarguable indeed, but calling it “complex” is definitely one of the takes of all time.

  18. comment
    Comment #35928644

    Also Railscasts.

  19. comment
    Comment #35919307

    Good catch. It’s been a while since I’ve been thought the ways of old JS so I’m misremembering. It’s all apocryphal anyhow.

  20. comment
    Comment #35917379

    Yes, this is it. The MOP approach basically involves using ‘Object.assign’ to instantiate new objects from the metaobject. It is quite straightforward in my opinion, but that is re…

  21. comment
  22. comment
    Comment #35914368

    Not ‘nothing’ has changed. Classes are supposed to be syntactic sugar over constructor functions, but the later could be invoked as well as instantiated with the ‘new’ keyword, whe…

  23. comment
    Comment #35910506

    Also the Nothing Ear (1). I don’t know if they’ve designed their phone too, but it at least follows their design language.

  24. comment
    Comment #35907594

    They weren’t criticizing OOP per se. Before the class keyword, JavaScript had much more powerful OOP semantics using metaobjects.

  25. comment
    Comment #35754955

    > especially early on when my focus should be testing my product, not optimizing my cloud infrastructure for scale that might never be needed Not to mention vendor lock in, somethi…