HN user

mhe

11 karma
Posts0
Comments7
View on HN
No posts found.

Linksight (https://www.linksight.nl) | Software/DevOps engineers | Netherlands - Hybrid | Full-time

Linksight's mission is to make it possible to use sensitive data to solve real societal problems while protecting the confidentiality of this data. Examples include improving healthcare (effectiveness and efficiency) and combatting fraud. Would you like to help solve these societal challenges? Apply for this position jobs@linksight.nl!

Our product is a decentralized data analysis platform based on secure multi-party computation (advanced cryptography) and (tiny bit of) blockchain technology. With it, organizations can perform analyses on distributed data sources, without the need to see each other's data. Our current focus is healthcare and government. We have funding and are rapidly growing and looking for new team members.

Technology stack: Go, Rust, Wasm, Typescript, Vue.

We're looking for someone who:

- Knows Go inside and out

- Has some experience with Rust

- Has a curious mindset and is willing to learn

- Has experience in a DevOps team

- Enjoys finding a balance between pragmatism and elegance

- Likes a good challenge

See also https://www.linksight.nl/jobs/devopsengineer/ (In Dutch)

Linksight (https://www.linksight.nl)| Software engineers | Netherlands - Hybrid | Full-time

Linksight's mission is to make it possible to use sensitive data to solve real societal problems while protecting the confidentiality of this data. Examples include improving healthcare (effectiveness and efficiency) and combatting fraud. Would you like to help solve these societal challenges? Apply for this position jobs@linksight.nl!

Our product is a decentralized data analysis platform based on secure multi-party computation and (tiny bit of) blockchain technology. With it, organizations can perform analyses on distributed data sources, without the need to see each other's data. Our current focus is healthcare and government. We are rapidly growing and looking for new team members.

Technology stack: Go, Rust, Wasm, Typescript, Vue.

We're looking for someone who:

- Knows Go inside and out

- Has some experience with Rust

- Has a curious mindset and is willing to learn

- Has experience in a DevOps team

- Enjoys finding a balance between pragmatism and elegance

- Likes a good challenge

Linksight (https://www.linksight.nl)| Software engineers | Netherlands - Onsite/Hybrid | Full-time

Linksight's mission is to make it possible to use sensitive data to solve real societal problems while protecting the confidentiality of this data. Examples include improving healthcare (effectiveness and efficiency) and combatting fraud. Would you like to help solve these societal challenges? Apply for this position jobs@linksight.nl!

Our product is a decentralized data analysis platform based on secure multi-party computation and (tiny bit of) blockchain technology. With it, organizations can perform analyses on distributed data sources, without the need to see each other's data. Our current focus is healthcare and government. We are rapidly growing and looking for new team members.

Technology stack: Go, Rust, Wasm, Typescript, Vue.

We're looking for someone who:

- Knows Go inside and out

- Has some experience with Rust

- Has a curious mindset and is willing to learn

- Has experience in a DevOps team

- Enjoys finding a balance between pragmatism and elegance

- Likes a good challenge

Looks interesting and easy to integrate. We recently developed something similar as a module for the Caddy web server: https://github.com/TNO/auth-by-email

We developed it for a website that needed (simple) authenticated access for a read-only website, but we didn’t want to store the (hashed) passwords.

Additional features:

- email addresses for the whitelist can be stored as keyed hashes with the key provided at run-time. This way the whitelist is not on on disk in plaintext.

- Adminstration of the whitelist is done by email: upon entry of an unknown email address, the administrator gets an email with a link with which the new entry can be approved or denied.

- Kiosk-mode: user enters e-mail address on laptop, receives link on mobile, clicks link on link in mobile browser. Server detects that it is a different browser, gives user the option to login on session on laptop (for one day) or for session in mobile browser. Useful for giving demos.

Minify Your SVGs 7 years ago

Somewhat related: a while ago realized that the SVGs that draw.io generates (exports) have an interesting property. If you include an SVG inside such a drawing and you export it to SVG, that SVG is actually embedded as base64. This is unfortunately not supported by some programs (e.g., Microsoft Office). A quick fix is to actually expand the SVG into the big SVG. I wrote a quick tool for this that does this for you (I should consider open sourcing this maybe). Anyway, I bet doing this and then minimizing the SVG could result in more savings?