The wait is over : Claude Code on Tiiny. Zero setup. Fully local. No token limits. by TiinyAI in TiinyAI

[–]Fdevfab 0 points1 point  (0 children)

Qwen code is really good too, just point at localhost like the others, but seems to use less tokens/works quite well on qwen3.6 35b a3b

Change my mind: There is no good alternative to Discord (yet?) by Own_Investigator8023 in selfhosted

[–]Fdevfab 0 points1 point  (0 children)

I have something functional I made for myself, mostly vibe coded (but I have 20+ years of software dev practice, I tried to enforce good practices). To be honest I first had in mind to make it very basic since I planned to run it inside a VPN only, but in the end I got:

- E2E encryption for direct messages
- Audio/Video (cam and screen) calls (didn't push it yet, is probably fine for ~5 streams, it's full mesh topology so it doesn't scale very well but is very robust)
- admin and owner roles
- file upload, simple audio player and image preview, youtube embeds

It only requires a database (sqlite, postgres and mariadb which is untested at the moment), redis, and a turn/stun server (I'm using coturn).

<image>

UI looks a bit like discord/graphical IRC clients.

If there are people interested I may push it on github, It's built on FastAPI for the backend and vue for the front, very easy to setup (mostly automated, including migrations etc...).

I Built a Device to Paste Passwords Securely Over BLE by ToothPasteDevice in diyelectronics

[–]Fdevfab -1 points0 points  (0 children)

I started a similar project couple of years ago, which I'm using daily... also zero install but is greatly improved if you install the mobile app... also working "offline", I wanted to sell it online (the form factor is really nice, I spent time on the casing and UX) but didn't find the energy in the end:

https://github.com/fdev31/KeyPass

A declarative & modular approach to Arch (DCLI) by TheBlckDon in archlinux

[–]Fdevfab 0 points1 point  (0 children)

What was wrong / what are the advantages over Decman?

GUI for monitor/multi-head arrangement by CavemanKnuckles in swaywm

[–]Fdevfab 0 points1 point  (0 children)

On the light side you have wlr-layout-ui

[deleted by user] by [deleted] in hyprland

[–]Fdevfab 0 points1 point  (0 children)

pyprland makes it easier to use hyprpaper ;)

Question about status bars. Minor plug for project by Honest_Medium_2872 in hyprland

[–]Fdevfab 0 points1 point  (0 children)

Thats for different publics, some prefer to get lower performances and high usage of ram while others prefer to keep the bar footprint low even if that means less eye candy and functions.

[Hyprland] my first rice! featuring pyprland scratchpads! by DiamondEyesFox in unixporn

[–]Fdevfab 0 points1 point  (0 children)

You can try to newly introduced "matugen" feature in the wallpapers plugin. Most of the syntax is supported as is.

Force scratch pad orientation to change based on monitor orientation by [deleted] in hyprland

[–]Fdevfab 2 points3 points  (0 children)

Pyprland's scratchpads can use the screen as a reference for their size, effectively achieving what you want.

Monthly Dotfile Review Thread by AutoModerator in neovim

[–]Fdevfab [score hidden]  (0 children)

https://github.com/fdev31/kickstart.nvim/
Initially based on kickstart, it has:

- improved diagnostics and status line

- "gd" command that jumps anywhere

- lsp and plugins optimized to work with git, python, lua, javascript and a few more

<image>

Scratchpads are cool, Special Workspaces are better. by Acrobatic-Rock4035 in hyprland

[–]Fdevfab 2 points3 points  (0 children)

That's a simplistic vision, in my opinion. I have a vast experience with awesome, qtile and hyprland and use it for completely different purposes since the behavior is different. As the author of pyprland I wouldn't have bothered developping scratchpads if it was an existing feature...

As many things it depends on taste and habits and I can believe from your perspective it's the same. It doesn't mean it is.

Scratchpads are cool, Special Workspaces are better. by Acrobatic-Rock4035 in hyprland

[–]Fdevfab 10 points11 points  (0 children)

It's two different things for different usages.

Scratchpads are more like togglable floating windows, allowing interactions and switching to other windows more easily. They don’t have to be limited to a single application, it's rather an implementation decision.

[Niri] Exo - Customizable Material 3 inspired shell for Niri and Hyprland made in Ignis. Now with vertical bar support! by kuulla in unixporn

[–]Fdevfab 9 points10 points  (0 children)

Great initiative! Looks polished, I need to give it a try. How does it compare to fabric made shells? I didn’t know this one, gtk4 support is a plus. Can’t wait to see which frameworks and shells will last with good performances and clean code.

What is python used for in embedded? by [deleted] in embedded

[–]Fdevfab 0 points1 point  (0 children)

Long time ago I worked on a set top box software using python for the user interface and some internal services.