HackerTrans
TopNewTrendsCommentsPastAskShowJobs

unicodepepper

no profile record

comments

unicodepepper
·vor 2 Jahren·discuss
You can tap on the time wheels and a numeric keypad will pop up. Not the most discoverable UI, but very welcome.
unicodepepper
·vor 4 Jahren·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
·vor 5 Jahren·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
·vor 5 Jahren·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
·vor 5 Jahren·discuss
Is every sequence of 256 bits a valid sha256 hash? I’m not having luck searching online for that answer.
unicodepepper
·vor 5 Jahren·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
·vor 5 Jahren·discuss
Your decision is not quite as neutral if all the options you see point in the same general direction.
unicodepepper
·vor 6 Jahren·discuss
Could you give some more detail? I’m not familiar with the legal landscape.
unicodepepper
·vor 6 Jahren·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
·vor 6 Jahren·discuss
I see the keyboard/mouse surface seems to be magnetic - do you have to use special peripherals for them too?
unicodepepper
·vor 6 Jahren·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.