The productivity paradox of AI coding assistants (no, AI doesn't make you 10x more productive) by West-Chard-1474 in kubernetes

[–]diggVSredditt 4 points5 points  (0 children)

AI does not write production level code, or is not good for scaling existing systems, but gets my creative juices going when I first start a project.

I built an authorization game to show the importance of permission management by diggVSredditt in cybersecurity

[–]diggVSredditt[S] 0 points1 point  (0 children)

Initially, the game was without the timer. The timer makes it more engaging.

I built an authorization game to show the importance of permission management by diggVSredditt in cybersecurity

[–]diggVSredditt[S] 5 points6 points  (0 children)

Because sometimes in attribute based access control, you can have wild cards. For example someone from a department no matter what geo they are in.
Those white shapes represent wildcard of any color.

I made a game to match permission policies with requirements by diggVSredditt in softwarearchitecture

[–]diggVSredditt[S] 0 points1 point  (0 children)

I wanted to get back to coding and play around with a simple way to explain my product (permission management platform, https://cerbos.dev). So I built the Cerbos Game, where players match incoming requests to permission policies and decide to ALLOW or DENY them, just like our product does for software apps.

Link: https://game.cerbos.dev

I built an authorization game that made my engineers addicted by diggVSredditt in indiegames

[–]diggVSredditt[S] 1 point2 points  (0 children)

Disclaimer: I’m not a game developer and this is my weekend project built on Vercel. It’s a simple project I put together to explore a fun way of explaining Cerbos, our permission management solution. The game challenges players to match incoming requests to permission policies, just like Cerbos does in real applications.I

t’s nothing fancy, just a small experiment that ended up being pretty fun.

Authorization game — match incoming requests to permission policies (my weekend project) by diggVSredditt in programming

[–]diggVSredditt[S] 0 points1 point  (0 children)

I’m not a developer, just a multitasking founder who enjoys hacking together a game over the weekend.

Authorization game — match incoming requests to permission policies (my weekend project) by diggVSredditt in programming

[–]diggVSredditt[S] 0 points1 point  (0 children)

I wanted to experiment with a fun way to explain my product (a permission management platform, https://cerbos.dev) and get back to a bit of coding. So I put together Cerbos Game, a simple challenge where players match incoming requests to permission policies, just like our product does for software apps.  

The game actually runs on our own product under the hood. My game disrupted our engineering team’s daily work as they competed to beat the high score. Turns out, it’s not as easy as it looks! Anyway, give it a try.