Live data from Hacker News

Viewing profile — jftuga

jftuga

HN member
Joined
Mon, Jan 16, 2012, 11:42 PM UTC
HN karma
414
Public activity
311 items

About jftuga

https://github.com/jftuga

Recent public activity

  1. comment
    Comment #49001977

    Is there a github repo for her time series forecasting experiments? I'd like to see her code and be able to run it against my own data sets.

  2. comment
    Comment #48937222

    Thank you!

  3. comment
    Comment #48934848

    Thanks for the detailed reply. I'll definitely check this out. What type(s) of projects have you created that use this?

  4. story
    Ask HN: What are you using for authn/authz and payments?

    I've had a few side project ideas over the years but have never implemented one because I lack knowledge in (but willing to learn) : * implementing social logins (OAuth), account m…

  5. comment
    Comment #48887424

    https://datetimemate.com/ - An old-school terminal-styled date/time calculator Compute differences between dates, times, durations and timezones Underlying CLI and Go library: http…

  6. story
    Show HN: Date Time calulator with unique functions

    I made a date time calculator tool with six different functions that I gave an old-school terminal-based look-n-feel. It has a few unique features that I have not seen on other sim…

  7. comment
    Comment #48700145

    I like running Linux on older Dell Optiplex systems that you can buy off of Ebay. They usually come with 8GB ram, 256 or 512 SSD and usually 4 to 6 cores (maybe 8). All of the ones…

  8. comment
    Comment #48401335

    What do you think of this: https://github.com/synadia-ai/synadia-agents

  9. story
  10. comment
    Comment #47986011

    I think this is a good idea as it happens anyways even in GitHub.

  11. comment
    Comment #47986005

    I like to rebase/squash before pushing because it keeps the commit history cleaner. However, I do like your idea so I guess I could also do a squash/merge after approval (which I a…

  12. story
    Show HN: mac-screen-search: CLI find, highlight, redact text on screen, in files

    mac-screen-search captures your screen (or takes a glob of existing image files), OCRs the text, and draws colored boxes around every match. Use the `-r` flag to have it fill those…

  13. comment
    Comment #47932782

    Some interesting tid bits: * we had to resolve a variety of bottlenecks that appeared faster than expected from moving webhooks to a different backend (out of MySQL) * * redesignin…

  14. comment
    Comment #47745033

    Wow, this is super useful. Thanks for making this!

  15. comment
    Comment #47744932

    Nice layout - I really like this.

  16. comment
    Comment #47743557

    Nice work, I like it.

  17. comment
    Comment #47743518

    I am vibe coding with Opus 4.6: https://github.com/jftuga/swiftswiss Swiss army knife CLI tool written in Swift using only native Apple frameworks. The primary goal of this project…

  18. comment
    Comment #47233713

    I wonder how this compares to my M4 air with 10 GPU cores and 32 MB of RAM. My system can only run ~14B sized models at any reasonable speed. The accuracy of these sized models can…

  19. story
    Show HN: Transcript-critic, Claude Code skill: transcribe and critically analyze

    Claude Code skill that transcribes audio/video with whisper.cpp to get structured critical analysis including timestamped summaries, evidence notes, logical fallacies, and underdev…

  20. comment
    Comment #46941779

    I am researching go-string-concat-benchmark [1]: A performance comparison of four common Go string building methods. ___ I recently updated my go-stats-calculator to include many m…

  21. story
    Show HN: go-stats-calculator, CLI for computing stats:mean,median,variance,etc.

    What: go-stats-calculator[1] - CLI tool for computing statistics (mean, median, variance, std-dev, skewness, etc.) Why: I needed a quick way to look at statistics without having to…

  22. comment
    Comment #46583096

    Cool project. Do you have a repo for it?

  23. comment
    Comment #46579317

    Script to auto-rename screenshots with Claude Code I'm sure there are a ton of other projects out there that do this, but I couldn't find one that fit my needs exactly, so I threw …

  24. comment
    Comment #46578089

    For my home lab, I built a 3 node Talos (from https://www.talos.dev/ ) cluster from older Dell Optiplex systems. I am using: MetalLB - https://metallb.io/ load balancer Traefik - h…

  25. comment
    Comment #46433331

    This is a well-thought-out critique. Thanks for sharing your insights.