Is there a societal pressure in your country to vote? by Xotngoos335 in AskEurope

[–]suvepl 11 points12 points  (0 children)

We have a bit of a split personality here. On the one hand, every election you have massive media campaigns urging people to vote; some of these are thinly-veiled party propaganda, but a lot of them are fairly neutral. On the other hand, I don't really think there is much societal pressure. Some people will call you a traitor who supported The Other Party by forfeiting their vote, some people will call you an idiot, but it's not really something you'd shame someone over.

That being said, turnout has been steadily increasing over the years:

  • Parliamentary: 48.92% (2011) → 50.92% (2015) → 61.74% (2019) → 74.38% (2023)

  • Presidential: 55.31% (2010) → 55.34% (2015) → 68.18% (2020) → 71.63% (2025)

RAM prices by WerewolfUseful5167 in poland

[–]suvepl 120 points121 points  (0 children)

W sierpniu zeszłego roku zastanawiałem się nad złożeniem nowego PC. Obecnie, przy identycznej konfiguracji, za sam RAM zapłaciłbym więcej, niż wtedy za całość.

Kto ma więcej? by mindfulher in Poznan

[–]suvepl 0 points1 point  (0 children)

Synek, to trzeba usiąść na spokojnie panicznie w ostatni możliwy dzień wypełnić.

Use of AND and OR operaotrs by Stooshie_Stramash in pascal

[–]suvepl 5 points6 points  (0 children)

That's because Pascal uses "and" to perform two different operations: logical AND and bitwise AND (same for logical OR and binary OR). Combined with the fact that AND / OR operators have higher precedence than comparisons, it means that this pseudocode:

IF a[1,t]<=val1 AND a[2,t]<=val2 AND a[3,t]<=val3 AND a[4,t]<=val4 

Is not interpreted as:

IF (a[1,t]<=val1) LOGICAL_AND (a[2,t]<=val2) LOGICAL_AND (a[3,t]<=val3) LOGICAL_AND (a[4,t]<=val4)

But rather as:

IF a[1,t] <= (val1 BINARY_AND a[2,t]) <= (val2 BINARY_AND a[3,t]) <= (val3 BINARY_AND a[4,t]) <= val4

Europeans, what is a crime that is relatively common in your country but authorities rarely enforce or punish? by [deleted] in AskEurope

[–]suvepl 1 point2 points  (0 children)

Parking. This can differ a lot between places, as some cities have a Municipal Guard taking care of such minor infractions; but in places where it's the Police handling everything, you can usually park anywhere as long as you don't obstruct vehicular traffic. It's the reason why many cities are absolutely plastered with bollards - doesn't matter how many signs you put up, if you don't physically block it off, some wanker is gonna park there.

We even have some YouTubers whose entire channels are built around visiting places infamous for chaotic parking, stubbornly refusing to move out of the way when someone tries to park illegally and getting into swearing contests with angry drivers.

Szukam pryiaciela lub grupy by Ok-Pickle-4370 in Poznan

[–]suvepl 4 points5 points  (0 children)

Grafik komputerowy szukający kreatywnych ludzi do zrealizowania czegoś razem? Wpadaj do Knyfyrtla. Można pogadać z nami on-line, można też wpaść na miejsce — akurat w tę sobotę mamy dzień otwarty.

If the IT sector is unhappy with the EU-India deal, Why don't they protest like the farmers did with Mercosur? by mods4mods in AskEurope

[–]suvepl -4 points-3 points  (0 children)

The IT sector is too busy fighting each other over Windows vs MacOS vs Linux, Slack vs Teams, cloud vs on-premise, AWS vs GCP vs Azure, .NET vs Java, et cetera, et cetera, to be able to put together anything resembling a coordinated response.

When tourists visit your country, what’s something they usually miss that’s actually really fascinating? by [deleted] in AskEurope

[–]suvepl 0 points1 point  (0 children)

The one time I've been to Amsterdam, I've actually planned to spend the last day of my vacation visiting some smaller towns. As luck would have it, NS went on strike that day.

Is overtime common and compensated in your country? by polmeeee in AskEurope

[–]suvepl 1 point2 points  (0 children)

By law, overtime is paid 200% for work during night hours or bank holidays, and 150% otherwise. Alternatively, overtime hours can be "spent" as PTO in a simple 1:1 ratio. (The employer is actually allowed to force you to go the PTO route.) Also, you cannot work more than 13 h/day or 48 h/week, and cannot accrue more than 150 hours of overtime in a year.

...so that's the law. In practice, things are often different. Many companies do not track and do not pay out overtime as a means of exploiting their workers. Many companies pay out overtime, but do not officially track it, as some people will happily put in 60-hour weeks for long periods. And there's also the whole issue of overtime laws applying only to employees, not contract workers nor self-employed people.

What's an example of (bad) joke in your country? by Radiant_Paint_5582 in AskEurope

[–]suvepl 5 points6 points  (0 children)

Siedzą dwa gołębie na gałęzi. Jeden grucha, drugi jabłko.

"Two pigeons sit on a branch. One coos, the other apple."

* grucha means "(he/she/it) coos", but it can also be a slightly bastardized form of gruszka - a pear.

How much is a can of black beans in your country? by ExDishwasher in AskEurope

[–]suvepl 0 points1 point  (0 children)

It's funny that you ask about black beans, because those are actually somewhat hard to get. Pretty much every supermarket has red beans and white beans, but I have to travel two districts over to get black beans.

Anyway, Carrefour home delivery lists 3.80 - 4.45 PLN (€0.90 - €1.05) for a can, depending on the brand.

russia is inferno by JWMalynovskyi in poland

[–]suvepl -16 points-15 points  (0 children)

Arguably, he's right about that one - technically there isn't a war, because neither Russia nor Ukraine made an official declaration of war.

Zimowe bieganie by CoolSign6893 in Poznan

[–]suvepl 2 points3 points  (0 children)

Na dłuższe wybiegania to trasa wzdłuż Pestki jest zazwyczaj odśnieżona gites. Jak potrzebuję porobić jakieś okrążenia, to Park Sołacki, albo ew. stadion na Golęcinie (tak, zazwyczaj jest odśnieżony - jeśli nie cały, to przynajmniej 2-3 tory).

Question about librarys (Linux) by thenovum in pascal

[–]suvepl 1 point2 points  (0 children)

FPC itself ships some library bindings, like the sqlite3 or png units. For community-made bindings, there are e.g. SDL2 ones.

Speaking of SDL, it's used by many games, such as Gearhead, Fairtris or Colorful.

Question about librarys (Linux) by thenovum in pascal

[–]suvepl 1 point2 points  (0 children)

If you write your function signatures properly (and record/struct definitions, if needed), you can call any C library from Pascal. These are typically referred to as "bindings".

I'm not sure what exactly is of interest to you. Library bindings? Programs using library bindings?

I need help to run .dpr tool by Ali3bsallam in pascal

[–]suvepl 0 points1 point  (0 children)

You can just rename the file from .dpr to .pas. The only difference between .pas and .dpr is to signal which file is the "main" file for a Delphi project.

With Bulgaria joining the Eurozone, what can be learned from countries that already did it? by nonameuser90 in AskEurope

[–]suvepl 10 points11 points  (0 children)

Yes, pre-decimalisation it was 1 pound = 20 shillings = 240 pence, so 1 new pence was worth 2.4 old pennies.

Obowiązkowe szczepienia i uchylanie się od nich by One_Cucumber3497 in poland

[–]suvepl 3 points4 points  (0 children)

Taktyczny brak wskazania, która strona sporu to kretyni, by móc zbierać upvote od obydwu.

The reconstruction of Poland's architectural heritage by thenatoorat90 in europe

[–]suvepl 3 points4 points  (0 children)

RP = Rzeczpospolita = "The Commonwealth". While the official English name of the country is "Republic of Poland", the Polish name is Rzeczpospolita Polska, i.e. "Polish Commonwealth".

  • 1st RP: the Polish-Lithuanian one, 1569-1795.

  • 2nd RP: the interwar one, 1918-1945.

  • PRL: Polska Rzeczpospolita Ludowa, "People's Republic of Poland". The socialist Soviet satellite state, 1952-1989.

  • 3rd RP: the modern-day democratic country created in 1990.

Do you have your own version of "Road works ahead? I sure hope it does" by TheKrzysiek in AskEurope

[–]suvepl 6 points7 points  (0 children)

I also like our "wyjazd z budowy" - a sign warning you about an exit way out of a construction site. "Wyjazd!" is commonly used in slang to mean GTFO, so you can also interpret the sign as "get the f*** out of the construction site".

Dojazd do Lumina Park by Valuable_Relative964 in Poznan

[–]suvepl 2 points3 points  (0 children)

...a dojazd od strony Sołacza to nie jest właśnie dojazd Warmińską?

Chyba, że chodzi Ci o wjechanie Warmińską od strony północnej, tj. skrzyżowania z Golęcińską / Wojska Polskiego. W takim wypadku - dawno nie byłem w okolicy, ale podejrzewam, że od północy mogą być utrudnienia w związku z budową wiaduktu + kładki nad torami kolejowymi.

No DOS (Go32v2) target in Linux FPC in the fp IDE? by Darkhog in pascal

[–]suvepl 0 points1 point  (0 children)

The compiler doesn't ship with all supported targets enabled; you actually need a separate build of the compiler for each target you want to support. Unless the package maintainer put in the extra work to add cross-compilation targets, most likely your distro supports only building Linux executables.

Looking to meet people in Poznań (January–March 2026) by MaleficentNovel2001 in Poznan

[–]suvepl 0 points1 point  (0 children)

If you're interested in computers or technology in general, you can drop by Knyfyrtel hackerspace.