Recent Posts

Pages: [1] 2 3 ... 10
1
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

2
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

3
General Discussions / Re: 3D Printer Projects
« Last post by Dragon on January 01, 2024, 23:30:21 »
4
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!
5
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
6
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
7
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.
8
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
9
Blogs / Re: Raspberry Pi and Python
« Last post by Dragon on December 01, 2023, 19:47:17 »
From https://scikit-learn.org/stable/install.html:

Scikit-learn plotting capabilities (i.e., functions start with “plot_” and classes end with “Display”) require Matplotlib. The examples require Matplotlib and some examples require scikit-image, pandas, or seaborn. The minimum version of Scikit-learn dependencies are listed below along with its purpose.

DependencyMinimum Version    Purpose
numpy 1.17.3 build, install
scipy 1.5.0 build, install
joblib 1.1.1 install
threadpoolctl 2.0.0 install
cython 0.29.33 build
matplotlib 3.1.3 benchmark, docs, examples, tests
scikit-image 0.16.2 docs, examples, tests
pandas 1.0.5 benchmark, docs, examples, tests
seaborn 0.9.0 docs, examples
memory_profiler0.57.0benchmark, docs
pytest 7.1.2 tests
pytest-cov 2.9.0 tests
ruff 0.0.272 tests
black 23.3.0 tests
mypy 1.3 tests
pyamg 4.0.0 tests
sphinx 6.0.0 docs
sphinx-copybutton 0.5.2 docs
sphinx-gallery 0.10.1 docs
numpydoc 1.2.0 docs, tests
Pillow 7.1.2 docs
pooch 1.6.0 docs, examples, tests
sphinx-prompt 1.3.0 docs
sphinxext-opengraph 0.4.2 docs
plotly 5.14.0 docs, examples
conda-lock 2.1.1 maintenance

...

So I just continued down the list, starting with
Code: [Select]
pip3 install -U cython
10
Blogs / So this is Christmas
« Last post by Dragon on November 29, 2023, 22:16:08 »
We are less than 30 days away from Christmas already, so I decided to use a title inspired by one of my favorite Christmas songs - Happy Xmas by John Lennon. That song, along with The 12 Pains of Christmas by Bob Rivers, and You're A Mean One, Mr. Grinch by Thurl Ravenscroft make up my top 3 favorite songs for the season.

Now, moving on from music to games, I have quite a few boardgames in my collection now, so much that I my Amazon Wishlist currently doesn't even have a game in the top 5 spots. However, I just watched a great video on YouTube called 11 Gifts for Board Gamers (That Aren't Games) by Actualol which I found entertaining on top of suggestions that I'd agree with. So... if you have a gamer in your life, you might want to check out that video for suggestions.     

Pages: [1] 2 3 ... 10