• 1 Post
  • 77 Comments
Joined 3 years ago
cake
Cake day: October 3rd, 2021

help-circle


  • If you mean front end developers, then yes, that’s me.

    First, it’s not front end’s responsibility to sanitise the input before executing the query because it’s not the front end code which operates on the database. What if we have ten front ends? Implement it ten times?

    Second, it’s the back end who’s executing the query so they are doing it anyway. Doing it in the front end code is a waste of time and electricity.

    It’s not a war zone outpost. There is no such thing as multiple layers of security. It’s absurd to think that a piece of malicious data “beat up” the security code at the first spot, just to be knocked out by the same security code further down the road. If a piece is code is effectively sanitising the input then the best place to put it is where it’s closest to the database, and it only needs to happen once.


  • I downvoted OP as if this is StackOverflow.

    What is the use case for OP for using AI?

    What does OP not like about the current setup?

    What goal is OP trying to achieve?

    What drawback and extra cost is OP willing to take?

    Without providing any of the information, asking such a question, slabbing buzz words like “federated” to the title is just wasting everyone’s time. A few days ago there was even a question asking for a “federated browser”. (¯―¯٥)

    Despite all these some pals still provided insightful answers. You guys are amazing.



  • “Last”. Yes. In practice, I found eggs in a fridge age by weeks. I would still call them “fresh” within a week. After that, they don’t taste as well. Another week after that, visual changes happen on the shell. I can see as if the fluid inside is “breaching” the membrane thus dark spots on the outside. This is the last stage I would still be willing to consume them. After that I would throw them away.











  • Does anything show up in dmesg when you plug in the adaptor?

    I read that you don’t have another adaptor or computer for debugging, but it’s equally sad that it’s most probably the best result you can get, knowing or not knowing what the root cause is. You literally need to test another adaptor, try another SD card, try a different USB port. Basically throw everything at the wall and see what sticks. It would work without technical knowledge eventually.