pull down to refresh
0 sats \ 0 replies \ @DannyM 19 Sep \ parent \ on: My Nostr keys are in a Hot wallet? nostr
it can be in a separate dedicated phone that's only for amber
Amber is fantastic, seriously @Bitcoiner1 if you don't use Amber you're missing out
The Same Thing We Do Every Night, Pinky. Try to take over the world. Build tools for closed community networks
Here's my prediction for 2030: a lot of articles saying how by 2035 all labor will be replaced by AI and robots unless we give the government more control over our lives. And that's it.
The mass hysteria you are seeing by corpo journos and the hype from companies that are just following the latest silicon valley trend is nothing more than novelty bias playing out.
I consider cashu custodial as well, and I would feel paranoid about my sats disaeppearing if I held more than 20,000 in cashu.
I'm not a sportsballer, no idea what those are teams even are, sooo... here's my uneducated guess
- Khamzat Chimaev will win for sure
- BC Lions will win at the last frame against the Montral Alouettes
- the Seattle Mariners will tie against the NY Mets
- there will be 13 hits
There's no such thing as an LLM with "security". And there will never be. Yes, I'm using the word never.
LLMs fundamentally only act on text, text in, text out.
There's NO separation between "instructions" and "data". It's all text, hence cleverly formulated text will ALWAYS break any "security" that the company put. There's no way around it and there will never be.
(Sorry for the late response, just saw this message)
Windows applications are the worst example imo. If their own start menu can use 100% of the cpu because they decided to use react native, you know that windows is not the correct example to take from. Windows is a mess, and has been for years.
Take any pre 2010 program running on 2010 hardware and compare the performance of that program to a react native one running on today's hardware. If that comparison doesn't work to prove the point just yet, take a program from before 2005 running on 2005 hardware and do the same comparison.
When I use the word native I mean those kind of applications.
No, but pooling and sharing every resource is.
Human cooperation needs to be VOLUNTARY and between a small circle of people you know and trust.
In the 1990s, an anthropologist named Robin Dunbar estimated that in general, we can only maintain between 100 and 250 meaningful relationships. I'm not exactly sure I agree with the number entirely, but there is precedent throughout history.
One is much less likely to screw over a person in such a small and connected group than they are to screw over millions of people living in the city they live in, which is why pooling resources will never work on such scales, and perhaps why sudonaka had this reaction
I'm not a parent yet, so my advice probably doesn't hold as much water as others' in this thread, but: kids are people too.
Their world view is smaller, their brain is still developing, and they don't yet understand all the implications of their choices, but they are still human beings!
Bedtime, mealtime, and similar rules can feel arbitrarily restrictive when they see the adults around them operating by different standards.
"But daddy doesn't go to sleep this early, why should I?"
"Mommy doesn't always eat at the same time, why should I?"
Kids have an innate sense of fairness, and when they see different rules for different people without understanding the reasoning, it can feel unjust.
If we want them to develop good judgment, perhaps giving them small opportunities to practice decision-making (even if the results aren't perfect) teaches them more than forcing compliance ever could!
This. And many people, including "scientists" especially those who scream "trust the science" do not understed the scientific process anymore
Can we talk about how the word native lost all of it's meaning? Neither React "Native" nor Flutter generate native apps!
Traditional native apps meant writing platform-specific code - Swift/Objective-C for iOS, Kotlin/Java for Android. You'd use the platform's own UI components, APIs, and development tools directly. React Native promises "native" experiences while actually running JavaScript in a bridge that translates to platform APIs; Flutter doesn't even use native UI components.