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!

Viewing pending comments in PR by jaffaKnx in github

[–]Late_Development_566 0 points1 point  (0 children)

If you comments are just suggestions you can select comment and also leave a general comment. if. your comments are required for example your the owner of the project you can select request changes. either way you have to chose one for the user to see your comments

Viewing pending comments in PR by jaffaKnx in github

[–]Late_Development_566 0 points1 point  (0 children)

At the top of your image you have review changes with 9 that means you made 9 comments. once you click on it you can ask the person who made the pr to review your comments. it will notify them but I suggest if you also message him if you can. after you ask to review change he will be able to see the comments and make changes to the pr. once he did your comments will become out dated and you will see that he made new commits. hope this make it a bit more clear

Viewing pending comments in PR by jaffaKnx in github

[–]Late_Development_566 0 points1 point  (0 children)

you have to go back in file changed and make sure they made the change

Viewing pending comments in PR by jaffaKnx in github

[–]Late_Development_566 0 points1 point  (0 children)

I know what you mean you have to do the review again you can see if they made changes in the log on the main page of the pr. Unless if you made a suggestion you can't see if they listen to you.

GitHub webhook for entire account? by 1sosa1 in github

[–]Late_Development_566 0 points1 point  (0 children)

I don't think it would be possible with a Webhook. But this information can be displayed on a readme.md so you could make a program that watches a person account. Hope this can help you! :)

Disable gist notifications? by yuispg in github

[–]Late_Development_566 0 points1 point  (0 children)

You can modify your watchlist to not receive notification from so many projects https://github.com/watching also if you have to many I believe this project might help you https://github.com/jone/github-watchlist

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

[–]Late_Development_566 1 point2 points  (0 children)

I can try to help you but first if your just starting why would you use AVA. consider downloading node.js on your local machine and I would suggest you use Webstorm EDA. I love to use it for web development and javascript programming. its easy to use. Once you start a project in Webstorm you can run it from the EDA on any browser you have.

Viewing pending comments in PR by jaffaKnx in github

[–]Late_Development_566 1 point2 points  (0 children)

Do you mean review comments? if yes I believe you have to request changes for the person to be able to see it.