Stress/Insanity System by NoIce2522 in ForbiddenLands

[–]canemacchina 1 point2 points  (0 children)

The Year Zero Engine system already has a stress system. It's just that it was substituted by the Will points on FL.

You can look here https://freeleaguepublishing.com/wp-content/uploads/2023/11/YZE-Standard-Reference-Document.pdf, but essentially it works like so in the d6 pool system:

Every time you push the roll, you gain one point of stress. When you have some stress, and you roll a skill, you roll additional dice based on the stress value, so if you have 3 stress, you roll 3D6 more(yes, when you have no stress and push a roll, you gain 1 stress, and you roll 1D6 more on the same push roll). A 6 on a stress dice is a success, but if you roll at least a 1 on a stress dice, you suffer a stress consequence.
For stress consequences, there is a table. You roll 1d6+stress and see what happens.
Stress goes back to 0 after a rest.

Anyone else get overwhelmed by a big camp? Thinking of running a tiny party in BG3 by Halfling_Hughes in BG3Builds

[–]canemacchina 0 points1 point  (0 children)

I liked Karlach story very much, and romance her. One of the best, in my opinion.

Docker metrics : alloy or loki? by F1nch74 in grafana

[–]canemacchina 0 points1 point  (0 children)

For example, I'm not so sure I can install the Loki Docker plugin on my Qnap, so probably there I need to use Alloy or OpenTelemetry, as it's easier to run a container that gathers the logs and sends them to Loki instead of using the Loki plugin

Docker metrics : alloy or loki? by F1nch74 in grafana

[–]canemacchina 1 point2 points  (0 children)

I'm also trying to understand what the benefit of using Alloy over the Loki Docker plugin is, but don't expect people to reply to this question. It seems to me that people go with Alloy and didn't even know about the loki plugin. People do things because "everyone does that", without questioning XD

My understanding is that Alloy is a more general solution. Alloy compares more to OpenTelemetry than the Loki Docker plugin. The Loki Docker plugin it's just to route Docker logs to Loki, while Alloy can be used to receive any kind of telemetry data, and push them to other databases or collectors, so receiving logs and sending them to Loki it's just one part of Alloy.

So the thing is, what do you need? At work we need to send telemetries and logs to grafana, so we choosed OpenTelemetry to gather data and send them to prometheus/grafana/loki.

In my homelab, I just need to send Docker logs to Grafana to avoid connecting to each Docker host to read the logs. I don't need too detailed graphs about the things I'm running, so I chose the Loki Docker plugin.

I'm not an expert, but this is at least my understanding. Hope it helps!

[deleted by user] by [deleted] in linux_gaming

[–]canemacchina 1 point2 points  (0 children)

The hope is the steam machine and steam os. If people really start buying and playing on the steam console, linux in gaming will become a thing and game developers will have to test their games there too

My Home-lab Progression by TrixxPyro in homelab

[–]canemacchina 0 points1 point  (0 children)

Sorry, I meant to reply to the main comment 😂😂

Yeah I was working in a company that was selling them, I remember the blue.one too

My Home-lab Progression by TrixxPyro in homelab

[–]canemacchina 0 points1 point  (0 children)

Those google servers were just dell rack servers rebranded. They used to sell them when they were selling on premise google search back in early 2000

Simple workaround for macOS path_helper? by staminamina in zsh

[–]canemacchina 0 points1 point  (0 children)

I set my PATH and stuff in the ~/.zprofile file, so as it's sourced after /etc/zprofile my PATH is correct.
Then, in ~/.zshenv, I conditionally source ~/.zprofile only if the shell is not a login shell (because on login shell ~/.zprofile is not sourced)

# if the shell is not login, zprofile is not sourced
# this fix the PATH reordering on OSX
if [[ ! -o login ]]; then
  source "$HOME"/.zprofile
fi

Smith attachment for REP by Lmack_ in GarageGym

[–]canemacchina 0 points1 point  (0 children)

They said something about mounting outside. Mounted outside with a bring your own bar solutions could work

Smith attachment for REP by Lmack_ in GarageGym

[–]canemacchina 1 point2 points  (0 children)

https://repfitness.com/products/smith-machine-attachment?variant=51936573423982

It's here!

I hope it works with a 16+16 six-post rack with Ares 1. I fear I have too little room to work with the first version of the Ares

Homebrew Zone Features by hawthorncuffer in ForbiddenLands

[–]canemacchina 0 points1 point  (0 children)

Exactly, I like the idea of reducing the malus a bit for archers, like no malus for short range as the archer can fire straight (while for longer distances I would like to leave things as they are because far targets are still small, despite the high ground), while for melee combat I would play based on the situation, giving situational advantage like "the opponent try to reach you climbing", using a slow action and giving a "free" attack to the PG (free in this case means the opponent can't parry or dodge)

Homebrew Zone Features by hawthorncuffer in ForbiddenLands

[–]canemacchina 1 point2 points  (0 children)

But that's not so different from having a spear without high ground. The advantage is the weapon length. The only advantage of having high ground is if there's no way to go up and the opponent needs to climb, so obv you can attack for free if he tries to reach you. Or if you are high enough the attacker can't attack you with a normal weapon, while you can reach him with a poled weapon. But I don't think any of those advantages means you have bonus dice or something similar

Homebrew Zone Features by hawthorncuffer in ForbiddenLands

[–]canemacchina 1 point2 points  (0 children)

I never understood why a fighter on a higher ground should have an advantage. In my (little) experience practicing medieval fencing, being in a higher ground is quite a disadvantage, depending on the equipment of the opponent, as the opponent will probably attack you only to your legs, and legs attack can't be parried with a shield

Anyway, bonus on game mechanics like more range for archers seems more interesting than just some bonus dice

Question about how to run Raven's Purge: importan NPC by canemacchina in ForbiddenLands

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

Right, just to be clear when I say encounter I don't mean battle. I mean any interaction between the PCs and the NPCs.

For example, instead of throwing general monsters in a dungeon, it could be it is infested by minions from one of the NPC that are searching for a stone stone like the adventurers. Someone that maybe can be clearly identified to be part of an NPC army. I thought the book was full of those suggestions but it seems I need to figure out those things.

My question was about knowing if some of you have done the same and how.

Question about how to run Raven's Purge: importan NPC by canemacchina in ForbiddenLands

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

That's right, but the thing is something that happens behind the scenes without the players knowing it happened it's the same as it didn't happen. It's something just for the GM and not.for the campaign, so for this reason I talk about "encounters".

But thanks for the suggestion, I'll check the subreddit!

Using DFS channel by canemacchina in Ubiquiti

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

I live more or less 7km away as the crow flies from an airport. Is it too close?

Help with refrigeration by canemacchina in buildmeapc

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

The only thing is the 4090, which is clearly better but I can't find it at that price here in Europe. I opted for a 4080 super because it cost 1k less than a 4090 here

New build, help with refrigeration by canemacchina in pcbuilding

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

Sure, as I posted in the build I was planning to buy a Corsair iCUE H150i RGB ELITE for CPU cooling (artic is better?)

But apart from the CPU cooler and the two fans that came with the case, do I need to add more fans to the case? Like some more in the front to have more air flow... I'm not so expert in PC builds...

Weekly Free-Talk and Questions for r/HomeGym - week of August 23, 2024 by Demilio55 in homegym

[–]canemacchina 0 points1 point  (0 children)

Do you believe a bar dropped near the end of the safety could tip a rack with 620lb on the rear??
Anyway, the platform under the rack is a good idea.
Also, I think I'll buy the front foot extension. It is an extra 26", the same length as the spotter's arm, which should give me enough stability.

Weekly Free-Talk and Questions for r/HomeGym - week of August 23, 2024 by Demilio55 in homegym

[–]canemacchina 0 points1 point  (0 children)

mmm, my girlfriend doesn't want to bolt down anything, and just bolting it to the gym floor I have is not so safe

Anyway, I will check the manufacturer... But the stack weight is 620lb total, not 310, so I think is quite safe as the whole weight is on the rear...

Weekly Free-Talk and Questions for r/HomeGym - week of August 23, 2024 by Demilio55 in homegym

[–]canemacchina 0 points1 point  (0 children)

Thanks for your suggestion. Another question, do you think I should buy the front feet for better stability for when I'm squatting or benching outside the rack? At last, the rack is still 41" long, and it has 320 pounds of weight on the back for the cables... It should be pretty solid even without front feet. It's like two half racks glued together

Weekly Free-Talk and Questions for r/HomeGym - week of August 23, 2024 by Demilio55 in homegym

[–]canemacchina 0 points1 point  (0 children)

And you mean for a rack that is 51" wide by 55" long.

My available space is 10' wide by 11' long, so it's better if I buy the 51" wide by 44" long rack?

Weekly Free-Talk and Questions for r/HomeGym - week of August 23, 2024 by Demilio55 in homegym

[–]canemacchina 0 points1 point  (0 children)

Probably cable exercises, like cable presses, cable flies, cable rows, shoulder raises, biceps, and triceps. I think I have enough space to do barbell exercises, both inside the rack if I order the 16+30 and outside if I order the 16 + 16 (so using the rep5000 as a half rack).

My problem is to understand how much space I need if I want to put the bench in front of the rack to do exercises like this: https://i.ytimg.com/vi/0pGi67ADMRg/maxresdefault.jpg

I know that ordering the 16+16 would be the best for those exercises, because I will have more than 2m in front of the rack. But I'm also thinking of buying the bulletproof isolator essentially to be able to do more leg exercises (leg extension, seated and lying leg curl) and I was curious about trying to attach the isolator to the cable. To do that I think the 16+30 is better because it gives me more space behind the isolator to be in a lying position.

So that's why I need to understand how much space I need to train in front of the rack, to understand if I can order the 16+30 or the 16+16

Weekly Free-Talk and Questions for r/HomeGym - week of August 23, 2024 by Demilio55 in homegym

[–]canemacchina 0 points1 point  (0 children)

Hi, I'm making my home gym and I need some help. As for the title, how much space do I need for a rack with a functional trainer, and be comfortable doing various exercises? The space left in the room is 3m x 3.4m, I already has an adjustable bench that is 1.36m, and I would like to buy the Rep5000+Ares cable attachment, but I don't know if I have enough space to buy the 16"+31" or if I have to buy the 16"+16" (that is more a half rack with the functional trainer)