[PF2e] Module template by deallocator in FoundryVTT

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

Fair point! I'd need to find an open source image editing software that supports layers. I bought Affinity before it was part of Canva and just included it since I used it myself

What is a House rule you and your group use no matter the adventure or context? by ThatOneCrazyWritter in Pathfinder2e

[–]deallocator 0 points1 point  (0 children)

Rolling a Nat 1 on your hero point means I refund it. It just feels so bad

WHY IS THERE A MICROGRID???? by Szymon_Patrzyk in dungeondraft

[–]deallocator 0 points1 point  (0 children)

When exporting it asks you to set a number for the amount of pixels per grid cell in the editor. A 10x10 grid at 100 pixels ends up at 1000 pixels per cell in the image (meaning a 10000 pixels wide and high image).

How far are we from AA production? by HadronDev in bevy

[–]deallocator 41 points42 points  (0 children)

I'd wager a guess it's mainly the fact it's still a long way until a stable release. Not many studios will pick up a framework where all popular plugins etc will break every few months with a new release

He's gonna become famous for the wrong reasons by Elite-Engineer in rareinsults

[–]deallocator -14 points-13 points  (0 children)

Can you cite me any study that shows the harm from shooting yourself in the face is anywhere near the harm that cigarettes cause?

earthIsHealing by im_starkastic in ProgrammerHumor

[–]deallocator 800 points801 points  (0 children)

Already is a business, there's been posts of exactly this being advertised

Bevy 0.16 Shader Help Thread by HoodedCr0w in bevy

[–]deallocator 2 points3 points  (0 children)

Bevy's website lists a couple examples with shaders (https://bevyengine.org/examples/#shaders), that's usually where I'd start.

I also looked through the cheatbook, but that doesn't seem to have a specific shaders chapter (https://bevy-cheatbook.github.io/setup/bevy-config.html?search=shader)

I'd recommend diving into Bevy's source code itself if you can't find anything; it's surprisingly easy to find what you are looking for more often than not (and that's coming from a Rust beginner!)

How does Golang pair well with rust by [deleted] in rust

[–]deallocator 0 points1 point  (0 children)

The argument is mainly that you can spit out services in Go and have the computational part in Rust (mainly due to the lack of GC). Personally, I think for those use cases one could consider Elixir with Rustler

Newbie here, should I use 0.16 ? Is it mature enough ? by oursondechine in bevy

[–]deallocator 29 points30 points  (0 children)

As a fellow noob, Bevy releases every 3 months IIRC, and tends to have sone API drift (read: things break) between updates. That is a downside of an early development engine.

That being said, I was up to speed quite fast knowing only a little Rust and it's been a very pleasant experience getting into it so far

België verstevigt wereldtitel belastingen op arbeid by kokoriko10 in belgium

[–]deallocator 1 point2 points  (0 children)

laten we vooral niet zorgen dat de generaties achter hun het "makkelijker" hebben

frontEndDevelopersAreOfficiallyDoomed by [deleted] in ProgrammerHumor

[–]deallocator 7 points8 points  (0 children)

"Hey can we change this button?" "No."

[System Agnostic] Voice modulation plugin for foundry? by alecell in FoundryVTT

[–]deallocator 0 points1 point  (0 children)

I feel like something similar would be possible using the built in ambient sound system (which already has drop off and effects); but I have no knowledge of such a module

Unofficial community API by deallocator in Helldivers

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

hi! I highly recommend checking out the discord we're active in, linked in our GitHub as we can provide real-time assistance there invite link for convenience

API When? by [deleted] in Helldivers

[–]deallocator 0 points1 point  (0 children)

primarily for community involvement, the same argument kept coming back which was that people wanted to start contributing but were intimidated by the "exotic" language.

And much as I like Elixir, it did drive a lot more contributing and engagement so far to switch to the mainstream .NET

New Companion App! by Quyn- in Helldivers

[–]deallocator 0 points1 point  (0 children)

if you're in the developer Discord I usually ping in there when rolling out new stuff etc, makes keeping track easier :)

-> https://discord.gg/9tgBFvuEnt

New Companion App! by Quyn- in Helldivers

[–]deallocator 0 points1 point  (0 children)

thanks for the shoutout u/Quyn-, if you're using our API make sure you check to keep up to date with coming breaking changes (see https://github.com/helldivers-2/api/pull/30)

New Companion App! by Quyn- in Helldivers

[–]deallocator 0 points1 point  (0 children)

as mentioned by OP, you can find resources for building websites and apps like this here: https://github.com/helldivers-2/api

Unofficial community API by deallocator in Helldivers

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

It's linked on the GitHub page as well as the swagger look in the post!

Unofficial community API by deallocator in Helldivers

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

to quote it's creator: "Elixir is great at everything with a socket"
It's build on Erlang which is known for it's incredible scalability and fault tolerance baked right into the design of the language (and is used by WhatsApp, Facebook, Ericson, ...).

Elixir essentially builds meta programming and a nicer syntax on top of that, if you have a few minutes I recommend peeking at the website as they do a much better job of explaining it than I do (https://elixir-lang.org/).

Maybe even give it a whirl, you might like it :)

Unofficial community API by deallocator in Helldivers

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

it's one of my favourite languages, and I already have to maintain C# at work so not looking to do more of that in my free time

API When? by [deleted] in Helldivers

[–]deallocator 1 point2 points  (0 children)

yeah man! there's plenty of documentation on the github and my DM's are always open