home.social
  1. I've been experimenting with and . I'm trying to see if otk can use PicoGL as a back end in place of a full-fledged implementation. If it works, the otk library could be used on machines that don't support OpenGL or Mesa including systems that use .

  2. 4/5 I thought of with , but modern builds continue to increase in complexity over time. Multiple dependencies and languages are often required to build programs from source. Most Linux distributions appear to be moving away from support for older hardware.

  3. 3/5 A based system such as could be an option. It is an OS and can run on low resource hardware. However, already fills this niche.

  4. 2/5 I considered making a friendly collection of my favorite programs for . However, Windows doesn't seem to be an ideal target. Newer versions don't support older, low resource computers well. It would require users to already own a non-Free OS just to run . ReactOS is Free and Windows-compatible but it isn't designed for distro spins. Wine on Linux requires more resources than a targeted Linux distro.

  5. Another fun idea for is to play some tunes. is great for creating your own Karaoke files. ++ is a helpful midi player. What's your favorite Karoke software.

  6. @thomasadam Not thrilled that a lot of the libraries are dropping support. I prefer cross platform options and dropping one backend means less portability to environments. I'm switching my own desktop to more lightweight GUI options like and . At least those support X11 for now. also supports X11 via SDL.

  7. Does anyone know of any recipe books or forums for ? Are you a supertaster? I'm unable to find much in the way of resources. I'm considering trying to create a swap for supertasters so we can share tried and true recipes for the holidays. Anyone else interested?

  8. If anyone's interested, we have a thread going on about the new policy changes: itsfoss.community/t/android-po

  9. I'm working on building the server natively on using . I have a 32 bit version that works fine and I'm attempting to get a 64 bit version built. I know there are a few other projects like and that also have native builds of the Xorg server. I need XWin for work where I'm limited to using a Windows machine and trying to Xforward information to it. Is anyone else using XWin or interested in using an X server on Windows?

  10. Any recommendations for tutorials, examples, etc. for setting up and learning to use as a tool? Hoping to convince them to use it at work instead of a proprietary solution. Thanks.

  11. Here's a list of some of the more lightweight editors for low resource computers and editors that work well for younger age groups:
    pulkomandy.tk/projects/GrafX2
    sourceforge.net/projects/lodep
    tuxpaint.org/
    rendera.sourceforge.net/
    mtpaint.sourceforge.net/
    mtpaint.sourceforge.net/#rgbPa
    Have a favorite lightweight graphics editor for low resources computers? Please share it.

  12. I'm currently working on trying to build , and on from source. Found out it builds on Windows as well, so I'm building and testing it on AIX, Windows and Linux platforms. Would love to hear about others experiences using FreeTDS.

  13. @dff Searching the site, it looks like there was a text/#csv driver called with LGPL license. I'm not seeing the code in the latest version of unixODBC even though the driver is listed at their site. However, much older versions of unixODBC had a txt subdirectory under Drivers with the code. Wonder if anyone's using this driver and how hard it would be to get it built and working.

  14. The talk about and protocols for prompted me to write about my trials and tribulations over the years finding web browsers I can build from source and modify. So, here's a short article on my search for low resource, easy to build web browsers: lmemsm.dreamwidth.org/30709.ht

  15. @dff bard github.com/festvox/bard is a lightweight ebook reader that uses FLITE text-to-speech library to read ebooks. It supports epub, html and text files.

  16. @dff sox sourceforge.net/projects/sox/ is wonderful tool for converting audio files from one format to another

  17. @dff While it's no longer actively developed, nanosvg is still a great lightweight library for working with formats:
    github.com/memononen/nanosvg

  18. @dff pdftxt litcave.rudi.ir/ and pdfconcat are some interesting lightweight tools for working with . pdftxt uses libmupdf and can be used in conjunction with to search PDF files.

  19. @dff wkhtmltopdf wkhtmltopdf.org/ lets you create a from your /CSS documents. You can create our own PDF ebooks using it.

  20. I've been checking out how projects like -w32, and handle links in their utility programs like ln & ls. The comparison is very interesting. I really like Busybox-w32's use of hard links and how they show up with ls -i. They've done a wonderful job getting Busybox working on Windows. I'm investigating if Busybox-w32 can be used in place of msys when building projects with .

  21. I build a lot of programs from source. I've been looking into replacing on with -w32 ash and some alternatives to core utilities. I've been wanting to get rid of msys for a while and use natively built utilities that don't require Cygwin style DLLs. There are projects like and . Anyone else interested in this sort of thing?

  22. Another useful tool I almost forget to mention is wc. You'll find it on and distros. On Windows, and offer a version. There are several implementations of wc out there including versions in Busybox and Toybox. If you want to build it yourself or modify it, sbase has a straight forward version:
    git.suckless.org/sbase/file/wc
    Have a happy

  23. @[email protected] Hi Ben. I believe we've chatted by email before and I loved your Rogue Class Linux distribution. might be an interesting alternative to a GUI on . There's also Allegro as an alternative to FLTK. Nano-x used Allegro as a backend library on DOS. What languages/compilers are you using for DOS development?

  24. Wondering if anyone's interested in for older systems like and ? I really liked the distribution based on and -x with FreeDOS. I know the lead developer of XFDOS is no longer active, but it would be nice to see some development continue on this project. Is anyone else besides me interested in this sort of thing?

  25. Have several libraries that are on my list for updating build scripts. It's kind of like but cross-platform. Would be curious if anyone else builds their libraries and programs from scratch and if anyone would like to compare notes on doing so. The code I work with seldom compiles out of the box without patches. Would be nice to share steps and patches with others similar to what the BLFS project does.