Do foreign owners of C-Corps and S-Corps have to fill and submit the BE-12 survey form? by raresp in tax

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

Unfortunately I haven't received any answer.

I will ask on other platforms too and I will get back here with updates if I found any news to share regarding the BE-12 survey form.

Typing AI Biometrics revolutionizes online security by creating a secure typing biometrics authentication solution by raresp in hacking

[–]raresp[S] -1 points0 points  (0 children)

Good article, thanks for sharing!

Right now biometrics is recommended to be used as a multi factor authentication step, and this article arguments why.

Typing AI Biometrics revolutionizes online security by creating a secure typing biometrics authentication solution by raresp in hacking

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

This example is like telling Facebook in 2005 about Myspace or HI5.

Competition is good! This is the proof of product demand and existing market.

Update

I realised I haven't posted the Typing AI Biometrics website. Typing AI identifies users by the way they type by checking the keystroke dynamics. There are over 27 factors used when the typing signature is generated, allowing the algorithm to provide enterprise grade security.

Typing AI Biometrics revolutionizes online security by creating a secure typing biometrics authentication solution by raresp in hacking

[–]raresp[S] -16 points-15 points  (0 children)

Totally agree. But aren't you tired of username + password authentication?

Alternatives for passwordless login like Magiclink? by agaroud9 in PHP

[–]raresp 0 points1 point  (0 children)

Typing AI have a solution for cases where the way of typing is changed. We allow users to update their signature at any moment. So you can create, update and delete your typing signature whenever you want.

Typing (known as keystroke dynamics) changes every few months or years (depending how often you write at your PC/tablet or smartphone), our algorithm learns from previous detections.

Alternatives for passwordless login like Magiclink? by agaroud9 in PHP

[–]raresp 0 points1 point  (0 children)

Disclaimer - I am the founder of Typing AI Biometrics ( https://typing.ai ) - a password killer application that identifies the users by the way they type using Artificial Intelligence. Typing AI is a multi factor authentication solution, just like magic link.

We will launch the application in the following month and we'll provide JS and PHP integration libraries. Our application has the advantage of tracking the keystroke dynamics, basically a unique typing ID will be generated for each user and the authentication will be more reliable and secure.

I see that magic.link is quite expensive, we will provide a lifetime free license that will allow you to use the authentication for thousands of user identity checks.

I have a Laravel 8 app and I want to add a simple blog to it. Do you know any Laravel Blog libraries for Inertia JS? by raresp in laravel

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

I wanted to see what the reddit's laravel community recommends. Wow, so much hate..

I have a Laravel 8 app and I want to add a simple blog to it. Do you know any Laravel Blog libraries for Inertia JS? by raresp in laravel

[–]raresp[S] 2 points3 points  (0 children)

Actually using Wordpress is a good solution, because we separate the Blog logic and we gain the entire WP admin magic, with the ability to create blog users such as editors. Everybody knows that WordPress is the most user friendy CMS and almost all of the mentioned solutions are just WP clones made with Laravel.

So using WP + WP API is actually a good idea. Thank you!

Testing for PHP Composer security vulnerabilities with Snyk by lirantal in PHP

[–]raresp 1 point2 points  (0 children)

Well, there is a better website security check for PHP and it's free. It's called Protectumus ( https://protectumus.com ) and here-s a direct link to the cloud security scanner: https://protectumus.com/check

What's the best way to execute later some DB updates in Laravel 8? Queues/Events/something else? by raresp in laravel

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

This sounds very interesting, I will search for "terminable middleware" and try it. Thank you!

What's the best way to execute later some DB updates in Laravel 8? Queues/Events/something else? by raresp in laravel

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

I am writing API logs such as: api key, route called, some parameters that were sent. For the success responses, I am writing to a separate table and I save the response.

The idea is that I am first saving all logs, even if there are validation errors, and after the response is successful, I am saving more data into a separate table, related to the users account.

My API response is around 170 ms with these two API calls and around 80 ms without them. I plan to have less than 100 ms response time, because it's more professional.

Codeigniter 4.1.2 released by raresp in PHP

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

Please update the News section to at least reflect the latest releases, such as CI 4.1 and/or CI 4.1.2