Monday, June 30, 2025
Frag, down the home stretch…
Sunday, June 29, 2025
PSpice and Kapreka’s constant
['', '', '', '', '', ''] ['1', '', '1', '', '0', '']
['', '', '', '', '', ''] ['', '1', '', '1', '', '0']
['', '', '', '', '', ''] ['2', '', '1', '', '1', '']
['', '', '', '', '', ''] ['', '2', '', '1', '', '1']
['', '', '', '', '', ''] ['2', '', '2', '', '1', '']
['', '', '', '', '', ''] ['', '2', '', '2', '', '1']
['', '', '', '', '', ''] ['3', '', '2', '', '2', '']
['', '', '', '', '', ''] ['', '3', '', '2', '', '2']
['', '', '', '', '', ''] ['3', '', '3', '', '2', '']
['', '', '', '', '', ''] ['', '3', '', '3', '', '2']
['', '', '', '', '', ''] ['4', '', '3', '', '3', '']
['', '', '', '', '', ''] ['', '4', '', '3', '', '3']
['', '', '', '', '', ''] ['4', '', '4', '', '3', '']
['', '', '', '', '', ''] ['', '4', '', '4', '', '3']
['', '', '', '', '', ''] ['', '', '4', '', '4', '']
['', '', '', '', '', ''] ['', '', '', '4', '', '4']
['', '', '', '', '', ''] ['', '', '', '', '4', '']
['', '', '', '', '', ''] ['', '', '', '', '', '4']
['', '', '', '', '', ''] ['', '', '', '', '', '']
['', '', '', '', '', ''] ['', '', '', '', '', '']
['', '', '', '', '', ''] ['', '', '', '', '', '']
['', '', '', '', '', ''] ['', '', '', '', '', '']
['', '', '', '', '', ''] ['', '', '', '', '', '']
['', '', '', '', '', ''] ['', '', '', '', '', '']
['', '', '', '', '', ''] ['', '', '', '', '', '']
['', '', '', '', '', ''] ['', '', '', '', '', '']
['', '', '', '', '', ''] ['', '', '', '', '', '']
['', '', '', '', '', ''] ['', '', '', '', '', '']
['', '', '', '', '', 'd'] ['', '', '', '', '', '']
['', '', '', '', 'd', ''] ['', '', '', '', '', '']
['', '', '', 'd', '', ''] ['', '', '', '', '', '']
['', '', 'd', '', '', ''] ['', '', '', '', '', '']
['', 'd', '', '', '', ''] ['', '', '', '', '', '']
['d', '', '', '', '', ''] ['3', '', '', '', '', '']
['', '', '', '', '', ''] ['', '3', '', '', '', '']
['', '', '', '', '', ''] ['', '', '3', '', '', '']
['', '', '', '', '', '<'] []
['', '', '', '', '<', 'a'] ['0']
['', '', '', '<', 'a', 'b'] ['2', '0']
['', '', '<', 'a', 'b', 'c'] ['3', '2', '0']
['', '<', 'a', 'b', 'c'] ['>', '3', '2', '0']
['<', 'a', 'b', 'c'] ['', '>', '3', '2', '0']
['a', 'b', 'c'] ['', '', '>', '3', '2', '0']
['b', 'c'] ['', '', '', '>', '3', '2']
['c'] ['', '', '', '', '>', '3']
[] ['', '', '', '', '', '>']
Saturday, June 28, 2025
I have a multimeter again...
Things were rosier back circa 2015 when I had a multimeter. It's a device for measuring current, voltage, and impedance. V=IR, that old standby equation. Not many people get it right, the concepts of V, I, and R. R (or Z) changes over frequency, and then there is capacitance C = Q/V, where Q is trapped or static current, or I. Capacitance and Impedance rule the electronics world, both changing with frequency (sine wave).
Voltage and current are not like blood pumping thru a circuit. Think of voltage as the rider of current and current as the horse. When the horse is strong, it leaps over impedance easily, when the rider is strong, it smashes current against the impedance, creating waste energy. When both are strong, there is little effect how they may be impeded by a further circuit stage.
So we get to the point of magnetism. Frequency of current-voltage gives rise to a magnetic field. The acceleration of Frequency of current-voltage gives rise to kinetic motion within a magnetic field. Think of magnetism as the gravity of potential difference. Then you will understand much of circuits.
Electromagnetism is a sustaining resonance between electric fields and magnetic fields, causing a beam of energy to form. This energy, when observed, is a particle, when followed with an instrument, appears to be a pulse, or wave. What we observe when we see an EM particle, is the granularity of force. Thus some speculated space-time emitted 'gravitons' (not within the scope of an E.E).
But if you think of force as granular, you will then be taken back to V=IR. None of the variables are force, but when you look at a circuit in any one state, you need to check the granularity, the V, I, R. You also need to know the Frequency, Capacitance, Horse:Rider.
Maybe I'm rambling. But this is the gist of electricity. And I hope you can understand it. And later, the transistor, digital / power concepts that you may ace E.E.
And yea, I do like my new multimeter. Back to coding.
Friday, June 27, 2025
Went on a long walk in the sun…
Tuesday, June 24, 2025
Frag nears completion...
My super simple but tricky CLI game is almost finished. After 2 unexpected extra days of coding. I do hope people find it fun to play / entertaining. Would like to augment the AI a bit more but am not sure how. Can’t wait to announce it on X and Tumblr tomorrow.
Iran regime change seems the only solution to the Israel war. Expecting the 3rd Temple this fall. I bought hair ties but they slip off so it’s back to the Mr DIY hairband.
Helped Mom cook veg and meatball pasta soup. My cousin is still thinking of revenge and nailed me once or twice as we talked about her feelings. I guess I’m being taken to the cleaners for the sake of this family I loved. OMG.
…
Facing some issues with Frag. Getting the AI to move its pieces out is taking more code than expected. William is going mad as well for some reason.
Instead of coding, we had a pivotal gospel discussion on women and their role in the telepathy which many just gloss over as their feminine way of doing things. Not remembering Genesis in the Bible. I do hope that although the Bible says offendedness occurs much these end times, that we will have less to do with it, who are in Spirit with one another, daily.
Frag has hit a snag which I need to leap over with some clever code. Luckily I have MS Copilot. Only an hour or so before bed. See if I can do the miraculous.
Worked out circa midnight and am feeling energized. Had been sedentary much of the day. I have traced some bugs in the scanLine() function of Frag that're preventing the AI development from going ahead. It takes an overall picture of the battlefield and divides pieces and pods into 2 arrays for player / AI. And it is now full of nonsense!
…
Solved the bugs and am finishing up the collisions conditions. There are a couple of possibilities:
2 pods collide
2 pods or fragments annihilate
A pod pushes a fragment off
A fragment pushes a fragment off
A fragment collides with a friendly pod
A fragment collides with an enemy pod
A fragment leaps over another fragment
Sounds like a lot to code for but games have to meet spec or be unplayable / not fun. This will take all morning. Tonight, I hope to settle the AI.
I couldn't break past the complexity of my game engine and wrap up on time. So it drags into Friday. Past midnight and I'm writing this, mind hazy with meds.
Monday, June 23, 2025
My used ThinkPad from 2015 is my fastest computer to date...
It's ironic when your best computer is pre-loved, from 10 years ago. The x250 IPS touchscreen with 8GB RAM and 4-thread i5 CPU is by far my best machine. Eventually, the trackpad's coating wore off (can't say if this is better than a touchpad with molded in texture) and I now am using a 500 million Zimbabwe dollar note as a re-surfacing job. Ironically, it is the most overinflated piece of quality paper I own, so I cut it to size and delicately UHUed it on by the edges.
Works a charm.
A lot of prophecy is being fulfilled. And my family's counting indicates the Tribulation starts any month now / probably late this year. One sign is this / my 'special' laptop.
3 days since my last Arip jab. We caught the mind troublemakers but are not killing them as Jesus requested. Just trapped them somewhere.
Earlier I mentioned the 3 US strikes on Iran [I said: on an 'Arab nation'], this was also shown to me in advance thru 3 arrows kept separate. The end of the signs shown to me was a Fruit of the Loom tee shirt in gray, wet, and hanging on a mic stand end.
I actually have 2 FotL tees in charcoal and FotL is a very old US brand which in Chinese can be mis-pronounced as 'flutes of the room'. Perhaps indicating a US push to unite with China. Why the tee has to be damp is a mystery to me. Perhaps the Americans and Chinese pour water over the fire in the Middle East.
...
Midnight approaches and I am still Python coding on the second-hand ThinkPad. These laptops are built tough. And with Debian Linux 12, pretty darn fast as well. I used to run Windows 10 Professional and it was slower than KDE on Debian, and used about 500MB more RAM. Win10 has only 3 months left to be supported and Win11 won't work with old CPU technology.
Sunday, June 22, 2025
Living in these end times...
Friday, June 20, 2025
Back from psych clinic...
Wednesday, June 18, 2025
Having trouble starting TSFC…
Tuesday, June 17, 2025
Impossible room cleaning day...
Me and Dad cleaned my old room, back at the big house, which had been a sty for the past year since we moved to the shoebox. The desk is finally clear and so is the bed, but the floor is still scattered with boxes of semi-useful things that I don't want to throw away just yet. May take another morning to clear those.
Brought over my KORG palm synthesizer, my ZST chi-fi phones, my M-Audio Keystation Mini, and a book on Tai-Chi. These are some of the last things I will be saving before the rest go into storage.
I am also being pushed to do more writing. 2 days ago, I submitted a query to Penguin.SG (SEA) about my collection of short stories. I hope they request the manuscript but it may be EOY before that. And I don't know what else to write. May do some editing of the compilation and see if anything bigger comes to mind.
...
Have started a children's (YA) novel called "Three Stories for Children" (how imaginative). The three stories are entwined as three related, twisted plots and I think kids will enjoy it a lot. It combines elements from 3 short stories I wrote last year: Swan Song, The Raspberry Revolution, and Eyes of the Stars. I hope to finish the draft by the weekend. YA novels aren't that long.
Liew forces struck again, beating up middle America. We retaliated with water cycling, a nasty annoyance that fixes easily with some knowledge of the body. But to get it every day is bad for the body. We are holding out an olive branch, even as they try to grow our collarbones.
Feel like staying up and doing some writing if peace holds.
...
Need to re-write the opening to TSFC. My church is in disarray for some reason, perhaps facing the persecution or fearing it, they have come to roost on me. I suppose I have to teach them as over the years, the doctrines have gotten twisted.
Monday, June 16, 2025
Giving the plot away...
- A man is awoken from cryo sleep not knowing who he used to be and why he was awoken.
- Someone maybe the authorities are on his tail and he retreats into the underworld where he assumes it is safer.
- He befriends a group of people operating above the law / below their radar.
- With their help, he pieces together his purpose and identity. All is not what it seems.
Sunday, June 15, 2025
The days are like molasses…
Tale of 2 watches and 2 websites…
Saturday, June 14, 2025
Doodling with inks…
Friday, June 13, 2025
My new favorite pen…
Thursday, June 12, 2025
Breadcrumbs of wealth…
Wednesday, June 11, 2025
Priced out of everything now...
Monday, June 9, 2025
Dart, a new horizon…
Sunday, June 8, 2025
Rendering a dream watch...
Laying down the law...
Less Liew witchy activity after last night's tell all and scare all. The evil is still vengeful and even some Christians are pushing their fight onto other Christians still. Such are the heavy back-breaking burdens of these end times. Perhaps later we will talk about proper behavior in the face of crisis.
Have yet to start coding TBD (once a novel in the making now a game).
Some pics of my new cheap Pilot Kakuno. A design classic, like the Uni Shalaku. Very zen. Love the long, slender nib.
There is a cheaper f.p. tho, the Pelikan Twist which also looks nice but one is enough for me. Cost 37RM at Popular.