HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mzzter

no profile record

Submissions

[untitled]

1 points·by mzzter·2 jaar geleden·0 comments

Making a quick and dirty terminal emulator

meli.delivery
2 points·by mzzter·4 jaar geleden·0 comments

Time Travel to Any Wordle Day

mtso.github.io
1 points·by mzzter·4 jaar geleden·0 comments

comments

mzzter
·4 jaar geleden·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 jaar geleden·discuss
looks like all the pins are shifted east a hundred ish miles to me
mzzter
·4 jaar geleden·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 jaar geleden·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 jaar geleden·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 jaar geleden·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 jaar geleden·discuss
Assuming 2000000000 is unix seconds, epochconverter.com converts it to Wednesday, May 18, 2033 3:33:20 AM GMT.
mzzter
·4 jaar geleden·discuss
relevant codeless code parable: http://thecodelesscode.com/case/123
mzzter
·4 jaar geleden·discuss
https://www.urzas.ai/cards/?card_id=2ff42256-1794-4720-a008-...

the generated card for me is somehow reversed. makes me wonder if the image is captured on the client-side and then uploaded.
mzzter
·4 jaar geleden·discuss
https://mtso.io

custom jekyll theme. have made a custom static site generator before but switched to basic jekyll to focus on the content.
mzzter
·4 jaar geleden·discuss
According to the FAQ: https://lwn.net/op/FAQ.lwn#general

> What does LWN stand for, anyway?

> LWN, initially, was "Linux Weekly News." That name has been deemphasized over time as we have moved beyond just the weekly coverage, and as we have looked at the free software community as a whole. We have yet to come up with a better meaning for LWN, however.