Viewing profile — smalu
smalu
HN member- Joined
- Sun, Dec 01, 2013, 8:14 AM UTC
- HN karma
- 211
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About smalu
No profile information was provided.
Recent public activity
-
comment
Comment #39455851
It is funny since there are devices other than Flipper Zero which are designed specifically for stealing cars with key-less systems AKA "SOS opening" and they come in GameBoy-like …
-
comment
Comment #39294640
I am aware of it, but as far as I understand, cyclomatic complexity is used to compare implementations of single flows (algorithms), not for codebases. What is the cyclomatic compl…
-
comment
Comment #39294422
What is the point of flexing about LOC, if it is not a total number of \r\n since we are using external deps? I know that there is no unit for codebase in SI system, but I think we…
-
comment
Comment #38873281
And its also the name of American news site (vox.com), Polish furniture company (vox.pl)...for every major gtld, the vox.* is taken for something...Do not event start with the frui…
-
comment
Comment #38871865
I do not known why OIDC has so many bad comments here. At my $company we are using Keycloak for multi-realm (multi-tenant) authentication of users and clients (applications). Yes, …
-
comment
Comment #38841941
Due to an error in data from a third-party data provider (Morningstar), the EUR/PLN exchange rate displayed by Google, Forbes, and other websites was inaccurate. The error caused t…
- story
-
comment
Comment #38818237
I recommend zmwangx/ets package, it is the modern version of ts. I'm using it in CI/CD pipeline in gitlab for debugging performance.
-
comment
Comment #37761967
Using real domains (like yahoo.com) for "fake" e-mail address is not a good practice. There are domains like example.com, example.net or example.org for such purposes (RFC 2606, RF…
-
comment
Comment #7892516
false
-
comment
Comment #7872165
What about Revel framework?
-
comment
Comment #7711932
You can enable logging XMLHttpRequests in dev tools settings (gears icon on bottom-right edge) -> console
-
comment
Comment #7704286
GET /{user-id}/likes/{page-id} may produce false-negative if user has weird privacy policy. Using signed request (tab applications) is only safe way to check if user is fan of a fa…
- story
-
comment
Comment #7146481
chmod -R 0777 /* instead of chmod -R 0777
-
comment
Comment #7069212
The world would be better place if software could exist without hardware.
- story