HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mzzter

no profile record

Submissions

[untitled]

1 points·by mzzter·2 ปีที่แล้ว·0 comments

Making a quick and dirty terminal emulator

meli.delivery
2 points·by mzzter·4 ปีที่แล้ว·0 comments

comments

mzzter
·4 ปีที่แล้ว·discuss
Last time i researched adding shift registers was over a year ago and I didn’t find many examples (I vaguely recall one possibly with qmk), and very little public discussion besides a reddit question. Popular guides like ai03’s at the time recommended upgrading to a microcontroller with more gpio before introducing shift registers.

Searching again, looks like zmk added support for the common 595 shift register: https://github.com/zmkfirmware/zmk/pull/1325

Edit: You could avoid using diodes, but diodes increase the number of switches possible via a matrix more than shift registers do by giving you more gpio. I’d imagine one can use both together.
mzzter
·4 ปีที่แล้ว·discuss
looks like all the pins are shifted east a hundred ish miles to me
mzzter
·4 ปีที่แล้ว·discuss
TIL that :wq is like :x

I only knew about :x. So thus far I’ve only edited with :x, and then used :q! to quit without writing the changes.
mzzter
·4 ปีที่แล้ว·discuss
I also hoard information. Keeping a stream of links where I go back to a small percentage. But I find that it is a good habit for me. The links are a slice of the pages that I actually care about.

Though, I wish for a way to index and search specifically within my stream of links. So that I can better recall content that I have glanced at in the past.
mzzter
·4 ปีที่แล้ว·discuss
I’m assuming DDA stands for demand/direct deposit account. Keeping a separate one with a low balance for internet accounts can help keep a primary account unaffected if paypal or other internet services initiate a transfer without your permission (could also be due to a compromised paypal account).
mzzter
·4 ปีที่แล้ว·discuss
Ah this makes sense after reading about the significance of the date November 15

> The world’s population is projected to reach 8 billion on 15 November 2022.

https://www.un.org/development/desa/pd/sites/www.un.org.deve...
mzzter
·4 ปีที่แล้ว·discuss
Assuming 2000000000 is unix seconds, epochconverter.com converts it to Wednesday, May 18, 2033 3:33:20 AM GMT.
mzzter
·4 ปีที่แล้ว·discuss
relevant codeless code parable: http://thecodelesscode.com/case/123