Live data from Hacker News

Viewing profile — danstewart_

danstewart_

HN member
Joined
Tue, May 03, 2022, 3:46 PM UTC
HN karma
25
Public activity
13 items

About danstewart_

No profile information was provided.

Recent public activity

  1. comment
    Comment #43199785

    I’ve been using Yaak for a few weeks now and it’s great. I bounce around API clients a lot because the UX just never feels right, they always get in the way or start to feel clunky…

  2. comment
    Comment #43054867

    I don’t think this comment does justice to fly.io. They have incredible defaults that can make it as simple as just running ‘git push’ but there isn’t really any magic happening, i…

  3. comment
    Comment #39280199

    I tend to go the opposite way and have the default behaviour not actually make any changes and require passing `--commit` to actually do something. I feel it’s safer for scripts th…

  4. comment
    Comment #38498022

    I’ve only just started using it but https://solito.dev/ seems to do exactly that.

  5. comment
    Comment #38498011

    I’m new to React Native but I think the main benefit is that it can make a native app instead of just a web view. You can have transitions between screens and use native menus, for…

  6. comment
    Comment #38338036

    You can use obsidian to just edit files on disk and handle syncing yourself (eg. With Nextcloud, syncthing, Dropbox)

  7. comment
    Comment #36059260

    > Be kind. Don't be snarky. Converse curiously; don't cross-examine. Edit out swipes. https://news.ycombinator.com/newsguidelines.html

  8. comment
    Comment #35568333

    I've got no use for it now but damn this used to be such a pain point in an old job. Looks great!

  9. comment
    Comment #35472658

    Do you use firefox? I think by default it uses UTC to prevent fingerprinting. The site is showing the correct timezone for me on safari.

  10. comment
    Comment #34195001

    A few people telling you that you’re wrong when you’re correct, a lot of Scots (myself included) do not like to identify as British. Yes, Scotland is within the island of Britain b…

  11. comment
    Comment #33748237

    Check out https://rustpad.io/

  12. comment
    Comment #32165027

    This looks good. I use a bash function to load the MDN page for the status: function man-http() { code="$1" if [[ -z $code ]]; then echo "Usage: man-http " exit 0 fi firefox "https…

  13. comment
    Comment #31497308

    We use AWS lambda for running slower background tasks triggered from a user action on a website (eg. generating a report, clearing and rebuilding a cache, etc...). We deploy our fu…