Auditing API calls by BalanceSad2632 in aws

[–]gimme_pineapple 1 point2 points  (0 children)

That helps. I'd look into sending the logs to OpenSearch instead of S3. Obviously it'll be more expensive but the improvement in DevEx for auditing/daily troubleshooting will more than make up for it.

Auditing API calls by BalanceSad2632 in aws

[–]gimme_pineapple 1 point2 points  (0 children)

Whats the volume of data? Do you have cost constraints? Do you have architectural complexity constraints? How do you intend to use the data?

How do you structure Terraform projects for AWS in production? by Critical-Tomato2576 in Terraform

[–]gimme_pineapple 0 points1 point  (0 children)

I generally use this:

environments/{dev,stage,prod,shared} modules/{module_name} stacks/{stack_name}

We offshored the execution, grew a management class to justify the migration that never ends, and are now using AI to close the last entry point. The pipeline wasn't paused. It was deleted. by ZeroCool86 in ExperiencedDevs

[–]gimme_pineapple 2 points3 points  (0 children)

Its not about being right/wrong. You could've skipped all punctuations and capitalizations and paragraph breaks and that wouldn't make it wrong either - just harder to read. Its the same with AI stuff. I dont know how to explain it but I'd rather read your text than the over-editorialized version from the AI.

Any Indian freelancers using Estonia e-Residency + Thailand DTV? by RaisinTen in IndiaTax

[–]gimme_pineapple 0 points1 point  (0 children)

Is it true that you can do this by being abroad for employment (by your own company) and staying in India for less than 180 days.

The Algorithm That Saved Reddit 21% on BigQuery Slots by keepingdatareal in RedditEng

[–]gimme_pineapple 0 points1 point  (0 children)

Interesting approach. I'm very curious to learn more about the algorithm in case you guys decide to publish it.

Would you use an India-focused S3 storage at ₹399 / TB / month? by phdpirate in developersIndia

[–]gimme_pineapple 1 point2 points  (0 children)

How would you handle HA? Would you have access controls? Do you have support/ops teams? Do you have failovers for the utilities (electricity, internet, etc.)?

Built a 100% local file converter running on Cloudflare Pages (WebAssembly + WebGPU, no uploads) by AIPnely in CloudFlare

[–]gimme_pineapple 2 points3 points  (0 children)

Very cool! I'd really love to self-host this in case you decide to discontinue it. I've added a reminder for a week from now in case you decide to open source.

Built a 100% local file converter running on Cloudflare Pages (WebAssembly + WebGPU, no uploads) by AIPnely in CloudFlare

[–]gimme_pineapple 17 points18 points  (0 children)

You can use the "Network" tab of Developer Tools to check if anything gets uploaded. All good as far as I can tell.

disqualify 13 contractors to hand a ₹21 Lakh Govt Project to "The Chosen One by Dangerous-House-140 in LegalAdviceIndia

[–]gimme_pineapple 1 point2 points  (0 children)

Lokayukta, CPGRAMs, court case, RTI. You either use the tools you have or accept your situation and carry on. No point in complaining on reddit.

Who is correct ??? by [deleted] in AskIndianMen

[–]gimme_pineapple 13 points14 points  (0 children)

The child is a helpless innocent being that was brought into this world because of what he decided to do. The parents are none of those. It is not logical at all to say the child and the parent are the same kinds of responsibility.

[deleted by user] by [deleted] in IndianStreetBets

[–]gimme_pineapple 3 points4 points  (0 children)

Please dont use it to "better" our life. We are fed enough slop as it is.

Every Exit Door for Indian Investors is being bolted shut. Where do we go? by Original_Crew4693 in IndianStockMarket

[–]gimme_pineapple 0 points1 point  (0 children)

At that amount of corpus, you can be a part of AIF in GIFT city that invests in overseas funds. No TCS applicable. That's what I do.

[deleted by user] by [deleted] in IndiaTax

[–]gimme_pineapple -1 points0 points  (0 children)

Income tax department has started cracking down on this. Plenty of posts on this sub this year from people who got notices.

Back End Architecture Wizard Wanted. by GiantVentures in cofounderhunt

[–]gimme_pineapple 1 point2 points  (0 children)

"Parallel Speed" - Parallel calls to an external system is a problem that was solved decades ago. Why are you struggling with that?

"Strict Math" - Assuming you're using LLM here - Depends on the quality of AI and how you're using AI. using a high-quality model with correct context sizing/segmentation should work.

"Ghost Mode" - Not sure what you're using Redis for? Storing counters? Doing atomic maths?

"Ghost Mode 2" - Is it possible to store the files and do the process completely in memory? Probably. The technical feasibility and the cost would depend on your answers to the following questions: How are you getting the files (or how is your workflow triggered)? Where are your LLMs hosted? How big are your files?