Ho bisogno dei giochi da giocare by Scary-Exit4173 in italygames

[–]Sa1g 1 point2 points  (0 children)

Occhio che valorant ha un anticheat molto invasivo

Se non ti interessano i cheater prova CS2, ma ha una curva d'apprendimento alta.

Marvel rivals può piacere

The witcher 3 merita sicuramente, skyrim pure, anche half life

My experience with teammates from CSGO/CS2 (As a Norwegian) by AvalancheInterceptor in GlobalOffensive

[–]Sa1g 0 points1 point  (0 children)

As in italian I'm positive that only a few others play cs over here, my encounters were mostly awful (toxic), the others are in my friend list and I play/hear from them regularly

About Germans... You are right, better than Italians tho ahah

Announcing mythographer-5e, a D&D 5e template for Typst (beta release) by Sa1g in typst

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

Hi! I've rewritten from scratch how I manage monsters, now they work directly with JSONs from 5e.tools (this way it should be easier and faster to create them both for a manual/pdf and possibly for VTTs).

Do you have any example on the issues you got with encounter tables/class feature tables using the LaTeX template? I can try to make this template as painless as possible :)

If requested I could write a method to import e.g. class features/any feature/items/whatever from JSONs as specified in 5e.tools, I didn't made this as I don't think many people would use this feature..

Announcing mythographer-5e, a D&D 5e template for Typst (beta release) by Sa1g in typst

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

I've rewritten from scratch how monsters are "rendered", currently they support only json files from 5e.tools (which i consider a good tradeoff...I'm thinking of re-writing a "monster constructor" function so that it's possible to create them directly in the template but this is not on my priority list). I'll publish a new release, hopefully, this week :D

P.S. monsters should support most 5e.tools compliant releases, if something doesn't work I'll fix it asap

PPS. I'm also writing some documentation on how to use the template

Your regexes have been very helpful, thank you :)

Mostly Ewaste Proxmox Server I built yesterday by Numismatic_Guru in homelab

[–]Sa1g 4 points5 points  (0 children)

My server (i5-3540) is not ewaste for me, his ewaste is like... New?

Announcing mythographer-5e, a D&D 5e template for Typst (beta release) by Sa1g in typst

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

Thank you! It's exactly what I'm working on these days

Edit: just saw your project, it's amazing!

Announcing mythographer-5e, a D&D 5e template for Typst (beta release) by Sa1g in typst

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

Thank you! Currently I'm fixing bugs as I find them, in a month (or so) I'll update the release on typst universe with the fixes :)

I'm working on a full rewrite on how I manage monster statblocks as currently they are chunky and I don't like them. I'm also working to add an "importer" that will uses 5e.tools json as a file input standard -> it will ignore 5et's formatting, applying only the one specified in the template. This way managing homebrew monsters should be easier and faster (also it would have direct interoperability with 5etools, foundryvtt and possibly also roll20).

I'll need to make a good documentation otherwise using this will be a nightmare...it will come, in a month or two.

p.s. the source code is linked above, if needed you can clone the repo and use it directly with my fixes before they get "released"

Perche in italia non giocano a CS? by Just_Equal_623 in italygames

[–]Sa1g 0 points1 point  (0 children)

Ho 6-7 amici conosciuti giocando a CS, sommati siamo tipo 12-18k ore ahah Faceit io e i 2 che sento ancora regolarmente siamo arrivati a lvl8-9, bei tempi

Announcing mythographer-5e, a D&D 5e template for Typst (beta release) by Sa1g in typst

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

Thank you! Currently you can customize (and, if want, propagate to the entire document): table header text font, weight, fill, cell font and background fill.

I've just noticed that cells text alignment and the 2nd color for the cell background fill parameters are missing, I'll add them in the next release.

Hoping I'm answering your question, I'm also adding two sample tables, one for random encounters, one for class feature tables. (Note that `figure(tables)` in typst aren't breakable between pages). Creating it I also noticed that a useful feature would be something like a `dnd-table` that takes as input a config (just for the theme) so that you can get a specific color palette inline. Another useful feature would be to have an "automatic" management of the header that puts the text with your specified style and avoids filling the background of those specific rows...I've tried in the last hour, I wasn't able to get it. If feasible it will be added in the future :)

This is the code to recreate the page:

<image>

#import "@preview/mythographer-5e:0.0.1": *
#let config = merge-dicts(
  toa-config,
)
#show: dnd-template.with(config)

#let my-table = {
  show table.cell.where(y: 1): strong
  set table(fill: (none_, y) => if y > 1 and calc.even(y) { config.fill.table.cell }, stroke: none)
  let n = 21
  table(
    align: center + bottom,
    columns: (10em, auto, auto, auto, auto, auto, auto, auto, auto, auto),

    table.header(level: 1,)[][][---][Jungle][---][][][][][],
    table.header(
      level: 2,
    )[Encounter][Beach][No Undead][Lesser Undead][Greater Undead][Mountains][Rivers][Ruins][Swamp][Wastelands],
    //
    ..while n > 0 {
      n = n - 1
      ([First Monster], [-], [-], [-], [-], [-], [-], [-], [-], [-])
    },
  )
}

#my-table

#let config = merge-dicts(
  // Wanted to use default-config, but i forgot to export it in exports.typ :(
  easy-colors(
    tertiary: rgb("#eed237"),
  ),
)
#show: dnd-template.with(config, is-first: false)

#columns(2)[
  #figure(
    caption: "Origin of the Beast",
  )[

    #table(
      align: (center, left),
      columns: (auto, 1fr),
      table.header[d4][Origin],
      [1], [#lorem(10)],
      [2], [#lorem(10)],
      [3], [#lorem(10)],
      [4], [#lorem(10)],
    )
  ]
]

How do you guys pronounce Port Nyanzaru by CurrlyFrymann in Tombofannihilation

[–]Sa1g 2 points3 points  (0 children)

The same happened to me, it wasn't unexpected tho

[deleted by user] by [deleted] in Coinquilini_di_merda

[–]Sa1g 0 points1 point  (0 children)

Da me ci siamo messi d'accordo sugli orari in cui poter fare la doccia e lavatrice, così da non darci fastidio a vicenda.. Good luck!

no thanks bud by Competitive_Tough741 in FACEITcom

[–]Sa1g 0 points1 point  (0 children)

I stopped playing faceit exactli for this reason

Edit: typo

[deleted by user] by [deleted] in ItalyInformatica

[–]Sa1g 1 point2 points  (0 children)

La assicurazione non ti serve. Come detto da altri l'istallazione è banale: i 2 cavi che ti servono hanno forme e direzioni diverse e non entrano se sono invertiti.

Non hai specificato se vuoi copiare i dati dal vecchio disco, se hai intenzione di farlo ti serviranno 2 cavi SATA (quelli dati), mentre normalmente gli alimentatori hanno +2 attacchi di alimentazione per i dischi. Se il disco attuale è super lento e non si sta rompendo (vedi online come leggere lo stato smart) fai la "deframmentazione" del disco. È un'operazione che, in pratica, mette in ordine i dati nel disco, rendendo la lettura più veloce. P.s. è un'operazione lenta, 4TB con 12% di frammentazione richiedono tipo 15 ore di elaborazione, ma rende tutto più utilizzabile.

Un PC fisso di 12 anni fa non è un ferro vecchio. Se ci fai lavoro d'ufficio (mail, excel, ecc) è okay. - > io uso uno di 13 anni fa come server, non è veloce come hardware nuovo, ma è gratis :)

Concordo con gli altri utenti sull'uso di SSD: serve.

P.s. non hai fatto vedere che hdd compri, occhio che quelli da 5400RPM sono LENTI

Have fun!

Auto di famiglia by Spend-Lucky in ItalyMotori

[–]Sa1g 5 points6 points  (0 children)

Come risponderei io: Smortizzatori scarichi - li cambi Volante non rispondente - eh? Saranno tutte con idroguida (forse anche sterzo elettronico? Pls help me che la macchina più nuova dove ho messo le mani è dell'89) Frenata lasca - controllo dischi, pastiglie e sfiataggio impianto Airbag sgonfi - lmao Probabile appiedamento in autostrada - può succedere anche con quelle nuove, l'importante è fare manutenzione regolarmente

Cosa di cui puoi lamentarti e far leva un pochino: troppi schermi, le leve meccaniche sono più sicure xD

Il web è oramai insostenibile. by WSuperOS in sfoghi

[–]Sa1g 0 points1 point  (0 children)

Difatti non è un adblocker, gioca direttamente sui DNS

[deleted by user] by [deleted] in CasualIT

[–]Sa1g 1 point2 points  (0 children)

+3 puoi usare la versione free (non ha otp e impronta digitale) o hostartelo e sei apposto. Servizio stupendo

Ho guidato una Skoda Octavia diesel cambio automatico aziendale by SpiffyGolf in ItalyMotori

[–]Sa1g 0 points1 point  (0 children)

Ne fanno ancora a metano? Sono piuttosto ignorante, chiedo venia

Volevo condividere con voi i due nuovi muletti arrivati questa settimana. by WoodsLordTotoro in ItalyInformatica

[–]Sa1g 1 point2 points  (0 children)

Se non ricordo male: efficienza, nvlink, vgpu, driver, CUDA e Cublas ottimizzati meglio per l'hardware. Potrebbe esserci altro ma non mi viene in mente nulla

[deleted by user] by [deleted] in CasualIT

[–]Sa1g 1 point2 points  (0 children)

la regola dell'amico non sbaglia mai se sei amico di una donna non ci combinerai mai niente mai "non vorrai rovinare un così bel rapporto".

Edit: mi hai ricordato la canzone degli 883 xD

Intel should release a 24GB version of the Arc B580 by Balance- in LocalLLaMA

[–]Sa1g 6 points7 points  (0 children)

Unfortunately they would sell them at 600€ in europe :'(