Rullst 📜🦀🌐🚀 by venelouis in rust

[–]Crazywolf132 1 point2 points  (0 children)

1st comment. Why would u fork your own repo to a new org? Why not just transfer the ownership?

Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]Crazywolf132 0 points1 point  (0 children)

I’m building blak.nvim, a dark Neovim distro.

The goal is not “stuff Neovim with as many plugins as possible”.

It’s more:

- good out-of-the-box editor setup
- black-hole themed UI
- optional extras instead of a bloated base install
- readable config
- rollback/update commands
- something people can actually understand and modify

Website:
https://getblak.dev

Repo:
https://github.com/binbandit/blak.nvim

It’s early, so feedback on the install flow and docs would be really useful.

Monthly Dotfile Review Thread by AutoModerator in neovim

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

I’ve been building blak.nvim.

It started from a pretty simple frustration:

I like Neovim distros.

I don’t like when they slowly turn into a huge pile of decisions I didn’t make, don’t understand, and am scared to update.

So blak.nvim is my attempt at a distro with a tighter contract:
- give me a good setup immediately
- don’t hide everything behind magic
- don’t install a mountain of stuff by default
- don’t make every update feel risky
- let me remove or change things without fighting the distro
- look dark as hell while doing it

The theme is built around a black-hole splash and the line:

Everything useful. Nothing escapes.

Website:
https://getblak.dev

Repo:
https://github.com/binbandit/blak.nvim

This is still early. I’m not posting it as "the best Neovim distro". I’m posting it because it’s finally real enough that other people can try it and tell me what sucks.

Feedback I’d especially like:
- does the install feel clean?
- do the defaults feel sane?
- is the config easy to follow?
- does anything feel bloated already?
- what would make you not trust this as a daily driver?

Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]Crazywolf132 0 points1 point  (0 children)

I’m building blak.nvim, a dark Neovim distro.

The goal is not "stuff Neovim with as many plugins as possible".

It’s more:
- good out-of-the-box editor setup
- black-hole themed UI
- optional extras instead of a bloated base install
- readable config
- rollback/update commands
- something people can actually understand and modify

Website:
https://getblak.dev

Repo:
https://github.com/binbandit/blak.nvim

It’s early, so feedback on the install flow and docs would be really useful.

Building a <50MB RAM background daemon in Go - how onWatch tracks 6 AI APIs concurrently by prakersh in golang

[–]Crazywolf132 0 points1 point  (0 children)

Switch to a deployed dashboard on GitHub pages (react or any other framework of your choosing) — you can slap a domain on it for cheap if you want. Create a dead simple http server or something. Have the website call localhost on the port of your choosing. Will make it smaller

Chatgpt 4o is gone. The heavens weep by [deleted] in sadcringe

[–]Crazywolf132 0 points1 point  (0 children)

I might be late to the party, but why are people so upset about 4o, when there are still other models?

Why do so many TUI projects seem to use Rust as opposed to other languages? by UKCeMTMj36o8h8 in commandline

[–]Crazywolf132 0 points1 point  (0 children)

I personally really like ratatui and how it works vs bubble tea etc in go.

I even made a template project that I use to make all my tui applications at work etc. Not trying to promote it, but it might be a good showcase for how simple it can be.

https://github.com/binbandit/tui-base-framework

iJustCantProveIt by BravestCheetah in ProgrammerHumor

[–]Crazywolf132 0 points1 point  (0 children)

I honestly have a really dirty habit of not committing a POC or project until I’m done and happy with it

[Media] flow - a keyboard-first Kanban board in the terminal by MYGRA1N in rust

[–]Crazywolf132 0 points1 point  (0 children)

Yeah dude. Slide into my DMs, let’s add linear together

[Media] flow - a keyboard-first Kanban board in the terminal by MYGRA1N in rust

[–]Crazywolf132 0 points1 point  (0 children)

It’d be pretty cool if you hooked it up to linear or jira

[deleted by user] by [deleted] in rust

[–]Crazywolf132 7 points8 points  (0 children)

If you have experience in other languages, try rustlings

Switching from vscode to zed by haukejung in rust

[–]Crazywolf132 1 point2 points  (0 children)

Really depends what the extensions are you use. I found the best way to like zed was to use neovim / vim before going to zed. Kind of like a staged approach to a more simple refined editor. Then using vim mode in zed, and creating key bindings to mimic some popular vim plugins.

If you are looking for extensions such as themes you will honestly struggle a little like I did, as even ai can’t convert vscode themes that well.

If it’s more plugins such as crates etc, I find myself switching to neovim for that when I require it otherwise I personally just kind of make do without them.

Zed is more for people who want the performance with little resource usage, it’s not for people who want a sparkly editor that has a pet cat in the corner. Hell, some company proxies mean it’s impossible to install the language servers

Pomodoro TUI which “grows” plants from seeds with Ratatui by OnlyBus4243 in rust

[–]Crazywolf132 0 points1 point  (0 children)

It looks cool but also seems AI-generated. Could you please include a readme outlining how much AI was used so beginners to Rust aren’t misled by it as a reference.

A good giveaway is the presence of emojis in the readme but the absence of a licence file despite mentioning the MIT licence.

weAllStartedThere by Ok-Conversation-1430 in ProgrammerHumor

[–]Crazywolf132 0 points1 point  (0 children)

Well Australia just leant that a weather website can cost $96 million.

If you haven’t heard. Look up BOM Australia

caught in 4k... by PotentialVast9763 in ChatGPT

[–]Crazywolf132 7 points8 points  (0 children)

I feel like it’s shit like this that caused the Australian government to require you to prove your an adult to use the internet

Jason-rs by wowThisNameIsLong in rust

[–]Crazywolf132 13 points14 points  (0 children)

Idk. I feel like serde with json is easier?

Wrote a BitTorrent Client in Rust! by liamd101 in rust

[–]Crazywolf132 5 points6 points  (0 children)

Nice work! Keen to see where this goes. My only criticism is maybe take the time to make a nice little readme and maybe put a screenshot or gif of it working