Live data from Hacker News

Viewing profile — igor_chubin

igor_chubin

HN member
Joined
Thu, May 25, 2017, 3:43 AM UTC
HN karma
49
Public activity
32 items

About igor_chubin

No profile information was provided.

Recent public activity

  1. comment
    Comment #31387682

    please send me your IP or at least its 3 first octets to igor AT chub.in

  2. comment
    Comment #31386557

    This is not a problem with wttr.in, this is a problem of `watch`. It is a known issue: it can't render ANSI output. You can try to run it with any command that has ANSI output, and…

  3. comment
    Comment #31386546

    try `curl wttr.in/Munich` (with your location specified instead of Munich)

  4. comment
    Comment #23652989

    Just use curl --user-agant "" wttr.in?A for that. The `A` option enforces ANSI output (curl wttr.in/:help for more)

  5. comment
    Comment #23651580

    I hoe it is listed at https://github.com/chubin/awesome-console-services

  6. comment
    Comment #23651562

    curl wttr.in/:help and the curlable directory is almost there As an interim solution, you can use this: curl https://raw.githubusercontent.com/chubin/awesome-console-services/maste…

  7. comment
    Comment #23651550

    Yes it works! The difference is minimal though (it was intentionally a one-liner)

  8. comment
    Comment #23651543

    Wow! That's cool. Let's try it curl() { [ -t 1 ] && curl "$@" | sanitize || curl "$@"; }

  9. comment
    Comment #23650857

    See my comment in the neighbor thread

  10. comment
    Comment #23650696

    No, because they are not implemented as a part of wego; wego is used just for visualization of one of the views (v1). The rest is implemented outside of it

  11. comment
    Comment #23650251

    Just use IFS for this w() { ( IFS=+; curl wttr.in/"$*";); }

  12. comment
    Comment #23649995

    Try this: curl ga.wttr.in/limerick

  13. comment
    Comment #23649989

    curl v2.wttr.in and for the white background: curl wttr.in/?I

  14. comment
    Comment #23649927

    Just add `F` to the options, and you don't need `| head -17` then

  15. comment
    Comment #23649918

    It was the case indeed (many many years ago), we discussed at the anuualy curl hackers conference in Nuremberg back in 2017, but the only terminals that we managed to find with the…

  16. comment
    Comment #23649713

    curl cheat.sh curl rate.sx curl qrenco.de and the rest from https://github.com/chubin/awesome-console-services

  17. comment
    Comment #23649706

    It is possible, but it brings nothing, because you don't only need to move to the end of the line but print something in between, and for that the server mush know the width of you…

  18. comment
    Comment #23649701

    The problem is that it depends on the terminal, and you can render this character properly for all 100% of the terminals on the server side

  19. comment
    Comment #23649696

    To say truth, it is not just a wego as a service since many years, but is started like that indeed Now it has a lot of additional features: * one-line output for status lines * ast…

  20. comment
    Comment #17506384

    It depends on topic + you can use the ~ notation to extract only parts of the cheat sheet. Check README on Github for that (or curl cht.sh/:help)

  21. comment
    Comment #17506379

    Yes, it is not good, we are working on the new frontend. I can give a link to it to you if you want, but not here, because it will not handle the load that comes after that; just w…

  22. comment
    Comment #17506345

    Yes curl cht.sh/:styles-demo select the best style for you, and use it in the queries. curl cht.sh/:help for more info. Also, use the special client cht.sh which supports persitent…

  23. comment
    Comment #17506334

    We are working on that but it is not so easy because many queries are generated just in time. The high load problem is mitigated by the way, so you can try now if you want.

  24. comment
    Comment #17506255

    We are of course aware of the beautiful cheat project and we even use it (what is documented in our README.md file), but please keep in mind that: 1. Our project is called cheat.sh…

  25. comment
    Comment #17493483

    Most important things: curl cht.sh/:help curl cht.sh/language/question for question about language ?Q to switch comments off ?T to switch syntax highlighting off append /1 for the …