Viewing profile — lobstrosity420
lobstrosity420
HN member- Joined
- Mon, Mar 08, 2021, 1:46 AM UTC
- HN karma
- 261
- Public activity
- 124 items
- HN profile
- View on Hacker News ↗
About lobstrosity420
Recent public activity
-
comment
Comment #38008476
No one likes that either you know.
-
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…
-
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...
-
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…
- comment
-
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…
-
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.
-
comment
Comment #36452719
It’s the entire premise of Snow Crash.
-
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…
-
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.
- comment
-
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.
-
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…
-
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.
-
comment
Comment #35928870
If there is data loss it’s an incident, full stop. Your observability layer should be letting you know.
-
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…
-
comment
Comment #35928760
The gustibus is unarguable indeed, but calling it “complex” is definitely one of the takes of all time.
-
comment
Comment #35928644
Also Railscasts.
-
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.
-
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…
- comment
-
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…
-
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.
-
comment
Comment #35907594
They weren’t criticizing OOP per se. Before the class keyword, JavaScript had much more powerful OOP semantics using metaobjects.
-
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…