Viewing profile — ricklamers
ricklamers
HN member- Joined
- Wed, Oct 21, 2015, 11:50 PM UTC
- HN karma
- 577
- Public activity
- 185 items
- HN profile
- View on Hacker News ↗
About ricklamers
Recent public activity
-
comment
Comment #45632524
Perhaps then inventors of promising ideas should make multiple attempts at popularizing their ideas if they care about association, multiple attempts at explaining why the idea is …
- story
-
comment
Comment #44944159
I have found 'Buienalarm' to be more accurate in the Netherlands, not scientifically, just anecdotally
-
comment
Comment #42273021
I want more blog posts like this: filled to the brim with useful advice. Ty pul!
- story
-
comment
Comment #40753797
FWIW I think LangChain has evolved a lot and is a nice time saver once you figure out the patterns it uses. The LangSmith observability is frankly fantastic to quickly get a sense …
-
comment
Comment #39341986
It makes no sense to estimate the total cost of the proprietary equivalent of _all_ that is currently OSS at $177M. It would be spread over at minimum thousands of companies and ea…
-
comment
Comment #38979290
I really enjoy tinkering with LLM outputs that generate code that can be executed directly. Especially the faster models like GPT-3.5 Turbo are a joy to play with.
- story
-
comment
Comment #38877680
Am I the only one surprised that the author of einops is looking for work? In an era of an AI arms race between many big labs? If you’re rolling your own networks, I’d definitely r…
-
comment
Comment #38654525
TIL. Cross-posting breaks silos
-
comment
Comment #38654392
https://github.com/PipedreamHQ/pipedream/issues/954 No I don’t think so. You probably want n8n if you’re keen on self-hosting.
-
comment
Comment #38653407
If you want good up to date resources on the applied side I’d recommend checking out https://hamel.dev/notes/
-
comment
Comment #38652748
I have to plug one of my favorite workflow automation tools that is a namesake and was fairly recently developed: https://pipedream.com/ Would definitely give it a try if you’re lo…
-
comment
Comment #38301609
Thanks! Appreciate it
-
comment
Comment #38245163
I wrote a similar thing for myself: https://github.com/ricklamers/shell-ai It currently has 882 stars and I think a few people at least are enjoying using it.
- story
-
comment
Comment #37633463
https://codingwithintelligence.com/feed.xml It has an RSS feed with full articles available. I understand your desire to limit JS.
-
comment
Comment #37626276
Great analysis on the value of collecting and curating knowledge, even without synthesizing it into "best practices." As an AI engineer I collect a lot of resources here, hoping it…
-
comment
Comment #37621693
It doesn’t even support keyword arguments yet, hard to take the Python interop seriously
-
comment
Comment #37553663
I found https://github.com/oblador/hush#does-hush-accept-or-deny-per... So neither it seems. Whatever the website does when a user doesn’t make a choice.
-
comment
Comment #37503383
Queries on https://github.com/pypa/flit/tree/main/flit_core/flit_core (omitted tests/) https://pastebin.com/qyzWm6YC https://pastebin.com/DDnDKGxd
-
comment
Comment #37468425
Please let me know if anything isn’t as expected and I’ll try to look into it
-
comment
Comment #37464534
Sweep is mentioned as attribution in multiple places a) https://github.com/definitive-io/code-indexer-loop#attributi... b) https://github.com/definitive-io/code-indexer-loop/blob/f…
-
story
Show HN: Code Indexer Loop
This is a project I recently worked on at Definitive. We’re hoping to make it easier to semantically query (changing) source code files. We’d love to see people use it as a buildin…