trusz's comments

trusz | 2 years ago | on: Monodraw

Haha, true. However, I think this one is less subjective. I just had to create it once then it works. With design, I always have the urge to change it after a week :D

trusz | 2 years ago | on: Monodraw

I always end back with monodraw. Other apps have too many features and style possibilities that you forget about the content. With monodraw I never get distracted.

However, it still has enough functionality that you can achieve a lot of things. One of my favorites are the anchors. I have even created a small demo/tutorial: https://tamasruss.com/articles/monodraw-anchors

trusz | 3 years ago | on: Password protect a static HTML page

Oh yes! Thank you for the feedback. I've added a new version where the `iv` and the `salt` is random. Maybe a followup question: Because you need both the `iv` and `salt` to decrypt the message is it ok in an E2E scenario to send all three: `iv`, `salt` and the encrypted message?

trusz | 3 years ago | on: Password protect a static HTML page

Not going to pretend that I know what the most of the stuff mean, or if it is even safe enough, but I've followed the MDN articles and put together this TypeScript snippet [1]. Maybe somebody could comment on it?

Also sorry for the long link. Is there any accepted way to post a shorted URL?

Edit: added a corrected version [2]

[1]: https://www.typescriptlang.org/play?#code/DYUwLgBAbiDGYHsBOE...

[2]: https://www.typescriptlang.org/play?#code/FAiGGcE8DsGMAIBmBX...

trusz | 7 years ago | on: Rapid Compose – Console UI for Docker-Compose

Hi all!

We have a problem in our developer team, that the number of docker services are getting more and more and we could not remember all or new developers did not what and how to start.

So I've created a console app with console ui that we use know every day. I though maybe others have the same or similar problems.

The project is open source and constructive criticism is welcomed :)

page 1