Viewing profile — danabrams
danabrams
HN member- Joined
- Sat, May 26, 2018, 11:42 AM UTC
- HN karma
- 396
- Public activity
- 117 items
- HN profile
- View on Hacker News ↗
About danabrams
No profile information was provided.
Recent public activity
-
comment
Comment #48896084
It also struggles with my NYC-area accent, which is only medium thick.
-
comment
Comment #48850487
There are four stages to any successful companies lifecycle and Bending Spoons's model is to maximize what they can get in the final stage of decline. There's nothing wrong with th…
-
comment
Comment #48673269
This is not sustainable forever unless their hypothetical usage is realized, and eventually the bill will come due. Meanwhile, component makers will surely be spinning up more capa…
-
comment
Comment #48359428
I have one. I got it so I could have something small to slip in a small bag for when my toddler went to a playground. The thing that makes it's unusable is the trackpad. A better t…
-
comment
Comment #47663884
ios Native App > web app > android app > anything made with a cross platform toolkit like react native or flutter. I would much prefer a really well-crafted ios Native App with ext…
-
comment
Comment #46746010
I read what the author is saying as “time is fixed, so I adjust the scope.” The problem is when product or management is demanding both fixed time and fixed scope. “Here’s a list o…
-
comment
Comment #46667967
Oftentimes, broadly accessible services are lower quality than more personalized ones, to the consumer. As an example in US government bureaucracy, government software teams digiti…
-
comment
Comment #46664010
The author talks about how software creation processes at large organizations are an artifact of how large organizations operate, but in all 3 of the 3 cases, I would ask “why does…
-
comment
Comment #45707435
For enterprise mobility venues like a commercial aircraft or a cruise ship it costs far more.
-
comment
Comment #45540764
Maduro, Castro, and Saddam Hussein are/were bad. Castro and Hussein, at least, committed murders to maintain power and Maduro pulled a coup after he lost an election. Whether they …
-
comment
Comment #42864905
I’m old enough to remember not having an iPhone and not feeling sexy.
-
comment
Comment #42610734
Two types of sales philosophies: 1. It doesn't matter what you're selling, it's about the sales technique. 2. Develop deep domain and customer expertise. The former is the scammy t…
-
comment
Comment #39463000
Here's a theory... Although illegal now, San Francisco used to have a widespread practice of "key money"--a bribe you paid the landlord to choose you to rent the apartment that due…
-
comment
Comment #37779226
The author leaves out what to me is the most compelling argument against static types: it is somewhat at odds with interactive development with a running system, as seen in smallta…
-
comment
Comment #37235009
I’m reminded of Alan Kay’s observation that software is a pop-culture. Simplicity is great, how can we combine it with the 17 other frameworks we saw on HN this week and have to us…
-
comment
Comment #37111924
Sorry, there was a typo. Astro is more focused on SSG than SSR. This is what happens when trying to comment on a phone keyboard first thing in the morning.
-
comment
Comment #37108766
You wouldn’t use Astro with NextJS, but you absolutely would with react. Astro is an SSR more tuned to generate static sites than SSR with hydration. It uses the islands architectu…
-
comment
Comment #37043064
From context they are almost certainly referring to the city of Washington (DC), which is part of the northeast corridor described, and not the state of Washington, which is on the…
-
comment
Comment #36523856
Do I have any sources that systemic racism is real? I mean, there's a large body of evidence (I personally like the economics methodology of this study, which has been repeated man…
-
comment
Comment #36523486
For 350 years of US history africans and their descendants were enslaved. Native Americans were ripped from their land and relocated, often with genocidal levels of casualties. Aft…
-
comment
Comment #36435068
The complaint that at ideal viewing angles, the resolution will only be 720p is silly. 720p is fine for watching movies, even if it's not home theater perfect. But it's absolutely …
-
comment
Comment #36419540
Since the link won't open for some, here's the relevant bit (the first two lines of the abstract of the paper linked to): "MVC was conceived in 1978 as the design solution to a par…
-
comment
Comment #36419507
It's a pdf. It opens for me when clicking. Are you on a browser that can't easily open PDF?
-
comment
Comment #36403133
> One of my ideas is that if you were to log the behaviour of a program with timestamps and implement a program that implements the same log, then its behaviours are identical. Thi…
-
comment
Comment #36402789
There’s no reason your model can’t have an abstraction layer that contains the business logic and a concrete layer that has the persistence (indeed, if it’s complex at all it shoul…