Viewing profile — fsflyer
fsflyer
HN member- Joined
- Tue, Dec 02, 2014, 7:07 PM UTC
- HN karma
- 64
- Public activity
- 70 items
- HN profile
- View on Hacker News ↗
About fsflyer
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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.…
-
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…
-
comment
Comment #44760994
https://info.computerhistory.org/apple-lisa-code https://github.com/azumanga/apple-lisa
-
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…
-
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…
-
comment
Comment #42346617
I didn't find a privacy policy on the site. You'll need that before getting many signups.
-
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…
-
comment
Comment #42053690
Or the PIC ecosystem, https://pikchr.org/ is a modern implementation that generates SVG.
-
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…
-
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-...
-
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
-
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…
-
comment
Comment #37277783
See https://news.ycombinator.com/item?id=36704510
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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…