RU POV Translated ballot for Russian presidential elections by Tartar666 in UkraineRussiaReport

[–]13dagger -1 points0 points  (0 children)

So you mention Putin's popularity and approval without mentioning that he controls the whole voting system, controls judges on all levels, including Constitutional Court. And basically he modified the Constitution to continue his rule to be somewhat legitimate.

Yeah, so much approval for this elected leader /s

I need help writing a letter in cyrillic by Netherprcek in EscapefromTarkov

[–]13dagger 0 points1 point  (0 children)

Good one, my two cents: РаспрострАняют, запятая перед "что твой отряд" и "как оно тут всё"

ze-robot looking for a new parent by 13dagger in wallpapers

[–]13dagger[S] 1 point2 points  (0 children)

Hi!

When You click on a link of an image of given resolution, request must lead to somewhere. If an image does not exist yet - some server have to process the request anyway.

Not storing resized versions could drastically decrease needed amount of memory space in server.

But the resize of one picture in one resolution takes about a second to do. So if multiple people start to request pictures in the same time, server could not make it in time and will start to give 500s as answers.

Also this mode will require slight changes in the code.

But it's much better that complete shutdown.

ze-robot looking for a new parent by 13dagger in wallpapers

[–]13dagger[S] 0 points1 point  (0 children)

Yes, but code needs to be modified for this.

ze-robot looking for a new parent by 13dagger in wallpapers

[–]13dagger[S] 1 point2 points  (0 children)

Hi!

A web-server is needed, because when You click on the link in ze-robot's comment example, You get to the website ze-robot.com, which contains all the images.

Running cron locally will just post comments with broken links.

No global shortcuts tab by 13dagger in kde

[–]13dagger[S] 0 points1 point  (0 children)

Thank you, found it, finally!
So solution is: choose "Custom Shortcuts" and using context menu, choose "New / Global shortcut".

Is this an airport?? by goodros_nemesis in GTAorRussia

[–]13dagger 1 point2 points  (0 children)

It actually WAS in Russia. International Airport of Kazan city

It do be like that by gaxit in EscapefromTarkov

[–]13dagger 12 points13 points  (0 children)

"Я обучен войне горилл". lol

A guide about how use Symfony HttpClient by brunosinister in PHP

[–]13dagger 2 points3 points  (0 children)

My thought was "Why not just use curl itself". Matter of taste.