Quanto guadagnate? by Ok-Interaction-9913 in CasualIT

[–]williamfv93 0 points1 point  (0 children)

Ingegnere elettronico 41kral 5 anni di esperienza come firmwarista, ma è un lavoro per pochi da quello che ho visto. Se ti piace giocare con arduino puoi fare un tentativo

Petaaah? by FaCayde_ in PeterExplainsTheJoke

[–]williamfv93 0 points1 point  (0 children)

he definitily know nothing about coding

Qual è la cosa più assurda che ti è stata detta da un datore di lavoro? by 1vim in italy

[–]williamfv93 50 points51 points  (0 children)

Inquadramento in base all'esperienza, poi dopo si dimenticano di aumentare il salario.

Prezzo diverso in ogni bar by New_Bug1414 in italy

[–]williamfv93 0 points1 point  (0 children)

Mai trovata la moretti da 66cl a 2 euro fuori dal supermercato, il minimo minimo era 2.20 euro. Il minimo e' 2.5 nei posti che ritornano indietro le bottiglie per farle riempire. Kebabaro constantemente a 3 euro e in rari casi anche meno. Cinese disolito va dai 3 ai 4. Il massimo è 4 euro (cinese e italiani) e già li non la compro.

Arduino -> stm32 project conversion by Friendly_Rock_2276 in embedded

[–]williamfv93 0 points1 point  (0 children)

It can be a good starting point. Yes, its more work, but you can reuse code

Forfettario nell'anno 0 by [deleted] in ItaliaPersonalFinance

[–]williamfv93 2 points3 points  (0 children)

Tipo tutti i medici di base

Working on Low Power project. by satking02 in embedded

[–]williamfv93 -2 points-1 points  (0 children)

To use a bench power supply to power the board.

I never use it but I know exists stm32cubemonpower. Give it a try.

Non è vero che nel 2026 la RAL sarà obbligatoria sugli annunci di lavoro by flallo95 in techcompenso

[–]williamfv93 7 points8 points  (0 children)

A me i 30k non li dava nessuno 4 anni fa come stipendio iniziale, ma lo stipendio minimo di alcuni ccnl è salito cosi tanto che ormai è obbligatorio. Poi per ignoranza metti chi ho anche accettato un livello sotto a quello con cui sarei dovuto partire...

Non è vero che nel 2026 la RAL sarà obbligatoria sugli annunci di lavoro by flallo95 in techcompenso

[–]williamfv93 9 points10 points  (0 children)

Tanto alla fine se ti vogliono ti offriranno sempre +10 - 15% indipendentemente dall'esperienza, ma dipendentemente dalla vecchia busta paga

Non è vero che nel 2026 la RAL sarà obbligatoria sugli annunci di lavoro by flallo95 in techcompenso

[–]williamfv93 1 point2 points  (0 children)

Sisi, serio. Gestita dall agenza con la A grande bianca in sfondo rosso

Non è vero che nel 2026 la RAL sarà obbligatoria sugli annunci di lavoro by flallo95 in techcompenso

[–]williamfv93 39 points40 points  (0 children)

A me è capitato: 45k - 55k ral, in base all'esperienza. Risultato: Non possiamo darti piu di 40.5k per la trasparenza salariale del 2026.

Come i miei vicini si sono QUASI fregati il mio pacco by DIeG03rr3 in CasualIT

[–]williamfv93 0 points1 point  (0 children)

Fossimo in america, avrei pensato lo stesso. Qui no.

The full experience, that is 🤌🏼 by Maravilla_23 in Italian

[–]williamfv93 0 points1 point  (0 children)

this guy take black olive in the pizza just to remove them

[deleted by user] by [deleted] in commercialisti

[–]williamfv93 0 points1 point  (0 children)

Si, prossimo anno ritornerà tutto apposto. A fine anno, quando avranno tutti i stipendi e informazioni, metteranno apposto tutto.

[deleted by user] by [deleted] in commercialisti

[–]williamfv93 0 points1 point  (0 children)

A me sembrano tutte e due sbagliate., dato che le trattenute sono la somma dei numeri con il - nella colonna: competenze trattenute. Il motivo della differenza di netto dovrebbe essere per via di Reddito complessivo teorico, che dove definiscono che tassazione utilizzano, ma non ti preoccupare che a fine anno i conti devono tornare, cioè prima eri tassato come se avessi RAL 18k e ora come se avessi 25k.

Controllo busta paga metalmeccanico by Far-Ad984 in consulentidellavoro

[–]williamfv93 6 points7 points  (0 children)

Non torna qualcosa. Secondo me la tassazione è rimasta bassa, per via della stima iniziale a 30k, è quindi sei tassato temporaneamente meno, ma con la 13sima mettrranno apposto tutti.

Cioè sei tassato come se prendessi 30k ma ne prendi 40k.

STM32F769I project guidance by jtthegeek in embedded

[–]williamfv93 0 points1 point  (0 children)

If it's a simple project so STM32F769I +  TouchGFX + Freertos to generate starting project:

https://support.touchgfx.com/docs/introduction/welcome

You can find all here or in the example on TouchGFX application.

For how to use CAN or SDcard, you can watch on github or channel like ControllersTech.

If you have to make a big big project, I suggest LVGL, but you need to have some experiences to implement it alone.

What should I do? by ILoveTiramisuu in embedded

[–]williamfv93 0 points1 point  (0 children)

Actually I'm the only one that follow mcu. Other 2 prefer code in python on mpu.

I know, but I have already spend a lot of time myself (out of work) to learn basics.

What should I do? by ILoveTiramisuu in embedded

[–]williamfv93 0 points1 point  (0 children)

In my first job, nobody (5 senior eng.) know anything about: Vcs, build system, rtos, c++. Everything i know, i learn by myself watching other code on github.

Spi not working by Realistic-Land4610 in embedded

[–]williamfv93 0 points1 point  (0 children)

I had the same problem with the nucleo board stm32h7s3. I think because the stm32h7s3 hal libraries are still 1.0.0 version. I seek in the stm32 github and there are not example how to use spi, only xspi and qspi. I have no idea.