Readit News logoReadit News
bndw commented on Payments 101 for a Developer   github.com/juspay/hypersw... · Posted by u/manojr13
game_the0ry · 3 years ago
Nice share. It gives me an idea...

It would be cool if there was a unified payments API interface that payment providers (paypal, cashapp, stripe, ccbill, payment cloud, segpay, epoch, whatever) would agree to use. Hopefully, users would drive adoption, and feel free to swap providers. Also, platform agnostic (apple ios, android, web, etc). I dunno, just thinking out loud.

bndw · 3 years ago
There is, it's called the Bitcoin Lightning Network.

Deleted Comment

bndw commented on Show HN: ssh wordle.bdw.to    · Posted by u/bndw
DWakefield · 4 years ago
I won the game and the stats were buggy for me as well. Still fun!

    Statistics
played..................0 win %...................-9223372036854775808 current streak..........0 max streak..............0 guess distribution....... 1...................0 2...................0 3...................0 4...................0 5...................0 6...................0

Next Wordle in 5 hours 6 mins Connection to wordle.bdw.to closed.

bndw · 4 years ago
dang, my bad. I did a pretty quick (and large) refactor this morning and must have broke it.

EDIT: it fetches historical games when the session is established. The bug is that after you complete the game, the call to renderStats is still using the old games list; it needs to refresh the list so it includes the game you just completed. I'll fix this over the weekend. Cheers!

bndw commented on Show HN: ssh wordle.bdw.to    · Posted by u/bndw
bndw · 4 years ago
Author here. I had this idea a couple of weeks ago and wanted to test it out. The code is written in Go and open source:

https://github.com/bndw/wordle

bndw commented on Ask HN: What is your system for backing up family photos and video?    · Posted by u/reisr3
bndw · 4 years ago
I use a NAS, raspberry pi, and s3 with the following workflow:

Photos are imported from SD card using a script. This script creates a new directory, captures some metadata, copies the photos in and creates thumbnails. This directory is rsynced to the NAS then encrypted, compressed and sent to s3. Nightly, from another location a raspberry pi with a large encrypted disk rsyncs the entire NAS.

All viewing and editing of photos is done against the NAS, and any changes are picked up nightly by the pis. The s3 copy acts as an immutable original.

bndw commented on A deep dive on a Facebook reseller of bikes stolen in Colorado   bikeindex.org/news/closin... · Posted by u/epa
bhance · 4 years ago
Hello. Article author here. Hit me up if anybody has questions.
bndw · 4 years ago
Awesome work, glad you guys are still at it.
bndw commented on GitHub’s engineering team has moved to Codespaces   github.blog/2021-08-11-gi... · Posted by u/todsacerdoti
bndw · 5 years ago
Does Codespaces support offline development? Is an Internet connection now required 100% of the time to write code?
bndw commented on Show HN: Ots – share a secret via one-time URL   github.com/sniptt-officia... · Posted by u/slavomirvojacek
slavomirvojacek · 5 years ago
Hi all, since we've had a bit of traction today I thought I'd ask whether there are any additional features you'd like to see added?

For example, some sort of "self-serve" UI where you could get an API key which would allow users/teams have dedicated rate-limits and not use the default/public limits? Or a self-hosted option where the API could be deployed to the company's cloud of choice?

Or.. leave as is?

Please let us know! :)

bndw · 5 years ago
Is the server component running at api.ots.sniptt.com open source? I looked through the org's repositories and wasn't able to find it.
bndw commented on Show HN: Ots – share a secret via one-time URL   github.com/sniptt-officia... · Posted by u/slavomirvojacek
slavomirvojacek · 5 years ago
Hi, just for completeness - the decryption key is added to the secret URL as a fragment in the penultimate step.
bndw · 5 years ago
Thanks for the correction, updated.

u/bndw

KarmaCake day697July 12, 2013
About
reverse("ot.wdb//:sptth")
View Original