Recent Posts

Pages: [1] 2 3 ... 10
1
General RC / Just want to say Hello.
« Last post by DillonBerk on April 24, 2024, 07:02:45 »
Fantastic website you have here but I was curious if you knew of any discussion boards that cover the same topics discussed in this article? I'd really love to be a part of community where I can get responses from other experienced people that share the same interest. If you have any suggestions, please let me know. Many thanks!

my webpage ... gsa ser Vps
2
General RC / Just wanted to say Hello!
« Last post by ZellaEdgle on April 21, 2024, 11:55:12 »
You actually expressed that fantastically!
3
General Discussions / Re: 3D Printer Projects
« Last post by Dragon on March 01, 2024, 23:30:27 »
Here's a set I might print since I recently introduced my brother to the OGRE game: Low-Poly Game Pieces for OGRE at https://www.thingiverse.com/thing:2520770

4
General Discussions / Weirdest Chess Sets Ever
« Last post by Dragon on March 01, 2024, 22:11:20 »
I just came across the weirdest chess set I've ever seen...  well, not in person, but on thingiverse.com, the Finger Chess Set  https://www.thingiverse.com/thing:6493504

5
General Discussions / Re: 3D Printer Projects
« Last post by Dragon on January 01, 2024, 23:30:21 »
6
Blogs / Board Gaming Into 2024
« Last post by Dragon on January 01, 2024, 23:08:00 »
Finishing out 2023 was fun for me. My wife and kids, a friend of our son (who has nearly been like a second son to us at times), along with my youngest brother, all got together and played a few games at the end of the year. After we had played a long game of Paladins of the West Kingdom, we played Scattegories a couple times in the late hours of December 30th before calling it a night. The next day, the gaming continued.

I recently got a boardgame about classic movie monsters called Horrified. I hadn't played it before, but yesterday I got it out and played it with my son and my brother. It is a co-operative board game, with a deck of monster cards which determine when villagers will appear, when the monsters will move and attack appear and other events. The players will win or lose together as a team.

The first game of Horrified put us up against Dracula and the Creature from the Black Lagoon. We got hooked. We finished our first game late on December 31st and we decided right away that we wanted to play again. Due to the New Year celebration, we took some time to go outside and enjoy watching the fireworks that were launching in our neighborhood. We decided to watch National Lampoon's Christmas Vacation since my brother had never seen it before, then we decided to resume gaming the next day.

After having breakfast on the first day of the new year, we got back to Horrified again. We played against Dracula, Frankenstein and the Bride, along with the Creature from the Black Lagoon and we managed to beat them with the Terror Level of the town only getting to 4, which was 1 higher than our first game that had only 2 monsters. We played again right after that, against the Mummy and the Invisible Man, and although it seemed tough to beat those monsters, we still won with the Threat Level at only 1. Our confidence was pretty high at that point, so next we took on Dracula, Frankenstein and the Bride, the Creature from the Black Lagoon, and the Wolf Man, but they destroyed us. As our final game to ring in the new year, we played once more against Dracula, the Creature from the Black Lagoon, and the Wolf Man. This time the town reached Terror Level 5 and we were only 3 cards away from the game ending with the Out of Time condition, but we won and it was awesome!

By the way, in 2023 I played 60 different board game titles. I played the average game twice throughout the course of the year for a total of 120 game plays. 15 titles were played at least 3 times, while Dune: Imperium was the most played game of the year, with 10 plays!
7
General Discussions / Re: 3D Printer Projects
« Last post by Dragon on December 19, 2023, 20:55:15 »
From a list of 50 Cool Things to 3d Print for November 2023 (https://all3dp.com/1/useful-cool-things-3d-print-ideas-3d-printer-projects-stuff/), here are a couple things that I hadn't seen before...

3-digit combination safe (https://www.printables.com/model/259699-safe-box-3-digit-combination)
Squeeze powered fan (https://www.printables.com/model/157894-squeeze-fan-ruggedized
8
General Discussions / Re: 3D Printer Projects
« Last post by Dragon on December 12, 2023, 21:59:38 »
I found some great tips in this video by Maker's Muse about making custom attachment pieces with the 3d printer. https://youtu.be/uJxv5qARXV4?si=TzVd8F_E_xT3HXL8
9
General Discussions / Re: Artillery Sidewinder X2 - 3D Printer
« Last post by Dragon on December 12, 2023, 20:48:46 »
I just came across another video which explains more about bed leveling for the 3d printer - https://youtu.be/oX4up29xUuw?si=ggRse729SdsdzAo1 . I'm glad I found this today because I've been noticing that sometimes it's difficult to get a model starting to print and I was thinking I might need to readjust the bed.
10
Blogs / Re: Raspberry Pi and Python
« Last post by Dragon on December 01, 2023, 22:29:18 »
Additionally, I installed cargo and rust, because they were mentioned as requirements for ruff. I got multiple errors and warnings when trying to install ruff the first time, so I tried these: 

Code: [Select]
~ $ pip3 install -U cargo
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting cargo
  Downloading https://www.piwheels.org/simple/cargo/cargo-0.3-py3-none-any.whl (7.2 kB)
Installing collected packages: cargo
Successfully installed cargo-0.3

Code: [Select]
~ $ pip3 install -U rust
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting rust
  Downloading https://www.piwheels.org/simple/rust/RUST-1.3.1-py3-none-any.whl (49 kB)
     |████████████████████████████████| 49 kB 187 kB/s
Collecting pysam
  Downloading https://www.piwheels.org/simple/pysam/pysam-0.22.0-cp39-cp39-linux_armv6l.whl (17.5 MB)
     |████████████████████████████████| 17.5 MB 15 kB/s
Requirement already satisfied: matplotlib in ./.local/lib/python3.9/site-packages (from rust) (3.8.2)
Requirement already satisfied: numpy in ./.local/lib/python3.9/site-packages (from rust) (1.26.2)
Requirement already satisfied: cycler>=0.10 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (0.12.1)
Requirement already satisfied: importlib-resources>=3.2.0 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (6.1.1)
Requirement already satisfied: kiwisolver>=1.3.1 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (1.4.5)
Requirement already satisfied: contourpy>=1.0.1 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (1.2.0)
Requirement already satisfied: pillow>=8 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (10.1.0)
Requirement already satisfied: fonttools>=4.22.0 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (4.45.1)
Requirement already satisfied: python-dateutil>=2.7 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (2.8.2)
Requirement already satisfied: pyparsing>=2.3.1 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (3.1.1)
Requirement already satisfied: packaging>=20.0 in ./.local/lib/python3.9/site-packages (from matplotlib->rust) (23.2)
Requirement already satisfied: zipp>=3.1.0 in ./.local/lib/python3.9/site-packages (from importlib-resources>=3.2.0->matplotlib->rust) (3.17.0)
Requirement already satisfied: six>=1.5 in /usr/lib/python3/dist-packages (from python-dateutil>=2.7->matplotlib->rust) (1.16.0)
Installing collected packages: pysam, rust
Successfully installed pysam-0.22.0 rust-1.3.1
Pages: [1] 2 3 ... 10