Live data from Hacker News

Viewing profile — bruce_one

bruce_one

HN member
Joined
Fri, Apr 19, 2013, 12:31 PM UTC
HN karma
267
Public activity
146 items

About bruce_one

No profile information was provided.

Recent public activity

  1. comment
    Comment #47569324

    eBPF is a great tool to use for debugging this kind of thing too, e.g. [bpftrace]( https://bpftrace.org ) has an [execsnoop]( https://github.com/bpftrace/bpftrace/blob/master/tools…

  2. comment
    Comment #45556701

    https://explore.openelectricity.org.au and https://www.nem-watch.info/widgets/reneweconomy/ are a bit fun to look at to see where Australian power is coming from :-)

  3. comment
    Comment #38716509

    We've had success using Flowbite :-) We're using it with React and occasionally find the docs lacking (and go looking in the component source for the answers), but otherwise have b…

  4. comment
    Comment #38430756

    One common suggestion is to not set Bash/shell options in the shebang because if someone runs the script with the interpreter explicitly (e.g. `bash my_script.sh`, rather than `./m…

  5. comment
    Comment #38285487

    You're looking for [strict tables]( https://www.sqlite.org/stricttables.html ) and they do already exist :-) Added in 3.37.0 (2021-11-27), apparently :-)

  6. comment
    Comment #35973207

    There are alternative C libraries that are worth considering, e.g. Zig (which is what Bun itself is written in, afaiu) supports using [musl]( https://musl.libc.org ) as an alternat…

  7. comment
    Comment #32339189

    We do - and have found it very reliable and I really like it :-) One of the members of our team finds it more complex when it comes to diagnosing why things aren't running/starting…

  8. comment
    Comment #31116042

    OpenSSH also supports using a script to get the password if using the `SSH_ASKPASS` environment variable, and being invoked under a non-tty input e.g. { echo '#!/bin/sh' ; echo 'ec…

  9. comment
    Comment #30638188

    In Australia you can buy pasteurised egg whites in the refrigerated section at the supermarket, could possibly be useful as an alternative :-) (Not sure if it would be available wh…

  10. comment
    Comment #28043040

    > they get declined if your account is empty too AFAIK but haven't tested it ;P Not always, at least some banks will allow you to go into overdraft and then charge a fee (e.g. $15 …

  11. comment
    Comment #27725519

    When we first got it, I used one Easiyo sachet to make one container of yogurt. From then on, I've used 1 heaped tablespoon of the last batch of yogurt and then just milk powder. M…

  12. comment
    Comment #27719702

    We have an [Easiyo]( https://easiyo.com/collections/frontpage/products/black-yogu... ) that cost ~$20AUD, and we use one tablespoon of existing yogurt and ~150grams of milk powder …

  13. comment
    Comment #27575439

    I believe probonopd is maintaining that fork as part of their work on AppImage - so it does have an active user group, which is great. (The AppImage docs suggest using zsync as a m…

  14. comment
  15. comment
    Comment #25241961

    (iirc) It was originally slid.es and the slides.com domain was added later, I know it's not an answer to your exact question, but slid.es was a pretty good start point too :-) (It …

  16. comment
    Comment #25225470

    LXCFS can be used with Docker as well (although the integration is manual) which can be quite helpful (eg we're using it with docker-compose and find it very helpful)

  17. comment
    Comment #24785272

    Yes it does, but it's very transparent - until you run into a few things that make it obvious, eg if you disk-image size limits, or memory limits. I work with a few people who beli…

  18. comment
    Comment #24326847

    `readlink -e /proc/$$/exe` would be a simple solution on linux -> /proc is such a fun treasure trove of process info :-) (Not sure it macOS has as much info in /proc?)

  19. comment
    Comment #23231985

    The useful thing I've found from this is that "AEG" in Australia is the same as "RIDGID" (orange) in the US and the batteries are compatible. So I've been able to buy tools that ar…

  20. comment
    Comment #22862830

    I didn't know the `CTRL-x * ` expansion; it appears to work in zsh for brace expansion: $ touch asdf-{gh,jk}-l # CTRL-x * $ touch asdf-gh-l asdf-jk-l

  21. comment
    Comment #22735445

    A related article and associated discussion: https://news.ycombinator.com/item?id=22220342

  22. comment
    Comment #22625508

    What is the reasoning for implying that Japan are handling the problem more effectively than others? A friend of mine living in Japan thinks there's a "burying their head in the sa…

  23. comment
    Comment #22471231

    It would be an acceptable reason for cancellation coverage with a lot of travel insurance (ymmv, but I know of less-logical reasons for cancellation that were covered).

  24. comment
    Comment #22429266

    My favourite technique for remembering this is to say "it is an apostrophe" (because it's is "it is", and has the apostrophe (in case that isn't clear :-) )).

  25. comment
    Comment #21990337

    I would also be genuinely curious whether the water usage numbers have reduced as the east cost (the majority of the population) has been impacted by long droughts since that resea…