Posts by 6r1d@fosstodon.org
(DIR) Post #A7fzvWkx0s1dt3mcxE by 6r1d@fosstodon.org
2021-05-27T13:44:30Z
0 likes, 0 repeats
@werwolf thanks for your article!There's a tiny typo: it's not "Seppherd", but "Shepherd" instead. It's nice to see S6 init, so far I've only heard it's working well.It'll be great if you'll mention yet another modern replacement for Systemd, which seems to be active: https://github.com/Sweets/hummingbirdI wish there was more discussions about the topic, because generally, you find a distro with Systemd when you pick a VDS on a hosting.
(DIR) Post #A7gq1Nfst2c34gWfMe by 6r1d@fosstodon.org
2021-05-27T23:28:14Z
0 likes, 0 repeats
According to this issue, you can try it on Void linux: https://github.com/Sweets/hummingbird/issues/8
(DIR) Post #A863KJsXqUxJA00Ie8 by 6r1d@fosstodon.org
2021-06-09T02:29:43Z
0 likes, 0 repeats
Great news! EleutherAI's GPT-J-6B, a 6 billion parameter model trained on the Pile dataset is released.It is kinda similar to OpenAI's curie API. It is, afaik, Apache-licensed. In any case, have a look!Web Demo: https://6b.eleuther.ai/Blog post: https://arankomatsuzaki.wordpress.com/2021/06/04/gpt-j/
(DIR) Post #A86hDZ9qdWKqgeQpBQ by 6r1d@fosstodon.org
2021-06-09T10:51:59Z
0 likes, 0 repeats
@alexbuzzbee And it's not the last GPT EleutherAI will train!For your context, the prompt might be extended with details, it's not very different from making a good original GPT-3 prompt.People are actively experimenting with those in GPT-j channel of EleutherAI Discord.
(DIR) Post #A86huGH8iTy8ZnCWXo by 6r1d@fosstodon.org
2021-06-09T10:59:46Z
0 likes, 0 repeats
@alexbuzzbee If it's about Right to repair, as far as I understand, it is limited in scope, so it's easier to push.I still wish for:* FOSS being everywhere* being able to run whatever OS I want on a random computer* not having to deal with a very weird MINIX installation on some weird piece of hardware on the motherboard, especially after Snowden demonstrated how concerned we all should be
(DIR) Post #A8FtdSbMaAOxks3SYC by 6r1d@fosstodon.org
2021-06-13T21:23:37Z
0 likes, 0 repeats
Now that's scary, I had higher hopes on Brave.Thanks for warning us.
(DIR) Post #A8HoeZYc60fQA8OpNY by 6r1d@fosstodon.org
2021-06-14T19:37:02Z
1 likes, 0 repeats
@Gamercat mew indeed!
(DIR) Post #A8QQysBht9SjG5TIbQ by 6r1d@fosstodon.org
2021-06-18T15:16:02Z
1 likes, 1 repeats
Got tired while reading articles.Made a tiny thing to send text from Chrome to RHVoice. Let's call it "Something TTS".https://gist.github.com/6r1d/d21a9348d485f4e7f733a457c8873e32On one side we have a REST server, on the other side we have a Chrome plugin that adds an item into a right-click menu.Typically I would ask myself why bother, but Chrome plugins that are popular did not work for me / interrupted while reading.(It's silly, I know.)#TTS #voice #Python #chromium
(DIR) Post #A8QQyyitafZjWl2tAO by 6r1d@fosstodon.org
2021-06-18T23:23:29Z
0 likes, 0 repeats
I wonder if I am missing an API to use several languages together. For now I made this issue to track it.https://github.com/brailcom/speechd/issues/589
(DIR) Post #A8QQyylNRRYneSCs2C by 6r1d@fosstodon.org
2021-06-18T15:24:44Z
0 likes, 0 repeats
There's a source URL for a C example interacting with Speech-dispatcher service, because I definitely did not shoot myself in the foot while coding this tiny script and will never ever need to read it later to fix something.https://github.com/brailcom/speechd/blob/master/src/clients/say/say.c