Even the first one - Qwen added extra details in the background sure. But he Pelican itself is a stork with a bent beak and it's feet is cut off it's legs. While impressive for a local model, I don't think it's a winner.
I think people are finding ways to either enable “pro” features and at least find the right extension points to implement them easily with LLMs. Security is window dressing.
Does Europe and America really call the summer solstice the “start” of summer. Wow.
In India our summer holidays start at the end of March and finish in the start of June. That’s usually our hottest months too. And a lot of our regional “New Year” calendar’s and related festivals are on April 14th and can probably be considered the start of summer.
Hottest day of the year in the US varies by 3 months from California to Texas, which is only about half the width of the country. I would imagine the region you're in has a different hottest day of the year from say Kashmir or your neighbor Sri Lanka.
I don't know whether to call it a corner case or not, but I was pretty easily able to find this one (based on my own experience – the peak temperature in the East Bay has always felt very late in the year): https://weatherspark.com/compare/y/541~3268/Comparison-of-th...
Probably depends on where you are, etc., but as an European, I was taught in school two ways of splitting the year up into seasons: calendar/astrological and meteorological. Calendar split is based on solstices and equinoxes (21st March, 21st June, ...), whereas meteorological is based on month start (1st March, 1st June, ...). They use this also in weather reports, for example, where on 1st March they would add "Today starts meteorological spring" and on 21st March "Today starts calendar spring".
> It would call a custom API I had set up that adds items to my TODO list
You can use anything to call this API right? I have multiple iPhone shortcut that does this. Heck, I think you can even use Siri to trigger the shortcut and make it a voice command (a bit unsure, it’s been a while since I played with voice)
The API is on my home PC and not exposed to the outside world. Only OpenClaw via Telegram was. So my question is about the infrastructure:
How do I communicate with something at home (it could be the API directly) using a messaging app like Telegram? I definitely want an LLM in the mix. I want to casually tell it what my TODO is, and have it:
- Craft it into a concise TODO headline
- Craft a detailed summary
- Call the API with the above two.
I'm not asking in the abstract. What specific tools/technologies should I use?
Expose the API to the outside world using tailscale. Run your telegram bot on n8n or windmill.dev. You can absolutely use an LLM, both n8n and windmill.dev support AI agentic workflows. google "n8n LLM telegram bot" and you'll find tons of examples.
I agree. One of the strangest things I found was “in-built” support for a things like TailwindCSS. The LSP starts showing warning in all HTML/TSX files and confuses me to no end. I know, I can turn it off with the setting, but the choice seems so confusing. Tailwind is just one of the thousands of CSS libraries. Why enable it without any mention in the codebase.
I have actually ditched PyCharm for the snappiness of Zed. But the paper cuts are really adding up.
Who are you people? 4 pivots and still going with "no tests" -> "tests first" rewrites. I mean, people say tech jobs are on down trend, projects are drying. And then there is this. I just can't make sense.
I have done the same multiple times. But for the last 3 months or so. I haven’t touched anything else (well nvim for quick code browsing, but not as editor). I think that might be around the time they fixed the font rendering on Linux.
It’s good. Launches from anywhere from cli with just ‘zed .’ (No logs and artifacts that hold up the terminal). Multiple instances without worry (unlike PyCharm I used before).
It’s good to the point I keep checking to see if there is a “pro” plan, but there isn’t. They just have AI subscriptions.
reply