If a particle and gravity is caused by a part of space set in spin or wobbling, then the construct of a stable particle is interesting indeed.
Given the right circumstances, any particle would be unstable. And it makes a lot of sense then, that a disturbance as small as an anti neutrino is enough to cause an unstable particle to decay.
Mapping small particles with different em wavelengths in pulses with multiple waves at a time – could be another way forward towards understanding the basics of building particles.
Holes in space?
Like inverting a sphere in 3d tear it apart.
Maybe there are rifts pushing or pulling out the underlying fabric of space, this could be from the origin(s) of the big bang(s).
Ubuntu 10.10 autologin, CLI way
First, be root
sudo -i
Copy the example
cp /usr/share/doc/gdm/examples/custom.conf /etc/gdm/
Edit it with your favourite editor
vim /etc/gdm/custom.conf
Add lines like these under [daemon]
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=username
Cure winter depression
If you spend hours in front of your screen everyday why not make it work a little for you..
Cure winter depression, turn up the brightness on your monitor to full and change colour temperature to resemble daylight. ![]()
Don’t forget a bright theme.
Resolve LIRC issues in Arch
Update 2011-01-01: this may not work any more depending on type of remote, due to a general move to the ir_core subsystem.
To get your remotes working like they used to, edit:
/etc/rc.conf
Add !ir_core to your MODULES line, like:
MODULES=(autofs4 !ir_core)
Ubuntu (10.04) custom power button event
Update 14. Oct. 2010: Works in Ubuntu 10.10 as well.
To poweroff only if the power button is pressed twice – change /etc/acpi/powerbtn.sh like this:
#!/bin/sh
# /etc/acpi/powerbtn.sh
# Initiates a shutdown when the power putton has been
# pressed.
# you need to double 'click' the power button to shutdown
( if ! [ $(pidof -x powerbtn.sh | wc -w) -eq 3 ]; then
sleep .4
exit
else
poweroff
fi
) &
It won’t ask silly questions either – just shutdown now.
Now remove the wire from the reset button to make it more kid proof.
arch linux environment setup
Examples
Set vim as your editor:
echo 'export EDITOR=/usr/bin/vim' >/etc/profile.d/editor.sh
chmod +x /etc/profile.d/editor.sh
Set 10.0.0.2:3128 as your ftp proxy for pacman, wget etc.:
echo 'export ftp_proxy=http://10.0.0.2:3128' >/etc/profile.d/proxy.sh
chmod +x /etc/profile.d/proxy.sh
If you wan’t to try it out right away, update with:
source /etc/profile
outside of time
The universe is a picture, your thoughts and actions are part of it.
Free will is an illusion.
wave-particle duality
The smaller the particle the closer it is to its medium.
Imagine particles as waves – then as a consequence whenever they are measured and retransmitted, physical states change naturally explaining missing interference patterns in the double slit experiment.
I once thought that if you propel something to near the speed of light it will behave as light -around the age of 10 and had been watching sci-fi with my dad again, so was thinking about several things, time travel and then of watching past events by getting an immensely powerful telescope and getting somewhere else before the light.
bringing back the medium, possibilities part 1
..Continued:
If the vacuum currents cause strong enough whirls that does not dissipate the whirls could end up as particles which mostly dissipate and may give off em-waves, but not always.
The spin of these subatomic ‘particles’ cause the surrounding vacuum currents to change aka ‘space to curve’ causing gravity.
Articulating the experiments from my imagination is proving challenging, I will edit as I see fit..