Friday, June 9, 2023
Vision Pro Observations
Sunday, May 28, 2023
Vipassana Meditation, Part 1
Part 2: Vipassana Meditation, Part 2: Six Months Later
A few months ago I became interested in meditation.
Today, I returned from a ten-day silent retreat in the desert city of Twentynine Palms, California where we learned the Vipassana silent meditation technique. This technique involves a remarkably impressive method of visualization.
For the last 10+ days, a group of about 80 of us literally lived like Buddhist monks & nuns that involved the following code of discipline:
1. No talking (Noble Silence, in other words we took a vow of silence where we, the students, never spoke amongst ourselves. This included no hand gestures, signaling, or eye contact. I only spoke about two sentences, each day, to my instructors and some days I literally didn’t speak a single sentence.)
2. No contact with the outside world. (No phones, no electronics, etc. We turned over our phones and car keys at the beginning of the course and didn’t get them back until the end of the tenth day.)
3. No reading
4. No writing
5. No exercising
6. No rituals
7. No stealing
8. No lying
9. No sexual activity
10. No intoxicants
For ten hours a day, for ten days, we meditated. A gong woke us up at 4 am, each morning, and we began the day with two straight hours of meditation at 4:30 am. The final daily meditation ended at 9 pm.
For ten days, no one left the training center compound (unless they quit or were expelled). Fortunately, there were walking paths through the desert within the grounds.
Why did I attend? Simply to learn this technique of meditation.
The course is 100% free including full room and board (breakfast, lunch, and a late afternoon tea break). It’s strictly donation-based. And donations are only accepted from students who have completed the course. Vipassana has close ties to Buddhism. Keep in mind that Buddhism is a philosophy practice, not a religion, making the Vipassana meditation technique highly compatible with most any other religion, including atheism.
What do I think of the experience? It far exceeded my expectations.
It was grueling to sit for hours and mind-numbing to only focus on your breath and body, but it was so well worth it. It became easier and more rewarding as the days went by. Every single person was glowing at the end of the course, when Noble Silence ended (jokingly called “noble chatter”). I have no plans to become a Buddhist but I’m definitely eager to continue the Vipassana meditation technique.
Now please excuse me while I take some time to catch up on my 294 unread e-mails, along with 68 text messages and a host of other social media notifications and voicemails.
More about Vipassana here: https://www.dhamma.org/en/about/code
A new Twentynine Palms course begins about every two weeks: https://www.dhamma.org/en-US/schedules/schvaddhana
Thursday, March 30, 2023
Automating ETL = DataOps
Monday, March 20, 2023
How Will Education Adapt to AIs like ChatGPT?
Tuesday, March 14, 2023
Encryption: Air Force One & the Police
Monday, March 13, 2023
Entrepreneur Syndrome
Sunday, March 12, 2023
Silicon Valley Bank
Thursday, December 8, 2022
Depth-first Recursion with AI in 103 Seconds
Friday, November 25, 2022
Cloud Computing Services Defined
What is the cloud, both qualitatively and quantitatively and why is it called the cloud?
It's simpler to answer the second part of that first, why is it called the cloud? Simply put, it's called the cloud because, like an electron cloud, you won't not know exactly where an item is located, such as a single e-mail. In other words, like there isn't a clear boundary similar to a the edges of a cloud in the sky.
Qualitative
This segues into a qualitative description of the cloud. In the 1990s, before the cloud, it was simple to point to a single, on-premises, server to identify where a single e-mail resided. Nowadays, with services like Gmail, there's no single server one can point to where an e-mail resides. This is because the subject line of a Gmail e-mail message might be on one server, while the text body of the e-mail is on a different server with each attachment residing on their own servers. A single e-mail is spread out across multiple servers.
Quantitive
Qualitatively, the cloud model is composed of five essential characteristics, three service models, and four deployment models defined by NIST.
Five Essential Characteristics:
- On-demand self-service. A consumer can unilaterally provision computing capabilities, such as server time and network storage, as needed automatically without requiring human interaction with each service provider.
- Broad network access. Capabilities are available over the network and accessed through standard mechanisms that promote use by heterogeneous thin or thick client platforms (e.g., mobile phones, tablets, laptops, and workstations).
- Resource pooling. The provider’s computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to consumer demand. There is a sense of location independence in that the customer generally has no control or knowledge over the exact location of the provided resources but may be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter). Examples of resources include storage, processing, memory, and network bandwidth.
- Rapid elasticity. Capabilities can be elastically provisioned and released, in some cases automatically, to scale rapidly outward and inward commensurate with demand. To the consumer, the capabilities available for provisioning often appear to be unlimited and can be appropriated in any quantity at any time.
- Measured service. Cloud systems automatically control and optimize resource use by leveraging a metering capability at some level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts). Resource usage can be monitored, controlled, and reported, providing transparency for both the provider and consumer of the utilized service.
Three Service Models:
- Software as a Service (SaaS). The capability provided to the consumer is to use the provider’s applications running on a cloud infrastructure. The applications are accessible from various client devices through either a thin client interface, such as a web browser (e.g., web-based email), or a program interface. The consumer does not manage or control the underlying cloud infrastructure including network, servers, operating systems, storage, or even individual application capabilities, with the possible exception of limited user- specific application configuration settings.
- Platform as a Service (PaaS). The capability provided to the consumer is to deploy onto the cloud infrastructure consumer-created or acquired applications created using programming languages, libraries, services, and tools supported by the provider. The consumer does not manage or control the underlying cloud infrastructure including network, servers, operating systems, or storage, but has control over the deployed applications and possibly configuration settings for the application-hosting environment.
- Infrastructure as a Service (IaaS). The capability provided to the consumer is to provision processing, storage, networks, and other fundamental computing resources where the consumer is able to deploy and run arbitrary software, which can include operating systems and applications. The consumer does not manage or control the underlying cloud infrastructure but has control over operating systems, storage, and deployed applications; and possibly limited control of select networking components (e.g., host firewalls).
Four Deployment Models:
- Private cloud. The cloud infrastructure is provisioned for exclusive use by a single organization comprising multiple consumers (e.g., business units). It may be owned, managed, and operated by the organization, a third party, or some combination of them, and it may exist on or off premises.
- Community cloud. The cloud infrastructure is provisioned for exclusive use by a specific community of consumers from organizations that have shared concerns (e.g., mission, security requirements, policy, and compliance considerations). It may be owned, managed, and operated by one or more of the organizations in the community, a third party, or some combination of them, and it may exist on or off premises.
- Public cloud. The cloud infrastructure is provisioned for open use by the general public. It may be owned, managed, and operated by a business, academic, or government organization, or some combination of them. It exists on the premises of the cloud provider.
- Hybrid cloud. The cloud infrastructure is a composition of two or more distinct cloud infrastructures (private, community, or public) that remain unique entities, but are bound together by standardized or proprietary technology that enables data and application portability (e.g., cloud bursting for load balancing between clouds).
Thursday, November 10, 2022
Veterans Day for Marines
Every Marine knows the date, 10th of November, which makes the following day, Veterans Day, a bit different.
Veterans have Veterans Day to commemorate their military service on the 11th of November. And the Marines have the Marine Corps Birthday to commemorate their roots, one day earlier. All active duty and former Marines will wish each other a happy birthday on the Marine Corps Birthday. Marines will also tell you that the timing of these two back-to-back American holidays is ideal since it gives Marines a day off after their Birthday Ball celebrations and festivities.
America’s military is a unique breed of people who are called to serve, not only to protect their country, but, more importantly, they’re called to serve through their oath: to support and defend the Constitution of the United States. The distinction between country and Constitution is vital because it prioritizes the principles spelled out in the Constitution ahead of the desires of our citizens or the values we codify in laws.
A Unique Breed
U.S. Marines are a unique breed of America’s military. While each of the military branches have different missions and specialties, one key fact that makes Marines different from the rest of the U.S. Armed Forces is that all Marines are combatants. They are all basic riflemen trained to locate, close with, and destroy the enemy by fire and maneuver, or repel the enemy's assault by fire and close combat. More specifically, the Marine Corps does not have doctors, dentists, chaplains, etc. However, since the Marines work so closely with the U.S. Navy (a separate military branch) they receive health and spiritual services from Navy doctors, medics (called corpsmen), chaplains, etc.
Additionally, the Marines are a small, tightly integrated military corps with both tactical fixed-wing (fighter jets) and rotary-wing (helicopters) to support their ground troops. The U.S. Army only has tactical helicopters to support their ground troops. If the Army needs fixed-wing combat support, they’d call on the U.S. Air Force.
Celebrations and Observances
Veterans Day is officially observed with two minutes of silence at 11:11 AM PST to commemorate the ending of WW I on the 11th hour of the 11th day of the 11th month of 1918. (It’s celebrated at 11:11 AM PST instead of EST so that all time zones in the United States can celebrate it simultaneously.) Additionally, dozens of parades and ceremonies are held, throughout the country, along with deals, discounts, and freebies, to honor our Veterans.
While Veterans Day is marked with two minutes of silence, the Marine Corps Birthday is observed with two hours of pageantry, throughout the world, at Marine Corps Birthday Balls. The highlight of the Marine Corps Ball is the cake cutting ceremony which follows a basic script where the first piece of cake is presented to the guest of honor. The second piece of cake is given to the oldest Marine present who then presents the youngest Marine with the third piece of cake to symbolize the passing of experience, knowledge, and tradition from the old to the young.
Even though active duty Marines aren’t yet veterans, they greatly appreciate having the next day, Veterans Day, off from work to rest up from the previous night’s celebrations.
Semper Fi and thank you for your service.






.jpg)




