Live data from Hacker News

Viewing profile — madog

madog

HN member
Joined
Wed, Oct 21, 2015, 9:57 AM UTC
HN karma
65
Public activity
46 items

About madog

No profile information was provided.

Recent public activity

  1. comment
    Comment #48738224

    I was wondering what instruction set architecture the megadrive was using and came across this great article on the Motorolla 68000 and megadrive: https://www.copetti.org/writings/…

  2. comment
    Comment #46635527

    https://archive.ph/rd87B

  3. story
  4. comment
    Comment #46520799

    If you have wired I just found out you can get a $30 wireless dongle for this these days. Available for both CarPlay and Android Auto. Meant to work pretty flawlessly although mine…

  5. comment
    Comment #46301015

    It's not entirely, because Github simply does not support inter-version diffs when you have multiple commits. If you force push onto multiple commits there is no way to show a diff…

  6. comment
    Comment #46299676

    Something like Gerrit. Instead of carefully crafting a logical series of patches that are all well documented with commit messages, PRs are just garbage filled diff soup of "fix ty…

  7. comment
    Comment #45756513

    Migrating to Obsidian looks to be very easy now: https://help.obsidian.md/import/evernote When I converted many years ago it required 3rd party tools and was slightly more involved…

  8. comment
    Comment #45756391

    Presumably they were using a decompiler e.g. IDA Pro to know what characters to change in the hex editor? I've done that before to find offsets in the binary to NOP out some functi…

  9. comment
    Comment #45157857

    5% at 70 mph is 3.5 mph 10% at 30 mph is 3 mph I saw this with various European cars. My experience is that it seems to be a fixed percentage rather than a fixed amount i.e. the ab…

  10. comment
  11. comment
    Comment #45154616

    It's not a rumour. They usually read somewhere between 5-10% over actual speed. Use a more accurate GPS speedometer on your phone to check that.

  12. comment
    Comment #45006981

    For sure. $1000 Herman Miller Aeron has been worth every penny considering the time spent sat on it.

  13. comment
    Comment #44932431

    Just use gettimeofday/clock_gettime via vDSO. struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts); On arm64 it directly uses the cntvct_el0 register under the hood but with a s…

  14. comment
    Comment #44534204

    I agree. Seems like the first step should be understanding that you CAN have control over it, even if you don't currently; and that you have the agency and strength to do that with…

  15. comment
    Comment #44329688

    Not to mention Meta is ad tech so these will be full to the brim of tracking and adverts to recoup R+D costs. I'm yet to be convinced these are useful and not just another way to i…

  16. story
  17. comment
    Comment #41688833

    This column had some good insight: https://www.bloomberg.com/opinion/articles/2024-09-12/banker...

  18. comment
    Comment #41376601

    Last time I tried to report a fake product to Amazon it's literally impossible. It simply isn't one of the pre-determined options available through customer service, either the sel…

  19. comment
    Comment #40274252

    Actually with vaping it becomes pretty easy to quit. You just taper down the nicotine slowly until you're on nothing and eventually you just kind of stop because you don't feel the…

  20. comment
    Comment #40034569

    https://en.wikipedia.org/wiki/Loperamide#Off-label/unapprove... News to me as well

  21. comment
    Comment #39474101

    There is PhotoGIMP[1] that copies the hotkeys and tool layout. It doesn't replicate behaviour exactly obviously but it does make it actually usable for me as someone who used Photo…

  22. comment
    Comment #39464983

    What country is that? That's a lot. At least in the UK if you don't watch regular TV you don't have to pay the licence fee (£159/year).

  23. comment
    Comment #38791270

    There are modern alternatives to many of the classic utils e.g. `fd` for find, with better CLI args and other improvements ripgrep for grep also comes to mind

  24. comment
    Comment #38761469

    Where's the list that show all car brands? Doesn't seem to be easily found on that page or any of the linked ones.

  25. comment
    Comment #36861559

    This is what I want from a new search engine: 1. Respect exact match searches - this used to work enclosing the search terms in "" quotes, but no longer works. If there are no exac…