Working Up

Working Up in Project Management, Systems Engineering, Technology, and Writing

Working Up header image 4

Entries Tagged as 'Programming'

AI Coding of Sorts

January 8th, 2026 · No Comments

by Dwayne Phillips Software that writes software is quite helpful. Well, maybe sort of not. MIT jumps into the fray and asks a few dozen programmers if AI that writes software is helpful to people who write software. First, the folks at MIT are smart enough to not base a survey piece on a survey […]

[Read more →]

Tags: Artificial Intelligence · Computing · People · Programming · Tools

AI, Education, Teaching, and Learning

August 4th, 2025 · No Comments

by Dwayne Phillips AI has upended large parts of the education system. What to do? Back to basics. Decide what is important to learn and teach that. Teachers give an assignment. Students use one of these chattering bots to write the answer. Task done. No learning, but the task is done so move on. This […]

[Read more →]

Tags: Artificial Intelligence · Computing · Education · Learning · Programming · Requirements · Teaching · Technology

Unlucky Tester

April 24th, 2025 · No Comments

by Dwayne Phillips Despite temporary angst, we want the tester who has the bad luck of doing something that finds the errors in our computer programs. A while back, my grandson was writing a program on our kitchen computer. He was writing some type of game where you picked a number and something happened on […]

[Read more →]

Tags: Computing · Error · Problems · Programming · Technology · Testing

Hobby Programming and AI (low-code/no-code)

May 22nd, 2023 · No Comments

by Dwayne Phillips Recent advances in chatting or Q&A software has provided the ability to write simple computer programs. Hooray! There is a trend in the workplace called “low-code/no-code.” A person at work writes a ten-line computer program that is helpful in that it will do something in a minute that would take the person […]

[Read more →]

Tags: Adapting · Artificial Intelligence · Change · Computing · Programming · Systems

DevSecOps: It’s Just What Computer Programmers Do

October 24th, 2022 · No Comments

by Dwayne Phillips Considering DevSecOps—nothing to see here folks. It is just what computer programmers do. Everybody in the software-creating world is doing DevSecOps (development, security, operations). Well, if you are anybody in the everybody, you are doing DevSecOps. If you aren’t doing it, you are a nobody in the everybody. What is DevSecOps? It’s […]

[Read more →]

Tags: Computing · DevOps · General Systems Thinking · Improvement · Programming

Programming Languages for Artificial Intelligence

August 9th, 2021 · No Comments

by Dwayne Phillips We used to discuss this topic, but with different choices. Time passes. People discuss this on the Internet. Today’s question is “R or Python?” Good grief, two interpreted languages that run slow. But they are good for prototyping things, bringing in mammoth libraries, and writing useful things in ten lines of code. […]

[Read more →]

Tags: Choose · Data Science · General Systems Thinking · Programming · Research · Thinking

The Mundane Necessity of Computing (Professionals)

December 17th, 2020 · No Comments

by Dwayne Phillips Some things are so obvious that we all miss them for a long time. Moving from experiment lab to the real world requires some expertise. To do artificial intelligence, machine learning, data science, etc. you do computing. This means a lot of software work. Though not as old as physics and chemistry, […]

[Read more →]

Tags: Computing · Engineering · Experiment · Programming · Reality · Systems

Big(ger) Data

July 30th, 2020 · No Comments

by Dwayne Phillips Some people work on big data. The rest of us find value by working on data that is bigger than we can understand without some hand-crafted tools. For about two years I worked on a BIG DATA project. Well, that is how it was touted. BIG DATA was a cool name that […]

[Read more →]

Tags: Analysis · Data Science · Problems · Programming · Science

Object-Oriented Programming and dot Notation

July 22nd, 2019 · No Comments

by Dwayne Phillips “Dot Notation” has some nice things going for it. Let us not, however, believe that it is object-oriented programming. “We do object-oriented programming,” said proud practitioner, project manager, and recruiter. “Believe us,” they all added. Silly me. I did believe these well-meaning folks. Time teaches. class-name DOT function-name See? Object-oriented programming (oop). […]

[Read more →]

Tags: Communication · Programming

A Tangled Web

June 3rd, 2019 · No Comments

by Dwayne Phillips Present and past weave together. New tools or old techniques? I am a bit slow on the uptake of “new” things from time to time. This past week or so I stumbled across this thing called Jupyter. It is a type of “notebook.” Some call it yet another implementation of the “notebook” […]

[Read more →]

Tags: Computing · Concepts · Programming