Logseq supports some of org mode syntax.
I'm mostly using this nowadays >>> subprocess.getoutput('ls')
> Emacs on my phone sounds lovely! Meanwhile, you can use it in termux if you are on android right now.
Logseq actually supports orgmode files on android (and desktop) in some extent, for me it works better than orgzly.
I mean the pandemic was not too long ago, a lot of us actually remember the accessible treatments back then. First they discovered steroids like prednisolone which were useful only for heavily sick patients, then they…
Thank you for the answers. Even I'm not new to TTS usage, overall, this feels a bit like cyberpunk for me, like a neural interface that can provide you information as fast as you can consume it, not just how fast your…
Really liked the article. The interesting part for me was that you can recognize synthetic voice much faster than human speech. Is there a specific voice you are using for 800wpm or it can be any TTS? Also, I think…
JS used to have those, now they are deprecated though: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... so it settled on having this syntax for similar cases using "Symbol": class Foo {…
> I won't buy anything made in US and sold here anymore. Not to counter the argument, but just if I would consider doing the same. What to do with laptops - Apple (silicon), Intel, AMD and Qualcomm are all US companies.
> I use orgzly A couple of alternative options, none of which are perfect, are using Termux with installed Emacs or Logseq, which supports org-mode syntax for files.
It has a webui, but this is how I use it from python (sorry I like python, but similar connection method should work from the other langs too). ai = openai.AsyncOpenAI(base_url="http://localhost:8080/v1",…
IMO the simplest option is llamafile (it is multiplatform using "cosmopolitan" lib so should run on Windows too, but I haven't tried) wget…
I hanen't touched Django in some time, but something like this should work: from django.db import models from django.db import connection class MyModel(models.Model): name = models.CharField(max_length=255) class Meta:…
Additionally to the provided answers: if sanity_check(): variable = something() variable = sanity_check() and something (but the standard python two line way is more readable unless it's a throwaway single use code,…
For my personal needs, when it's not used as a build system but for collecting some shell functions in a file, I've completely switched to a combination of xonsh/python-fire and never looked back. Xonsh looks a bit…
You might want to try to send ctrl+c (using something like xdotool or ydotool) to the app to copy the current selection to the clipboard and then to extract clipboard contents to use it in a script.
So one of the ways how it can be done is: In linux (at least in gnome) it's possible to bind any app or script to a custom global hotkey, plus xclip has access to the currently selected text and zenity can be used to…
It's not a 100% match for the requirements but I use miniflux for that. It does have a very basic interface that I never use. But it supports a number of API protocols, so probably most of the clients that supports some…
Thank you for your work, awesome software. I'm wondering if there's a way to use python-fire instead of argpraser with gooey?
Interesting. Have you tried using sshd in termux to connect to android through ssh instead of some of your steps? I think am works in termux but I haven't tried it there.
I know and like this application for a long time, but I wish it worked just in python instead of jython.
>In fact, just looking at ProtonDB...6 out of the top 10 games are 'borked' on Linux. You have a point but also if you switch the type of games there from "All Games" to "Single Player", situation changes a lot. So I'd…
Thank you! Streaming output to aplay works pretty well for me.
It's super awesome. Just wondering if it can simultaneously use play-command to play sample and in the same time render the next to eliminate pauses? Also wondering if it can work through spd-say (speech dispatcher). I…
I like "ek", but I'm not a native speaker, so my preference for British English voice might not be the same as for anglophones.
Logseq supports some of org mode syntax.
I'm mostly using this nowadays >>> subprocess.getoutput('ls')
> Emacs on my phone sounds lovely! Meanwhile, you can use it in termux if you are on android right now.
Logseq actually supports orgmode files on android (and desktop) in some extent, for me it works better than orgzly.
I mean the pandemic was not too long ago, a lot of us actually remember the accessible treatments back then. First they discovered steroids like prednisolone which were useful only for heavily sick patients, then they…
Thank you for the answers. Even I'm not new to TTS usage, overall, this feels a bit like cyberpunk for me, like a neural interface that can provide you information as fast as you can consume it, not just how fast your…
Really liked the article. The interesting part for me was that you can recognize synthetic voice much faster than human speech. Is there a specific voice you are using for 800wpm or it can be any TTS? Also, I think…
JS used to have those, now they are deprecated though: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... so it settled on having this syntax for similar cases using "Symbol": class Foo {…
> I won't buy anything made in US and sold here anymore. Not to counter the argument, but just if I would consider doing the same. What to do with laptops - Apple (silicon), Intel, AMD and Qualcomm are all US companies.
> I use orgzly A couple of alternative options, none of which are perfect, are using Termux with installed Emacs or Logseq, which supports org-mode syntax for files.
It has a webui, but this is how I use it from python (sorry I like python, but similar connection method should work from the other langs too). ai = openai.AsyncOpenAI(base_url="http://localhost:8080/v1",…
IMO the simplest option is llamafile (it is multiplatform using "cosmopolitan" lib so should run on Windows too, but I haven't tried) wget…
I hanen't touched Django in some time, but something like this should work: from django.db import models from django.db import connection class MyModel(models.Model): name = models.CharField(max_length=255) class Meta:…
Additionally to the provided answers: if sanity_check(): variable = something() variable = sanity_check() and something (but the standard python two line way is more readable unless it's a throwaway single use code,…
For my personal needs, when it's not used as a build system but for collecting some shell functions in a file, I've completely switched to a combination of xonsh/python-fire and never looked back. Xonsh looks a bit…
You might want to try to send ctrl+c (using something like xdotool or ydotool) to the app to copy the current selection to the clipboard and then to extract clipboard contents to use it in a script.
So one of the ways how it can be done is: In linux (at least in gnome) it's possible to bind any app or script to a custom global hotkey, plus xclip has access to the currently selected text and zenity can be used to…
It's not a 100% match for the requirements but I use miniflux for that. It does have a very basic interface that I never use. But it supports a number of API protocols, so probably most of the clients that supports some…
Thank you for your work, awesome software. I'm wondering if there's a way to use python-fire instead of argpraser with gooey?
Interesting. Have you tried using sshd in termux to connect to android through ssh instead of some of your steps? I think am works in termux but I haven't tried it there.
I know and like this application for a long time, but I wish it worked just in python instead of jython.
>In fact, just looking at ProtonDB...6 out of the top 10 games are 'borked' on Linux. You have a point but also if you switch the type of games there from "All Games" to "Single Player", situation changes a lot. So I'd…
Thank you! Streaming output to aplay works pretty well for me.
It's super awesome. Just wondering if it can simultaneously use play-command to play sample and in the same time render the next to eliminate pauses? Also wondering if it can work through spd-say (speech dispatcher). I…
I like "ek", but I'm not a native speaker, so my preference for British English voice might not be the same as for anglophones.