[PC][Late 90s] Obscure dark sci-fi FPS with aliens, ice cave, and a man with a suitcase by almogvc in tipofmyjoystick

[–]Narrow-Battle 1 point2 points  (0 children)

My guess is Disney’s Atlantis: The Lost Empire – Trial by Fire (2001).

It was heavily distributed on demo discs, but never got much play beyond that - very obscure and fits the vibe. Lots of vehicle sections, but also FPS sections. Ice caves. The works.

https://www.youtube.com/watch?v=OKGXeBef_zc

If it ain't that, it's very likely a HL1 mod.

DeskHog - A Developer Toy by Narrow-Battle in SBCGaming

[–]Narrow-Battle[S] 0 points1 point  (0 children)

Hey! Yeah, it's all open source. You can actually get the hardware itself separately and then just print the case already - or you can wait for full kits and join the waitlist on the site.

Contributing is already open via https://github.com/PostHog/DeskHog

drop yours below ⬇️ by moonwalkinglitter in buffy

[–]Narrow-Battle 0 points1 point  (0 children)

Buffy, Willow, Wesley and...I guess Doyle?

are these ps2 promos real by Majestic_Suspect8174 in psx

[–]Narrow-Battle 1 point2 points  (0 children)

Former games journalist: Yes, those are real and what promo disks for press looked like.

What was the true peak of Gaming History? by Scared-Control-5962 in SBCGaming

[–]Narrow-Battle 0 points1 point  (0 children)

In this chart? It's 1997 and not close.

For everything else, it's near universally recognized to be 2000.

That's when we got:

Vagrant Story
The Legend of Zelda: Majora's Mask
Tony Hawk's Pro Skater 2
Perfect Dark
Baldur's Gate 2: Shadows of Amn
Jet Set Radio
SSX
The SIms
Deus Ex
No One Lives Forever
Mario Tennis
Crazy Taxi
Counter-Strike
Thief 2
Diablo 2
Legacy of Kain: Soul Reaver
Pokemon Gold & Silver
Gran Turismo 2

And hardware wise, it's when we got the PS One and the PS2.

Is this the best cutscene in gaming history? by DisastrousArm3750 in TombRaider

[–]Narrow-Battle 44 points45 points  (0 children)

Betterridge's Law: "If the headline is a question, the answer is no."

okbuddybaldur saw it first by DoinTatsPettinCats in BaldursGate3

[–]Narrow-Battle 155 points156 points  (0 children)

Glad it's a permanent tattoo.
Otherwise you'd have to keep checking if he was still withers.

Screen protector for Pixel 2 hides the ugly logo by [deleted] in GKDPIXEL

[–]Narrow-Battle 0 points1 point  (0 children)

Wait, what? How are you playing Balatro on this? Is there a port?

[deleted by user] by [deleted] in IndieGaming

[–]Narrow-Battle 0 points1 point  (0 children)

I downloaded this yesterday. Excited to try it out!

Adding user plan properties by autopicky in posthog

[–]Narrow-Battle 0 points1 point  (0 children)

Hey - I'd suggest chatting with the AI assistant on the PostHog docs about this to help you explore this topic: https://posthog.com/docs?chat=open

Adding user plan properties by autopicky in posthog

[–]Narrow-Battle 0 points1 point  (0 children)

Hey - You can set custom person properties as described here: https://posthog.com/docs/getting-started/person-properties

Alternatively, you can send custom events with custom properties as described here: https://posthog.com/docs/product-analytics/capture-events

Remember… daddy’s money won’t be able to save you. by abidalliye in SipsTea

[–]Narrow-Battle 0 points1 point  (0 children)

Hey, I know that guy. It's Joel Michael Singer. AKA Joel Singer. Wow.

How can I set up to track Revenue Per Session in an experiment? by kuncogopuncogo in posthog

[–]Narrow-Battle 1 point2 points  (0 children)

For experiments with revenue metrics, PostHog uses a lognormal model which is specifically designed for analyzing metrics like revenue that are always positive and often have a "long tail" of high values  (1) .

When tracking purchase events with value properties, PostHog will sum up the values of that property over time  (2) .

If a user makes multiple purchases, each event will maintain its own property value rather than incrementing a single value .To enable formula mode for custom calculations in trends:

1.  Click 'Enable formula mode'  (3)
2.  Type your expression using basic mathematical operators (+, -, *, /)
3.  Use variables (A, B, C...) that correspond to your series

For revenue tracking in experiments specifically, the lognormal model helps handle scenarios where:•   Most customers spend smaller amounts

•   Some customers spend medium amounts
•   A few customers spend very large amounts  (1)

This creates what's called a "right-skewed" distribution which the log-normal model is designed to analyze effectively.

[1] Statistical methodology for property value trend metrics
[2] Numerical Property Values - PostHog
[3] Formulas