~ghost08

https://mgyar.me

~ghost08/ratt

Last active 2 hours ago

~ghost08/photon

Last active 29 days ago

~ghost08/tcell-term

Last active 1 year, 2 months ago
View more

Recent activity

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

From Vladimír Magyar to ~ghost08/ratt

Applied, thank you sorry for taking so long

Re: Issue running photon 2 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 6 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 6 months ago

From Vladimír Magyar to ~ghost08/photon

Thanks, that's a good idea.

Re: release request 8 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 8 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! 10 months 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! 1 year, 1 month 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/ 1 year, 1 month ago

From Vladimír Magyar to ~ghost08/ratt

Every contribution is great. Thank you :)

Re: wayland+photon issue 1 year, 1 month ago

From Vladimír Magyar to ~ghost08/photon

So the latest version has some logs added. Try to run photon with
redirecting the output to some file
	
	photon > photon.log

Also ensure that you have the opencl and ocl-icd things installed. It is
segfaults, send the log here plz.