eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

221
active users

#computerprogramming

2 posts2 participants0 posts today
Replied in thread

<"/>
There’s only one truly universal ecosystem: the C ecosystem.

Here is my quick and dirty interpretation.

The actual ecosystem of computer programs is the machine language of the architecture they are running on.
Programming in machine language is done in assembly language.
C is (still) the dominant machine-independent assembly language.

NB: this universality excludes the bytecode languages of the JVM etc.

#ComputerProgramming
#ProgrammingLanguages

@amoroso

To what extent is AI killing jobs? @brianmerchant put out a call to try and find some answers, and now he's sharing the first of them in his Blood in the Machine newsletter. "Generative AI is the most hyped, most well-capitalized technology of our generation, and its key promise, that it will automate jobs, desperately needs to be examined. This is the start of that examination," he writes. His series will be broken down by field and background, and starts with the tech industry, including stories from a TikTok content moderator, former staff engineer at Dropbox, fintech worker and more.

flip.it/HYFRxU

Blood in the Machine · AI Killed My Job: Tech workersBy Brian Merchant

Agile Teambuilding: Seven great books on building agile teams! leanpub.com/b/agileteambuilding by Ben Linders, Heidi Helfand, Rob Lambert, Johanna Rothman, Mark Kilby, Bruce Scharlau, YvesHanoulle, and Jesús E. Méndez A. is the featured bundle of ebooks on the Leanpub homepage! leanpub.com heidihelfand@mastodon.social #Agile #BusinessAndManagement #SocialScience #Engineering #ComputerProgramming #Startups #Teamwork #books #ebooks johannarothman@mastodon.sdf.org

Replied in thread

@screwlisp

> computer science and software engineering knowledge that got closely tied up with lisp’s cultural history

Kudos to you for this worthy endeavor.

I am lucky I got to read and absorb Abelson and Sussman as well as Liskov and Guttag (being an ocean and most of a continent away).

By the way, one could do worse than read comp.lang.lisp archives (if one has a lot of time).

#CLU
#Lisp
#ComputerProgramming

Ars Technica: OpenAI introduces Codex, its first full-fledged AI agent for coding. “We’ve been expecting it for a while, and now it’s here: OpenAI has introduced an agentic coding tool called Codex in research preview. The tool is meant to allow experienced developers to delegate rote and relatively simple programming tasks to an AI agent that will generate production-ready code and show its […]

https://rbfirehose.com/2025/05/18/ars-technica-openai-introduces-codex-its-first-full-fledged-ai-agent-for-coding/

I was trying to write a toot about magic and computer programming, but I had a lot of thoughts on this topic. So, I wrote a blog post.

My Hugo-based blog that I last touched in 2020 doesn't seem to build with the latest Hugo. It is still rough since I am shifting to a new theme (e.g. it is stuck in dark theme). Anyway, here's the blog post.

A Computer Programmer Talks About Magic
njoseph.me/blog/posts/computer

njoseph.me A Computer Programmer Talks About Magic | Joseph Nuthalapati
Continued thread

Ada Lovelace's notes were labelled alphabetically from A to G. In Note G, she describes an algorithm for the Analytical Engine to compute Bernoulli numbers. It is considered to be the first published algorithm ever specifically tailored for implementation on a computer, and Ada Lovelace has often been cited as the first computer programmer for this reason. The engine was never completed and so her program was never tested. via @wikipedia