On Wed, 16 Feb 2022 12:37:57 +1100
"Ali Linx (amjjawad)" wrote:
> During the day, because it is too sunny outside, I need to increase the
> brightness so I can see clearly.
>
> When it is night time, I decrease the brightness so the light of the screen
> won't hurt my eyes.
>
> I was wondering a
On Tue, July 28, 2020 2:08 am, Ali Linx (amjjawad) wrote:
> If you like IRC, Slack is the much better version of IRC. Even better, it
> has tons of super great features.
>
> If Slack is not a good idea, could you come up with a better alternative?
>
>
> While I'm not against what Richard Stallman
On Sat, July 25, 2020 4:40 pm, Israel Dahl wrote:
> That website looks interesting, I wish there was more information easily
> available on their site. They have a pretty good sized group of
> programmers, too!
They're github link is to:
https://github.com/fascodenet
Didn't see much in the Seren
On Wed, July 22, 2020 10:56 am, Israel Dahl wrote:
> I know TTS (and vice versa) is spotty. TTS options like espeak are ok,
> and have huge capability but the Speech to Text is, as you say. Though
> I think Mozilla is working on something in that realm, IIRC.
Mozilla is working on DeepSpeech
On Wed, July 22, 2020 12:20 am, Paul Sutton wrote:
> So we have some text to speech support what about OCR support if that is
> more mature, what about building that in, with OCR it also should support
> pictures
Tesseract comes to mind for OCR. There are others too, but none of them
seem to ma
On Tue, July 21, 2020 9:42 am, Israel Dahl wrote:
> Yeah, so lets focus on the operating system, if we cannot control
> upstream kernel choices. Lets support it until we cannot. I think going
> forward we need to at least think mobile application support (build in
> screen size adjustment). This
On Tue, July 21, 2020 9:42 am, Israel Dahl wrote:
> Yeah, so lets focus on the operating system, if we cannot control
> upstream kernel choices. Lets support it until we cannot. I think going
> forward we need to at least think mobile application support (build in
> screen size adjustment). This
On Tue, July 21, 2020 7:24 am, Israel Dahl wrote:
> My main question is going to be, what architectures?
>
>
> Mobile is the newest low-spec ubiquitous computer everyone uses. How do
> we support cheap computing easiest? Mobile, is pretty much the only answer
> to that. And most mobile OS are no
On Mon, July 20, 2020 7:34 am, Paul Sutton wrote:
> In terms of chat systems, is there no reason why we can't simply use
> IRC at a set time, it means we can just type and not worry about
> getting things such as headphones, microphones and web cams all working.
IRC is good. Have some problems
Do we have some kind of roadmap or goal list of what projects we want to
work on next for ToriOS?
--
Mailing list: https://launchpad.net/~torios
Post to : torios@lists.launchpad.net
Unsubscribe : https://launchpad.net/~torios
More help : https://help.launchpad.net/ListHelp
Some options for quick scripted application development include the usual
dialog/xdialog and bash route. dialog can be built using pdcurses and can
work with any backend pdcurses works with. That means you could
potentially use it with Wayland/SDL. There are several GTK based
dialog-like solutio
On Mon, July 6, 2020 8:42 am, Israel Dahl wrote:
> I would like to see FLTK begin to work on other things beside X11. What
> do you think about use here? I think being able to consider the eventual
> mobile device trash heap will need repurposed, and those types of devices
> AFAIK benefit from th
On Thu, July 2, 2020 2:07 pm, Israel Dahl wrote:
> @Laura thanks for wanting to help! I think our goals overlap well, and
> could do with more hands on deck. My main goal for ToriOS is to make
> things easy to use, and look fairly nice on as old of hardware as
> possible.
I'm still working on/tr
On Wed, July 1, 2020 11:14 pm, Ali Linx (amjjawad) wrote:
> I have some ideas for the future of ToriOS. Before I share what I have, I
> just want to know who is willing to invest sometime into the project?
> otherwise, it would be pointless to share ideas that will remain only
> ideas without a re
Linux Questions is running their annual polls. If you want to vote in
them, now's the time. Maybe we can ask to get ToriOS listed in the polls
for next year. There's a section where you can write in your favorite
distributions and I mentioned ToriOS there.
https://www.linuxquestions.org/questio
I keep running across blog posts on the top Linux distributions for older
computers and the top lightweight distributions and similar topics. They
usually have comment sections open for people to post. There are also
some forums that have similar discussion threads. Think it would be great
if To
On Mon, May 13, 2019 12:23 am, Paul Sutton wrote:
> lets discuss further and look at other examples, I am sure there were two
> links for this, I just posted the fedora one but I wonder if there are
> other projects with similar tools,
With the link you sent, took me a while to get to C/C++ progra
On Thu, May 9, 2019 12:03 am, Paul Sutton wrote:
>
> The contributor shortage to free software overall is really holding
> things back,
>
> I found this on the Debian users list
>
>
> https://whatcanidoforfedora.org/en#designexclamation
>
>
> Maybe we need something similar to help with recruitment
On Sun, March 24, 2019 6:03 am, Israel wrote:
> Rendera is one that I you sent me that I really like, as well. I think
> with a few tweaks it would be even more solid.
I like it too. Sometimes use it to get the RGB color number from a
picture of a screenshot using the eye dropper. Didn't have m
On Sat, March 16, 2019 6:37 am, Israel wrote:
> I am always looking for light weight alternatives to GIMP (I like GIMP,
> but it is really heavy for what I usually use it for).
Me too.
> Did you modify anything? I know you like to modify makefiles (and
> sometimes source) to suit your needs and
Just found out about a graphics editor. Seems fairly lightweight. It's
called LodePaint ( https://sourceforge.net/projects/lodepaint/ ).
Dependencies include SDL 1.2.x and OpenGL. Don't know if anyone else has
heard of it, but was surprised I had not run across it before now. It's
not that act
As usual, I'm still looking for interesting lightweight, portable
applications. I just ran across a lightweight, highly portable GUI. It's
called nuklear. It runs using SDL or other options as a backend. Found a
list of some applications people are working on with it here:
https://github.com/vu
On Mon, August 13, 2018 6:47 am, Israel wrote:
> I actually decided to just make a text editor, the way I wanted it to
> work. So far I have a working editor that has a tabbed interface
> (important
> for small screens, I think) but have not fully implemented the Syntax
> highlighting. I had to rei
On Tue, August 7, 2018 6:25 am, Israel wrote:
> yeah I looked at his editor, and it is the tutorial from FLTK just
> modified slightly. But as it is it wouldn't compile. I guess I could do
> the same, and make a text editor using the code form the Tutorial as well.
Don't know if that's what I tr
On Sun, August 5, 2018 6:20 pm, Israel wrote:
> Does picaxo perform the same minimal functions that a program like
> lximage does?
picaxo is extremely minimal but very fast. Should handle any image
formats that sdl_image does. It does a few basic things like rotate an
image. There are at least
On Sat, August 4, 2018 8:47 am, Israel wrote:
> Absolutely! We'd love to have your help in any way possible! I also
> look forward to the future FLTK version (SVG support is built in!!).
They're using nanosvg. So is SDL_image. I tried several lightweight SVG
libraries and nanosvg seemed like t
On Wed, August 1, 2018 1:37 pm, Israel wrote:
> Also, Faraco (one of our occasional contributors in many areas) has
> discussed reworking our programs to use FLTK only, rather than GTK (zenity
> dialogs). This will take a lot of thought and planning. We are also
> discussing finishing the GTK th
LinuxQuestions is taking nominees for their 2017 awards. If you want to
help nominate ToriOS or any of the projects from ToriOS, now would be a
good time to post on their forum and let them know what we'd like to see
added.
This is what they wrote:
"Nominees for the 2017 LinuxQuestions.org Mem
Nio wrote:
>I think you will be very welcome in our small ToriOS community :-)
Thanks. That sounds great.
Israel wrote:
> We have stuff on both github and launchpad. I'm Israel- on github
I did see your github archive. Liked your FLTK applications there. One
of the things that looked interes
I ran across a description of ToriOS during a search for something else.
The description of the ToriOS distribution sounded really intriguing.
Would like to find out more about it. I'm currently running Debian on my
desktop computer. I'm very interested in lightweight applications that do
one t
30 matches
Mail list logo