Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Simple encryption software
Post: RE: Simple encryption software

As for the auditing part, here is what the clang static analyzer reported Command line: Code:scan-build -enable-checker security make [Image: https://i.imgur.com/lfNw6C0.png]
tudurom Security & Cryptography 31 23,624 09-07-2019, 04:05 PM
  Thread: Simple encryption software
Post: RE: Simple encryption software

This is super super cool! I don't need all of this PGP bloat for keeping passwords. Public-private pairs are OK for bidirectional communication IMO. They're just a hassle for a password manager. Also...
tudurom Security & Cryptography 31 23,624 09-07-2019, 03:12 PM
  Thread: Simple encryption software
Post: RE: Simple encryption software

You might have a buffer overflow: [Image: https://a.uguu.se/MWQ85PMpHvcY_08.png] The n-bytes passed to strncat must also include the null byte!
tudurom Security & Cryptography 31 23,624 25-05-2019, 05:51 PM
  Thread: Your Latest Workflow Improvement
Post: RE: Your Latest Workflow Improvement

My latest workflow improvement has been abandoning my extremely customized rice that also used my own wm and other home-made tools, to be honest. I used KDE Plasma after that for a while, I still use...
tudurom Desktop Customization & Workflow 163 134,337 25-05-2019, 05:35 PM
  Thread: Really Weird Shell - the structural regular expression shell
Post: RE: Really Weird Shell - the structural regular ex...

z3bra Wrote:Also, I really want to use it, but I don't wanna swap my shell :) Now to use it from another shell in a pipeline, you need something like (I suppose): Code:echo "I run Linux" | rwsh -c 'c...
tudurom Programming On Unix 12 9,190 25-05-2019, 05:24 PM
  Thread: Really Weird Shell - the structural regular expression shell
Post: RE: Really Weird Shell - the structural regular ex...

z3bra Wrote:The shell's job is to handle IPC, and that's it. Text processing is done by the processes themselves, the shell only connects outputs to the next process input. In theory, yes. In practice...
tudurom Programming On Unix 12 9,190 15-05-2019, 06:27 AM
  Thread: Really Weird Shell - the structural regular expression shell
Post: RE: Really Weird Shell - the structural regular ex...

z3bra Wrote:Why did you choose to implement it as a shell rather than an interpreter like awk, or sed? As far as I know, there is no awk or sed using structural regular expressions, like sam does. My ...
tudurom Programming On Unix 12 9,190 12-05-2019, 05:09 AM
  Thread: Really Weird Shell - the structural regular expression shell
Post: RE: Really Weird Shell - the structural regular ex...

jkl Wrote:So, basically, you implemented the first version of UNIX pipes again? The stuctural regular expression stuff is implemented too. The examples I gave actually work in the shell.
tudurom Programming On Unix 12 9,190 04-05-2019, 04:57 PM
  Thread: Really Weird Shell - the structural regular expression shell
Post: RE: Really Weird Shell - the structural regular ex...

Well, that was the idea. The shell is about dealing with text output from various programs that are connected through pipes. Why not provide the tools to manipulate the text output too? It also works...
tudurom Programming On Unix 12 9,190 04-05-2019, 04:51 PM
  Thread: Really Weird Shell - the structural regular expression shell
Post: Really Weird Shell - the structural regular expres...

Here it is! For the moment it can only execute piped commands, it doesn't even have variables or string substitution, and the only builtin is cd. The main innovation, though, is a special kind of pip...
tudurom Programming On Unix 12 9,190 02-05-2019, 02:41 PM
  Thread: Simple encryption software
Post: RE: Simple encryption software

https://libsodium.gitbook.io/doc/ try this one
tudurom Security & Cryptography 31 23,624 19-04-2019, 04:07 PM
  Thread: Network Managers
Post: RE: Network Managers

on the one hand i like my setup to be lightweight so i don't have a GUI for connecting to networks on the other hand, i use NetworkManager (see the irony?) so i use nmtui simple, console based, just...
tudurom Servers Administration, Networking, & Virtualization 13 10,665 19-04-2019, 04:03 PM
  Thread: Any ideas for a new project?
Post: RE: Any ideas for a new project?

Happy New Year nixers, I'm back again with status updates. https://github.com/tudurom/usam it's public now. Read the readme! I implemented basic editing commands (a, c, i, d) and a basic loop (x). Y...
tudurom Programming On Unix 21 14,895 03-01-2019, 12:07 PM
  Thread: Any ideas for a new project?
Post: RE: Any ideas for a new project?

To experiment with the idea of using structural regular expressions in a shell, I started implementing some sam commands as cli programs. I made three of them: e - this one opens the file for editing ...
tudurom Programming On Unix 21 14,895 20-12-2018, 12:42 PM
  Thread: Any ideas for a new project?
Post: RE: Any ideas for a new project?

I really liked z3bra's idea of writing something that the participants may use after the competition. The situation is slightly more complex, this is an official competition with professional judges,...
tudurom Programming On Unix 21 14,895 17-11-2018, 04:37 PM
  Thread: Any ideas for a new project?
Post: RE: Any ideas for a new project?

Every year there is a software project competition for high school students here, and I would like to participate with my next project. I am also considering improving other concepts or existing progr...
tudurom Programming On Unix 21 14,895 09-11-2018, 05:59 AM
  Thread: Any ideas for a new project?
Post: RE: Any ideas for a new project?

Doesn't matter if they are too many. I would take it as a research project. Much fun!
tudurom Programming On Unix 21 14,895 08-11-2018, 04:41 PM
  Thread: Any ideas for a new project?
Post: Any ideas for a new project?

Hi everybody! Long time no see. I am looking for ideas for new software projects, I just ran out of them for the first time in a few years. I want to make something that is not web based, preferably ...
tudurom Programming On Unix 21 14,895 08-11-2018, 04:32 PM
  Thread: How do I go about sharing an external HDD between GNU/Linux, FreeBSD and OpenBSD?
Post: RE: How do I go about sharing an external HDD betw...

You can use ntfs-3g, which is a FUSE filesystem for NTFS. It even supports writing. I've been using it for quite some time to share a disk with Windows and Linux and it works beautifully, very fast to...
tudurom BSD 13 14,906 17-08-2017, 06:05 PM
  Thread: Mini Scavenger Hunt (June 2017 events)
Post: RE: Mini Scavenger Hunt (June 2017 events)

Really interesting hunt, thank you for the fun!
tudurom Community & Forums Related Discussions 8 7,544 22-06-2017, 02:56 PM
  Thread: Art Week & Ricing (June 2017 events)
Post: RE: Art Week & Ricing (June 2017 events)

Of course, I want to be as colorful as a Christmas tree
tudurom Community & Forums Related Discussions 8 8,628 22-06-2017, 06:56 AM
  Thread: Art Week & Ricing (June 2017 events)
Post: RE: Art Week & Ricing (June 2017 events)

Some of us completed the workflow webcasts.
tudurom Community & Forums Related Discussions 8 8,628 21-06-2017, 03:24 PM
  Thread: Workflow Compilation #2
Post: RE: Workflow Compilation #2

xero Wrote:what font is this? still gohu? looks really nice As you can see in the video (the show off), it's Dina
tudurom Desktop Customization & Workflow 16 16,089 20-06-2017, 06:58 AM
  Thread: Workflow Compilation #2
Post: RE: Workflow Compilation #2

Oh that's just emacs. It's here by default (because it's emacs).
tudurom Desktop Customization & Workflow 16 16,089 17-06-2017, 01:37 PM
  Thread: Workflow Compilation #2
Post: RE: Workflow Compilation #2

If by "blueish menu" you're referring to that theme chooser menu, it's dmenu. As for the terminal drawing program, it's artist-mode, included by default in emacs ;)
tudurom Desktop Customization & Workflow 16 16,089 17-06-2017, 12:13 PM
  Thread: Workflow Compilation #2
Post: RE: Workflow Compilation #2

Here is my submission!
tudurom Desktop Customization & Workflow 16 16,089 17-06-2017, 11:35 AM
  Thread: What are you working on?
Post: RE: What are you working on?

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 wit...
tudurom Programming On Unix 414 303,377 05-05-2017, 11:58 AM
  Thread: The Guess What I'm Talking About Game
Post: RE: The Guess What I'm Talking About Game

venam Wrote:Without me everything you create is under your own private group. After invoking me, creating anything isn't the same. newgrp
tudurom Psychology, Philosophy, and Licenses 173 137,510 18-04-2017, 12:02 PM
  Thread: Internet scavenger hunt III
Post: RE: Internet scavenger hunt III

This hunt was so fun! Thank you z3bra for organizing it!
tudurom Community & Forums Related Discussions 34 37,397 06-04-2017, 02:34 PM
  Thread: Compiler Compilers Resources
Post: RE: Compiler Compilers Resources

A good yacc/lex guide is the tutorial from TLDP http://www.tldp.org/HOWTO/Lex-YACC-HOWTO.html With knowledge from the tutorial I made a program for window rules https://github.com/tudurom/ruler/blob/...
tudurom Programming On Unix 4 4,885 26-02-2017, 03:49 PM
  Thread: A Curated Newsletter
Post: RE: A Curated Newsletter

I found a very good website about computer science problems and algorithms, https://csacademy.com/ Maybe you can add it to the next newletter?
tudurom Community & Forums Related Discussions 41 34,669 19-02-2017, 04:57 PM
  Thread: Unix screen-shots thread!
Post: RE: Unix screen-shots thread!

(17-02-2017, 08:45 PM)neeasade Wrote: edit: here's a light theme shot: https://i.redd.it/0bq5acw0qigy.png edit edit: https://u.teknik.io/rfvuw.png looks pretty good, but please don't use teknik. it...
tudurom Desktop Customization & Workflow 1,739 2,076,169 18-02-2017, 06:28 AM
  Thread: Unix screen-shots thread!
Post: RE: Unix screen-shots thread!

implemented templating and changed some under the hood things light: [Image: http://pub.iotek.org/p/siHk8ZR.png] dark: [Image: http://pub.iotek.org/p/8Z9i9o4.png]
tudurom Desktop Customization & Workflow 1,739 2,076,169 17-02-2017, 05:41 PM
  Thread: Post your website
Post: RE: Post your website

https://tudorr.xyz I got my first domain and I'm very happy with it! I also have a blog.
tudurom The WWW 127 119,524 28-01-2017, 04:58 PM
  Thread: What are you working on?
Post: RE: What are you working on?

I'm working on a program that executes commands when windows with a specific name/class are created. It should be used to create "rules" like in other window managers where you can automatically move ...
tudurom Programming On Unix 414 303,377 07-01-2017, 05:33 PM
  Thread: Unix screen-shots thread!
Post: RE: Unix screen-shots thread!

(23-12-2016, 05:06 AM)dab Wrote: it's 13" laptop [Image: https://u.teknik.io/9lnPD.png] 4k? looks great
tudurom Desktop Customization & Workflow 1,739 2,076,169 23-12-2016, 02:24 PM
  Thread: Unix screen-shots thread!
Post: RE: Unix screen-shots thread!

(21-12-2016, 11:44 AM)lemons Wrote: Looks great tudu! What compositor are you using to get those shadows? Thank you! That's compton. Config here.
tudurom Desktop Customization & Workflow 1,739 2,076,169 22-12-2016, 03:20 PM
  Thread: Unix screen-shots thread!
Post: RE: Unix screen-shots thread!

here's my setup: [Image: http://pub.iotek.org/p/VsMyIhh.png]
tudurom Desktop Customization & Workflow 1,739 2,076,169 21-12-2016, 11:21 AM
  Thread: salvete, omnes
Post: RE: salvete, omnes

(13-10-2016, 12:08 AM)Pieces Of Quiet Wrote: Hi all. Thought I should finally stop lurking, and post an intro. Linux user for about 3 years now, currently on CRUX. Main interests are music and tech....
tudurom 17 13,461 14-10-2016, 03:12 PM
  Thread: What are you working on?
Post: RE: What are you working on?

(29-09-2016, 06:31 PM)mrmister Wrote: And heres the demo video. Thanks for the help albertocg. https://u.teknik.io/4UNEv.mp4 EDIT: Looks like the file is actually corrupt. Will try to give another...
tudurom Programming On Unix 414 303,377 01-10-2016, 04:38 AM
  Thread: What are you working on?
Post: RE: What are you working on?

Version 1 of windowchef should be done. Features: Groups Controlled via X client messages with Code:waitron Maximize windows vertically/horizontally/fully Respects ewmh (panel/docks and fullscreen ...
tudurom Programming On Unix 414 303,377 03-09-2016, 05:12 PM
  Thread: What are you working on?
Post: RE: What are you working on?

I made a small static site generator in Go. Right now I'm implementing some logic for defining content types. It should be useful for making blogs.
tudurom Programming On Unix 414 303,377 24-08-2016, 01:14 PM
  Thread: the clubs gonna be lit
Post: RE: the clubs gonna be lit

please record it to share the fun!
tudurom Off topic 6 5,992 16-08-2016, 06:37 PM
  Thread: What are you working on?
Post: RE: What are you working on?

STWM is a great name. Thanks for both of you!
tudurom Programming On Unix 414 303,377 11-08-2016, 07:50 PM
  Thread: What are you working on?
Post: RE: What are you working on?

I am working on a floating window manager with EWMH support that receives commands through X client messages (like vain's katriawm). The whole program is written with the XCB library. This is the big...
tudurom Programming On Unix 414 303,377 11-08-2016, 04:50 PM