Lost Ark – Character Creation – Follow Cursor
UE4 on Android
Dynamics 365: Enable activities to use Set Regarding lookup in App for Outlook
Why this Omni-Wheel is Really Weird
Three things Web3 should fix in 2022
Techcrunch: [Three things Web3 should fix in 2022]
Setting up a Vue Calendar
- Adding Calendar through the [CDN]
- Adding Calendar through Webpack
Setup the Vue CLI:
npm i -g @vue/cli
Get the Vue Loader:
npm install -D vue-loader vue-template-compiler
Create a new webpack project: (Say no to SASS unless it’s setup properly)
vue init webpack-simple vue-calendar
Make sure the project generated correctly:
cd vue-calendar npm install npm run dev
Add the [V-Calendar] Vue component:
npm i v-calendar
Relaunch the site:
npm run dev
Open VS Code:
code .
Increase the Windows File Path Max Length to 32k from 255 chars
eGPU on an old Toshiba Satellite S55t C5222 HD Laptop
After seeing this video, I attempted the project.
I was able to connect a desktop [NVIDIA Geforce GTX 680] to a [Toshiba Satellite S55T-C5222 Laptop] which uses a [PA5195U-1BRS] battery.

I had to disconnect the WIFI module in order to connect the [PCIE M.2 cable] which connects to the [EXP GDC Beast eGPU] instead of using the supplied mini PCIE cable.
And then reattach the ethernet and USB connector.
I used a [650W Power Supply] which came with a 20+(4 pin) which I disconnected the 4 pins to connect with the 20 pin connector on the eGPU. The CPU 4-pin connector powers the eGPU. And the two GPU 6 pin connectors power the graphics card. I can use the power switch on the power supply to turn on/off the graphics card.
In the end, the NVIDIA 680 did work but I kept getting BSODs (blue screen of death). I feel like a newer graphics card would have done better but they aren’t available right now at even reasonable prices.

Youbionic Avatar Full Arms
Disconnecting the LAN connector is definitely NOT obvious
Authentic Intel Dual Band Wireless AC-7265NGW For Laptop, Built-in Bluetooth 4.2
The WIFI card had a M.2 connector instead of a Mini PCI-E connector, so I needed a different cable.
Hands-on: MacBook Pro + GTX 1080 Ti eGPU = POWER!
Gaming on Linux is NOT Ready… – Daily Driver Challenge Finale
Real-Time Facial mocap ~ Unity acquires Ziva Dynamics !! ~ First Impressions
Yes.. VFX is THIS Easy (Blender Tutorial)
Monitor your Internet with a Pi
I plugged the AMD Radeon RX 6700 XT into a Raspberry Pi
NVIDIA OMNIVERSE
Punching Water So Hard LIGHT Comes Out – Sonoluminescence
WATCH: NVIDIA’s Special Address CES 2022 Livestream (RTX 3090 Ti, self-driving!)
Raspistill is still better
[Streaming Video Using VLC Player]
[How to Stop VLC Player from Automatically Resizing to Fit Video Resolution (on Desktop)]
raspivid -o – -t 0 -n | cvlc -vvv stream:///dev/stdin –sout ‘#rtp{sdp=rtsp://:8554/}’ :demux=h264
Terminal command streams video
VLC connects to the stream with Media->Open Network Stream
rtsp://IP_ADDRESS:8554/
libcamera Replaces raspistill
[How To Use Raspberry Pi Cameras with Bullseye]
sudo apt-get -y dist-upgrade sudo apt-get install --reinstall libegl1 libgles2
4 Pis on a mini ITX board! The Turing Pi 2
List PCI connected devices:
lspci