Live data from Hacker News

Viewing profile — pdyc

pdyc

HN member
Joined
Tue, Oct 19, 2021, 1:17 PM UTC
HN karma
563
Public activity
284 items

About pdyc

Building EasyAnalytica - Simple tool to autogenerate dashboards from json/csv url's or google sheets

https://easyanalytica.com

Blog: https://newbeelearn.com

Bsky: @newbeelearn.com

Recent public activity

  1. comment
    Comment #48988603

    +1. i have similar workflow and i use local models on igpu so token cost is free and electricity cost is in cents.

  2. comment
    Comment #48944227

    yes, happened to me as well on sideprojects and it continues, i am able to post on other groups, its weird.

  3. comment
    Comment #48888141

    I am building https://EasyAnalytica.com - single place for all your dashboards. It generates dashboards automatically from data without using ai. It supports getting data from goog…

  4. comment
    Comment #48585795

    I have been using Emacs for more than a decade, and I was always excited about the features. But with AI, something has changed. I no longer type/edit that much. Recently, LSP stop…

  5. comment
    Comment #48550845

    what bug and it affects what?

  6. comment
    Comment #48550613

    yes harness - pi+custom extension for subagents model - qwen3.6 35ba3b q4km hardware - intel arrow lake with 32gb ram server - llama.cpp vulkan performance - 15-18t/s generation 50…

  7. comment
    Comment #48537085

    i am still working on easyanalytica tool to auto generate dashboards without ai . I recently added comparison feature and figuring that out was fun. There are lot of interesting id…

  8. comment
    Comment #48456957

    html snippet playground - for testing html/react snippets token speed calculator - for estimating tg/s of ai based on ram speed and model size/params this helps in comparing differ…

  9. comment
    Comment #48383623

    afaik, enterprise plans are not subsidized. its 20$/seat+api pricing. Unless you are saying api pricing itself is subsidized.

  10. story
    Uber's $1,500/month AI limit is a useful signal for AI tool pricing

    https://www.bloomberg.com/news/articles/2026-06-02/uber-caps... ( https://archive.ph/ZrwAy )

  11. comment
    Comment #48275240

    depends on how clear your instructions are, if there is no ambiguity you can even use gemma4 e2b/e4b.

  12. comment
    Comment #48104203

    i did not see much improvement for my use case i.e. file editing tasks but with e4b tg/s is lower so i stick with e2b.

  13. comment
    Comment #48094157

    yes i keep on trying small models, i have also tried qwen 3.5 0.8B, 2B, 4b and gemma4 e4B models but they either did not worked reliably (thinking loop, issue in following instruct…

  14. comment
    Comment #48091671

    i use smaller model gemma e2b for most of my editing and it works surprisingly well. Workflow is planning with sota models and execution via small models. If you plan properly dont…

  15. comment
    Comment #48091231

    - Tool for organizing files, pasted data, and prompts into markdown snippets you can copy into different AI chats. - Calculator that gives tg/s and vram required based on model par…

  16. comment
    Comment #47964480

    why do people want to continue to use anthropic despite their shitty service? its not like they have some kind of lock-in as it is still new company and it has shown its color befo…

  17. comment
    Comment #47890071

    I did a showhn with similar idea(got a whooping 1 point and was flagged as spam which was later removed by mods), you paste your html and it encodes it into url, you can share the …

  18. comment
    Comment #47852189

    that guy is not including ffmpeg and is not encoding in browser. What he is doing is generating a ffmpeg command that you can run on your cli/scripts etc. PS: i am that guy :-)

  19. comment
    Comment #47834217

    i was with them until "We ran our own analysis sampling 150 profiles per repo across 20 projects and found repos where 36-76% of stargazers have zero followers and fork-to-star rat…

  20. comment
    Comment #47793364

    correct but it should be some ratio of model size like if model size is x GB, max context would occupy x * some constant of RAM. For quantized version assuming its 18GB for Q4 it s…

  21. comment
    Comment #47793331

    i dont get it, mac has unified memory how would offloading experts to cpu help?

  22. comment
    Comment #47793262

    can you elaborate? you can use quantized version, would context still be an issue with it?

  23. comment
    Comment #47792295

    what was your data size? i am surprised 800kb made a difference? using stringzilla was smart approach,my guess is it being unusually faster made all the difference.

  24. comment
    Comment #47792162

    i doubt it would be possible, it boils down to compression problem compressing x amount of content to y bits, since content is unpredictable it cannot be done without having interm…

  25. comment
    Comment #47791589

    i also used fragment technique for sharing html snippets but url's became very long, i had to implement optional url shortener after users complained. Unfortunately that meant serv…