Live data from Hacker News

Viewing profile — everlier

everlier

HN member
Joined
Tue, Sep 04, 2018, 12:54 PM UTC
HN karma
200
Public activity
171 items

About everlier

https://github.com/av

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #48510208

    You can also install Harbor and then it's: harbor up omlx opencode

  6. comment
    Comment #48292843

    The company I work at tries to solve it right now, not promoting, just want to share. Slop is no fun to deal with, so we have a thesis that slop should be left for agents to read a…

  7. story
  8. story
    Show HN: Naiou – an agent that can only answer yes or no to your query

    Visuals are arguably the most interesting part, demo in action here: https://www.youtube.com/watch?v=bLImeRP94OY This is just a fun side project, but it is still a fully functional…

  9. comment
    Comment #48172682

    I wanted to have a nice way to see which skills in my agentic setups are not useful anymore, so I built this tool to aid in that. Bun+OpenTUI for CLI, separate Rust binary for inde…

  10. story
  11. story
    Show HN: Tiny agentic loop with Docker sandbox

    New in mi v1.7.5: "--sandbox" runs the agent inside Docker with your current directory mounted, to contain the blast radious in case of unexpected attacks. mi Works with any OpenAI…

  12. comment
    Comment #48088958

    There was never a better time to run LLMs locally. It's just a few commands from zero till a fully working LLM homelab. ``` harbor pull unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_XL # Op…

  13. story
  14. comment
    Comment #48061970

    Thanks for the interest! Spec is essentially a set of facts + fluff. List of facts is essentially the spec minus the fluff. This was my main idea when trying this approach out. It …

  15. comment
    Comment #48061952

    Thanks! The project is dogfooded, so the most direct example is the project itself. Outside of that, I found a few things particularly useful so far: - I can seed a relatively comp…

  16. story
    Show HN: Replacing spec-driven development with just facts

    I had a lot of issues with spec-driven approaches, agents are too readily producing fluff, large projects have so many specs agents start making mistakes maintaining them. There's …

  17. comment
  18. story
  19. story
  20. comment
    Comment #47821402

    owning GGUF conversion step is good in sone circumstances, but running in fp16 is below optimal for this hardware due to low-ish bandwidth. It looks like context is set to 32k whic…

  21. comment
    Comment #47785424

    I tried, really really hard but then I realised that I essence it's a poorly written agentic coding assistant that wastes a lot of tokens antropomorphising itself while forcing me …

  22. comment
    Comment #47772000

    Changes as we speak, z.ai is the first one to show differential pricing

  23. story
  24. comment
    Comment #47751489

    After seeing a recent video from Theo, I wanted to see how far I can take a harness contained in just 30 lines of JavaScript. Turns out - far enough to be useful, it handles simple…

  25. story