HackerTrans
TopNewTrendsCommentsPastAskShowJobs

unicodepepper

no profile record

comments

unicodepepper
·2 tahun yang lalu·discuss
You can tap on the time wheels and a numeric keypad will pop up. Not the most discoverable UI, but very welcome.
unicodepepper
·4 tahun yang lalu·discuss
A text file only contains data that represents characters on the screen, while “binary file” is used to refer to any other file that isn’t meant to be viewed or edited as text.

If you open a (small) image file with notepad you will see a lot of gibberish. This is what happens when you try to view a binary (in other words, non-text) file as text.
unicodepepper
·5 tahun yang lalu·discuss
I’m pretty deep into Apache, but I think I’ll use this as an excuse to play around with nginx for a bit. Worst case scenario I’ll learn something new.
unicodepepper
·5 tahun yang lalu·discuss
But vendors are already providing a (somewhat) standard way of displaying that content through regular notifications. If I were to build a unified inbox like this, it would look more or less like a persistent view of the notifications panel from Android.
unicodepepper
·5 tahun yang lalu·discuss
Is every sequence of 256 bits a valid sha256 hash? I’m not having luck searching online for that answer.
unicodepepper
·5 tahun yang lalu·discuss
I have not tried this with Obsidian yet, but I know that Markdeep allows you to render .md files on the fly as HTML by appending some javascript to the unmodified markdown.

https://casual-effects.com/markdeep/
unicodepepper
·5 tahun yang lalu·discuss
Your decision is not quite as neutral if all the options you see point in the same general direction.
unicodepepper
·6 tahun yang lalu·discuss
Could you give some more detail? I’m not familiar with the legal landscape.
unicodepepper
·6 tahun yang lalu·discuss
I think this is one of the few aspects where tumblr is more logical than other social networks, by using a subdomain for each user instead of the path.

I think reddit accepts this too to some extent - for example, programming.reddit.com will redirect you to reddit.com/r/programming.
unicodepepper
·6 tahun yang lalu·discuss
I see the keyboard/mouse surface seems to be magnetic - do you have to use special peripherals for them too?
unicodepepper
·6 tahun yang lalu·discuss
Considering that /dev/null always reports success on read and write, I'd imagine that http(s) should give a 200 with no payload.