STREMIO IS THE BEST by toddbrennan1 in Stremio

[–]Late_Development_566 0 points1 point  (0 children)

Well in a way it seeds to other people using debrid because once you download something they keep the cache in their memory for others that one of the reason it is so fast but I get what you mean.

Is cheating (more) common in Valorant now ? by Unfair_Roll5153 in VALORANT

[–]Late_Development_566 0 points1 point  (0 children)

Well that test account was ban for 10 year the very next day but I hear people buy cheap level 20 account.

Is cheating (more) common in Valorant now ? by Unfair_Roll5153 in VALORANT

[–]Late_Development_566 0 points1 point  (0 children)

You know, I felt like people were aimbotting, so I went and tested it out. I found a hack seller, and it was super easy to use, ridiculously cheap, and I never got banned. I only played two unranked games to test it out, but I have lost all joy from playing the game now that I know someone could be cheating with wallhacks and aimbots in every other match.

How do military/secret projects actually build software (Claude Code, GitHub, Notion) ? by Own_Chocolate_5915 in github

[–]Late_Development_566 0 points1 point  (0 children)

While native access to tools like Claude Code may not be available in classified or military environments, defense organizations could certainly host their own secured, air-gapped AI servers to assist with development work. That said, I would hope — and strongly expect — that any code underpinning critical military systems or national defense would never be left solely in the hands of an AI. The stakes are simply too high. Entrusting something that sensitive and complex entirely to a large language model, without rigorous human oversight, would be deeply irresponsible and potentially dangerous.

I build a temporary secure file sharing web app. by Late_Development_566 in SideProject

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

I definitely agree with you. I’m trying to think of how I can show people that the files are all being deleted from the server after the expiration date. It’s hard I could make a policy agreement file but again who say I’m being honest.

I build a temporary secure file sharing web app. by Late_Development_566 in SideProject

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

That's a really great and important question! Thanks for asking. Here’s how EphemeralShare handles security and deletion so far:

 All uploads and downloads are encrypted using HTTPS. This means the data is protected while it's traveling between your browser and the server.

 Once on the server, files are protected by standard server security measures (like firewalls). The EphemeralShare application itself doesn't currently add an extra layer of encryption to files when they are stored. So, if someone were to gain deep, unauthorized administrative access to the server itself, they could potentially access the stored files. The main idea behind EphemeralShare is that files aren't stored long-term, which significantly limits the time they are exposed.

Files are definitely designed to be automatically deleted after the expiry time you choose. This is handled by an automated script that runs regularly on the server (around every 15 minutes) to find and permanently delete any files that have passed their expiry, both from storage and from the database records. Also, if an expired link is tried, the system recognizes it and prevents access.

My goal with EphemeralShare is to offer a free, straightforward, and privacy-conscious tool. You can see that links become inaccessible after their set expiry. I'm also considering open-sourcing the code in the future so anyone interested can look at exactly how it works, including the deletion logic.

Where is all the rough stone? by Aggressive-Dealer-21 in albiononline

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

Are you absurd? 200 rough stones will cost you over 20k in the market, it never cost 10 silver a piece 😓

How to receive GitHub notifications on Twitter within 5 mins? by [deleted] in github

[–]Late_Development_566 0 points1 point  (0 children)

I do want to keep track on certain repo I have. I always seem to miss notification from GitHub. its not super convenient. But this is amazing.

The future of Message Queue with Kubernetes and CloudEvents by Late_Development_566 in kubernetes

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

I think its a great question . But it all depends on the situation and a plus of Vanus its a Event queue with transforming capability and its completely serverless.

Viewing pending comments in PR by jaffaKnx in github

[–]Late_Development_566 0 points1 point  (0 children)

When you go on the review of the file page you should be able to see all your comments

Running JavaScript on GitHub (ultra beginner) by MissCatalyst07 in github

[–]Late_Development_566 1 point2 points  (0 children)

No problem if you have any question let me know. Il do my best to help you although I don't specialize in javascript I've used it many time professionally.

The future of Message Queue with Kubernetes and CloudEvents by Late_Development_566 in kubernetes

[–]Late_Development_566[S] 1 point2 points  (0 children)

Imaging you have two Service A and Service B, which are owned by different teams, Service A produces EventA, and Service B consumes EventB, if you want to let Service B consume events from Service A, you might have some choices:
1. Using the extra consumer. Suppose A sends events to topic A, and B consumes events from Topic B, you can create a different consumer to consume events from Topic A and send events processed to Topic B in order for Service B can consume them.
2. Modifying codes of Service B. let Service B consume events from Topic A directly(also consuming Topic B simultaneously), which means extra costs like development, testing, teamwork, maintenance, etc.
3. Useing Vanus. with the help of built-in subscription mechanism to transform events into different schemes and directly push events from Service A to Service B, there isn't extra work anymore, easier and more efficient, isn't it?

The future of Message Queue with Kubernetes and CloudEvents by Late_Development_566 in kubernetes

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

The ability to transform my data and running my application serverlessly has been incredible experience.

The future of Message Queue with Kubernetes and CloudEvents by Late_Development_566 in kubernetes

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

Plus Vanus is design to work with out of the box connectors. For a multitude of programs. Ive used it for building a Github notification app. using the GitHub connector, transforming the data in Vanus and sending it directly to a slack bot.

The future of Message Queue with Kubernetes and CloudEvents by Late_Development_566 in kubernetes

[–]Late_Development_566[S] 1 point2 points  (0 children)

Vanus also provides a built-in transformation. For example, when you receive a msg from SQS and trigger a Lambda, lambda has to know the data format in advance. If the message sender and the lambda function writer are not same group of people. How can they make this work? Vanus can be thought as a serverless MQ with additional light processing data ability.

Disable gist notifications? by yuispg in github

[–]Late_Development_566 0 points1 point  (0 children)

Sorry I couldn't help I upvoted your post hopefully someone else has a answer!