Welcome to the forum, Guest

TOPIC: YACReader beta 8.0

YACReader beta 8.0 8 years 11 months ago #1272

Drybonz

Offline

Expert Boarder

Posts: 82

Thank you received: 3

Karma: 0

Luis Ángel wrote:
You can read in the iOS app remotely, so all the reading progress is kept in the server. Reading sync based on cloud is in my huge list of things to do :)

Luis, on a somewhat related note... I wanted to tell you that your mobile app is one of only a couple I have found that allows you to view cover thumbnails while browsing a remote library, and your app is, by far, the one that does it the best. I think it's a very strong feature for YacReader because it makes finding specific issues while browsing the remote library so much easier.

Just wanted to point out to anyone interested that this reader is doing something that nobody else is taking advantage of... very good stuff.
The administrator has disabled public write access.
The following user(s) said Thank You: Luis Ángel

YACReader beta 8.0 8 years 11 months ago #1273

Luis Ángel

Offline

Administrator

Posts: 2616

Thank you received: 543

Karma: 22

Drybonz wrote:
Luis Ángel wrote:
You can read in the iOS app remotely, so all the reading progress is kept in the server. Reading sync based on cloud is in my huge list of things to do :)

Luis, on a somewhat related note... I wanted to tell you that your mobile app is one of only a couple I have found that allows you to view cover thumbnails while browsing a remote library, and your app is, by far, the one that does it the best. I think it's a very strong feature for YacReader because it makes finding specific issues while browsing the remote library so much easier.

Just wanted to point out to anyone interested that this reader is doing something that nobody else is taking advantage of... very good stuff.

Thank you Drybonz :)
Contribute to the project becoming a patron: www.patreon.com/yacreader
You can also donate via Pay-Pal: www.paypal.com/donate?business=5TAMNQCDD...e=Support+YACReader\
The administrator has disabled public write access.

YACReader beta 8.0 8 years 11 months ago #1275

selmf

Offline

Developer

Posts: 631

Thank you received: 135

Karma: 18

Luis Ángel wrote:
selmf wrote:
...(I guess ;))...

you doubt me..... oh, my poor heart :'(

:cheer: :cheer: :cheer:

Sorry Luis. It's just... I dug too deep. The things you did... the decaying code, the spanish curses in the comments... I've seen things no sane programmer should ever be forced to see!!! :'(

So yes, I lost my pure, innocent and trusting programmers heart, and I've abandoned all hope to regain it... :cheer:
My answers are not necessarily official YACReader statements but mostly represent my own opinion in technical matters.
Last Edit: 8 years 11 months ago by selmf.
The administrator has disabled public write access.

YACReader beta 8.0 8 years 11 months ago #1276

Zeljko

Offline

Fresh Boarder

Posts: 10

Karma: 0

LOL. Comments are so bad? :D
The administrator has disabled public write access.

YACReader beta 8.0 8 years 11 months ago #1277

Luis Ángel

Offline

Administrator

Posts: 2616

Thank you received: 543

Karma: 22

selmf wrote:
Sorry Luis. It's just... I dug too deep. The things you did... the decaying code, the spanish curses in the comments... I've seen things no sane programmer should ever be forced to see!!! :'(

So yes, I lost my pure, innocent and trusting programmers heart, and I've abandoned all hope to regain it... :cheer:

I was tempted to moderate your post X( X(

F***ing open source code...
Contribute to the project becoming a patron: www.patreon.com/yacreader
You can also donate via Pay-Pal: www.paypal.com/donate?business=5TAMNQCDD...e=Support+YACReader\
The administrator has disabled public write access.

YACReader beta 8.0 8 years 11 months ago #1278

Zeljko

Offline

Fresh Boarder

Posts: 10

Karma: 0

Luis Ángel wrote:
selmf wrote:
Sorry Luis. It's just... I dug too deep. The things you did... the decaying code, the spanish curses in the comments... I've seen things no sane programmer should ever be forced to see!!! :'(

So yes, I lost my pure, innocent and trusting programmers heart, and I've abandoned all hope to regain it... :cheer:

I was tempted to moderate your post X( X(

F***ing open source code...

No, you should post most funny parts :D
The administrator has disabled public write access.

YACReader beta 8.0 8 years 11 months ago #1279

selmf

Offline

Developer

Posts: 631

Thank you received: 135

Karma: 18

YACReader's codebase is many years old and in the older parts of the code Luis still did his comments in spanish. So spanish comments pretty much means ancient code in YAC-terms. Luis pretty much swims like a fish in these code part's but I usually end up needing some cleanup work and the occasional rewrite of a function or two to understand what's going on or to fix a bug.
That being said, YACReadears structural design is actually pretty solid. For the current beta, I was twice forced to do some major changes to the code to get a feature done or remove some bugs. For example, the new spread page suppression feature for double pages required a complete rewrite of the double page handling code. Thanks to Luis solid implementation of general page handling, I was able to do that without too much troubles and even catched some bugs while doing it. Same goes for comic archive handling. The beta revealed a lot of problems in the archive handling code, so we had to change a lot of stuff, but the actual interface for the handling code is pretty solid. As a result, you actually *might* get a little speed improvement when opening comics in YACReader and scanning your library, but I can't promise the result of our local test runs will really show in a real world scenario.
My answers are not necessarily official YACReader statements but mostly represent my own opinion in technical matters.
The administrator has disabled public write access.
The following user(s) said Thank You: Zeljko

YACReader beta 8.0 8 years 11 months ago #1280

Zeljko

Offline

Fresh Boarder

Posts: 10

Karma: 0

That's why we are here, to help you in testing.
The administrator has disabled public write access.

YACReader beta 8.0 8 years 11 months ago #1303

Qulox

Offline

Senior Boarder

Posts: 42

Thank you received: 8

Karma: 1

So I have this issue(?)

I use one of those cheap generic USB keyboards with media keys (play/pause, next, stop, etc) and if I have the library or the reader open and on focus I can't change the songs that I'm playing, but as soon as I minimize or click on the task-bar for example the keys work again. For what I understand, the keyboards (also tried with a old PS/2 one) recognize YacReader as a media application so it tries to affect it.

Not really bothering me (just realized it was this a while ago), just seemed weird.

EDIT: It also happens when using a GOG game patcher but not with the main installer, (why computers, why? :cheer: )
Last Edit: 8 years 11 months ago by Qulox.
The administrator has disabled public write access.

YACReader beta 8.0 8 years 11 months ago #1307

Luis Ángel

Offline

Administrator

Posts: 2616

Thank you received: 543

Karma: 22

I will try to replicate this issue with my keyboard Qulox. Since YACReader catches keyboard input directly, I guess that it is blocking some events. It should be fixable, I'll see.
Contribute to the project becoming a patron: www.patreon.com/yacreader
You can also donate via Pay-Pal: www.paypal.com/donate?business=5TAMNQCDD...e=Support+YACReader\
The administrator has disabled public write access.
The following user(s) said Thank You: Qulox
Powered by Kunena Forum