Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dj0k3r
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
dj0k3r
1mo ago
Tailscale, or any encrypted mesh overlay is perfect for this. Infact I prefer it that way. Rustdesk can do what it does best at its core.
2.
▲
by
dj0k3r
2mo ago
None of them are free, most banks now charge nominally (look at NEFT and IMPS charges). UPI itself is paid off by taxpayers. Also RTGS is the only ISO 20022 complaint payment rail (back when it wasn't globally very common) - something
3.
▲
by
dj0k3r
3mo ago
Have you tried using unikraft? I think it might be cheaper imo. Worth a try.
4.
▲
by
dj0k3r
3mo ago
The difference here is that the devs specifically chose to stop allowing the app to work on the OS without any known compatibility issue? The app just works fine on Android should they let it run.
5.
▲
by
dj0k3r
4mo ago
Curious if either of those support USBIP yet ? Last i checked there isn't a stable solution for it except maybe docker ?
6.
▲
Putting the "Universal" in Universal Clipboard
(djoker.dev)
1 points
by
dj0k3r
5mo ago
|
0 comments
7.
▲
by
dj0k3r
5mo ago
I did this recently, aka, docker images prune. Can confirm, saved the day.
8.
▲
by
dj0k3r
7mo ago
> countries around Asia and you'll be surprised how people prioritise features While this is true, I can also say that the other minority becomes large enough for any OEM to care. It might even drawf market size of other markets whe
9.
▲
by
dj0k3r
7mo ago
That and blocking the query all apps feature on android
10.
▲
by
dj0k3r
7mo ago
There's so much trust / dependency on NPCI at this point but I recently learned that it's not a public entity and thus excluded from the transparency acts such as RTI. I hope the EU does better!
11.
▲
by
dj0k3r
7mo ago
> Of course take their good parts. I completely agree. Sadly UPI is now almost completely dependant on platform integrity ( google and apple).
12.
▲
by
dj0k3r
7mo ago
The value for money is crazy on these boards, in my opinion. I'm planning on using these as a cheap replacement to a KVM. Flashing esp bus pirate ( https://github.com/geo-tp/ESP32-Bus-Pirate ) and leaving it connect
13.
▲
Every Public Facing Organisation Should Run a Provenance Service
(djoker.dev)
1 points
by
dj0k3r
1y ago
|
0 comments
14.
▲
by
dj0k3r
1y ago
Take a look at singleFile - a project that lets you save the entire webpage. It has an integration for saving the hash if the page on a Blockchain. You can choose to set it up between parties who're interested in the provenance of the
15.
▲
Realtime Payments in India – Part 1
(djoker.tech)
3 points
by
dj0k3r
1y ago
|
0 comments
16.
▲
Part-1: Phone in a Box Series
(djoker.tech)
1 points
by
dj0k3r
2y ago
|
0 comments
17.
▲
by
dj0k3r
2y ago
Thank you. It's mostly because of costs (free tier). I mostly use KV for storing flags specific to each project (which gets replicated automatically). Everything else goes to D1 (replication isn't needed here). Cloudflare queues w
18.
▲
by
dj0k3r
2y ago
Thank you! D1 read replication was not available when I started working on FlagShip. However, since I only use D1 for storing data like project configuration, replication was not really necessary. The flags consumed by the clients are pushe
19.
▲
Show HN: An edge first feature flag implementation on Cloudflare
(github.com)
4 points
by
dj0k3r
2y ago
|
4 comments
20.
▲
Ask HN: Should it be illegal for ISP's to crackdown on third-party routers?
10 points
by
dj0k3r
2y ago
|
5 comments
21.
▲
Ask HN: Why are websites increasingly making use of STUN and TURN servers?
5 points
by
dj0k3r
2y ago
|
2 comments
22.
▲
by
dj0k3r
2y ago
I've been using AWS CDK which now supports go. The only gotcha is that I have to cleanup the build cache occasionally which can easily build up-to several gigs over time.