HN user

raajg

173 karma
Posts2
Comments51
View on HN

Telegram -> 1 Group/agent -> OpenClaw running on an old laptop

Using it for journaling and capturing ideas. Previous workflow as iPhone Memos. Now it's

voice message -> openclaw -> transcribe using parakeet -> git repo

I think that local search, retrieval, and filing will become much easier with LLMs.

There are already tools and products in the market that allow you to rename and organize files. I believe this is the future.

We have developed various systems over decades, but I anticipate with LLMs it'll be so easy to file and retrieve things that we won't even have to think about it.

looks promising, but after looking at the website I'm yearning to learn more about it! How does it compare to alternatives? What's the performance like? There isn't enough to push me to stop using ChatGPT and use this instead. Offline is good, but to get users at scale there has to be a compelling reason to shift. I don't think that offline capabilities are going to be enough to get significant number of users.

Another tip, I try out a new chat interface to LLMs almost every week and they're free to use initially. There isn't a compelling reason for me to spend $10 from the get to for a use case that I'm not sure about yet.

Been 4 months and I'm pretty happy with the following setup: PiHole + RaspberryPi + Tailscale

With Pihole running on a tailnet all my devices use it by default as long as they're on the same tailnet. That way I have seamless ad-blocking even when I'm on cellular data or my friends' wifi networks.

For someone unexperienced with ESP32 but wanting to dip your toes, I'd highly recommend M5Stack - https://m5stack.com/ . No affiliation whatsoever, but I started playing with some basic boards last year for the first time and the the tiny devices they build have so many different sensors, transmitters, etc that you can start with a lot of early experiments just using a single device and a USB-C cable.

I don't see how 'Tesla' is not top of the list here. For the 'Trouble Areas' I suspected they're normalizing over the 'length of ownership' which would bias the scores towards older car companies.

Dear Google, you've burned me so many times after I've fallen in love with your products. I have experienced the cold sting of disappointment far too many times. When you abruptly discontinue services like Google Buzz and Google Reader, you leave me stranded with no reasonable alternatives. This pattern of abandonment has plagued our relationship, instilling in me a sense of apprehension each time you introduce a new product.

I've tried so many different stacks over the years but I always ended up in the same cycle:

- Spend a lot of time finalizing the stack

- Spend a lot of time styling the new blog

- Migrate some of the posts from the old stack to the new stack

- Write a 1-2 new posts in the new blog

- Stop writing

- After a few months, I come back to writing a post and realize there are dependencies to upgrade, scripts to run, and what not. I give up for at least a year.

After 10 years of having gone into this cycle over and over again, I'm currently using the following setup:

- IA Writer -> Gitlab -> Cloudflare pages

To write a new post, I just have to create a new file in IA Writer and save it. That's all.

A bare bones shell script blog.sh converts markdown into HTML (locally on my mac), invokes git push to Gitlab. And there's a 'Pages' project in Cloudflare which listens to changes to my Gitlab repo, and just statically publishes whatever's in the 'site' directory.

I've written more posts in this new stack than ever before. And I think the best part is that I just need to 'create new file' and 'save'.

Came across the magazine for the first time and really liking the presentation, typeface and feature like saving highlights. Clean interface too!

Coincidentally started reading Solaris 2 weeks ago. About 60% in and really enjoying it. Love stories with novel sci-fi ideas and this one tackles a pretty interesting one. Would appreciate recommendations by the same author or other stories.

Other stories that I really liked because I had not thought about those ideas before are: Diaspora (Greg Egan), Permutation City (Greg Egan), Dark Universe (daniel galouye), Three Body Problem series (Cixin Liu)

ChatGPT is really good with ‘text’. So I’ve been trying to experiment with different file formats. Some notable ones:

- copy paste (emails for reservations) or type an event or multiple events and ask to convert it into ‘ical’ format. Copy output and save into file, import into you calendar

- convert natural language into json , yaml or other structured text with custom fields

Godot 4.0 Stable 3 years ago

Been using the RC build over Godot 3 and have been pleasantly surprised. There are several quality of life improvements - the biggest one being that you can set default font and just change font sizes without having to create a new theme for reach node - this is probably my most used new feature!!

Wonderful job Godot team, and huge congrats on the 4.0 release