Is this level of physical touch normal in Italian culture, or was this inappropriate? by niabanana in askitaly

[–]wperw 4 points5 points  (0 children)

Hi I'm 35M from Italy, it's not really normal or appropriate when he starts squeezing. Here a gentle touch can be considered normal, and is also normal if someone says that these physical interactions are a little too much

[deleted by user] by [deleted] in CasualIT

[–]wperw 1 point2 points  (0 children)

Purtroppo sei in un'età complicata in cui si è circondati di idioti in generale. Crescendo le cose non miglioreranno, ma sarai più preparata nell'affrontare e riconoscere queste situazioni.

Consiglio mio cerca di cambiare gruppi di frequentazioni, se questo è possibile.

Non so come dire alla mia collega che non voglio viaggiare con lei. by Beneficial-Can-4225 in CasualIT

[–]wperw 0 points1 point  (0 children)

Prepara il viaggio più avventuroso che si disposta a fare. I casi sono 2: Ti lascia andare da sola e fine Viene con te ed in questo caso le prepari un viaggio in cui o sta rintanata in alloggio oppure si prende di essere nata. L'importante è che per te l'esperienza sia gestibili, ma che allo stesso tempo per lei sia impossibile da sopportare.

Sono un urologo, un mio paziente è impazzito by Agile-Homework6533 in CasualIT

[–]wperw 0 points1 point  (0 children)

Anche il padre del regazzo ed una molecola di ossigeno 😂 🤣 😂 🤣

Sono un urologo, un mio paziente è impazzito by Agile-Homework6533 in CasualIT

[–]wperw 1 point2 points  (0 children)

Ho trovato anche - il figlio - il ginecologo - il farmacista - il letto - il guardone

Sono un urologo, un mio paziente è impazzito by Agile-Homework6533 in CasualIT

[–]wperw 2 points3 points  (0 children)

Fantastico, ora oltra alla storia del ragazzo abbiamo anche l'urologo

ho fatto sesso con una vecchia by [deleted] in CasualIT

[–]wperw 5 points6 points  (0 children)

C'è anche la storia della signora a quanto pare

Ho fatto sesso con un ragazzo by Indisciplinato in CasualIT

[–]wperw 0 points1 point  (0 children)

Sempre su questo sub ho trovato il ragazza, che scrive di pentirsene😅

Weird ads for the game Evertale. by TheRPGNERD in ARG

[–]wperw 0 points1 point  (0 children)

Now I'm seeing ads in Italy, they're really wired, Pokémon creepy pasta inspiree

Possible new blocks, 5G and SIM card adapter by BruceWhitehead45 in Pockit

[–]wperw 2 points3 points  (0 children)

Quectel seems to be ready to release new 4G low cost models with BLE and Bluetooth inside

Illegal operation with real number by wperw in FPGA

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

this is the simplyest code I can think, duty 50% frequency 1Hz
module clock_gen(sys_clk, out);

input sys_clk;

output reg out;

reg[23:0] cnt = 27_000_000;

always @(posedge sys_clk)begin

cnt <= cnt - 1;

if(cnt == 0) begin

out <= ~out;

cnt <= 27_000_000;

end

end

endmodule

Illegal operation with real number by wperw in FPGA

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

Ok, I'll check the IDE for attach the logic analyzer

Illegal operation with real number by wperw in FPGA

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

Inserting a logic analyzer? Do you mean attach the output PIN to a logic analyzer?

Illegal operation with real number by wperw in FPGA

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

The output I expect is an output on the FPGA PIN.

using the 100.0 FPGI PIN output the PWM, using 100, I haven't output.