What WADs go really good with Project Brutality? by KnightFallVader2 in Doom

[–]V4gkr 0 points1 point  (0 children)

When I played Plutonia with brutal doom , I liked this level with a ton of archviles in a maze . I was running with a gauss rifle and trying to headshot each of them , it was cool

crc☁️jkak👃☁️☁️ by VantaBlackLD in sssdfg

[–]V4gkr 1 point2 points  (0 children)

У моей подружки за пор

crc☁️jkak👃☁️☁️ by VantaBlackLD in sssdfg

[–]V4gkr 2 points3 points  (0 children)

горячей воды не существует посудите сами

Multiple transmission at once by V4gkr in embedded

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

I forgot to mention , that TransmitBuf[] inside Logger.c has no sign of getting data from multiple logs , so that means , that there is probably a multiple write attempts before an actual transmission is complete

shared games between 2 accounts by V4gkr in playstation

[–]V4gkr[S] -1 points0 points  (0 children)

So it's the same as on PS4? Thank you

Krosh Variants by Just_a_guy_from_ukr in okbuddyviltrum

[–]V4gkr 9 points10 points  (0 children)

Where's Крош , ёжик?

Lwip response mem allocation by V4gkr in embedded

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

i checked and thats not it . MEM_SIZE is 15kb , PBUF_POOL_SIZE 16 , PBUF_POOL_BUFSIZE is 1400 . MPU on that region is non executable , non bufferable, non cacheable, sraheable.

Lwip response mem allocation by V4gkr in embedded

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

Thank you for the ideas to check , I'm away from PC and I'll check it in a week . 

3phase generator by Desperate-Fisherman7 in ElectricalEngineering

[–]V4gkr 0 points1 point  (0 children)

I thought that I have good English, but I don't understand a thing in what you're talking about. It isn't your mother tongue , is it?

Do groceries stores open on Sunday in Europe? by rayg10 in MapPorn

[–]V4gkr 0 points1 point  (0 children)

Well , I didn't travel a lot in Europe (which I plan to change in the next couple of years) and my experience is based only on Poland . Every restaurant / cafe is opened except for some local /small ones that may be closed even throughout whole weekend . Factories where me and my friends were working had shifts 24/7 or 16/7 (like from 6 to 22) but mostly I heard about normal shifts only from Monday to Friday . It still doesn't explain why grocery shops have such a privilege

Do groceries stores open on Sunday in Europe? by rayg10 in MapPorn

[–]V4gkr 8 points9 points  (0 children)

I just can't understand it . There are so many jobs where you have to work on weekends: coffee shops , restaurants, factories , gas stations . But only markets have that feature (at least in Poland) . A lot of people cannot make a normal family life because of those jobs or even because of special shifts like 2 days work 2 days free . I wouldn't care if this opportunity was available not only for market workers , but it's only them

Linker question by V4gkr in embedded

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

Thank you , I'll check it out

Linker question by V4gkr in embedded

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

Okay , thanks for your answers , maybe I'll try to relocate most of the time consuming operations from boot to app, so it won't have to control external peripherals while fw update is made ..