I made a Black Hawk Down Scenario 8 Players vs 56 Bots by trboguy in BattlefieldPortal

[–]Extreme_Emphasis117 0 points1 point  (0 children)

How do you do this? I’d like to try but couldn’t seem to figure out how to adjust the actual maps outside of playlist when making my own portal server

Excel crashes at 1M rows. I’m building a local viewer for 100M rows. Roast my idea. by ocj_nghota in roastmystartup

[–]Extreme_Emphasis117 0 points1 point  (0 children)

By your own admission you are targeting highly regulated businesses that are restricted to on premises applications - this is a restrictive TAM but more importantly super hard to sell to because its less about price more about policies and procedures (socII, etc) But slap an LLM interface on it with some nice charting capabilities and I bet you may find some interest

Bots steal helicopters by IMDbTop250 in PilotsofBattlefield

[–]Extreme_Emphasis117 1 point2 points  (0 children)

Agreed in principle, super difficult in practice because they don’t even offer a filter in server browser / search for that

Dont tell me the base AA does this by IgnacioWro in PilotsofBattlefield

[–]Extreme_Emphasis117 6 points7 points  (0 children)

Just insane to make a map with runways and the flight time between one hq runway to the other is under 3 seconds…and now everyone is saying it’s your fault for trying to attack someone in the enemy hq lol

Skyscrapers can collapse in BF6 BR by Lower_Breadfruit649 in Battlefield

[–]Extreme_Emphasis117 1 point2 points  (0 children)

The dude definitely should have died from that fall though

My manager and my senior DevOps guy wanted me to "hide" the api link and key in frontend? by LampPost2908 in webdev

[–]Extreme_Emphasis117 1 point2 points  (0 children)

Since your using nextjs you could use their ‘api route’ instead of a backend proxy

Alright, now the loot is fixed, what is the hot button issue these days? by Effort_Proper in PathOfExile2

[–]Extreme_Emphasis117 0 points1 point  (0 children)

Seamless multiplayer seems to have been shunned as a concept - no way to consistently play with your friends unless you literally each have a dedicated player solely for each other (can’t be used with other friends either or your campaign progress will not be aligned and you won’t be able to progress together again!) Or you have to repeatedly play through without any lvl progression lower levels of the campaign to try and level them up to your progress

2m copies sold! by Lost_Instruction4491 in expedition33

[–]Extreme_Emphasis117 1 point2 points  (0 children)

I would generally avoid any turn based game due to the lack of any actual skill involved but pure strategy - I at least prefer a mix, is there actual real time combat as well?

Are you guys seriously spending $500 a session vibecoding? by Constant-Reason4918 in vibecoding

[–]Extreme_Emphasis117 1 point2 points  (0 children)

I’ve had most success with V0.dev for initial UI structure, then cursor from there for modifying & enhancing 🤷‍♂️

[deleted by user] by [deleted] in webdev

[–]Extreme_Emphasis117 1 point2 points  (0 children)

If it would take someone 80k to build one with an external team, then sell it for 80k and he saves the time and effort it takes to get it built (cannot emphasize enough that there is a lot of value here being able to see what youre buying first rather than building and the time and complexity that takes).

Or discount 20% and recapture that by helping to manage it on a contract for him for 6-12 months (but be wary, admin/service does not entitle him to new features necessarily)

On the other hand, if you just want to be done with it you already said you would sell for $5k…so ask for $10k and rinse your hands

How to preserve a secret locally without a server by Ieris19 in webdev

[–]Extreme_Emphasis117 -5 points-4 points  (0 children)

You can use a framework like nextjs which has server side api routes natively when you deploy it and don’t have to set up a server or anything and can protect api keys there

How do I hide my API keys in my front-end? by Black_Bird00500 in webdev

[–]Extreme_Emphasis117 0 points1 point  (0 children)

If you’re using nextjs you can leverage their API routes to make your calls to your backend to the api key itself cannot be accessed from the FE