musician.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon site for Musicians and people into Music

Administered by:

Server stats:

147
active users

#systems

1 post1 participant0 posts today
Yvan ー イボん 🗺️ :ferris: :go:<p>I had found an amazing blog post about writing a "bootstrap" compiler.<br>Something that would allow you to rebuild the world (i.e. build a very old compiler than then can builds other languages, etc. )</p><p>But I lost the article 😭 </p><p>Is there a <a href="https://hachyderm.io/tags/fediverse" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fediverse</span></a> <a href="https://hachyderm.io/tags/fedihelp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fedihelp</span></a> person that knows about what I am talking ? I know there is a name for such things and sadly my brain ... well it's fried apparently, I can't recall it.</p><p>❤️ </p><p><a href="https://hachyderm.io/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://hachyderm.io/tags/compiler" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>compiler</span></a> <a href="https://hachyderm.io/tags/systems" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systems</span></a> <a href="https://hachyderm.io/tags/operating_system" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>operating_system</span></a></p>
May Likes Toronto<p>Shreyas Doshi thinks that systems thinkers aren't thinking about individual psychology, emotional responses, irrational behaviours, or UX friction.</p><p>Have... have you met us? </p><p><a href="https://www.linkedin.com/posts/shreyasdoshi_on-systems-thinkers-in-product-a-subtle-activity-7370070946277224449-ZHvN/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">linkedin.com/posts/shreyasdosh</span><span class="invisible">i_on-systems-thinkers-in-product-a-subtle-activity-7370070946277224449-ZHvN/</span></a></p><p>I hate this industry sometimes.</p><p><a href="https://beige.party/tags/systems" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systems</span></a></p>
FreeSchool=Co-Op+Friendship🔁?Call them "Modern People" instead of grouping by race etc
Patrick Van Oosterwijck<p>Once you add the ManT1S-Bridge, everything changes. You can just use standard networking tools to test your APIs. You can work with the nodes of a <a href="https://noc.social/tags/distributed" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>distributed</span></a> system without continuously switching serial console connections. Distributed becomes as easy as monolithic!<br><a href="https://noc.social/tags/easy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>easy</span></a> <a href="https://noc.social/tags/modern" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>modern</span></a> <a href="https://noc.social/tags/embedded" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>embedded</span></a> <a href="https://noc.social/tags/systems" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systems</span></a><br><a href="https://www.crowdsupply.com/silicognition/mant1s" rel="nofollow noopener" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">crowdsupply.com/silicognition/</span><span class="invisible">mant1s</span></a></p>
Nando161<p>"lawful <a href="https://partyon.xyz/tags/protest" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>protest</span></a>" is such a <a href="https://partyon.xyz/tags/silly" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>silly</span></a> <a href="https://partyon.xyz/tags/concept" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>concept</span></a>. Like, wdym you only want to "<a href="https://partyon.xyz/tags/fight" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fight</span></a>" the <a href="https://partyon.xyz/tags/system" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>system</span></a> by following all of the <a href="https://partyon.xyz/tags/systems" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systems</span></a> <a href="https://partyon.xyz/tags/rules" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rules</span></a> and not <a href="https://partyon.xyz/tags/disrupting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>disrupting</span></a> <a href="https://partyon.xyz/tags/anything" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>anything</span></a>???</p>

I very much doubt the AI singularity thing is gonna happen, because complexity doesn't scale linearly.

Example, if I make a game prototype, I can usually do it in a day. But to make a complete game out of it takes years.

Why? Because making 1 system is easy. But making a bunch of systems that all interact is exponentially more complex.

Neural nets aren't that different. To go from LLMs to AGI, you need to add a variety of neural modules that all interact, and whoops there goes complexity, up on the exponential scale.

Intelligence gives species an edge - but if that's the case, then why didn't we yet evolve to be hyper-intelligent over the past million years? We still kill ourselves regularly doing the dumbest shit. And fall for super obvious psychological traps.

Well, it's pretty much like with computer processors - at some point, you can't really go faster physically, so in that field, core speed improvements stopped around the ~4ghz mark - and instead, designers went multi-core to go parallel.

Works great for stuff that doesn't interact much, but as programmers know, if these cores run threads that have to interact with other threads (or their data, really) processed by other cores, you get slowed down a lot by having to synchronize things. Also, you need a good design to optimize this synchronization, but it will always be a hurdle.

Brains are similar. Evolution kinda got stuck with the brain design it started out with, so it could be more optimal if it were allowed to start from scratch with the knowledge we now have - and basically, that's what we can do now with AI - but in the end, there's limits to how good a system you can design.

It's the exponential complexity thing. You can't get out of this! It's a hard boundary, like a law of our nature, that can't be broken.

Systems will always consist of subsystems that interact with a variety of other systems - on all scales! On a tiny scale, you could consider each neuron a system, that interacts with multiple other systems (neurons). On a massive scale, you can consider each human a system that interacts with other systems.

Add to this another bonus "law of nature" that, the more complex things become, the more prone to collapse they are, and you have a hard limit. You can only have that much intelligence going on in this universe/reality. It all doesn't scale well.

(fun case in point: we have over 8 billion human beings running in parallel, and we're still dumb as fuck as a global society)

This toot went a bit all over the place, but I think you get my point. I should write a paper on this some time 🤔 I'm not in the academic loop, maybe some people already did; but then it's odd that I never see someone mention it, and many people seem to think something like a technological singularity is a possibility.

So maybe I'm on to some insights here that are relatively novel? That, or I'm just wrong 😁

So, I'm happy to hear counter-arguments to my, ehh, thesis? tootsis? 🙏🏼

“There’s a common misconception that state-of-the-art technology has to be expensive, energy consumptive and hard to engineer. That’s because we have been persuaded to believe that #InnovativeTechnology is whatever bombastic billionaires claim it is, whether that’s commercial #spacecraft or the endless iterations of generative #AItools.

As the #Canadian #technologist and #engineer #UrsulaFranklin once said, fantasies of technology would have it that innovation is always “investment-driven, shiny, lab-born, experimental, exciting”. But more often than not, in the real world, it is “#NeedsDriven, #scrappy, on #location, #iterative, #practical, #mundane”.

The real pioneering #technologies of today are genuinely useful #systems I like to call “frugal tech”, and they are brought to life not by eccentric billionaires but by people doing more with less. They don’t impose #TopDown#solutions” that seem to complicate our lives while making a few people very rich. It turns out that genuinely #innovative #technology really can set people free.” — Eleanor Drage

#OpEd / #EleanorDrage / #tech / #FrugalTech / #Cambridge #LeverhulmeCentre / #FutureOfIntelligence <theguardian.com/commentisfree/>

The Guardian · Enough of the billionaires and their big tech. ‘Frugal tech’ will build us all a better worldBy Eleanor Drage

#mutualaid $140/700 this week

Hello wonderful beans of the fediverse!

We are still building out the #vulpibus while living on the road.

Let's see if we can afford some food, pay off some major bills and get some more much needed 100Ah bluetooth LiFePO4 batteries to stabilise our summer power usage. Maybe also some HRT meds...?

Paypal.me/athamanatha
Cashapp $Athamanatha
Liberapay.com/Athamanatha
Ko-Fi.com/athakitsune
Patreon.com/vulpinedesigns

@mutualaid @mutual_ayyde @mutual_aid @MutualAidMember @mutualmorris
@thoughtpunks

Hey, #FediHire me! 🥳
I'm looking for a decent #job, preferably remote.
Any help is appreciated.

I bring a ton of skills and more than a decade of experience as a #software #engineer, have been working mostly on #web #applications and some #mobile over the years, and done lots of #systems programming and #firmware in my spare time projects. 🧑‍💻⚙️

My main languages are Rust and JavaScript/TypeScript.
I'm based in Germany.

More details and CV are at dan.orangecms.org/.

Please #boost, thanks!

dan.orangecms.orgHi, I'm Dan!

"Biomimicry concepts are appearing in whole systems design. The emerging field has been called eco-mimetics ... biologically inspired systems that manage water, deal with wastes, create soils, and modify local climates."

— John Todd, Healing Earth: An Ecologist's Journey of Innovation and Environmental Stewardship

actually it is insanely simple.

- there is no infinite exponential growth in a finite environment

- without the biosphere intact there is no human life

- every system that uses up its non -#renewable resources, depletes its renewable resources faster than the rate of replenishment, or pollutes its sinks faster than the rate of breakdown of pollution

WILL #COLLAPSE.
basic #systems #ecology.

but keep on #infighting over fractions of degrees you guys.

#programming #engineering #systems I work sketching graphs of complex systems in canonical #lisp with #mcclim #emacs #eev .
screwlisp.small-web.org/comple

Back of envelope theories of complex systems, as always with my mostly relating to off-hand comments Winograd made in the first page of his Breaking The Complexity Barrier (Again) paper.

What do you think?

Main feature is bootstrapping making these graphs somewhat in terms of themselves metacircularly.

→ How Governments Spy On #Protesters—And How To Avoid It
wired.com/video/watch/incognit

“[T]here are ways to minimize the data and thus minimize the #risks. […] [You] have to proceed as best you can and minimize your contributions to those #systems as much as as possible.”

“It's just helpful to #understand that the greater volume you're posting, the more there could be things you didn't think of that's #exposing #information that you didn't realize is now #out there.”

WIREDHow Governments Spy On Protesters—And How To Avoid It