HN user

derision

621 karma
Posts1
Comments365
View on HN

it's pretty cleared being sold as a devkit. would you buy a PS5 devkit and expect it to be exactly the same as the retail PS5? I don't understand the issue here

It's not sufficient, because the culture of WSB is such that they refer to themselves as autists. To not use the term would be an inaccurate description

Will be interesting to see how that trajectory changes post-COVID with so many companies forced into remote. For me, my company moved full-time remote and because of that my home search has expanded outward

It's even simpler than that, both of the fields in the screenshot are editable fields, so they had to do nothing more than create a new account, upload the same banner and profile picture, and put the text in the boxes

Laravel Nova handles this particularly well, with separate "can see" and "can run" concerns. Nova is essential an admin panel for CRUD operations over your Laravel resources. Basically we use them this way:

"can see" = false: not a valid action (resource should not be created manually for example)

"can see" = true && "can run" = false: valid action in the system, user is not permitted to perform

"can see" = true && "can run" = true: valid action, user has access to perform