You are browsing as a guest. Sign up (or log in) to start making projects!

brny

@brny

Joined June 1st, 2026

  • 6Devlogs
  • 7Projects
  • 0Ships
  • 0Votes
Open comments for this post

1h 58m 19s logged

arch quicksetup!!!!

This new utility allows you to easily and quickly setup arch linux vm’s with just a single script*.
The currently implemented features are:

  • Ability to install a minimal version with UEFI
  • Ability to install KDE with UEFI
  • Ability to install i3 with UEFI
    Future features:
  • Ability to install these 3 versions with MBR
  • Non-interactive launcher
  • Bundle software like java, firefox, cmake etc… with the installations.
  • Install vm drivers

Every version comes with this software installed:

  • ufw
  • openssh
  • sudo
  • networkmanager
  • vim
  • nano

This has only been tested on vmware but it should work on other virtualization platforms as well.
Thank you for reading this devlog

0
0
2
Open comments for this post

2h 38m 57s logged

There’s now a GUI

There has been 1 huge addition made to psfsp and it’s that there is a GUI now.
It is not a traditional GUI, but it more resembles electron, using a library called tauri which uses the system webview but allows you to call rust functions from the app.
Currently the app shows the available files and allows you to download files from the server but the code is a bit buggy on the networking side and shows error messages when it’s completely fine

Goals:

  • Fixing all the current bugs
  • Better styling
  • File compression
0
0
5
Open comments for this post

2h 24m 36s logged

IT’S NOW ENCRYPTED!!! :partyblob:

There have been a lot of new updates and improvements to psfsp. Here’s all of them:

  • Added a better UI for the client side
  • Fixed bug where if the file is larger, verifying the hashes would fail.
  • Added the ability to query the files available
    and, the big one
  • Added username and password authentication

- Added TLS encryption so everything is encrypted including your password and username and the files you download

The TLS certificates are generated locally on the first startup and saved to the home folder. They are self signed and do not depend on a machine name.

Future goals:

  • Graphical User Interface for the client (current)
  • Ability to delete, rename and upload files
  • Compression
  • Key based authentication
  • Control panel for the server
  • DDOS protection

That’s it for now

0
0
1
Open comments for this post

3h 16m 10s logged

hashes are cool

It’s new devlog time. There have been a ton of features added to pretty simple file sharing protocol. - First of all, you can share files.

  • Second of all, files are hashed to verify their integrity

What are some of the future goals?

  • Username / password authentication
  • Encryption
  • Docker container

Currently known bugs

  • If you put the END byte in the file being sent, it will be interpreted as the end of the file and will result in a broken download

What’s the goal of this program?

This is meant to be a replacement for the dated FTP protocol, and even a competitor though there is a long way to go.

0
0
2
Open comments for this post

16m 3s logged

PSFSP is a custom file sharing protocol built completely from scratch. It would reroute every new connection to a new thread on an ephemeral port, and send the data in chunks along with hashes. I currently started writing the definitions for the bytes and the documentation for them but also set up cargo and other stuff.

0
0
2
Open comments for this post

21m 36s logged

Untitled fighting game is a silly fighting game where you can fight against everything. It takes a lot of inspirtation from old roblox games. Im making it in godot and making it 3d, currently i made the player move and gave it an arm

0
0
3

Followers

Loading…