Hacker Newsnew | past | comments | ask | show | jobs | submit | ros65536's commentslogin

Hey. I‘m interested but is it a show stopper if I come mostly from a jvm/aws background?


An E2E encrypted link/bookmark management app, which will be called StackMarks. The idea is to be able to ‘talk’ to yourself and send text messages, images or files, organised into topics and be able to receive them on any device you own. I don’t know if anyone would actually find this useful but I definitely feel the need for something like this, since I find the idea of having a FIFO ‘stack’ of short-lived links or notes much more practical than all the alternatives I tried.

The challenge mostly comes from having everything encrypted. Some problems I have found so far:

- How to manage schema upgrades of encrypted JSON object data? This would be a simple migration if the data wasn’t encrypted. So far I’ve thought of adding a version field to each encrypted object and add migration steps to upgrade from each version to the newest so old messages would be migrated as they are fetched and then updated with the new schema.

- How to handle synchronization between devices and make it fast and reliable? I’ve thought of adding an endpoint that accepts a cursor and returns the list of changes made to the user’s data since then, such as messages added, updated or deleted which would trigger a API fetch or state update on the app. This could be sent over websockets and a regular endpoint for when it’s down. This is modelled nicely as a queue of changes to the DB for each user from the beginning, where the DB only contains the final state after all changes.

- How to handle conflicting changes made simultaneously so as to not delete user data? This is still mostly unsolved for me.

- There’s probably more as I keep implementing.

This idea has been brewing in me for at least a year now :). Glad I finally got started on it. I would love to hear your thoughts.


Location: Porto, Portugal

Remote: Yes

Willing to relocate: Yes

Technologies: Python (Django), Java (Dropwizard, Spring), Golang, Javascript (React, Vue), CSS (Bootstrap), Ruby on Rails, C#, Docker, AWS, SQL (Postgres), PHP (Laravel), MongoDB, Rust (and a few other langs and techs)

Résumé/CV: https://ross65536.github.io/personal-website/#/resume

Email: rk65536@protonmail.com

I'm fullstack but mostly into backend. Besides web applications, I have developed some mobile apps, and some systems side projects. I'm going to graduate in July with a masters in software engineering, but I've had part-time experience as a fullstack dev, working mostly on web applications with Java, Ruby on Rails and Vue.


I've been usjng keycloak as an UMA authorization server, and while it's better than nothing it has a few bugs that make it not exactly compliant with the spec. Additionally the UI is incredibly confusing and the documentation isn't that helpful in some cases. Anything you want to do you have to spend too much time searching the UI and some things are not even available: Want to assign ownership of a resource to a user? Need to run a curl request. Though I haven't tried other implementations, so maybe this one's the best


Location: Porto, Portugal

Remote: Yes

Willing to relocate: Yes

Technologies: Python (Django), Java (Dropwizard, Spring), Golang, Javascript (React, Vue), CSS (Bootstrap), Ruby on Rails, C#, Docker, SQL (Postgres), PHP (Laravel), MongoDB, Rust (and a few other langs and techs)

Résumé/CV: https://ross65536.github.io/personal-website/

Email: rk65536@protonmail.com

I'm fullstack but mostly into backend. Besides web applications, I have developed some mobile apps, and some systems side projects. I'm going to graduate in July with a masters in software engineering, but I've had part-time experience as a fullstack dev, working mostly on web applications with Java, Ruby on Rails and Vue.


You really don't want to run HiDPI on Linux, applications will look blurry and ugly. It's better to just stick 1x scaling.


If you scale 2x then things won't be blurry, will they?


PintOS is also a nice learning OS that's been used in classes. It is initially incomplete and there are 4 projects to implement process schedulling, paging, files. It simplifies the learning process since the hardware related initialization code is already implemented and is readable enough to be understood, while allowing you to focus on implementing the main ideas in OSs. Currently I'm doing project 1 on my own. It would have been really nice if my university offered me something like this, to have instructor feedback.


The classic no true communist country fallacy. Have you considered that no such country exists because it is impossible, vecause it so quickly devolves into socialist hell like in USSR, north korea?


I've had that exact thing happen to me once, and it was for a developer internship position no less. This type of stuff might be coming, at least where I am currently.


Switzerland and a few other countries have fully privatized medicine. You don't hear about them dying from preventable diseases.


Privatised medicine is not a free market, conflating them like this is disengenuous.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: