Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
c6401
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
c6401
7mo ago
Logseq supports some of org mode syntax.
2.
▲
by
c6401
9mo ago
I'm mostly using this nowadays >>> subprocess.getoutput('ls')
3.
▲
by
c6401
1y ago
> Emacs on my phone sounds lovely! Meanwhile, you can use it in termux if you are on android right now.
4.
▲
by
c6401
1y ago
Logseq actually supports orgmode files on android (and desktop) in some extent, for me it works better than orgzly.
5.
▲
by
c6401
1y ago
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 started to distribute
6.
▲
by
c6401
1y ago
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 "ears"
7.
▲
by
c6401
1y ago
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 older voices sound more r
8.
▲
by
c6401
1y ago
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": clas
9.
▲
by
c6401
2y ago
> 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.
10.
▲
by
c6401
2y ago
> 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.
11.
▲
by
c6401
2y ago
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", api_
12.
▲
by
c6401
2y ago
IMO the simplest option is llamafile (it is multiplatform using "cosmopolitan" lib so should run on Windows too, but I haven't tried) wget https://huggingface.co/Mozilla/Llama-3.2-1B-Instruct-llamafi
13.
▲
by
c6401
2y ago
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)
14.
▲
by
c6401
2y ago
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, then whatever)
15.
▲
by
c6401
2y ago
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 weird, but
16.
▲
by
c6401
3y ago
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.
17.
▲
by
c6401
3y ago
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 display the result
18.
▲
by
c6401
3y ago
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 backend will wo
19.
▲
by
c6401
3y ago
Thank you for your work, awesome software. I'm wondering if there's a way to use python-fire instead of argpraser with gooey?
20.
▲
by
c6401
3y ago
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.
21.
▲
by
c6401
5y ago
I know and like this application for a long time, but I wish it worked just in python instead of jython.
22.
▲
by
c6401
5y ago
>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
23.
▲
by
c6401
5y ago
Thank you! Streaming output to aplay works pretty well for me.
24.
▲
by
c6401
5y ago
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 will probably be
25.
▲
by
c6401
5y ago
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.
26.
▲
by
c6401
5y ago
Memory B-cells, not antibodies.
27.
▲
by
c6401
5y ago
There's https://github.com/richardpenman/browsercookie . Also at least for firefox it's quite easy to implement in like 5 strings or so.
28.
▲
by
c6401
5y ago
I kind of think that the difference between electric bike and motorcycle is that electric bike ideally should be used on bike lanes within speed limit. So if the intention behind making an e-bike is to use it like a motorcycle then yes, mot
29.
▲
by
c6401
5y ago
I know that's not the purpose of mitmproxy, but wondering if it's possible to create automation scripts, like for puppeteer or export requests to curl/httpie/vscode rest client. I tried through web-interface but couldn&#
30.
▲
by
c6401
5y ago
Given it was in the US at least in December 2019 if not earlier according to the NIH retrospective serology study it doesn't seem to be completely impossible. https://www.nih.gov/news-events/news-releases/nih-
More ›