Live data from Hacker News

Viewing profile — kmike84

kmike84

HN member
Joined
Fri, Mar 23, 2012, 10:59 PM UTC
HN karma
470
Public activity
153 items

About kmike84

My open source projects: http://github.com/kmike

Recent public activity

  1. comment
    Comment #48992757

    omlx is quite similar to LM Studio, so there are "options like LM Studio" which are open source

  2. comment
    Comment #48723763

    You care if you run it on a laptop. It's getting hot, fans are spinning, and you may want to use laptop for other things while the agent is working.

  3. comment
    Comment #48503577

    I do have this experience. I've used Claude Code (with Opus mostly), and then switched to opencode (mostly with Kimi 2.6) for my personal projects; it's based on a couple months of…

  4. comment
    Comment #48457911

    Go for it! It's very satisfying :)

  5. comment
    Comment #48456914

    * plugin for Logic Pro to A/B mix with reference tracks, with ai-based stem splitter (e.g. isolate vocals in ref track, and compare with your vocal track) * plugin for Logic Pro to…

  6. comment
    Comment #46503239

    I'm not sure I want AI to touch me emotionally. It feels insincere and manipulative, especially when I don't know upfront if the content (music, video, text) is from another human …

  7. comment
    Comment #45388381

    > whereas the best engines average 99.something%? To compute accuracy, you compare the moves which are made during the game with the best moves suggested by the engine. So, the eng…

  8. comment
    Comment #40274939

    I think he/she is reacting mostly to this quote from the article, not to the main article topic: > I have a good answer: my job is to double our value-add capacity over the next th…

  9. comment
    Comment #39730072

    The URL parsing in httpx is rfc3986, which is not the same as WHATWG URL living standard. rfc3986 may reject URLs which browsers accept, or it can handle them in a different way. W…

  10. comment
    Comment #39729950

    A great initiative! We need a better URL parser in Scrapy, for similar reasons. Speed and WHATWG standard compliance (i.e. do the same as web browsers) are the main things. It's po…

  11. comment
    Comment #32801267

    Exit Through the Gift Shop - an amusing documentary about somebody trying to find Banksy (a street artist), and much more, supposingly directed by Banksy himself. There is some deb…

  12. comment
  13. comment
    Comment #32335122

    The advice to use lru_cache is good. But there is an issue if lru_cache is used on methods, like in the example given in the article: 1. When lru_cache is used on a method, `self` …

  14. comment
    Comment #31414978

    Not sure about the autofocus advice; I'm pretty happy with manual focus. It requires static camera placement, and fixed distance to the person, but isn't this happening anyways? Ar…

  15. comment
    Comment #31414889

    Hm, I haven't noticed any increased latency when using a DSLR as a webcam.

  16. comment
    Comment #31414874

    As I understand, the drivers (webcam utility? not sure) are built for x86. For some reason they don't work in apps which are built for M1, so the camera only works if an app which …

  17. comment
    Comment #31414778

    Is it such a big issue? My Canon DSLR turns off every 30min, but that's only for a couple of seconds, it then turns back on. On a positive side, it's now easy to notice when 30min …

  18. comment
    Comment #26946071

    That's interesting.. We're working on web data extraction in Zyte (former Scrapinghub); we have an Automatic Extraction product ( https://docs.zyte.com/automatic-extraction-get-sta…

  19. comment
    Comment #25614883

    I'm unsure about the advice of sticking to 1440p at 27". I have a non-retina imac 27 (1440p), external LG 27" 4K USB-C monitor and a macbook pro 13 with a real "retina", and use th…

  20. comment
    Comment #24808749

    My son (4.5yo) became a huge fan of Moomin tales recently. Books, audio books, cartoons; he likes them more than super heroes these days. These tales are not only nostalgia materia…

  21. comment
    Comment #24125185

    I wouldn't consider a high number of open issues a problem on its own. All big popular projects with a history have a high number of open issues. There are some exceptions, who may…

  22. comment
    Comment #23633842

    The approach is very different from Dragnet. AutoExtract uses neural networks. CSS and HTML can only get you so far; we actually process screenshots as pixels (like humans do), it …

  23. comment
    Comment #23626035

    Firefox Reader View uses https://github.com/mozilla/readability ; if I'm not mistaken, it should be an algorithm which is similar to the one implemented in python-readability.

  24. comment
    Comment #23219489

    Not sure about fulltime career, and also about your current life circumstances; the best way may depend a lot on them. This is what worked for me: 1. University, some time after it…

  25. comment
    Comment #22854149

    The API is quite simple - you need to implement a script which takes 3 arguments, writes a result of a merge to a file, and exits with non-zero status code in case of merge error. …