Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
code-is-code
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
code-is-code
4y ago
Why did you not ask for the payment first before printing the logo on everything?
2.
▲
by
code-is-code
4y ago
Training in parallel on more then one GPU is pretty hard. Distributing the training over many random computers and adding at least some kind of validation, seems to kill the performance. So it would always be easier to rend cloud GPUs.
3.
▲
How to avoid tricky async state manager pitfalls in React
(evilmartians.com)
1 points
by
code-is-code
4y ago
|
0 comments
4.
▲
by
code-is-code
4y ago
Not true. Most RxDB users use the dexie.js storage which is for free: https://rxdb.info/rx-storage-dexie.html Also you should compare it to the alternatives like firestore or AWS datastore which are not even open source par
5.
▲
Top most popular Angular open-source projects in 2022
(akveo.com)
3 points
by
code-is-code
4y ago
|
0 comments
6.
▲
by
code-is-code
5y ago
Firebase works until you want a different conflict resolution then last-write-wins. It is also only offline first if the user is authenticated. Otherwise you need a connection to the servers before using the local state.
7.
▲
by
code-is-code
5y ago
You should have a look at RxDB which does exactly what you have described. Also notice that neither firebase nor supabase is really offline-first. https://github.com/pubkey/rxdb
8.
▲
by
code-is-code
5y ago
You need help, likely not in canada and for sure not with suicide.
9.
▲
by
code-is-code
5y ago
I made a whatsapp group where I am the sole participant. This makes it easy to work on my "todo-list" on all devices synchronized.
10.
▲
by
code-is-code
5y ago
I also did this some year ago. A big learning was that you should define the allowed input types in the logic object. https://github.com/pubkey/secure-json-logic#readme
11.
▲
by
code-is-code
5y ago
Yes I did.
12.
▲
by
code-is-code
5y ago
Progressive Web App
13.
▲
by
code-is-code
5y ago
And how big was the risk to have the invested time wasted? How long did you block new feature developement?
14.
▲
by
code-is-code
5y ago
I had to close 5 popups just to read the first line of text.
15.
▲
by
code-is-code
5y ago
He is right. Implying that Webassembly is strongly typed is garbage and tells much about the rest of the content.
16.
▲
by
code-is-code
5y ago
No, just dangerous for your users.
17.
▲
by
code-is-code
5y ago
This is so dangerous to use. There have been hundrets of these sites in the past. As soon as they have enough traffic they silently redirect or change affiliate ids etc. Do not use them, the rel=noreferer is good enough.
18.
▲
by
code-is-code
6y ago
I think the time has come where a PWA does it for most kind of projects.
19.
▲
by
code-is-code
6y ago
I was even able to dos my mail server with a bot that signed up newsletters.
20.
▲
by
code-is-code
6y ago
I am waiting for the time when every "normal" website is so censored and shitty that the average joe is using tor. Then we can create a truly free internet and the cycle starts again. Seems like I have to wait just a few more year
21.
▲
by
code-is-code
6y ago
Do you really have to launder them? I mean, you do as the smart contract says, it might not even be illegal.
22.
▲
by
code-is-code
6y ago
Also we can predict the short shift to altcoins again before the bubble explodes.
23.
▲
by
code-is-code
6y ago
No this is not a good thing. Binding workers right to political views is dangerous and other countries show that unions can work without any party propaganda.
24.
▲
by
code-is-code
6y ago
This. Same happens with the sms verifcation in microsoft teams. On older devices switching to the sms app will restart the teams authentication process. So you have no chance in every typing the correct 2 factor sms key.
25.
▲
by
code-is-code
6y ago
Have a data backup strategy before you save critical data.
26.
▲
by
code-is-code
6y ago
They just want to protect you from yourself, do not take it personal.
27.
▲
by
code-is-code
6y ago
Just dump it on reddit like everyone does. Especially projects that do not sell something are mostly welcomed.
28.
▲
by
code-is-code
6y ago
Forbes is so broken on mobile
29.
▲
by
code-is-code
7y ago
If you love hasura and want something like firebase, please check out the tutorial with hasura + RxDB. It is like having a firebase with better offline-first and more features and of course without vendor lock-in. https://hasura.
30.
▲
by
code-is-code
7y ago
If you like PouchDB, you should also check out RxDB. It is build on top of PouchDB and is optimised for realtime-applications where you can subscribe to queries and stuff. https://github.com/pubkey/rxdb
More ›