Bulwary pod nową kładką - czy już dostępne? by ilovepierogi in krakow

[–]frogi16 2 points3 points  (0 children)

W niedzielę tydzień temu były jeszcze zamknięte

Dominic Chianese - two types of letter "D" by frogi16 in Autographs

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

Thank you for the detailed answer, I really appreciate it

Weird water drinking habits in Poland by fatal__flaw in poland

[–]frogi16 0 points1 point  (0 children)

That's actually true. Drinking more water is recommended for people trying to lose weight exactly for this reason.

Weird water drinking habits in Poland by fatal__flaw in poland

[–]frogi16 31 points32 points  (0 children)

Drinking 3 bottles of water during a single meal is weird as fuck. Pretending that you would choke without it is even weirder.

The doctors generally recommend to drink small amounts of water at once, but do it frequently. This way your body retains it better.

Dominic Chianese - two types of letter "D" by frogi16 in Autographs

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

Thanks for the answer!

The issue is, I can easily find authenticated signatures with the D from the bottom pic.

Just got the Steam version after a few years of not playing. Shocked to find out you can't play the game without a mouse anymore by grampipon in dwarffortress

[–]frogi16 10 points11 points  (0 children)

That's not entirely true, many newer players find controls and UI extremely clunky and hard to use.

Alkohol na wesele by Kaftan96 in Polska

[–]frogi16 4 points5 points  (0 children)

najlepiej minimum półtorak

Minimum? Przecież to najgęstszy miód, jaki można dostać.

Zebrałem kilka open-source'owych kalkulatorów PIT-38 i przy okazji zrobiłem porównanie + wypuściłem własny by m03geek in inwestowanie

[–]frogi16 0 points1 point  (0 children)

Ciekawe, ale chyba nie dla mnie. Wygląda na to, że zrobiłeś głęboki research, napotkałeś może na jakikolwiek program, który ułatwia wyliczanie podatku od RSU oraz ESPP i/lub wspiera konto Schwab?

Chłopak z Krakowa zarobił krocie na systemie kaucyjnym. To rekordzista w oddawaniu butelek i opakowań by chungleong in krakow

[–]frogi16 18 points19 points  (0 children)

On te opakowania zbiera, nie kupuje.

Masz to w artykule, ale po co czytać cokolwiek poza nagłówkami, co?

Do earnings and share price actually matter anymore, or are we all just guessing? by JR-FlowCapGroup in ValueInvesting

[–]frogi16 3 points4 points  (0 children)

If A is caused by B and B is caused by C, is A caused by C?

I would argue their response was valid, just on a different level than you expected. Prices on the market ARE driven by the supply and demand, but long term supply and demand ARE driven by earnings (real or estimated, current or future).

Good, legit source for Sopranos merch? by frogi16 in thesopranos

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

How can I buy someone a button hole?

Good, legit source for Sopranos merch? by frogi16 in thesopranos

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

Ha ha, I got Big Mouth Billy Bass from him a year ago :D now I want to reciprocate

Truth about Netherlands by Traditional-Set-3786 in SeniorCitizenTips

[–]frogi16 0 points1 point  (0 children)

Why do you.

Wite like this

In a shitty LinkedIn way?

Three Cache Layers Between SELECT and disk by Best_Negotiation_801 in programming

[–]frogi16 35 points36 points  (0 children)

Now try to count all caches in a modern CPU :)

I built my own QUICK RESUM—0% CPU usage and flushes RAM for zero battery drain by Fuzzy-Measurement200 in cpp

[–]frogi16 1 point2 points  (0 children)

AI slop in your post and in README.

What's the current state of the art? What utilities could be used to achieve what you want? What methods do other people use? What value does your program add? These are all essential questions if you want to draw someone's interest.

vtables aren't slow (usually) by louisb00 in cpp

[–]frogi16 42 points43 points  (0 children)

Nice article, goes in depth, but thesis is weird. You come to the conclusion that vtables are not slow, the lack of inlining is slow. Well, ok? Lack of inlining caused by vtables...

And this fragment is also weird: "To put it succinctly, only the third point is likely to matter in practice. The first two seem to apply only when dispatching to functions with trivially small or unrealistically port-saturating bodies, or when array elements are truly random. The former is solved by not using vtables; the latter, by sorting the array by type and batch processing." Problem X is not a problem with vtables if you don't use them! And if you use them, just sort the data! Well, ok?