I write about evolutionary anthropology, behavioral sciences, and related AI, particularly small, specialized Deep Neural Networks and LLMs.
Kies - CPU hog.
Kies - a poorly written software that wants to be iTunes, but really it is only annoying.
/Applications/Utilities/Activity\ Monitor.app
eBook: Roadmap for Mobile Business

Eclipse/Java: running out of memory
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
If you need to increase the memory, find the eclipse.ini and change maximum Xmx memory (-Xmx512m):
find /Applications/ide/eclipse/Eclipse.app
if you use a TextWrangler it will open it by default.
-startup
../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.1.R36x_v20100810
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-XX:MaxPermSize=512m
-Xms40m
-Xmx1024m
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
NOTE:
Before you go and start increasing available memory please take a look at your code and refractor ANY creation of objects from inside loops, or at least heavy objects like database Statement used in the inserts:
Connection connection = MySqlHelpers.makeDbConnection(db, user, password);
Statement statement = connection.createStatement();
Just removing the Statement from the loop stabilized java process "Real Memory" footprint growth at 61 MB. Removing various Strings variables made much smaller difference.
I noticed that few System.out.println(...) does not really increase the memory footprint.
Eclipse Juno set up for Android Development
http://www.eclipse.org/downloads/
You should get this file:
eclipse-jee-juno-macosx-cocoa-x86_64.tar.gz
2. Unzip it and copy the "eclipse" folder to your Applications (or other convenient place)
uki$ /Applications/ide/Juno/eclipse/Eclipse.app
SETTING SVN - SUBCLIPSE
1. Eclipse Help > Install New Software...
2. URL: http://subclipse.tigris.org/update_1.8.x
INSTALLING Android Development Toolkit ADT
DOWNLOAD ANDROID PACKAGES
Milkweed
Stem milk is used to treat warts.
Tea made of powdered root used for bronchitis.
Dry powdered root for open wounds.
Asclepias - Wikipedia, the free encyclopedia
Magnolia
Used for asthma as a tea made if branches.
Ash mixed with pork far used for open wounds.
Licorice
Increase blood pressure.
Coughing and sore throat medicine.
Makasin, or Lady Slipper
Root, collected in late summer is used as tea to treat insomnia and hysteria, reported to be sometimes better than opiates.
Juniper
Used for digestive problems and as antiseptic for wounds and urinary tract.
Effective as insect repellent.
Kills some viruses and bacteria including herpes virus.
Soak dried berries and make tea. Do not overuse.
Horsetail (Equisetum seconde)
Used to prevent bone thinning in post-menopausal women.
Used for kidney stone and urinary track infections.
Steep dried plant for 3 hours with a soon of sugar to help release silicon, take a sip of tea every hour or so.
It is rich in silica and helps remove plaque by strengthening artery.
Post Scriptum
I am preparing to cancel the subscription to the e-mail newsletter that sends my articles.
Follow me on:
X.com (Twitter)
Google Scholar
My favorite quotations..
“A man should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.” by Robert A. Heinlein
"We are but habits and memories we chose to carry along." ~ Uki D. Lucas
Popular Recent Posts
-
On June 2, 2025, Prof. Marek Figlerowicz’s team from the Polish Academy of Sciences announced that the early Polish Piast dynasty belongs ...
-
In my journey building software and managing technology teams, I've often witnessed the allure and danger of what Melissa Perri aptly na...
-
I decided to write down a few thoughts to clarify my obsessions with creating the "multitude" of AI agents that rely on the privat...
-
Physics and the laws of relativity: in parent-child relationship sound waves reach the subject after 25 years.
-
I am pleased with the performance and depth of the 32B Qwen MLX, running locally on my Mac Studio M1 with 64GB of RAM. 9 tokens per second ...
-
log DSC_4228.NEF
-
Choice D Since we are currently renting, we started looking at the houses we could afford. This place fits our budget, but the baby blue col...
-
If you are living in Chicago, San Francisco / Silicon Valley or any major city there is a good chance that there are multiple events happeni...
-
This topic is being updated, visit soon. Bibliography links: Elco Electric Launch Etek Electric Outboard Motor Project Electric Drive Syste...
-
When you decide to develop your company you have some important choices to make, many people measure success by how much revenue the company...
Most Popular Articles
-
In my journey building software and managing technology teams, I've often witnessed the allure and danger of what Melissa Perri aptly na...
-
I have noticed a very unsettling statistic on my blog. This prompted a fascinating question about AI, blogs' future, and maybe even the...
-
Prompt: What do you really see in the selfie of myself? AI: I see a volcano about to blow up and I see a lost, scared boy in front of it. ...
-
Choice D Since we are currently renting, we started looking at the houses we could afford. This place fits our budget, but the baby blue col...
-
I tested to belong to Haplogroup R1b1b2a1a1d1. Subclade R1b1b2a1a1d1* (as named by 23andMe ) or R1b1a2a1a1a4 (per FTDNA ) is a paternal (...
-
I found myself wholly emptied, the mental exhaustion where you sit in your parked car and wake up minutes later, unsure how long you’ve been...
-
Something subtle but powerful just landed in my AI pipeline: agent_Observer. It listens. Not to spy, but to sense the mood and intent. It ...
-
Sometimes the AI chats surprise me on a new level. Here is an interaction I just had when fixing my AIKO app's Human-AI Interaction (HAi...
-
Introduction: A Language Model of My Own We are surrounded by large language models: systems trained on the vastness of the internet. Models...
-
A very interesting moment in history, but what does it mean for American future? In this post, I’ll explain why we may be entering the most...