top of page
KNOWLEDGE OF MANY THINGS IS THE SWORD UNSEEN
All the Latest
Search
AI-native System Development Life Cycle (SDLC)?
Yes, an AI-native System Development Life Cycle (SDLC) exists, where AI agents act as collaborative teammates, not just tools, transforming the SDLC from linear to an interconnected, self-healing network. AI is embedded in every phase—planning, coding, testing, and deployment—handling implementation while humans focus on steering and validation, resulting in faster, self-optimizing delivery. How the AI-Native SDLC Works Rather than separate steps, an AI-native SDLC uses intel

davidcarew19
1 day ago1 min read
Who said you were a programmer?
I just spent more hours than I would like to confess writing a trivial Python program, as a sort of review of coding in python. I did an Octal integer to decimal conversion program with my own logic; emulating google AI query's explanation a manual technique for converting values. Of course, python's int() function has an argument that effects the same conversion in only 2 lines of Python like this: octal_str = "123" decimal_num = int(octal_str, 8 ) OTOH, I have become

davidcarew19
Mar 71 min read
Hemi-Wing PAV Invention Idea
19-Mar-2009 Heretofore, all of these xxxx-PrjNotes.txt files were to save context for small software projects. This one is for development of an invention, which is (unfortunately) an "invention-in-the-large" sort of idea: a brand-new approach to the PAV (personal air vehicle) concept. I have made some rough sketches which might help illustrate what I mean. Maybe I will scan them into this doc (after conversion to .rtf format or something of that nature). The idea is a hem

davidcarew19
Feb 135 min read
Whiskey Tango Foxtrot...
Here is a quote from Google's news summaries today: Rep. Veronica Escobar (D-Texas) pushed back late Wednesday on the Trump administration’s assertions that a cartel drone incursion caused the temporary airspace restrictions over El Paso, Texas, and southern New Mexico. Escobar, whose district includes most of the border city, wrote on social media that the “amount of misinformation being spread — including by the White House” on the temporary restrictions i

davidcarew19
Feb 132 min read
A Narrow Fellow in the Grass
A narrow Fellow in the Grass Occasionally rides - You may have met him? Did you not His notice instant is - The Grass divides as with a Comb, A spotted Shaft is seen, And then it closes at your Feet And opens further on - He likes a Boggy Acre - A Floor too cool for Corn - But when a Boy and Barefoot I more than once at Noon Have passed I thought a Whip Lash Unbraiding in the Sun When stooping to secure it It wrinkled And was gone - Several of Nature’s Peop

davidcarew19
Dec 13, 20251 min read
The Secret
The secret to happiness is threefold, and simple: Find and choose work that is remunerative, personally rewarding to you, and possessed of levels and yet more levels, to keep you challenged and intrigued for a long career. 2. Find and woo and win a life-mate and companion who will return your love and friendship for the commitment and course of a lifetime. In all other things, in health and in general, in progeny and all else, be lucky. Fortune favors the bold; but bold

davidcarew19
Oct 27, 20251 min read
Announcement Too Late
Susan K. Carew (my wife) published a book, entitled "There's a Piano in a Meadow", subtitled "And Other Family Stories". The book is self-published, in the grand American tradition of writers such as Henry David Thoreau who self-published "Walden", and Walt Whitman, whose "Leaves of Grass" was initially self-published. However, "There's A Piano in a Meadow" does have a legit ISBN number and a registered copyright. We are about at the end of its first printing copies, but if
David Carew
Jun 19, 20251 min read
Deep(er) Learning from Blackjack Machine Emulations
I have been testing the "winning" Blackjack technique documented in a recent post, that is: A Simple Winning Technique for Automatic Blackjack Machine Play Below is presented a workable, winning Modified Martingale Doubling (MMD) strategy and technique. Note that it is much easier to turn a profit on BJ machines paying traditional 3 to 2 for a user Blackjack. However, contrary to what I originally believed (and wrote in blog entries before this correction) it is actually po

davidcarew19
May 20, 20259 min read
Deep(er) Learning from Blackjack Machine Emulations
I have been testing the "winning" Blackjack technique documented in a recent post, that is: A Simple Winning Technique for Automatic Blackjack Machine Play Below is presented a workable, wining Modified Martingale Doubling (MMD) strategy and technique. Note that it is much easier to turn a profit on BJ machines paying traditional 3 to 2 for a user Blackjack. However, contrary to what I originally believed (and wrote in blog entries before this correction) it is actually pos

davidcarew19
May 20, 202510 min read
Words of the New Pope, Leo IV; an American Lad...
" Brothers, sisters… I speak to you, especially to those who no longer believe, no longer hope, no longer pray, because they think God...

davidcarew19
May 14, 20252 min read
The Slow Advance of "Better"
https://www.linkedin.com/pulse/drone-didis-taking-flight-bill-gates-b1okc/ Long ago (1975 or thereabouts) I remember journeying to South...

davidcarew19
May 8, 20251 min read
A Simple Winning Technique for Automatic Blackjack Machine Play
First, fair warning. I have developed this on an especially configured, PC-based Blackjack trainer/emulator put out by Qfit-dotcom. Below is URL of a book dedicated to the trainer software: https://www.amazon.com/s?k=Casino+Verite%60+Blackjack&i=stripbooks&crid=3KREPZ4QDBH0D&sprefix=casino+verite+blackjack%2Cstripbooks%2C271&ref=nb_sb_nossok Here is an online location where the actual trainer/game software can be purchased. In fact, you must practice and prepare to win u

davidcarew19
Mar 27, 202516 min read
The One Man Band, by the Quick Lunch Stand...
There is a minor hit song, by Joni Mitchell and covered by others, titled "Real Good For Free". Here is a YouTube reference:...

davidcarew19
Mar 24, 20251 min read
Carew's Dictum (not a law)
I formerly published this orally and all too often, as Carew's Law: Ah fuck 'em; We are gonna try it anyway. Of course, this is not a...

davidcarew19
Feb 19, 20251 min read
Lucid Dreaming
Quite long ago now, I remember doing some “research” on developing psi and men- tal powers. I read something about lucid dreaming, and...

davidcarew19
Jan 10, 20252 min read
Zeller's Congruence - Coded in Python
#!C:\Python37\python # 1 2 3 4 5 ...

davidcarew19
Dec 13, 20243 min read
Wife Poems, Random Favorites of Mine
October Poem Jump up gazelle A cold October day it is With amber frost on hills away And giant's breath on fallen leaves. Jump up, lazy...

davidcarew19
Oct 7, 20241 min read


HTML+JS for a Mortgage Payments Calculator
<!-- This is an HTML form that allows the user to enter data, and uses JavaScript to display the results it computes back to the...

davidcarew19
Sep 24, 20242 min read
Reflections on Innovation in a New Programming Language
It is not particularly hard to develop your own CPL (computer programming language), but what could make it more than "YAPL"— Yet Another...

davidcarew19
Aug 6, 20242 min read
The How-I-do-it. (Tools and Configuration I Use for Screenwriting)
I use MS Word, with a downloaded “style template” that adds choices like “Dialogue”, “SCENE HEADING”, “Parenthetical”, and so forth as...

davidcarew19
Jul 17, 20243 min read
CONTACT
bottom of page
