Viewing profile — dj0k3r
dj0k3r
HN member- Joined
- Wed, Dec 13, 2023, 10:40 AM UTC
- HN karma
- 14
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About dj0k3r
No profile information was provided.
Recent public activity
-
comment
Comment #48876400
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 …
-
comment
Comment #48690798
Have you tried using unikraft? I think it might be cheaper imo. Worth a try.
-
comment
Comment #48583824
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 …
-
comment
Comment #48315962
Curious if either of those support USBIP yet ? Last i checked there isn't a stable solution for it except maybe docker ?
- story
-
comment
Comment #47675877
I did this recently, aka, docker images prune. Can confirm, saved the day.
-
comment
Comment #47218948
> 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. …
-
comment
Comment #47046179
That and blocking the query all apps feature on android
-
comment
Comment #46976813
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 E…
-
comment
Comment #46976717
> Of course take their good parts. I completely agree. Sadly UPI is now almost completely dependant on platform integrity ( google and apple).
-
comment
Comment #46921525
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-…
- story
-
comment
Comment #43861697
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 betw…
- story
- story
- story
-
comment
Comment #42531229
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 (r…
-
comment
Comment #42529006
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 r…
-
story
Show HN: An edge first feature flag implementation on Cloudflare
FlagShip is a serverless feature flag application that you can host and manage yourself on Cloudflare. This work is the outcome of my Master's thesis where I evaluate the feasibili…
-
story
Ask HN: Should it be illegal for ISP's to crackdown on third-party routers?
where I live, my ISP does not allow using any third party routers for broadband use. Additionally, other devices like STB and other IOT devices sold by the ISP now refuse to work e…
-
story
Ask HN: Why are websites increasingly making use of STUN and TURN servers?
For instance, LinkedIn loads google's STUN on the login page. I understand the need for STUN for sites like google meet or zoom, but some sites clearly don't necessarily need it.
-
comment
Comment #40626248
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.