Live data from Hacker News

Viewing profile — fsflyer

fsflyer

HN member
Joined
Tue, Dec 02, 2014, 7:07 PM UTC
HN karma
64
Public activity
70 items

About fsflyer

No profile information was provided.

Recent public activity

  1. comment
    Comment #47654404

    I'd like an option to run against a local ollama server, that would give folks an option to keep this completely local. For me, it seems to be quite a few senders that fill my inbo…

  2. comment
    Comment #47196121

    Some ideas for seeing more examples: 1. Add a donate button. Some folks probably just want to see more examples (or an example in their field, but don't have a specific paper in mi…

  3. comment
    Comment #46490696

    I commit the images alongside the markdown files in GitHub. My site is has numerous images and there are logical groups of posts. I make those logical groups of posts a git submodu…

  4. comment
    Comment #46225648

    A previous discussion of drawing tools: https://news.ycombinator.com/item?id=18788244 Some simple text languages for graphics: https://pikchr.org/ https://gitlab.com/aplevich/dpic …

  5. comment
    Comment #45554493

    There are a number of church presentation systems that integrate with planning center to get data, like ProPresenter, EasyWorship, etc. You'd need to get them to update their softw…

  6. comment
    Comment #44924032

    Pass4Wallet does the same thing and does not have a subscription. It claims to not collect data on the App Store page. https://apps.apple.com/us/app/pass4wallet-store-cards/id1423.…

  7. comment
    Comment #44788974

    This one? https://arstechnica.com/gadgets/2025/07/firmware-update-hind... The company isn't shutting down, probably just an attempt to get more subscriptions. The company used to s…

  8. comment
    Comment #44760994

    https://info.computerhistory.org/apple-lisa-code https://github.com/azumanga/apple-lisa

  9. comment
    Comment #43020798

    I use the render hooks feature of Hugo to generate srcset attributes for my images. I don't see render hooks in many other SSGs. Downsides of Hugo are the documentation isn't great…

  10. comment
    Comment #42490150

    I remember that time. I was taking a graduate level intro to graphics class and we had an assignment to write a ray-tracer and turn in a printout of the final image along with a pr…

  11. comment
    Comment #42346617

    I didn't find a privacy policy on the site. You'll need that before getting many signups.

  12. comment
    Comment #42068345

    The Metrowerks profiler and linker worked together to optimize locality in the binary, the focus was on PowerPC code. The linker could generate the static call tree, but the profil…

  13. comment
    Comment #42053690

    Or the PIC ecosystem, https://pikchr.org/ is a modern implementation that generates SVG.

  14. comment
    Comment #42029873

    I tried this a couple years ago with Netlify and Hugo targeting 1x, 2x and 3x sized images. The processing time is too slow with more than around 500 images, resulting in build tim…

  15. comment
    Comment #40742170

    Canon has the RF 5.2 dual fisheye, you can even get it refurbished. https://www.usa.canon.com/shop/p/refurbished-rf5-2mm-f2-8-l-...

  16. comment
    Comment #40046669

    More of a pamphlet than a book, I give it to all the college graduates in the family. https://www.etf.com/docs/IfYouCan.pdf

  17. comment
    Comment #39546309

    More anecdotal data. I ride with a group of retired folks. About 60% of the 75+ year olds ride eBikes. Riding an eBike enables them to continue riding with the group. We've got sev…

  18. comment
    Comment #37277783

    See https://news.ycombinator.com/item?id=36704510

  19. comment
    Comment #35662651

    I'm hoping it's targeted towards folks that have intermittent issues. HealthKit has fields defined to store some information about various physical and mental symptoms and also nut…

  20. comment
    Comment #35434775

    See https://github.com/emigre459/hospital-chargemaster for an older study of hospitals. It gets the chargemaster prices that hospitals are supposed to publish. The procedures offer…

  21. comment
    Comment #34990786

    It's worse than that. Often the specification isn't complete. You need to pass the conformance and interoperability tests. The chipset needs to support older standards as well and …

  22. comment
    Comment #34843599

    There are numerous tools available for helping with financial decisions. There are is a great community at Bogelheads [0] that you can learn lots from. Given that you are asking ab…

  23. comment
    Comment #33460525

    Mermaid only supports a few types of diagrams, but it's great for those. For a more general language, pikchr can be useful. It's a variation on the troff era language pic that gene…

  24. comment
    Comment #32795285

    Why do you want to export them? If it's because you no longer trust Apple, then you don't want to export them, as these PassKeys use Apple for attestation. You'd want to create new…

  25. comment
    Comment #32795127

    The original Inside Macintosh: https://www.pagetable.com/?p=50 and the Human Interface Guidelines: https://archive.org/details/applehumaninterf00appl Lots of overview material expl…