My son is trans which makes me... transparent
@aussie.zone
My son is trans which makes me... transparent
14 years and 35 billion (combined with #4 which has not been finished) and didn't generate a single kWh in anger until now. Put the same investment into renewables and it would generate similar or greater energy and would start doing so within a year.
The argument against nuclear now is not about safety. It is about money. Nuclear simply cannot compete without massive subsidies.
I seriously suggest you give Nextcloud another go, this time under Docker. Very simple to do.
Save the following in a new folder as docker-compose.yml
version: '3'
volumes:
db:
services:
nextcloud-app:
image: nextcloud
container_name: nextcloud-app
restart: always
volumes:
- ./data:/var/www/html
environment:
- MYSQL_PASSWORD=changeme
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
- MYSQL_HOST=nextcloud-db
ports:
- "80:80"
links:
- nextcloud-db
nextcloud-db:
image: mariadb
container_name: nextcloud-db
restart: always
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
volumes:
- db:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=changeme
- MYSQL_PASSWORD=changeme
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
run this command in the folder -
docker-compose up -d
open http://localhost
The holosuite episodes were an interlude and a break from the overarching dominion war arc allowing the crew to do something out of the box and wacky. Even then they often covered relevant topics such as Nog's PTSD. The heist episode is one of my favourite episodes in all of Trek.
The money spent in Ukraine is money well spent. They have hugely damaged a major belligerent power, forever destroyed the myth of Russian strength, unified Europe and NATO and learned much about Russian military capabilities all while using last generation western hardware
I am sticking with Firefox but looking at hardening with https://github.com/yokoffing/BetterFox
I feel like the Cumsprite Saga should be required pre-reading
EDIT - Found this on Reddit following the adventures of our luckless apprentice -
Rise of Apprentice Wherein we meet Ivan and follow along his apprenticeship with Mistress and his relationship with others in the castle.
Romancing Apprentice Wherein Sandoval romances Ivan.
thanks for using Leebra!
go to feed...