HackerTrans
TopNewTrendsCommentsPastAskShowJobs

flowerlad

no profile record

Submissions

Anthropic Claims Alibaba Ran 'Brazen' Campaign to Access Its Claude AI Model

wsj.com
3 points·by flowerlad·16일 전·1 comments

Meta Is Dying. It's About Time

nytimes.com
20 points·by flowerlad·2개월 전·8 comments

Trump Administration Cuts Cyberdefense Even as Threats Grow

nytimes.com
13 points·by flowerlad·9개월 전·0 comments

comments

flowerlad
·16일 전·discuss
How far can we take this?

Should Boeing airplane designs be public domain since the underlying math is public domain?
flowerlad
·16일 전·discuss
Should Google search index be forced to be public too?
flowerlad
·26일 전·discuss
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.
flowerlad
·29일 전·discuss
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 growth is along this predicted trajectory. But by that time Elon Musk will have sold enough of his shares. We will pay through index funds in our 401(k).
flowerlad
·지난달·discuss
[dead]
flowerlad
·지난달·discuss
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-functional-b1ed1...
flowerlad
·3개월 전·discuss
Orban conceded defeat. This is a model for other countries to follow.
flowerlad
·3개월 전·discuss
Not true. Liz Cheney hasn’t committed any crimes (as far as we know).
flowerlad
·5개월 전·discuss
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 frameworks and Python frameworks and .net
flowerlad
·5개월 전·discuss
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.
flowerlad
·5개월 전·discuss
If you want forms try https://visualdb.com/ it is another tool that aims to be Microsoft Access
flowerlad
·6개월 전·discuss
Better than the old one in what way?
flowerlad
·6개월 전·discuss
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.
flowerlad
·7개월 전·discuss
Yes the backup certificate can have validity starting at a future date. You just need to wait till that future date to create it.
flowerlad
·7개월 전·discuss
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 advantage of this technique.
flowerlad
·7개월 전·discuss
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 months then you have plenty of time to detect and fix the issue.

Having only one SSL certificate is a single point of failure, we have eliminated single points of failure almost everywhere else.
flowerlad
·9개월 전·discuss
Just know that that’s not a universally held opinion!
flowerlad
·9개월 전·discuss
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.
flowerlad
·9개월 전·discuss
Exactly!
flowerlad
·9개월 전·discuss
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 this purpose