Cliodynamics anyone?
HN user
dantodor
sakana fugu landed sooo loudly ... I canceled my test subscription in two days.
Been through this 3 times in the last 6 months. They're getting better. Very credible LI profiles, code looks OK if you only take a glance... The bell start ringing when they insist you to run locally their sh*t
the same way the scientists proved a while ago that trains can't go above 30 kmph because the air would flow out?
Hire competent people, give them tokens. The two axes are complementary, not competing.
chrome mcp
Is anyone able to actually use this? I've set it up in opencoder, tried a few times, at various hours. Invariably, I end up with a timeout and an error message in Chinese.
That is a very good start in sharing some level of information with their users, and kudos to the Anthropic team for doing that. However, I don't see any mention of the longstanding issue in CC of API timeout errors. And, at least for me, it's the most frustrating one.
Did as advised, went to to support page, pasted the IMEI. Result? My Pixel 6a is apparently not a Pixel 6a for Google...
Maybe I'm missing something, but going through the docs I can see how to register agents, create sessions, etc. What I don't see is a "minor" thing, how can I store a memory and how I can query the server for memories. What am I missing?
Have you ever tried to use it? Because I fought for about 2 months with both Google and Microsoft, trying to self-host my mail server, to no success. The only answer was amongst the lines 'your server has not enough reputation'. Even though perfectly configured, DKIM, DMARC, etc. Now imagine a business not being able to send a message to anyone hosted on Gmail or Outlook, probably 80-90 percents of the companies out there.
Chrome on MacBook, reports certificate can't be trusted.
Gemini for sure, in my experience. I asked 2.5 (presumably the most advanced in the known Universe) to write some code. First it came back with suggestions on HOW to write that code. Asked again. He wrote some, but from 4 functions implemented, 2 were just comments explaining again how to implement that function. Notable mention, one of them was supposed to call the Gemini API. Everything Python, nothing fancy. Took me like 6 rounds of back and forth until I got some very basic structure... So, no vibe coding with Gemini for me.
First, I would recommend to add some pricing guidelines, I presume the service won't be free. I would not expect definitive commitments, but will it be o1-pro pricing or Deepseek pricing? Second, tried to sign up with my google account, google said app was blocked because it tried to access sensitive information. So...
Try to use QWen. There has been a paper later that shows the influence of pre-training on the bump they get via RL.
Once you have the OpenAPI specs, you can build an MCP server on top of that. Automatically. You don't have them ? There's MITM2Swagger[0] that will do it's best to infer it. Probably you'll need some manual adjustments, but still. And MCP servers can now be integrated with any LLM, not only Anthropic. While I appreciate your approach, how do you fight the MCPs?
OpenObserve
The repo gives 404?
Look for prof. Seyfried videos on youtube about GBM and his protocol.
Those are the most obvious and easy to spot signs. Metabolic syndrome is dysfunction at the mitochondrial level.
FWIW, I've had something very similar in my head like 4 years ago :) https://medium.com/@dantodor/collapsible-logging-567aa2abf82...
Right... "low level professor with pro-Russian leanings". Dude was even proposed to be the prime minister of Romania at one point in time, was member of the government, and some other things in between.
Here's just one example https://www.ohchr.org/en/special-procedures/sr-toxics-and-hu...
I do NOT endorse him at all, I disdain his ideas, but what they're doing is exactly what they're accusing the other part of... So please spare me..
I still remember my gateway to Elixir, Dave Thomas' book on pragprog. And then his course. And I still remember how intrigued I was by the sentiments expressed by Dave, bringing back the joy of writing code. Which I see echoed in many comments here, and to whom I fully subscribe. Congratulations to Chris, Jose and team!
Interesting approach, would love to see a comparison with Typesense
It looks awfully similar to nano graphrag, but I fail to see any credits to it.
FWIW, I'm using ro-api atm for that.
Question: is it possible to use BemiDB in ... don't know how to spell it, maybe read-only mode? And by that I mean one Bemi instance that is connected to postgres source, and others that use the produced Iceberg tables to answer queries? Poor man's scalability of the query engine :) ... I would also imagine having an instance that is write-only (reads from postgres and produces the Iceberg tables) and one or many query-only engines. Other than that, great work, will definitely start using it!
Looks pretty exciting, congrats. For looking at the intro video and skimming through the documentation, I think I mostly understood what it does and how it works. What I don't understand is the endpoint: can I show the dashboards to an end-user? Does it builds a website, or its usage is limited inside VS Code?
Installed it, ran it once, found no way to close the app but phone reboot. True, old one, Pixel 3. Next step, uninstall. Pretty neat idea though.
Not very sure, but actors kinda make sense in multi-threaded environments, so you can forget about Node and Python. In Go, you can replace easily actors with goroutines and channels.