fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.8K
active users

#enhancement

0 posts0 participants0 posts today

𝐌𝐞𝐠𝐚𝐭𝐫𝐞𝐧𝐝 **#13** - 𝐁𝐫𝐚𝐢𝐧 & 𝐂𝐨𝐠𝐧𝐢𝐭𝐢𝐯𝐞 𝐇𝐞𝐚𝐥𝐭𝐡: "𝑊ℎ𝑎𝑡 𝑤𝑒 𝑑𝑖𝑑 𝑓𝑜𝑟 ℎ𝑒𝑎𝑟𝑡 ℎ𝑒𝑎𝑙𝑡ℎ 𝑖𝑛 𝑡ℎ𝑒 20𝑡ℎ 𝑐𝑒𝑛𝑡𝑢𝑟𝑦, 𝑤𝑒 𝑤𝑖𝑙𝑙 𝑏𝑒 𝑑𝑜𝑖𝑛𝑔 𝑓𝑜𝑟 𝑏𝑟𝑎𝑖𝑛 ℎ𝑒𝑎𝑙𝑡ℎ 𝑖𝑛 𝑡ℎ𝑒 21𝑠𝑡 𝑐𝑒𝑛𝑡𝑢𝑟𝑦." - Futurist Jim Carroll

(Futurist Jim Carroll is writing a series on 30 Megatrends, which he first outlined in his book Dancing in the Rain: How Bold Leaders Grow Stronger in Stormy Times. The trends were shared in the book as a way of demonstrating that, despite any period of economic volatility, there is always long-term opportunity to be found. The book is now in print - learn more at dancing.jimcarroll.com)

--

Brain health and performance optimization are emerging as the next frontier, similar to how cardiac care transformed in the previous century. Let us call it the ‘cognitive economy,’ one that involves tools, treatments, and technologies for brain enhancement. It is just beginning.

This revolution is giving rise to a new, multi-trillion-dollar "cognitive economy"—an ecosystem of science, technology, and services dedicated to understanding, preserving, and enhancing the human brain.

The fact is, we are witnessing a demographic tsunami with a profound demographic shift underway, creating an unprecedented challenge and opportunity for global health. How big a challenge?

The global population aged 60 and over will double from 1.1 billion today to 2.1 billion by 2050.

The number of persons aged 80 or older will triple between 2020 and 2050.

By 2050, two-thirds of the world's population over 60 will live in low- and middle-income countries.

What does this lead to? Massive challenge - neurological conditions are now the leading cause of ill health and disability globally, affecting an astonishing 3.4 billion people, or 43% of the world's population.

The thing is, the speed with which this challenge is going to accelerate is staggering:

2021: 57 million people living with dementia worldwide.

2030: Projected to reach 78 million cases globally.

2050: Expected to reach 139 million cases, with 71% of the burden in LMICs.

The financial impact of dementia is immense and projected to grow exponentially. If global dementia care were a country, its economy would rank as the 14th largest in the world, larger than the market values of companies like Apple and Google.

With these harsh realities, it's long been a goal of many in healthcare to "do for brain science this century what we did for heart health in the last century." 

**#Brain** **#Neurotechnology** **#Cognitive** **#Health** **#Enhancement** **#Interfaces** **#Neurostimulation** **#Aging** **#Innovation** **#Future**

Original post: jimcarroll.com/2025/07/decodin

#ITByte: #Progressive #Enhancement is a web development strategy that prioritizes delivering a baseline of essential content and functionality to as many users as possible, regardless of their browser capabilities, device, or network conditions.

Then, it progressively adds layers of enhanced experiences for users with more modern browsers and devices that can support those advanced features.

knowledgezone.co.in/trends/exp

828 Bytes of three small #progressive #enhancement helpers, more coming.

#SPAish - progressive enhancer for your MPA, make it feel SPAish.

github.com/wolframkriesing/SPA

// Restore scroll position
spaish.scroll.restore(...);

// Reopen the <details>
spaish.details.reopen(...);

// Restore the color scheme
spaish.colorScheme.restoreLast();

<button onclick="
spaish.colorScheme.toggle();"
>Toggle Color Scheme</button>

GitHubGitHub - wolframkriesing/SPAish: THIS IS A MIRROR: Go to https://codeberg.org/wolframkriesing/SPAish for the original source code!THIS IS A MIRROR: Go to https://codeberg.org/wolframkriesing/SPAish for the original source code! - wolframkriesing/SPAish
Replied in thread

@binaryninja

1. I think this is my favourite: Auto (more meaningful ) rename. Guys it is really annoying and hard to understand renamed registers in decompiler output:
github.com/Vector35/binaryninj

2. This is waiting for 2 years (I thought that would be more easy to implement):
github.com/Vector35/binaryninj

3. GCC/Clang RTTI analysis
github.com/Vector35/binaryninj

4. Peter himself opened this one 4 years ago (yes 4 years)
github.com/Vector35/binaryninj

5. Trivial but that would be nice (Hex Rays can do this on windows binaries but cannot do on Linux binaries)
github.com/Vector35/binaryninj

6. Peter also agreed that we need this:
github.com/Vector35/binaryninj

7. OK last one:
github.com/Vector35/binaryninj

GitHubQuick Rename/Automatic Renaming similar to IDA · Issue #2967 · Vector35/binaryninja-apiBy agnosticlines

I broke my golden rule for browser support. I used CSS that only works in 1 browser engine, with no fallback. I used Scroll Animations to add borders to an overflowing container. Scroll Animations are well specced, and I have hope browsers will support them. I certainly didn't want to add any Javascript for this. So, adding an experimental feature for an internal solution using the target browser was, for once, a viable option. 🤞

@Gargron @evan Pollsters, amateur and professional, often want to repeat all or some of a poll. It would be nice if the owner of the poll had a “duplicate poll” option so the same content could be regenerated as a fresh poll at a later date, or for a different audience. #enhancement