Viewing profile — aPoCoMiLogin
aPoCoMiLogin
HN member- Joined
- Tue, Jul 11, 2017, 4:33 PM UTC
- HN karma
- 225
- Public activity
- 151 items
- HN profile
- View on Hacker News ↗
About aPoCoMiLogin
No profile information was provided.
Recent public activity
-
comment
Comment #49013770
this is false equivalency. in poland we have similar to passkey implementation in government issued application - mobywatel [0] that allows to login to government websites. in 2022…
-
comment
Comment #49013617
this doesn't sound like the passkey is the issue, is the implementation or the missing implementation issue. in poland we have similar to passkey implementation for government prof…
-
comment
Comment #49013511
i don't think you really understand how it works. most implementations are secondary implementation alongside login+password. how to use cross-device? either use some password mana…
-
comment
Comment #48787915
if only that would work
-
comment
Comment #48077893
to be honest, the way compound index is implemented in mongo is problematic (index intersection never worked for me). you have to tinker a lot sometimes, so the query params are in…
-
comment
Comment #47832396
can you link these issues? i'm planning upgrade from 22.x but i'm afraid of some breaking issues. also did you upgrade or reinstall ? if upgrade, were there some issues with that ?…
-
comment
Comment #47233918
not gonna happen, the issue is very deeply rooted already, you can't change that without force
-
comment
Comment #46653831
it's the other way around: `wait_for` waits for the next refresh (there is configurable refresh interval, 1s by default), `refresh: true` forces refresh without waiting for the nex…
-
comment
Comment #46653759
most of these is more lack of experience than the DB fault. most systems have its quirks, so you have to get used to it.
-
comment
Comment #46465282
in my case, i ultimately introduced linters, formatters, git hooks, gh actions, etc. i've tried to explain and tried other things, but it felt like babysitting at that point. if so…
-
comment
Comment #45952565
very nice. there are things that won't show up in the network panel and you had to resort to proxy for debugging, especially when you are using puppeteer/etc for testing.
-
comment
Comment #45770387
recently had to research "residential proxy", and the number of websites that claim that they have millions of IPs on hand was very strange. then the fact that a lot of them work i…
-
comment
Comment #45573168
it happened because the story of dependencies (system & application) was terrible. the ability to run the app on different distribution/kernel/compiler/etc was hard. there were dif…
-
comment
Comment #45126952
exactly, i'm using "google phones" since nexus s, and they always have some discounts few months after release. other thing is that they currently offer 5y of updates, so even one …
-
comment
Comment #45067191
it is madness, you would be surprised how many ppl take things too serious. been there, had talk with HR cause i've said that the solution is mediocre and we have to do something b…
-
comment
Comment #44653069
prepend medium url with " rel="nofollow">https://freedium.cfd/
-
comment
Comment #44168376
You can do that
-
comment
Comment #42697840
I second to that. Had plenty of issues with other routers, after switch there was no issues at all in the last 3 years
-
comment
Comment #41514786
it doesn't make them worse, they just stay at the same level. the tool doesn't change that the person using it doesn't care about the end result. making systematic mistakes is the …
-
comment
Comment #41400910
you are the CEO of ACME company, one of your employee broke a law but in the name of your ACME company, you are going to jail. very shortcoming rhetoric
-
comment
Comment #41303244
> One of my programming mantras is "no black magic." If I don't understand why something works, then it's not done. so many ppl nowadays don't care about knowing how thing works, t…
-
comment
Comment #41211191
can recommend as well, it's really great way to learn by game/example
-
comment
Comment #41121018
a lot of fixes are kind of workarounds
-
comment
Comment #40881743
i've switched to keepass right after first breach. it's not convenient to store the db on eg gdrive and sometimes it doesn't work, but that is way better than another SaaS app that…
-
comment
Comment #40860380
rarely saw such uses in the wild, which always breaks my mind. although the filter+map|reduce combo is the most popular that i've saw