What are you working on? - Programming On Unix
Users browsing this thread: 6 Guest(s)
|
|||
|
|||
Getting back on the touchscreen program. Decided to use straight up xlib instead of Tk. Kivy might've been able to work, but I don't feel like going through all that documentation. Plus I feel like Kivy is gonna be used once, while I'm gonna be using xlib a lot more (unless everything starts going to wayland).
Also fixed my new kernel (4.9.6). The disks were going crazy cause i set debugging on. The kernel log was over 50MB of just plain text! Also got my new game controller working (logitech f310). |
|||
|
|||
@jvarg,
you could also look at using the nix package manager. that will allow you to have those libs and such installed separately from the system, even having different versions installed. http://nixos.org/nix/ |
|||
|
|||
@robotchaos
thanks for the hint, haven't heard of nix before and will look into it, the idea is really nice! but one nice "container-feature" that i use atm is: i can easily give away my solution/running config to the next guy or deploy it to a server (when there is a lot of stuff to process). I think nix would be great for my private development setup |
|||
|
|||
I'm working on (or worked on?) a script that converts songs from my collection concurrently to mp3, while preserving the original directory structure. It stores a list of songs in a file, complete with full paths to be able to determine the folder structure of the original music folder. Then, everything is converted concurrently with ffmpeg through GNU Parallel.
This is the code I came up with, and this is the result after running the script. |
|||
|
|||
I am definitely feeling quite productive.
After a 1 1/2 month break, I pulled myself together, and rewrote my manpages in mdoc, structured the READMEs, rewrote treat (https://github.com/pranomostro/treat) in C and continued my pull requests to c-toxcore. I've still got a lot to do, but I'm getting stuff done. |
|||
|
|||
I noticed today that the Arch Linux forums won't let me register if I don't have access to a Linux machine.
I solved that. (Blah, blah, PHP. Sorry, I was in a hurry.) -- <mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen |
|||
|
|||
nice work jkl.
me, i'm barely strapping on my c-legs, having a great time |
|||
|
|||
I either over-engineered my dotfiles or under-engineered a package manager: http://github.com/josuah/etc
|
|||
|
|||
Finally dragged myself away from bspwm, which I never found any interest in to config. I first tried herbstluftwm and enjoyed the defaults, but then figured I'd try xmonad just for the sake of it (I had plans to try Haskell, anyway) and I will defenitely sink some time into setting up xmonad.hs to my liking. I think the design of having a master window is great, and writing the config in a statically typed language feels much better than writing a script (disclaimer: I'm biased).
I also found a screencast of Ethan Schoonover's setup <https://github.com/altercation/dotfiles-tilingwm>, which I plan to steal a lot of features from. Perhaps now I can create something that utilizes the hammerhead setup (two vertical monitors on the side of a bigger horizontal monitor) completely. |
|||
|
|||
Still working on KBSecret: https://github.com/woodruffw/kbsecret
I'd like to do a 1.0 release pretty soon, but there are some major components that probably need to be refactored first. |
|||
|
|||
I've been working on something Gopher-y in C with IUP. It might or might not work on *ix. I have a number of TODOs to solve yet (including "try to build and run on *ix"), but I plan to have a release in 2017. I'll try to upload it to the nixers git when the most obvious problems are ironed out.
edit: less than one MiB of statically linked binary code on Windows 10. Take that, Javascript! -- <mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen |
|||
|
|||
I'm working on getting an old Sun Ultra 5 workstation up and running. See here: https://en.wikipedia.org/wiki/Ultra_5/10 if you don't know of it.
I have no monitor, mouse or keyboard right now, so I basically can't do anything with it. I got some serial cables and a Sun keyboard and mouse for cheap on eBay, hopefully when I get those I can get something working. It has CD, floppy drives and an Ethernet port, so it shouldn't be too hard to get it working (if everything works) once I have a serial cable and can use my laptop as a terminal. Believe it or not, my old laptop has a serial port. I might pick up a monitor that works at a garage sale at some point, so I can use X, but performance will probably be lacking. I remember it having Solaris on it, I don't remember the CPU frequency (could be anywhere from like 200-400 MHz). I plan to play around with Solaris but ultimately install OpenBSD on it and use it for testing ports: the byte order on sparc64 is reversed, and there are a few platform quirks that makes it good for catching assumptions. Everyone nowadays seems to assume they're on a GNU, Linux, amd64, relatively new, fast PC with lots of RAM. Expect me to send you patches to fix your software on OpenBSD/sparc64 :) |
|||
|
|||
I started learning python. As a side-project i'm looking into creating a raspberry pi powered nas for home usage.
|
|||
|
|||
-- <mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen |
|||
|
|||
Quote:Expect me to send you patches to fix your software on OpenBSD/sparc64 That is just downright cool. I love old tech like that. |
|||
|
|||
Updated my blog software to compile with Clang. Might or might not work on non-Windows systems now. I notified my GNU/Linux tester and I'll check the results... :-)
edit: It does. Linux binaries (Debian) are available from someone's site. -- <mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen |
|||
|
|||
Currently working on my webapp comic reader. Point it at your comic library and read from wherever. This is my first actual project and I'm really proud of it. Got my first contributor yesterday as well =]
https://github.com/hubbcaps/gazee |
|||
|
|||
I accidentally a twtxt client.
https://hub.darcs.net/dertuxmalwieder/twtxtc -- <mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen |
|||
|
|||
I have been working on a plugin-based WM in C called nitro.
I've taken a lot of inspiration from tudurom's windowchef. But both of us are excited for nitro, because it may ultimately subsume windowchef entirely. Conversely, I keep making really weird design decisions on it just because I can. (Like preprocessing all my files with M4 for type-safe generics and using Makeheaders to not deal with header files.) It's probably too much, but I keep having the inexplicable urge to do things at a high-level in C. You guys can check it out at http://github.com/laserswald/nitro. |
|||
|
|||
Working on a self-hosted Xmarks alternative that should work on *ix. But you should not use it yet, it is not really tested. ;-)
-- <mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen |
|||
|
|||
(06-11-2017, 12:15 PM)jkl Wrote: Working on a self-hosted Xmarks alternative that should work on *ix. But you should not use it yet, it is not really tested. ;-)Keeping bookmarks in sync has always been one of my big issues. I'm looking forward to this. though: Quote:One disadvantage of my KISS approach is that there are no incremental bookmarks. The "download" process replaces all of your bookmarks by the ones stored on your server (unless there is an error with your server). Be careful! |
|||
|
|||
My excuse for not caring about "incremental" updates is that the WebExtension API gives me limited control over what is stored in which way. The only way to be sure would be to replace Firefox's bookmark management by an independent bookmarks database, similar to what Xmarks does, but that would require a lot of additional complexity for no real advantage (except, maybe, that you can change your bookmarks on multiple computers simultaneously; this is a use case where ymarks is expected to fail).
I just want it to work first, I'll gradually add improvements later. :) -- <mort> choosing a terrible license just to be spiteful towards others is possibly the most tux0r thing I've ever seen |
|||
|
|||
A few things:
1: Discord based fantasy market simulation. (A team effort, still just a prototype) 2: Desktop and mobile app for Wallhaven. (Almost done) 3: NCurses/PDCurses based ePub reader (Stalled, lack of resize support in Windows terminals) 4: A roguelike (Originally for Itch.io Game Off, taking too long though) 5: Tracker for novels to mark progress (Will run in the background and only pay attention to specific readers/sites) 6: Cross platform manga reader and downloader (Still working on the libs to make it possible in a sane way, added Mangapanda support to Fundoshi so far) |
|||
|
|||
I implemented a 3 parts file transfer/storage with custom encryption per storage communication and custom protocol. The initialization handshake is done over UDP, agreeing if the storage encryption is trusted, and the file transfer is done over TCP.
There’s 3 programs/parts: A client program in python to manage servers and send files to the file transfer program A multi-threaded file transfer server in C which manages the encryption and sessions between it and the file storage A file storage in python which decrypts and stores the files. This was challenging and fun to do. |
|||
|
|||
Got no (17 chars) link? :(
|
|||
|
|||
|
|||
(21-11-2017, 06:10 AM)venam Wrote:(21-11-2017, 05:06 AM)z3bra Wrote: Got no (17 chars) link? :(Sorry, no I didn't put it online yet. I hope it eventually goes online though. (21-11-2017, 12:44 AM)Evolution Wrote: 2: Desktop and mobile app for Wallhaven. (Almost done) What features are you adding to this?
argonaut · musician · developer · writer · https://www.betoissues.com
|
|||
|
|||
working on a mobile app in react-native that will translate my local dialect to english and vice versa
backend part/scraper is using nodejs, planning on porting to golang but will polish the app first because i'm bad at designing stuff |
|||
|
|||
acg Wrote:What features are you adding to this? Login (When the API is available so users can access NSFW and other features) Wallpaper randomization (With modifiers for picking category, purity, etc as well as interval and maybe even allow modifier presets based on other factors) Device sync (Same wallpaper across devices as best as possible) All the features Wallhaven itself already has in some shape or form. Id also like to add support for things like urnn. |
|||