~ghost08

https://mgyar.me

~ghost08/photon

Last active 2 months ago

~ghost08/ratt

Last active 1 year, 2 months ago

~ghost08/tcell-term

Last active 2 years ago
View more

Recent activity

Re: XMPP (RFC 6120), PubSub (XEP-0060) and Atom Over XMPP (RFC 4287) 9 months ago

From Vladimir Magyar to ~ghost08/photon

Hi Schimon,

wow that interesting, didn't know that Atom can be distributed over XMPP.

I love XMPP, have my personal server (because I don't trust 
google/ms/facebook/...) and recently I've started to use mov.im, which uses PubSub.

I'll go trough your links, but how does this work? Who is publishing atom trough 
xmpp and how it could be integrated to photon?

Re: [PATCH ratt] fix: koblenz-press-releases.lua, selectors.go 1 year, 2 months ago

From Vladimír Magyar to ~ghost08/ratt

Applied, thank you sorry for taking so long

Re: Issue running photon 1 year, 4 months ago

From Vladimír Magyar to ~ghost08/photon

Some issue in the opencl init. Try to redirect the output to a file and
send it here.

	photon > /tmp/output

Re: Photon not launching on Arch Linux 1 year, 9 months ago

From Vladimír Magyar to ~ghost08/photon

This is great, that you've debugged it. But I don't know what's wrong.
When you redirect the output it should at least start with the log:

	imgproc: starting OpenCL initialization

try to install some opencl things (drivers, ocl-icd, ...)

----------------------------------
https://useplaintext.email/
pgp: https://mgyar.me/vladimir.gpg

Re: [PATCH] Use the author field on the card if it exists 1 year, 9 months ago

From Vladimír Magyar to ~ghost08/photon

Thanks, that's a good idea.

Re: release request 1 year, 10 months ago

From Vladimír Magyar to ~ghost08/photon

Version v1.0.0 released :)

https://git.sr.ht/~ghost08/photon/tree/v1.0.0

I'm really happy that my hobby project will be in the Alpine Linux repo!

Happy hacking!

On Mon Mar 27, 2023 at 4:36 AM CEST, Coco Liliace wrote:
> Hello,
>
> Thank you for the project. I like it so much I would like to put it on
> Alpine Linux's package repository. On Alpine, they usually ask the
> package to have a release instead of cloning a random git commit

Re: release request 1 year, 10 months ago

From Vladimír Magyar to ~ghost08/photon

Oh that's great news. I'll do a 1.0.0 or something. I use it like this
for a year or so, so it can be a v1.0. 

I'll let you know.

On Mon Mar 27, 2023 at 4:36 AM CEST, Coco Liliace wrote:
> Hello,
>
> Thank you for the project. I like it so much I would like to put it on
> Alpine Linux's package repository. On Alpine, they usually ask the
> package to have a release instead of cloning a random git commit
> version. Can you please make a release of photon? Then I can help put it
> into an APKBUILD file for alpine and maintain it :)
>

Re: Lua all the things! 2 years ago

From Vladimír Magyar to ~ghost08/ratt

The changes are there, now everything is in lua scripts.

- converted all the configs to lua
- docs and manpages are updated to lua

The only thing is, that the functions can run just sequentially. This
really slows down the creation of items, mainly if the functions also
fetch some data from the web. There is a async library for gopher-lua,
so maybe that could help. https://github.com/CuberL/glua-async

Meanwhile I would like everyone to test the new approach and report any
defects.

Happy hacking :)

Lua all the things! 2 years ago

From Vladimír Magyar to ~ghost08/ratt

Hi guys!

So I've been thingking about integrating the config files even more with
lua. In fact it would be beneficial to write them all in lua!

It could be better declared what every attribude is (a selector or lua
function). More flexibility in writing new confs. Using some lua LSP to
check for errors. etc

So something like this:
https://git.sr.ht/~ghost08/ratt/tree/master/item/confs/youtube-search.yml

Could look like this:

Re: [PATCH] Add config for linus.dev/posts/ 2 years ago

From Vladimír Magyar to ~ghost08/ratt

Every contribution is great. Thank you :)