Uki’s Ikigai 宇気の生き甲斐
Cultural Anthropology, Ai/ML Tech, and Zen-Stoic blend Behavioral Philosophy
My interests
AI/ML Tech
Culture
Slavic
Japanese
Stoic, Zen philosophy
Hibernate equals(); hashCode(); toString() methods
Implementing the interface below in all model classes.
http://www.hibernate.org/109.html
package
com.ucc.csd.server.model;
public
interface
HibernateModel
{
public
int
hashCode();
public
boolean
equals(Object otherObject);
public
String
toString();
}
As an Amazon Associate I earn from qualifying purchases.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Post Scriptum
The views in this article are mine and do not reflect those of my employer.
I am preparing to cancel the subscription to the e-mail newsletter that sends my articles.
Follow me on:
X.com (Twitter)
LinkedIn
Google Scholar
Popular Recent Posts
Keishin Kata (敬心形)
Keishin Kata (敬心形) of Shobudo (正武道) karate kei (敬) respect, reverence, or honor someone or something shin (心) heart or mind kata (形) fo...
Early Paths That Shaped Me
Before arriving in Okinawa, several experiences prepared me for what I would eventually learn there. Karate was the first. It introduced me ...
Facing AI Job Loss with the Right Mindset
I came across Ruri Ohama mentioning a book by Takafumi Horie and Yoichi Ochiai titled: “Job Atlas for 10 Years From Now. How Will You Live i...
Eclipse Galileo 3.5 plugins for GWT development
Please look at the newer post: http://ukitech.blogspot.com/2009/09/eclipse-35-galileo-and-gwt-m2-svn.html 1) Upload a new version of Eclipse...
Light
Eclipse/Java: running out of memory
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space or Unable to execute dex: Java heap space Java h...
mujo (無常)
I have a habit of "stopping to smell the roses", or as in today's case, to take a photo of baby mushrooms on the forest floor....
Social Graph API - Google Code
http://code.google.com/apis/socialgraph/
soups
Many online videos warn about vegetables you should never eat, especially those rich in oxalates. The tone is dramatic. The reality is much ...
Mt. Si
Dropping kids to school in Snoqualmie. Elks, mountains.
Most Popular Articles
Affordance is Play
Affordance as a Function of Intent and Action? As a person passionate about Behavioral Sciences, I found myself unable to shake the impre...
Integrate your GWT app with Facebook in 4 easy steps
Step 1: Register you app with Facebook. Sign in to Facebook using your standard credentials. Navigate to http://www.facebook.com/developer...
Eclipse Galileo 3.5 plugins for GWT development
Please look at the newer post: http://ukitech.blogspot.com/2009/09/eclipse-35-galileo-and-gwt-m2-svn.html 1) Upload a new version of Eclipse...
ROS Droid
Creating Android ROS nodes to: - add control UI (HMI) - utilize existing phone sensors: -- gyroscope -- GPS -- compass -- camera - do...
IntelliJ IDEA: Database plugin
In this tutorial we will learn how to install the Intellij IDEA database plugin. Start with opening Settings > search for plugins ...
Installing Turi Create on Python 3.6 Anaconda Environment
Installing TuriCreate on Python 3.6 Anaconda Environment 1) Check what Python version Apple Turi Create supports https://github.com/ap...
9b. Gradle: AndroidStudio with submodules (library projects)
In this tutorial we will overview integration basics of Android Studio and Gradle build tools.
5d. AndroidStudio: convert to lower/upper case
This tutorial shows you how to change the code lower/upper case of code in Android Studio.
Python import error for sklearn.model_selection 0.17.1
ImportError : No module named 'sklearn.model_selection' Before doing the embarrassing things I did below, read this: Setting Jupy...
Recurrent Neural Network (RNN) cell in PyTorch
This minimal PyTorch example implements a custom recurrent neural network (RNN) cell from first principles, showing how sequence memory eme...
apt quotation..
“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
(author, aeronautical engineer, and naval officer)
No comments:
Post a Comment