Interlinear Greek New Testament
The Interlinear Literal Translation of the Greek New Testament with the Authorized Version (1897). This is an interlinear Bible with the Authorized Version (King James) along with a Greek text along with it.
The Interlinear Literal Translation of the Greek New Testament with the Authorized Version (1897). This is an interlinear Bible with the Authorized Version (King James) along with a Greek text along with it.
The Claude AI terms of service at Anthropic, as of 14 October 2024, say that
you may not use the service to “develop any products or services that compete with our Services, including to develop or train any artificial intelligence or machine learning algorithms or models.”
Claude’s terms further state
“Equitable relief. You agree that (a) no adequate remedy exists at law if you breach Section 3 (Use of Our Services); (b) it would be difficult to determine the damages resulting from such breach, and any such breach would cause irreparable harm; and (c) a grant of injunctive relief provides the best remedy for any such breach. You waive any opposition to such injunctive relief, as well as any demand that we prove actual damage or post a bond or other security in connection with such injunctive relief.”
Machine learning includes linear regression. Other Machine Learning algorithms include Logistic Regression, decision trees, random forests, support vector machines, K-Nearest Neighbors, & Bayes Algorithms. It seems to me, that as of 14 October 2024, no one seeking to handle any data science can legitimately use Claude. They are driving toward Claude working as the replacement of human co-workers according to some of the latest marketing. If the users are forbidden from using the results of the services to strengthen their own work, it seems like it will produce a walled garden without machine learning expertise within the businesses.
This is a list of Greek letters and their names.
α alpha
β beta
γ gamma
δ delta
ε epsilon
ζ zeta
η eta
θ theta
ι iota
κ kappa
λ lamda
μ mu
ν nu
ξ xi
ο omicron
π pi
ρ rho
σ/ς sigma/final sigma
τ tau
υ upsilon
φ phi
χ chi
ψ psi
ω omega
Create file /usr/lib/systemd/system/yacy.service and add this content:
[Unit]
Description=YaCy search server
After=network.target
Restart=always[Service]
Type=forking
User=yacy
ExecStart=/opt/yacy/startYACY.sh
ExecStop=/opt/yacy/stopYACY.sh
Restart=on-failure
RestartSec=1s[Install]
WantedBy=multi-user.target
Then use systemctl enable yacy.service.
Zero Hedge reported on California launching a hydrogen hub infrastructure for hydrogen refueling infrastructure. https://www.zerohedge.com/political/california-launch-hydrogen-hub-expand-zero-emission-technology. The California government’s official press release on the Hydrogen Hub was released 17 July 2024 at https://www.gov.ca.gov/2024/07/17/california-launches-world-leading-hydrogen-hub/. Clean Technica produced an article about the Hydrogen Hub grant program that covers multiple states.
This blog will follow Nikola and Hyla, which are available online at https://www.nikolamotor.com/ and https://www.hyla.co/. Nikola produces the TRE FCEV.
General Motors has a partnership with the U.S. Department of Energy and Honda for Hydrogen development. Hyundai has the XCIENT fuel cell truck. Kenworth has the T680. Like the Hyundai the T680 places the fuel tanks behind the driver from floor to ceiling. The Kenworth is a partnership with Toyota with Toyota producing the fuel cell power plant and Kenworth producing the trucks. All of these are limited to around 400-450 miles of range, with the exception of one of the XCIENTS which listed 400km, which is 248 miles. Hyundai has a class 8 truck in partnership with a company called Plus, and they claim to be fully autonomous.
Volvo has fuel cell trucks with a range of up to 1000 km. International Trucks has a hydrogen fuel cell technology designed for routes 300+ miles in testing. They use the General Motors fuel cell platform, and OneH2 mobile hydrogen production and fueling technology to bring the fuel station to the customer in a manner similar to Hyla.
Mistral Instruct using the above as Local Documents input:
The Hydrogen Hub infrastructure launched by California is an important step towards expanding zero-emission transportation options. With more refueling stations available, it will be easier for consumers to switch to hydrogen-powered vehicles and reduce their carbon footprint. It’s great to see multiple companies working together on developing hydrogen technology, including Nikola, Hyla, General Motors, Honda, Kenworth, Toyota, Volvo, International Trucks, and more. The range of these vehicles varies, but it’s clear that there is a growing interest in producing longer-range hydrogen fuel cell trucks.
Addendum 9/21/24: Ford has a hydrogen vehicle in the works with an outsourced power train, but it was not included at the time of original writing.
The Simon Says blog has been online for a long time. Here is an entry from 2008 about ripping CDs on a Mac. In a way this site shows what is wrong with the web. Twenty years ago blogs and websites had favorites and blog rolls. Through this people discovered many great sites. Around 2012 WordPress removed the Link Manager from the default WordPress and the blog-sphere began to fade away because the links began to fray. From there, Google began to limit search results to the chosen few. Recently Bing search has begun allowing scrolling to many different search results again. I went to page 16 the other day just to see. To use a Search Engine like it’s 2009, which was way better than now, use Mojeek. I hope they don’t break it. That’s how I found that 2008 entry about ripping CDs on a Mac. That is a discovery that one would never find on Google. It was like stepping into a time machine.
Use about:config –> browser.uidensity .
browser.uidensity is set to 0 by default. Changer the value to 1 and it takes immediate effect.
To convert a dynamic VirtualBox disk to a Fixed disk, run the following command:
vboxmanage clonemedium disk /path/disk.vdi /path/newdisk.vdi -variant Fixed
using –variant Standard would create a dynamic disk. Then open the virtual machine and remove the existing disk and attach the new disk. Then use the media manager to delete the unused media.
Use the following command to list registered virtual disks:
vboxmanage list hdds
Chromium:
Joplin Web Clipper, Zotero Connector, floccus bookmarks sync, uBlock Origin, Quick Javascript Switcher, SingleFile, uMatrix
Firefox:
floccus bookmarks sync, Joplin Web Clipper, Search by Image, uMatrix, Undo Close Tab, Zotero, uBlock Origin
Last modified on March 5th, 2026 at 9:57 pm |
[x] Removed some Firefox/LibreWolf extensions
[+] Added Zotero and uBlock Origin, which have been long used, but neglected with regards to appearing in this list.
A few quirks with Debain 12 include that path not being set in similar fashion to Fedora, Ubuntu, and other distributions. One must regularly set
export PATH=$PATH:/usr/sbin
In Gnome, applications will open on the server instead of the client when using X11 forwarding. This will occur even though xcalc opens on the client normally. The way to avoid this is to add the following to .bashrc
unset XDG_RUNTIME_DIR unset GDK_BACKEND
The general rule is compress, then encrypt.1, 2
To add a new virtual disk and move the existing Linux partition to the new disk use the following process. The process assumes standard partitions without the use of Logical Volume Manager (LVM).
1. Backup the existing VM. One good way to do that is to clone the Virtual Machine and use the procedure on the new Virtual Machine.
2. Create the partition and format it.
$ mount /dev/sbd /mnt
$ shopt -s dotglob
$ rsync -aulvXpogtr /var/* /mnt
$ nano /etc/fstab
Add this line, replacing sdb and ext4 as necessary:
/dev/sdb /var ext4 defaults,noatime,nofail 0 2
Then
$ mv /var/ /var.old
Reboot and enjoy the new drive.
Minecraft Java edition lost compatibility with Java 17 between 1.20.4 and 1.20.6. Version 1.20.4 works with Java 17, and 1.20.6 no longer works with Java 17. Several guides appear online for installing downloaded packages of the 64-bit runtime from Oracle or other sources. Since Debian offers 32-bit server operating systems in the present day, the package manager versions are the easiest option if one uses the 32-bit version of Debian. One of the reasons to use the 32-bit version of Debian is for use with older versions of Minecraft such as 1.10 and 1.12. The older versions’ ecosystem contain an incredible number of mods. The older versions require 32-bit java runtimes and the easiest way to handle that is to use a 32-bit operating system and then one can have newer versions of Java alongside older versions of Java and then one can run any version of Minecraft and Minecraft Forge that they desire.
Edit /etc/apt/sources.list to contain the following lines:
deb http://deb.debian.org/debian testing main deb-src http://deb.debian.org/debian testing main
Then, run the following commands.
apt-get update apt-get install openjdk-21-jre
java –version
https://wiki.debian.org/DebianTesting contains a good reference guide for using Debian Testing, including details on upgrading to the next distribution. The approximate Java lifecycle can be found at https://www.oracle.com/java/technologies/java-se-support-roadmap.html.
1. R2 is the coefficient of determination, which is the square of the Pearson correlation coefficient, r, the formula for which is ρ=β1(σx/σy), where β1 is the parameter estimate. ASCI and Unicode text does not have a circumflex, ^, on top of the β. For this documentation the objective is multiplatform long-term readability so an equation editor with specialized support for circumflexes is out of the question.
2. There is also the existence of the rejection region method. We reject the null hypothesis if the test statistic’s absolute value is greater than the critical value, which we can express with the formula Reject if |t| > tα/2,n-1
Open the Thunderbird program folder (e.g. C:\Program Files (x86)\Thunderbird)
create a new folder named distribution
Create a file named policies.json with the following content:
{
"policies": {
"DisableAppUpdate": true
}
}
Use printenv to see what environment variables are set.
#!/usr/bin/env bash
printenv
set -x
Edit $HOME/.nanorc to contain the following:
include /usr/share/nano/java.nanorc include /usr/share/nano/man.nanorc include /usr/share/nano/nanorc.nanorc include /usr/share/nano/python.nanorc include /usr/share/nano/sh.nanorc include /usr/share/nano/html.nanorc include /usr/share/nano/perl.nanorc include /usr/share/nano/php.nanorc
CentOS 7 uses a much older version of nano than the one that presently ships on most distributions. The php.nanorc on newer The following should appear in /usr/share/nano/php.nanorc on CentOS7 to allow syntax highlighting for php:
## Syntax highlighting for PHP syntax "php" "\.(php[23457s~]?|phtml|ctp)$" # PHP markings. color brightgreen "()" # Function names. color white "\
The .bashrc file I use on CentOS6
# .bashrc
# User specific aliases and functions
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# system variables
export VISUAL=nano # sets nano as the crontab editor
export GZIP=-9 # maximum compression
export XZ_OPT=-9 # maximum compressions
# ls modifications
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
# calculator
calc() { echo "$*" | bc -l; }
# Generate a UUID
uuid() { UUID=$(cat /proc/sys/kernel/random/uuid) && echo $UUID; }
# CHANGE SHELL/WINDOW TITLE
# Works on Opensuse 15.3
# PS1=$PS1"\[\e]0;test1\a\]"
shellrename() { read -p "Enter new shell name: " name && PS1=$PS1"\[\e]0;${name}\a\]"; }
# For older versions of gnome-terminal
# shellrename() { read -p "Enter new shell name: " name && PROMPT_COMMAND='echo -ne "\033]0;${name}\007"'; }
# Zen Burn
# Another old way that works great in gnome-terminal while causing problems
# in some configurations involving SSH:
echo -ne '\e]12;#BFBFBF\a'
echo -ne '\e]10;#DCDCCC\a'
echo -ne '\e]11;#3F3F3F\a'
echo -ne '\e]4;0;#3F3F3F\a'
echo -ne '\e]4;1;#705050\a'
echo -ne '\e]4;2;#60B48A\a'
echo -ne '\e]4;3;#DFAF8F\a'
echo -ne '\e]4;4;#506070\a'
echo -ne '\e]4;5;#DC8CC3\a'
echo -ne '\e]4;6;#8CD0D3\a'
echo -ne '\e]4;7;#DCDCCC\a'
echo -ne '\e]4;8;#709080\a'
echo -ne '\e]4;9;#DCA3A3\a'
echo -ne '\e]4;10;#C3BF9F\a'
echo -ne '\e]4;11;#F0DFAF\a'
echo -ne '\e]4;12;#94BFF3\a'
echo -ne '\e]4;13;#EC93D3\a'
The best alias for ls is
ls –halF
It is easy to remember, and produces easy to read output with human readable file sizes and / marks present by the directory names..
dnf install oracle-epel-release-el9
dnf install iftop
iptraf is already in the default repositories.
Jeremiah Ch. 6: "Stand ye by the ways and see, And ask for the old paths,
Where is this-the good way? and go ye And find rest for yourselves."
(Young's Literal Translation Bible, Translated by Robert Young, A. Fullarton & Company, 1863)
