Apparently, it is not good to overfeed your smartphone. Just keep battery charge around 50%.
Yesterday I got two endings in Detroit: Become Human. Not sure what I am learning from this game, it gives a fatalistic feeling, no matter what you choose the end result is kind of the same.
It is raining again. Unbelievable.
My game did terribly at LD52. I have managed to get an overall score of 2.6. I don’t understand anything about game development. I think I should quit and become a truck driver.
How to get list of env variables of the specific process:
cat /proc/19457/environ | tr '\0' '\n'
How to setup transformer by huggingface
conda create --prefix /media/mika/Michigan/prj/bloom
conda activate /media/mika/Michigan/prj/bloom
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
pip install transformers[torch]
cd /media/mika/Michigan/prj/
mkdir bloomenv
cd bloomenv/
python -m venv .env
source .env/bin/activate
pip install transformers[torch]
python -c "from transformers import pipeline; print(pipeline('sentiment-analysis')('we love you'))"
mkdir -p /media/mika/Michigan/huggingface
ln -s /media/mika/Michigan/huggingface ~/.cache/
Command line to run stable diffusion
conda activate ldm1
cd ~/prj/stablediffusion/
while read line; do echo === $line ===; if [[ $line == "q" || $line == "quit" || $line == "exit" ]]; then break; fi; for (( i=0; i<3; i+=1 )); do python scripts/txt2img.py --prompt "Based on very cute 3d art \"$line\" /r/MemeEconomy" --seed $RANDOM --ckpt ~/Downloads/v2-1_768-ema-pruned.ckpt --config configs/stable-diffusion/v2-inference-v.yaml --H 768 --W 768; done >> log.txt 2>&1; done < /dev/stdin
If you have multiple GPUs DXVK may become confused and your windows games on your steam may stop working. To fix it you can force DXVK with the following env varibale.
DXVK_FILTER_DEVICE_NAME="3090" steam
To get the list of GPUs and names you can use vulkaninfo
command. You can use partial names it will work. More info here: https://github.com/doitsujin/dxvk/blob/master/README.md#device-filter
How to test write speed of your hard drive of Linux
sync; dd if=/dev/zero of=speedtest bs=1M count=4096; sync; rm speedtest
Unreal Engine tip: Use the Move Render Queue, it generates better quality movies instead of Render Movie.
How to give to the flatpack application access to the external drive?
flatpak override --user --filesystem=/media/mika/Michigan no.mifi.losslesscut
Me: what the difference between aww and aw?
ChatGPT: “AWW” and “AW” are informal expressions that are used to express various emotions in written communication.
“AWW” is typically used to express feelings of sympathy, compassion, or endearment. For example, someone might use “aww” to express sympathy for a person who is going through a difficult time, or to express endearment for a cute or adorable animal or child.
“AW” is often used to express mild surprise or disappointment, it’s also used to express admiration or appreciation, or as an expression of agreement or validation. Like “AW that’s really cool” , “AW I see” or “AW, yeah!”
Tags: #AWWvsAW #DifferenceBetweenAWWandAW
I spent quite a bit of time playing with ChatGPT. One thing that is slowly getting under my skin is the passive-aggressive customer service tone of ChatGPT.
It reminded me of an episode in the Korean restaurant, where the waitress was teaching me how to eat soup or something; I don’t remember the details. And I knew how to eat the soup, but I just liked it my way, and I appreciated her. She wanted me to have the best experience.
And in the current culture (maybe American culture) this is the exception rather than the norm. Nobody would correct me if I make mistakes. And in some ways I like it, but on the other hand, how would I know if I am walking towards the cliff?
BTW if you want best food in any Asian restaurant look for 3 stars. And this ^ is why. They are getting down-voted for not having good service. But food is authentic.
Tags: #ChatGPT #CustomerService #PassiveAggressive #Culture #AmericanCulture #SoupEtiquette #EatingSoup #KoreanRestaurant #Cliff
I had been waiting for the UPS package all day; I don’t think you even tried to ring the doorbell, you just slapped your “Sorry we missed you” sticker on it and left. I was sitting in the kitchen to be sure I would not miss the delivery. smh
TIL that the bully guy from Weird Science, Ian, was played by Robert Downey Jr. WUT?!
Is it me? I noticed I am hesitant to call AI “it”.
Guys we have plenty of time to destroy world before 2038 and not blame programmers for it. #y2k #y2038 #y2k38
🌸 Sun, Jan 8, 2023 🌸
Q.
How do I update my Twitch Stream Title and the game from the Dashboard?
A.
You need to have the Edit Stream Info panel on the dashboard. To do this, you can click on Stream Manager and then click on Edit. From here, you can add the Edit Stream Info panel.
Tags: #Twitch #TwitchStreaming #TwitchDashboard #StreamTitle #GameUpdate
🌸 Wed, Jan 4, 2023 🌸
2/100 Creating a Transparent Window in Unreal Engine for Streaming
In this tutorial, I’ll teach you how to create a transparent window in Unreal Engine for streaming purposes. You’ll learn how to enable alpha channel support and set the frame buffer pixel format, as well as how to create a post-process material and add it to a post-process volume. We’ll also show you how to set up the transparent application in OBS. This tutorial is perfect for streamers who are using Unreal Engine to make overlay applications.
Thanks to Manadono for the suggestion and help: https://www.twitch.tv/manadono
🌸 Tue, Jan 3, 2023 🌸
Q
. How do I prevent Unreal Engine from dropping FPS in background mode?
A
. Go to Editor Preferences and uncheck “Use Less CPU when in Background”.
Tags: #UnrealEngine #FPS #performance #troubleshooting
🌸 Sun, Jan 1, 2023 🌸
1/100 - From Hot Dogs to Tesla: Our Journey to Yosemite and Beyond
Join us on an epic road trip as we journey from our home to a cozy cabin near Yosemite National Park. Along the way, we make a stop at a tasty hotdog joint and chat with Tesla about car delivery. With a generous discount in hand, we set off to explore the wonders of Yosemite and have a blast playing in the snow, visiting museums, and climbing closer to Yosemite Falls. After a brief detour to receive our brand new Tesla, we continue our journey to Lake Tahoe for a festive Christmas and even more adventures. From hot dogs to Tesla, this road trip is one for the books. Stay tuned for the next 99 videos in the coming year!
Tags: #roadTrip #Yosemite #NationalPark #Tahoe #Tesla #vacation
today I learned Tesla has a car battery on top of the Tesla battery
Previous - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 - 31 - 32 - 33 - 34 - 35 - 36 - 37 - 38 - 39 - 40 - 41 - 42 - 43 - 44 - 45 - 46 - 47 - 48 - 49 - 50 - 51 - 52 - Next