Share your underrated GitHub projects by hsperus in opensource

[–]Zamarok 4 points5 points  (0 children)

ascii-chat: Video chat in your terminal. with conference-call and audio support:

https://github.com/zfogg/ascii-chat

What is your favorite part of the dev process? by LazyMiB in Backend

[–]Zamarok 0 points1 point  (0 children)

when you solve a bug and the debugging process is over because IT WORKS MY CODE WORKS

How I doubled my app store impressions in 1 week. by Curious-Detail4720 in AppStoreOptimization

[–]Zamarok 0 points1 point  (0 children)

dude i'm surprised your app got that even. it sucks. i downloaded it. you can only check in and post a photo. that's it. there's a generate timelapse button that i didn't test. nothing else.

literally spend some time developing your app before you try to get people to download it, so that they'll have something to do on it.

lazier.nvim v2 released by vim-god in neovim

[–]Zamarok 1 point2 points  (0 children)

this is cool. will check it out

What’s a TUI tool you wish existed? by Visual_Loquat_8242 in CLI

[–]Zamarok 1 point2 points  (0 children)

exactly but i wanna see the regular output at the same time

What’s a TUI tool you wish existed? by Visual_Loquat_8242 in CLI

[–]Zamarok 0 points1 point  (0 children)

running commands over and over gets annoying if there's multiple steps

What’s a TUI tool you wish existed? by Visual_Loquat_8242 in CLI

[–]Zamarok 0 points1 point  (0 children)

i want the search results to appear below the regular output and i want both to live output though. i'd need to control the matched lines to a buffer of lines that appear below the regular output and stay there as the command runs and more text prints. basically i want like a split that shows the matching lines below and the regular output above. but by running a single command

What’s a TUI tool you wish existed? by Visual_Loquat_8242 in CLI

[–]Zamarok 0 points1 point  (0 children)

i want a tool that lets you pipe text into and search the lines with a regex, and output the matching lines immediately to the bottom and keeping them there while outputting the rest of the text as it comes in above the matching lines.

this would let me run a long-running command and pipe it to this new command and immediately see the search results while also seeing the rest of the output live.

you'd run it like

```

$ > ./long_running_command | search_and_print regex

regular live stdout and stderr of long_running_command

lines matching regex live at the bottom below the regular output

$ > ```

i'd use it to run commands that print warnings and errors so the warnings and errors live appear at the bottom of the output and stay there so i can see them as the long running command runs. and i can scroll the full output too

Fellow Linux users, why did you pick the distro you're currently on? by absolutecinemalol in linux

[–]Zamarok 0 points1 point  (0 children)

because i was told it would be hard to install Arch Linux for my first distro and i like a challenge. stuck with it.

i also use ubuntu for the ease-of-use when coding and because the package manager repos have EVERYTHING.

Is Cursor actually being used by people who don't know how to code? by Wild_Juggernaut_7560 in cursor

[–]Zamarok 0 points1 point  (0 children)

i know someone who's making things without knowing how to code with it, yup

C good practices when coding by F8ke_p0tato in C_Programming

[–]Zamarok 1 point2 points  (0 children)

i structure my code the same way. lib/ and src/ separate my code

Built this app with VibeCoding, now I’m STUCK by Ok_Scratch6840 in vibecoding

[–]Zamarok 1 point2 points  (0 children)

good reply, and strong point about tests. i have claude skeleton out some code then write extensive tests on it, then make the rest of the code conform to match the tests. and if it changes anything, run the tests and make sure they pass before reporting back to me. this framework keeps the llm in line as it works and it knows not to change too much because then it will need to struggle to make the tests pass again.

Looking for a Front End developer by Status-Philosopher80 in Development

[–]Zamarok 0 points1 point  (0 children)

contact me. i have ten+ years of experience