/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

zackproser.com
| | www.eliostruyf.com
5.0 parsecs away

Travel
| | Explore my journey with AI in development, from prompt engineering to collaborative coding, and discover the future of AI-assisted programming.
| | nakov.com
4.8 parsecs away

Travel
| | I was a speaker at the "AI Industrial Summit 2024". My talk was about the changes in the software engineering professions due to the adoption of AI technologies and tools, the shifting of the developer role and the upcoming "AI-driven software development". Slides from My Talk "Software Engineers
| | myers.io
4.7 parsecs away

Travel
| | Every so often I see posts on Stack Exchange, or Hacker News where someone has figured out that their passwords are being sent to the server and the server can see them! The logic that we see is that if the password is hashed client side, then only the hash needs to be sent to the server, so the server never knows the password. Unfortunately, I sometimes even see this go one step further when people suggest that with this arrangement, HTTPS isnt required. Wrong.
| | blog.andlabs.org
11.1 parsecs away

Travel
| Password cracking and JavaScript are very rarely mentioned in the same sentence. JavaScript is a bad choice for the job due to two primary r...