HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fairytale

no profile record

Submissions

Icy – An Icy Currency Converter

icy.sany.one
1 points·by fairytale·hace 5 años·0 comments

Doodle

google.com
1 points·by fairytale·hace 5 años·1 comments

Error 404 (Not Found)

spotify.com
400 points·by fairytale·hace 5 años·183 comments

Calculate the checksum of a file using JavaScript

github.com
1 points·by fairytale·hace 5 años·0 comments

Terminal Emulator, Made for the Web

github.com
2 points·by fairytale·hace 5 años·1 comments

Licenses: Find That License

licenses.sany.one
1 points·by fairytale·hace 5 años·0 comments

Wiggle That Text

wiggle.sany.one
2 points·by fairytale·hace 5 años·1 comments

A tiny color scheme generator

github.com
1 points·by fairytale·hace 5 años·0 comments

Term: A small, classless and minimalist CSS framework

often.github.io
1 points·by fairytale·hace 5 años·0 comments

Fakey: Web-based fake data generator

often.github.io
1 points·by fairytale·hace 5 años·0 comments

Whoami: Quick API that returns your IP address and headers

github.com
1 points·by fairytale·hace 5 años·0 comments

Proxi: A simple CORS proxy on Deno Deploy

github.com
1 points·by fairytale·hace 5 años·0 comments

Yet another HN front-end

github.com
2 points·by fairytale·hace 5 años·1 comments

Mintodo: A neat and simplistic to-do list in your web browser

often.github.io
2 points·by fairytale·hace 5 años·0 comments

Leader: intuitive and light blog base for the modern web.

github.com
4 points·by fairytale·hace 5 años·5 comments

Repos

often.github.io
1 points·by fairytale·hace 5 años·0 comments

comments

fairytale
·hace 3 años·discuss
Happy New Year everyone! I hope 2024 brings us more love, peace and knowledge.
fairytale
·hace 3 años·discuss
Merry Christmas to everyone on HN! May 2024 be a happy and successful year for all of us and may it also bring us more to read and learn. Reading is fundamental and on HN there is always something to read about. I have been on HN for 2 years, 7 months and 23 days and I look forward to remain a part of this wonderful community :).
fairytale
·hace 5 años·discuss
Happy New Year!
fairytale
·hace 5 años·discuss
I would also like to say that being a part of the Hacker News website and community is golden. I think that I have said enough...

Besides that, Merry Christmas and Happy Holidays to everyone!
fairytale
·hace 5 años·discuss
Lmao.
fairytale
·hace 5 años·discuss
Official website: https://icy.sany.one

The source code is hosted on GitHub: https://github.com/often/icy
fairytale
·hace 5 años·discuss
Dark: https://www.google.com/logos/doodles/2021/seasonal-holidays-...
fairytale
·hace 5 años·discuss
One can simply set network.IDN_show_punycode to true in their about:config
fairytale
·hace 5 años·discuss
Just wait and see till all those thirsty script kiddies start abusing these even more now.

On a side note, those who write router software like this need to step up their security and stop being lazy. Seriously.
fairytale
·hace 5 años·discuss
Can confirm. https://spotify.com is now working fine.
fairytale
·hace 5 años·discuss
It could also easily be used for phishing or IP logging purposes. Poor attempt though, almost everyone is now aware of unicode in domain names, and anyone techie enough would be able to spot it.
fairytale
·hace 5 años·discuss
That's pretty much it. It's quite a useful tool if you need a quick way to calculate the checksum of a file using your web browser. Additionally, it might also be used as a library. For API documentation and usage, check out the GitHub repository. A live preview is hosted here: https://csum.sany.one
fairytale
·hace 5 años·discuss
This is a lightweight web terminal emulator that offers a very simple and flexible API. It is entirely written in JavaScript and has zero dependencies. The purpose of it is to simplify the creation of web terminal interfaces, and to make the overall process of it very fun, smooth and hassle-free.

You can view the source code at: https://github.com/often/wt

A live preview is available on: https://wt.sany.one

The entire project is licensed with GNU GPL-3.0.
fairytale
·hace 5 años·discuss
Why shouldn't it be legal?

When you think a bit better about it, it's about the same as regular web browsing. Just automated or scripted.

I don't think there is much that can be done to fully prevent it either, so.
fairytale
·hace 5 años·discuss
While this can be seen as somewhat useful, nothing stops you from deactivating breakpoints inside of the "Sources" section in devtools.

I also believe that the same anti-debugging technique is used by obfuscator.io, and is just a feature you can enable for when obfuscating your code on there. It's called "Debug Protection". It does about the same thing you shown in your blog post, making good use of the debugger statement.
fairytale
·hace 5 años·discuss
This is just a quick and simple alternative to https://choosealicense.com

It uses the GitHub Licenses API to fetch the licenses.

Website: https://licenses.sany.one

GitHub repository: https://github.com/often/licenses
fairytale
·hace 5 años·discuss
wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle wiggle
fairytale
·hace 5 años·discuss
palette is a tiny color scheme generator that is very quick and simple to use.

website: https://palette.sany.one

source code: https://github.com/often/palette

hope you like it!
fairytale
·hace 5 años·discuss
No. https://dns.google/resolve?name=github.io&type=AAAA
fairytale
·hace 5 años·discuss
I don't think that the ", initial-scale=1" would be necessary.

Nowadays, <meta name="viewport" content="width=device-width"> works just fine.