Readit News logoReadit News
Xeophon commented on The Atom Project   atomproject.ai/... · Posted by u/natolambert
Xeophon · 21 days ago
Important initiave
Xeophon commented on Show HN: I automated half of my typing   github.com/eschluntz/comp... · Posted by u/eschluntz
UtopiaPunk · 2 years ago
I use a tool called "Espanso" to accomplish something similar at work. It only runs locally, so no weird data scraping issues to worry about. And it's easy to update as things changes because everything lives in a simple yml file.

https://espanso.org/

It can do simple text replacement, so I have words, phrases, and sentences I use frequently compressed into a few keyboard clicks. It can also grab what is in your clipboard, so that can be incorporated into responses, which is simple but very handy.

A simple text replacement looks like this in the yml file: - trigger: ":espanso" replace: "Hi there!"

But it can even work with a shell, which I think is amazing! For example, I have a particular task at work where I often need to insert a random number into a text document. I can have Espano run PowerShell behind the scenes to run a simple PowerShell command, and that looks something like:

  - trigger: ";rand"
    replace: " {{output}}"
    vars:
      - name: output
        type: shell
        params:
          cmd: "Get-Random -Minimum 100000"
          shell: powershell

Xeophon · 2 years ago
I love espanso. I live it over AHK as it doesn't have some obscure and hard to learn language, so I can just write some python scripts and trigger them with espanso.
Xeophon commented on ChatGPT Enterprise   openai.com/blog/introduci... · Posted by u/davidbarker
saliagato · 2 years ago
I thought that Microsoft was busy with enterprises yet OpenAI announces a product for enterprises. I have a feeling that the two do not get along
Xeophon · 2 years ago
It’s pretty interesting to see both companies copying each other. Bing Chat has GPT4 with Vision, Chat History and some other goodies whereas OpenAI extends towards B2B.
Xeophon commented on Show HN: Open-source obsidian.md sync server    · Posted by u/acheong08
echelon · 2 years ago
If Obsidian stops acheong08, I'm done with Obsidian.

I want a durable way to edit, sync, and preserve my notes, not just a pretty interface.

I'm happy to pay Obsidian for sync, but if they PM this to only one distribution channel and subsequently enshittify it, I don't want it. Stopping acheong08 would be a bad signal forewarning what's to come.

Xeophon commented on Learn as you search (and browse) using generative AI   blog.google/products/sear... · Posted by u/jonifico
skybrian · 2 years ago
“Summarize this YouTube video” (given a link) is what I’d like to see and Google could easily do when there’s a transcript, but they’d probably rather make people watch the video.

I think Kagi might do this? Any other good solutions?

Xeophon · 2 years ago
Kagi has such a feature, its called Universal Summarizer [0]

[0] https://kagi.com/summarizer/index.html?url=https%3A%2F%2Fwww...

u/Xeophon

KarmaCake day718December 4, 2022View Original