HN user

flashu

8 karma
Posts1
Comments16
View on HN

Failed query: insert into "ai_verdicts" ("login", "full_name", "verdict", "reason", "reviewed_at") values (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?) on conflict ("ai_verdicts"."login", "ai_verdicts"."full_name") do update set "verdict" =

;)

I have tried multiple different solutions of so called "zero trust networking". My personal favourite one is Netbird but.. it lacks one feature: switching between multiple setups (networks). I am helping to maintain some startups and it would be just nice to quickly change (or even better: have access to multiple at once!) networks.

  Location: Poland GMT+1
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS/DevOps, Python, SQL, Linux, Docker
  CV: https://drive.google.com/file/d/1dV_jgsxzmxsylDurfIrOpua3W7hNnpAB/view
  Email: sebastian [at] nowak [dot] ninja
  Other: working on B2B contracts
  Summary: Hi, I am in IT for 20+ years, have development background and since 2013 I am focusing on AWS related projects, worked for big companies, managed 1000+ AWS accounts, migrated this and that and built greenfield projects. I am interested in tech/lead roles.
  Location: Poland
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS/DevOps, Python, SQL, Linux, Docker
  CV: https://drive.google.com/file/d/1dV_jgsxzmxsylDurfIrOpua3W7hNnpAB/view
  Email: job [at] nowak [dot] ninja
  Other: working on B2B contracts
  Summary: Hi, I am in IT for 20+ years, got development background and since 2013 I am focusing on AWS related projects, worked for big companies, managed 1000+ AWS accounts, migrated this and that and built greenfield projects

Hi, I am using 2x LG DualUp monitors on factory stands in side-by-side mode. Great for coding, ops and browsing, not great for watching videos and gaming due to proportions and 60Hz refresh rate. I have switched from 1st gen 49" Samsung G9, which was very good but lacked vertical space.

SpaceShout (https://spaceshout.com) is Social Mapping Platform focused on our user's content and interaction.

Project is in active development since 2 years, 10+ ppl engaged, iOS and Android apps published in the stores. We're not yet into making money but we're on the way to start with profits.

iOS - https://apps.apple.com/app/spaceshout/id6475599807 Android - https://play.google.com/store/apps/details?id=com.spaceshout

  Location: Poland
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS/DevOps, Python, SQL, Linux, Docker, etc
  CV: https://drive.google.com/file/d/1Q99ZTY7rq57q- lSkrtbZRDs_iFmq1bbM/view
  Email: job [at] nowak [dot] ninja
  Other: working on B2B contracts

Thank You for the reply!

I think I've made some mind shortcuts and now I see them after reading Your questions.

The thing is that I have to access data stored in the encrypted database/storage because it must be accessible by an application process without any interaction from the user. Data will be decrypted on-demand by background worker using the key which I have to store somewhere and which must be secured somehow and available only for that process.

So far, my idea is flying over solutions like ionCube / Zend Encoder to encrypt/encode/secure the source code of the application or only parts of it to prevent exposing the logic responsible for getting out the data among with keys themselves.

Can I call it: poor-man encryption? :-)