Live data from Hacker News

Viewing profile — skvark

skvark

HN member
Joined
Sun, Sep 11, 2016, 7:24 PM UTC
HN karma
24
Public activity
21 items

About skvark

Currently working on https://githits.com/

Co-founder of https://softlandia.com/

Creator and long-time maintainer of the popular opencv-python package before I agreed to move the project to the official OpenCV org in 2021.

Lately have been doing mostly Python, TypeScript, React and Azure, but I have written a fair share of C#/.NET, Go, C, C++ and even PHP as well in the past.

Other things I like: programming in general, space, rockets, growing chili peppers

Tweets at @skvark.

Recent public activity

  1. story
    Show HN: GitHits Public Beta 0.9

    Hi HN, I’m Olli-Pekka, co-founder of GitHits (and the creator of opencv-python package). GitHits is a CLI and local MCP server that gives coding agents access to the open-source co…

  2. comment
    Comment #48525581

    Having a separate planning / research phase helps with this. Make the LLM curate a plan by gathering internal and external context. Then execute the plan in another fresh session. …

  3. comment
    Comment #46485960

    I think most relevant data that provides best answers lives in GitHub. Sometimes in code, sometimes in issues or discussions. Many libs have their docs there as well. But the infor…

  4. comment
    Comment #46118507

    The main reason is that most real blockers are tied to a specific language ecosystem. Even if the high-level ideas transfer across languages, the actual fix usually depends on the …

  5. comment
    Comment #46109936

    Thanks! While those languages are not yet "officially" supported, GitHits works with them as well. The results might not be that good as with the ones I have enabled officially sin…

  6. story
    Show HN: GitHits – Code example engine for AI agents and devs (Private Beta)

    It has been almost 10 years since I started the opencv-python packaging project. Scaling it to more than 100 million downloads as a side project showed me how much ease of installa…

  7. story
  8. story
  9. story
  10. comment
    Comment #27134299

    Many projects are dropping support for old Python versions very fast. It's not surprising given the history of the Python 2 -> 3 transition. No one wants to end up in that situatio…

  11. comment
    Comment #27013824

    I have currently Sony XA2 with Sailfish OS. Just ordered Xperia 10 II so I have it ready when they publish the official version for it. I have been using Sailfish as my daily drive…

  12. comment
    Comment #26698861

    There exists also a Finnish mini series called "The Hobbits" (1993): https://www.youtube.com/watch?v=kHFKdgjEugs

  13. comment
    Comment #26580283

    RTK Query looks great, I'll check it out.

  14. comment
    Comment #26577804

    Redux Toolkit is great and removes most of the usual Redux boilerplate which seems to be the most often used argument against Redux. Additionally, I usually use a function which us…

  15. story
  16. comment
    Comment #24762997

    Azure Function App development experience is indeed pretty nice at least when using .NET Core. There are some issues, like loading secrets to the local dev environment from Key Vau…

  17. comment
    Comment #24364977

    If the Falcon 9 landings feel mundane, I would recommend to follow Starship development. Starship SN6 might do a 150 meter hop later today: https://www.youtube.com/watch?v=Ky5l9Zxs…

  18. comment
    Comment #19955457

    It was announced in 2017 that China was investing in its own mobile OS based on Sailfish OS ( http://www.goodnewsfinland.com/jolla-goes-full-steam-ahead-i... ). I don't know what's…

  19. comment
    Comment #18901852

    There is Sailfish OS ( https://sailfishos.org/ ). It's a GNU/Linux and has true multitasking.

  20. comment
    Comment #16847093

    iPhone X introduced very similar gestures as seen on Sailfish OS ( https://support.apple.com/en-us/HT208204 ). They might be a bit alien at first, but once you get used to them, th…

  21. comment
    Comment #12475218

    Python's packaging system was and is still sometimes somewhat broken. However, it's getting better: compilation related issues are rarer nowadays thanks to the wheel pre-built pack…