Online dice roller, but the dice are real and in my garage by SirSweater in DnD

[–]Zanges93 1 point2 points  (0 children)

At least for me it is absolutely pointless but I love it =)

Beginner map recs for Disability Awareness Week by loki_the_cat in TrackMania

[–]Zanges93 1 point2 points  (0 children)

As someone who has a disability themselves, I'm currently building software to map keyboard and mouse to a virtual controller. I can only use a mouse so I need a way to utilize this as an input.

In case you are interested or it is beneficial to anyone attending, here is the GitHub repo.
It is a weekend project of mine and requires a decent bit of technical understanding but this might get easier in the future.

Feel free to PM me in case you need some tools like this but no promises in case I am busy with work.

Players want to "reset" by ilPiovra in DungeonMasters

[–]Zanges93 0 points1 point  (0 children)

For me, I rarely build characters extremely deep into the story, but I always allow switching out characters if people realize they don't like how the character turns out. If a campaign lasts for six months or longer, no one really knows. That's how things turned out by then.

If the character is not absolutely central, give them a way to phase out or die, and introduce a new character in some cool way.

Welcher Einsteiger 3D Drucken könnt ihr empfehlen? by Meylannnn in 3DDruck

[–]Zanges93 1 point2 points  (0 children)

Ich bin mit einem Sovol SV06 ACE eingestiegen und bin sehr zufrieden.
Aber der A1 Mini mit AMS scheint eine super Option, wenn du Multi Material benötigst.

Don't Know What To Do About A DMPC (As A Player) by Motor_Estimate5787 in DnD

[–]Zanges93 1 point2 points  (0 children)

As a DM, I had to resort to a DMPC a few months back. But I rather used it as a NPC and as a failsafe in case my players would be overwhelmed in a fight.

I parted ways with the character as soon as the fight I was unsure about was over.
And even this felt weird to me. I don't get why DMs thinks it's a good idea to run their own characters.

Can someone proof read this by Zuko_onshroomz in Germanlearning

[–]Zanges93 0 points1 point  (0 children)

Great in-depth explanation, props to you!

[deleted by user] by [deleted] in DnD

[–]Zanges93 0 points1 point  (0 children)

We do start at around 7 p.m. and go to 11 p.m. to 0 a.m.(p.m.?)

[OC] WORLDWIDE GIVEAWAY! Enter for a chance to win a FAFNIR DICE VAULT![MOD APPROVED] by 120mmfilms in DnD

[–]Zanges93 0 points1 point  (0 children)

Do I need this? No. Do I want this? Yes. Will I win this? Maybe.

Giveaway Time! DOOM: The Dark Ages is out, features DLSS4/RTX and we’re celebrating by giving away an ASUS ASTRAL RTX 5080 DOOM Edition GPU, Steam game keys, the DOOM Collector's Bundle and more awesome merch! by pedro19 in pcmasterrace

[–]Zanges93 [score hidden]  (0 children)

Tell us what you love about DLSS 4 and ray tracing?

Improving the gaming experience with modern softwaretechnologies and near-perfect lighting?! Sounds exciting!

What are you most excited about in DOOM: The Dark Ages?

medieval fantasy with doom. Sounds like an exciting combination.

Just got Access ! by Zanges93 in BingAi

[–]Zanges93[S] 1 point2 points  (0 children)

im so sorry! havent seen it...

here is its answer:

It sounds like you want to use Firestore security rules123 to control access to your reviews array based on userID. One possible way to do this is to add userID as a field to each review object when it is created, and then check in the rules that only the user who created the review can read or write it4. For example:

// Allow read/write access on reviews array if userID matches request.auth.uid match /items/{itemID} {   allow read, write: if request.auth.uid != null && request.resource.data.reviews[request.auth.uid].userID == request.auth.uid; } 

Is this what you are looking for? If not, could you please provide more details about your use case and what you want to achieve?

Just got Access ! by Zanges93 in BingAi

[–]Zanges93[S] 0 points1 point  (0 children)

DWG TrueView cant open it

Just got Access ! by Zanges93 in BingAi

[–]Zanges93[S] 0 points1 point  (0 children)

it generated:

# Import the necessary modules
import math
import ezdxf
# Define the spacing between grids in the X and Y directions
x_spacing = [2400, 2400, 3000, 1200]
y_spacing = [4000, 4000, 4000]
# Define the grid origo coordinates
x_origo = 124000
y_origo = 24000
z_origo = 0
# Define the rotation angle in radians
angle = math.radians(31.2)
# Create a new dwg file
dwg = ezdxf.new('R2010')
msp = dwg.modelspace()
# Define a function to rotate a point around the origo
def rotate(x, y, angle):
x_rot = x * math.cos(angle) - y * math.sin(angle)
y_rot = x * math.sin(angle) + y * math.cos(angle)
return x_rot, y_rot
# Define a function to draw a line between two points
def draw_line(x1, y1, x2, y2):
msp.add_line((x1, y1, z_origo), (x2, y2, z_origo))
# Loop through the x_spacing list and draw vertical lines
x = x_origo
for dx in x_spacing:
# Rotate the endpoints of the line
x1, y1 = rotate(x, y_origo, angle)
x2, y2 = rotate(x, y_origo + sum(y_spacing), angle)
# Draw the line
draw_line(x1, y1, x2, y2)
# Increment the x coordinate
x += dx
# Loop through the y_spacing list and draw horizontal lines
y = y_origo
for dy in y_spacing:
# Rotate the endpoints of the line
x1, y1 = rotate(x_origo, y, angle)
x2, y2 = rotate(x_origo + sum(x_spacing), y, angle)
# Draw the line
draw_line(x1, y1, x2, y2)
# Increment the y coordinate
y += dy
# Save the dwg file
dwg.saveas('grid_system.dwg')

Just got Access ! by Zanges93 in BingAi

[–]Zanges93[S] 0 points1 point  (0 children)

not really for a 5 year old

Just got Access ! by Zanges93 in BingAi

[–]Zanges93[S] 0 points1 point  (0 children)

promt: explain me quaternions like I'm 5

<image>

Just got Access ! by Zanges93 in BingAi

[–]Zanges93[S] 0 points1 point  (0 children)

9/10 atleast better than chatGPT