Live data from Hacker News

Viewing profile — aexaey

aexaey

HN member
Joined
Tue, Jul 21, 2015, 12:42 PM UTC
HN karma
789
Public activity
381 items

About aexaey

No profile information was provided.

Recent public activity

  1. comment
    Comment #18853669

    How does function sound for a syntactic sugar? $ today() { date +%F; } $ echo Today, $(today) is a great day! Today, 2019-01-08 is a great day!

  2. comment
  3. comment
    Comment #17624492

    Since nobody mentioned Zulip's REST API yet, I'll do. There is one, and and it is really good. There are also native language-specific wrappers for that API, for example in python[…

  4. comment
  5. comment
  6. comment
    Comment #16994786

    > apt-get update/upgrade every week Have a look at: https://wiki.debian.org/UnattendedUpgrades

  7. comment
    Comment #16730482

    Yes, you're right. What I was trying to say is - On Linux, INADDR_ANY (0.0.0.0) supplied to connect() or sendto() calls is treated as a synonym for INADDR_LOOPBACK (127.0.0.1) addr…

  8. comment
    Comment #16729229

    0 , which is a shorthand for 0.0.0.0 is likely the most code-golf-y way to write localhost , as many [EDIT: Linux] systems alias 0.0.0.0 to 127.0.0.1: $ ping 0 PING 0 (127.0.0.1) 5…

  9. comment
    Comment #16728342

    1.2 -> 1.0.0.2 1.2.3 -> 1.2.0.3 But then, much of software would fail here - Firefox/Chrome for example would both threat that as bareword and redirect to search page.

  10. comment
    Comment #16705760

    SD cards and eMMC chips[0] do have controller inside. Usually not a great one (tens to hundred-ish MB/s), but that's good enough - overwhelming majority of smartphones/tablets use …

  11. comment
    Comment #16705463

    There are ready-made boards for this being sold for less than $2. Just search "eMMC Adapter 153 without flash" on ebay. 153 is number of balls on the eMMC chip OP is using. You mig…

  12. comment
  13. comment
    Comment #16618202

    Percent, rather than asterisk. UPDATE t SET foo='bar' WHERE baz LIKE '$INPUT'; This will do no changes when $INPUT is empty, and only with $INPUT set to '%' will it update every re…

  14. comment
    Comment #16618176

    ...and, if especially unlucky, that would be the trunk you're using to connect to that switch.

  15. comment
    Comment #16505775

    One example where XIP would be really useful is MT7688KN [1], which is a variant of MT7688 WiFi router SoC, already well supported by Linux/OpenWRT, plus 8MB of RAM on the same pac…

  16. comment
    Comment #16504978

    Heavily compressed and carefully pruned, it is still possible to squeeze modern (4.9) kernel into under 1.44MiB, and kernel+rootfs into 3-ish MiB: http://downloads.lede-project.org…

  17. comment
  18. comment
  19. comment
  20. comment
  21. comment
  22. comment
  23. story
  24. comment
    Comment #16203483

    LineageOS (ex-CyanogenMod)'s flavour of Android 7 works just fine [1] on Nexus 5. On the other hand - yes, hammerhead is stuck on Linux kernel 3.4, which is no longer maintained, a…

  25. comment
    Comment #16185976

    Warp is pretty good, but it doesn't support websockets.