HN user

tjko

10 karma
Posts0
Comments8
View on HN
No posts found.

Great demo videos -- looks like lots of strong design decisions! Will definitely try this in a future project.

... actually, given you already have a Golang SDK, I may try this very soon!

Pay with Loop 13 years ago

I'd assume NFC, but I really don't know.

I'm surprised they mention so many people tried and failed... this approach seems fairly intuitive.

Pay with Loop 13 years ago

I'm actually worried about security here...

I don't know much about magnetic strip card technology, so I'm curious to know whether a malicious user could capture the signal and replay it.

Nice job with your first vim script!

That said, VIM patch 7.3.787 provides a 'better' solution by replacing the current line's number with the absolute number (because seeing 0 on the current line provides nothing meaningful) IMHO:

  with 'relativenumber' can't see the absolute line number
ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.787