Viewing profile — flowerlad
flowerlad
HN member- Joined
- Sat, Jul 07, 2018, 2:03 AM UTC
- HN karma
- 3,333
- Public activity
- 652 items
- HN profile
- View on Hacker News ↗
About flowerlad
No profile information was provided.
Recent public activity
-
comment
Comment #49259120
As an American I’d like Europe to stand up to Trump. If little Iran can, so can Europe.
-
comment
Comment #48675251
How far can we take this? Should Boeing airplane designs be public domain since the underlying math is public domain?
- comment
-
comment
Comment #48674503
Should Google search index be forced to be public too?
- story
-
comment
Comment #48534806
The subject says this is free, if so what free license are you using? If the license is unspecified it may be open source but it is not free.
-
comment
Comment #48496673
Goldman Sachs projects SpaceX’s total revenue to reach $474 billion in 2030, up from $18.7 billion last year. That’s 25x in just 4 years. It shouldn’t take long to check if real gr…
-
comment
Comment #48481230
[dead]
-
comment
Comment #48334299
The article discusses algebraic effects but React is mentioned. Don’t make the mistake of saying thinking React is functional. See https://mckoder.medium.com/why-react-is-not-funct…
- story
-
comment
Comment #47744793
Orban conceded defeat. This is a model for other countries to follow.
-
comment
Comment #47732989
Not true. Liz Cheney hasn’t committed any crimes (as far as we know).
-
comment
Comment #47028191
MVVM was invented by Microsoft for 2-way syncing in WPF. Today we know 2-way syncing is a mistake. Who uses MVC in 2026? Pretty much every framework out there, including Java frame…
-
comment
Comment #46878548
Right but it is cheaper than open source products if you self-host. Most open source products in this space, including grist, are only partially open source.
-
comment
Comment #46877481
If you want forms try https://visualdb.com/ it is another tool that aims to be Microsoft Access
-
comment
Comment #46537172
Better than the old one in what way?
-
comment
Comment #46479933
This takes the American Oligarchy to the next level. Trump is now enabling his billionaire friends plunder another country, no doubt Trump will get a cut of the profits.
-
comment
Comment #46406979
Yes the backup certificate can have validity starting at a future date. You just need to wait till that future date to create it.
-
comment
Comment #46406749
Do services such as K8S ingress and Azure web apps allow you to specify multiple certificates? Update: looks like the answer is yes. So then the issue is people not taking advantag…
-
comment
Comment #46406661
We need a way to set multiple SSL certificates with overlapping duration. So if one certificate expires the backup certificate will become active. If the overlap is a couple of mon…
- story
-
comment
Comment #45531094
Just know that that’s not a universally held opinion!
-
comment
Comment #45527213
Also you may have to maintain code bases that don’t use your preferred subset. And you may have to work with developers who have a different preferred subset.
-
comment
Comment #45526798
Exactly!
-
comment
Comment #45526774
I use it for my web site where SSR is critical for SEO. For app development I don’t use Nextjs. I think it is designed for web sites (as opposed to web apps) and it is great for th…