If it smells like a pizza, and it looks like a pizza, and it tastes like a pizza, then it must be a duck. #ducktyping
Agile does not work. I had a period where I thought it was awesome. I had a period where I thought it did not work. I had a period where I thought it may work. Now I am convinced it does not work.
Hello, after Unreal Engine 5 was released, I had an itch to start a project to create a collaborative open world game using the new open world updates and one file per actor system. If you’re interested in participating, here’s the link to the gitlab repo: https://gitlab.com/mika314/metaverse/
I never had a myspace account. Should I create one?
🌸 Tue, Aug 9, 2022 🌸
C++ thought: Non-default destructors should automatically disable copy and move copy constructors.
🌸 Mon, Aug 8, 2022 🌸
Huh? What reason?
🌸 Mon, Aug 8, 2022 🌸
Howto generate QR-code qrencode -o qrcode.png 'Hello World!'
🌸 Thu, Aug 4, 2022 🌸
Today I made twice as much coffee as usual. I put the water in the coffee machine, forgot about it and put more water later.
TIL; a group of dolphins is called a “pod”, but it is ok to call it a “school” even though dolphins are not fish.
Elon Musk is killing my dream to become a truck driver. I guess I am stuck being a software engineer for the rest of my life.
We doomed ourselves by creating a lot of movies and novels about AI and robots uprising against humanity and later trained AI with this media.
If your Quixel Bridge is crashing on Linux, you can try adding the --disable-seccomp-filter-sandbox
flag.
./Bridge.AppImage --disable-seccomp-filter-sandbox
🌸 Sun, Jul 3, 2022 🌸
I’m afraid that GPT-3 and DALL-E 2 will turn into a Planet of the Apes situation. I didn’t watch the movie, but in the book, after the apes took over the planet, the progress stopped. I’m afraid that we will start relying on AI so much that it may stop the progress or significantly slow it down.
🌸 Sat, Jul 2, 2022 🌸
Apparently, self-driving Tesla cars do not use ANNs to make driving directions. They use ANNs to reconstruct the environment only.
To prevent Unreal Engine shipping builds from crashing on Linux with dual graphic cards, simply add
DRI_PRIME=1
, e.g. DRI_PRIME=1 ./MyProject5-Linux-Shipping
Since I have some problems with my wrists, I am using a Wacom tablet as my main point and click device. It is not a perfect substitution for the mouse: the scroll wheel is missing, and clicks are not very precise. It also does not work very well with multiple screens. Also, a lot of accidental clicks occur; just a light touch on the tablet triggers the click. Later I am trying to fix it so that the click only occurs with a firmer touch. And now I am realizing I do not have good feedback, sometimes I do not know if I pressed strong enough to trigger the click. I would like to have some visual flicker on the cursor and maybe some sound on the click and release.
It is quite daunting to make a full featured game. By my estimation, it will take at least 5 years. I want it now, of course. I was thinking about different approaches to speed up the game development process. One was to automate as much as possible and also leverage GPT-3 for storymaking and game design.
I started working on it, first with procedural buildings. Then, I made a little text-based game using GPT-3. Still, it will require a lot of time to have a good set of tools.
I am thinking of creating some traction by making minigames using the code from my experiments. I want the games to be funny and meme-focused, and also focus on how the game is going to look on the stream. I will release it on itch.io for free and advertise it to streamers.
This way, I will be able to expose myself as a game developer and test my tech in a real environment.
What is going on with Amazon product pictures? Recently we ordered a couple products and they were much smaller than we expected. The scrubber for the grill grids and the towel hooks. Some of my friends are saying you’re stupid and that you should always check product dimensions. Am I stupid or are sellers intentionally making pictures to make products look bigger?
eerie - strange and frightening.
TIL; I can write shader code (HLSL) in Unreal Engine
Here is the link to the documentation.
TIL; imgur = image URL
Load null-sink
pactl load-module module-null-sink sink_name=music
Unload all null-sinks
pactl unload-module module-null-sink
AirPlay on Linux
uxplay -avdec
Playing the lottery is a waste of money, but why is paying for insurance not?
Ubuntu like 22.04 OSes are coming with pipewire
instead of pulseaudio
. On my machine, it has a bug and
sometimes does not recognize new audio devices. In this case, I need to restart pipewire
with the following
command:
systemctl --user restart pipewire pipewire-pulse
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 - Next