en.osm.town is one of the many independent Mastodon servers you can use to participate in the fediverse.
An independent, community of OpenStreetMap people on the Fediverse/Mastodon. Funding graciously provided by the OpenStreetMap Foundation.

Server stats:

268
active users

#systems

4 posts3 participants0 posts today
Replied in thread

@paninid fast forward to the present and scientists who barely study #philosophy label #metaphysics as #pseudoscience (forgetting what #PhD means), torment #logic for the benefit of "elegant" #math equations (e.g. antimatter, dark #matter), and design #AI #systems that weaponize #ethics as justification for #information #censorship (#ChatGPT "knows" but refuses to answer how to a hot wire a car or commit murder while claiming no #opinion, ignorant that words and actions are different)

Replied in thread

I heard Annihilation was about grief or relationships. I'm interested af in Scavenger's Reign.

I feel like we have a rough indentation / substructure of how we will process things from birth, but that every event thereon will shape it further.

As well, we know ourselves in reference to others: "I'm like A, not like B, but most like C. What lies beyond C? I might see myself reflected best over there."

"Rules do not exist to bind you; they exist so you may know your freedoms."
Parameters outline a given environment within which to experiment and explore. It's one antidote to Blank Page Syndrome, for example.

nebula.tv/videos/talefoundry-f

NebulaTale Foundry — Fiction About NobodyNot every story needs a main character. Some don't need characters... at all.
Continued thread

I have to disagree entirely about personifying the automated house in There Will Come Soft Rains (fantastic name), but otherwise yes. This is exactly my understanding.

nebula.tv/videos/talefoundry-f

It's also a good description of why I feel so confused by others.
People tend to feel more secure (than I do) in their identities as individuals, group members, and (neurotypical / neurodefault / neurorigid) humans.

NebulaTale Foundry — Fiction About NobodyNot every story needs a main character. Some don't need characters... at all.

A discussion of the idea that complexity increases over time, even in non-living matter:

quantamagazine.org/why-everyth

This provides an explanation for how complex molecules--precursors of life--developed and persisted before they were assembled into cells. It also posits a 'natural law' that stands somewhat in opposition to the Second Law of Thermodynamics.

Quanta Magazine · Why Everything in the Universe Turns More Complex | Quanta MagazineA new suggestion that complexity increases over time, not just in living organisms but in the nonliving world, promises to rewrite notions of time and evolution.

💾 Rebooting Petabyte Control Node 💾

am rebooting one of the control nodes for a petabyte+ storage array, after 504 days of system uptime..

watching kernel log_level 6 debug info scroll by on the SoL terminal via iDrac..

logs scrolling, the array of SAS3 DE3-24C double-redundant SFF linked Oracle/Sun drive enclosures spin-up and begin talking to multipathd...

waiting for Zpool cache file import..

waiting.. 131 / 132 drives online across all enclosures.. hmm.. what's this now...

> transport_port_remove: removed: sas_addr(0x500c04f2cfe10620)

well ffs 😒

> 12:0:10:0: SATA: handle(0x0017), sas_addr(0x500c04f2cfe10620), phy(32),

oh, that's a SATA drive on the system's local enclosure bay for scratch data, it's not part of the ZFS pool.. 😌

next step, not today, move control nodes to a higher performance + lower wattage pair of FreeBSD servers 💗

💝 OSS Armv9.2 Motherboard 💝

Radxa Orion O6 ... I must have one. I WILL have one!

The first ARMv9.2 open-source motherboard, designed for ai computing and engineering.

Cix P1 SoC CPU
- 4x Cortex-A720 (big)
- 4x Cortex-A720 (med)
- 4x Cortex-A520 (little)
- 12MB Shared L3

Mem, I/O, Net
- 64GB LPDDR5 RAM
- 4x display outputs
- 2x 5GbE networking
- PCIe Gen4 x8 lane (x16 physical)

GPU, NPU
- Arm Immortals: G720 MC10
- Hardware‑based Ray‑Tracing
- OpenGL ES3.2, OpenCL 3.0, Vulkan 1.3
- 30 TOPs, INT4, INT8, INT16, FP16, BF16, TF32

- docs.radxa.com/en/orion/o6/get
- arace.tech/products/radxa-orio

Excellent Sunday afternoon read from Professor @drmichaellevin for Noema Magazine that takes a look at the metaphors we use to distinguish between organic and non-organic beings and challenges some of the assumptions around what we consider to be machines and/or living things.

Very much in the style of Donna Haraway, he advocates at once for #pragmatism, for empirically testing the methods we use for interrogating systems that imbricate the organic and the machine and to keep an open mind when categorising which is which.

For fans of Douglas Hofstadter, #cybernetics, #systems and #ConsequentialCategories.

noemamag.com/living-things-are

NOEMALiving Things Are Not Machines (Also, They Totally Are) | NOEMAOur formal models of life, computers and materials fail to tell the entire story of their capabilities and limitations.
Replied to amen zwa, esq.

@AmenZwa I'm puzzled that you don't mention Erlang. I'm not a programmer, but I follow the discussions. Maybe I'm completely out of date. I thought WhatsApp was built by 5 programmers in Erlang. Then completely rewritten when it was purchased by a large corp. Surely the importance of C in stability is due to the corporate infrastructure. I would have thought the brightest people would use the best new tools for prototyping and proof-of-concept for a new business, then sell it and move on. I'd hope that at least one Ukrainian group is using the Erlang infrastructure to program swarms of drones. I thought #Erlang was good for small and large #systems programming.

There are two kinds of #systems #programming: small and large. By "small", I mean real-time control system, embedded software, or a device driver, the kind that people smarter and ballsier than I would happily write in hexadecimal. By "large", I mean operating system, communications protocol, compiler, database engine, and so on.

It is a fool's errand to design a new language that might replace C in the "small" space. For this type of software, assembly is too craggy, and C++ is too lumpy. Only Forth comes close to C, here.

And it is a herculean task to design a new language that might displace C++ in the "large" space. Countless new languages have tried, and only a few saw some success: Go and Rust, and perhaps Swift, Zig, Nim, and Odin.

This duopoly of the C family is both good and bad. This dominance is good, because it engenders stability. But stability in IT is an illusion. On the other hand, this dominance is bad, because it locks in the adopters and locks out the contenders. And there have been countless examples in IT of this lock-in/lock-out, duo-face problem, over the past 70 years.

What are the alternatives? Well, many arguments could be made in favour of every compiled language in existence. But the two simple choices are these:

• For the "small" space, there are plenty of cases where Forth is a good choice.
• For the "large" space, where safety and security are paramount, the ML family of languages—Standard ML, OCaml (including F# and Reason), and Rust—offer significant advantages over the C family.

Every modern compiled language is an admixture of the C and the ML families—like Rust. Yet, "new" languages keep cropping up, daily.

👩🏻‍💻 Big Brain Computer Parts 👩🏻‍💻

- "Build Day Monday Funday, Yet Another Machine Intelligence System [YAMIS]"
- Season 2, Episode 4: Mostly Modern Systems and Hardware Engineering

Despite some goon sending this kinda pricey Ice Lake Xeon through international post, wrapped up in two thin layers of non/anti-static bubble wrap shoved into a Tyvek shipping bag (not a box!), it arrived yesterday and seems to be in decent shape after a trip from Australia to the middle of America.

So, what one does with a NOS (new old stock) bit of hardware which needs to be perfect in order to function, we inspect with macro photos and various image filtering methods to identify any potential flaws.

CPU: Intel Xeon 8370C
Spec: 32 cores, 64 threads, 2.8GHz base clock
Dimensions: my favorite general purpose lip gloss (sorta) tube for scale

Replied in thread

@heinrichsgeist @katyswain @AustRealProg

I agree that while MMT presents as 'descriptive', to assume that human nature does not imbue descriptions with personally relevant meaning is to misunderstand human behavior.

It's actually quite simple to describe this without any judgement or subjective/political leanings. (It may be debated whether or not #systems philosophy is itself an ideology..)

The part where mmt shows taxes to be a dead-end in the financial flow, until spent back into the economy can be simplified/generalized further. Any system with flow will have the same set of logical parts that controls its physics. You need to know the volume that's moving, which includes both the velocity and size of the medium (like pipes & wires) it moves through the subsystems.

"Rich money" and "poor money" do not spend the same in an economy because of the important differences in their flows. Both taxes and profits inflate/increase the totals moving through the system, but to different areas. Profits flow up into the hands of the wealthy, and then 'trickle down' to the economy again (maybe, someday). It's very unidirectional, and most goes laterally to other wealthy nodes.

Taxing profits is *more* important than taxing incomes for this reason, otherwise, it's dead-end value for the system as a whole.

"Ultimately it’s a film that poses a question fundamental to #democracy: if we can’t understand a system that governs us, how much power do we actually have?"
countedoutfilm.com/#about

List of screenings throughout USA: countedoutfilm.com/screenings

On #PiDay, March 14, #Monterey Public Library is hosting a free screening, for teens and adults, of #CountedOut, 4-6PM. Registration required. eventbrite.com/e/monterey-publ BTW, we won’t be surprised if @Schlining ("Turning the beauty, complexity, and wonder of the deep-sea into long strings of ones and zeros”) is among those present.
Other #MontereyCounty screenings include March 13 at #CSUMB.

From trailer: “How is it that we can use math to understand the world, and also change the world?” …“Did you know that if you insert a single statistic into an assertion, people are 92% more likely to accept it without question?”

Counted Out, from filmmaker Vicki Abeles of #RaceToNowhere.

Counted OutCounted OutCounted Out is a math documentary that investigates the biggest crises of our time—political polarization, racial and economic inequity, a global pandemic, and climate change—through an unexpected lens: math.

#lispyGopherClimate #lisp #softwareEngineering #podcast
#climate #haiku from @kentpitman

archives.anonradio.net/2025022 0UTC Wed!
Break from guests this week just

Richard P Gabriel's essay Incommensurability (2012) vs @robpike 's #Systems #software #Research is Irrelevant (2000).

#live
Viz our interviews in the last two months with @nosrednayduj , Kent Pitman, @masinter , @sacha and @ramin_hal9001
Hang out in #lambdaMOO #live as always!
telnet lambda.moo.mud.org 8888
co guest
@join screwtape