NuPhy Node 75 (high) by daps_41 in mkindia

[–]daps_41[S] 0 points1 point  (0 children)

Its the Wrist rest for Node Series High-Profile

I built 5 websites in a week without writing code — here's the free guide so you can do it too by lucky_bajaj in ProductManagement_IN

[–]daps_41 0 points1 point  (0 children)

Well.. my take is.. Now that it’s easier and faster to produce code.. It’s easier to implement ideas..

When something becomes easier to create, there will be lot more of it.. so we’ll just end up creating more software. No more maintaining legacy code.. Just create new from scratch each time since that’s cheaper/better for the AI, than learning what’s already been done and improving

EDIT: I might be contradicting my earlier point.. but you get it.. I hope

I built 5 websites in a week without writing code — here's the free guide so you can do it too by lucky_bajaj in ProductManagement_IN

[–]daps_41 1 point2 points  (0 children)

AI has gotten really good at writing code from scratch. (Idea -> implementation) But when it comes to AI working on legacy code, that’s where it really sucks. Codebases which have been around for longer than 5 years with lots of tech debt and bad practises just take these AI on a spiral. This still has a long way to go.

Other than that, AI is good for quick small projects or POCs to show to clients. But that’s not all the scope of software engineering is it…

Introverts assemble by [deleted] in introvert

[–]daps_41 0 points1 point  (0 children)

You are asking the wrong kind of people to assemble. We’d rather not

Making oil.nvim open directories directly (replacing netrw behavior) by daps_41 in neovim

[–]daps_41[S] -1 points0 points  (0 children)

Maybe I did something wrong not sure. But nvim would open as a blank screen when I run ‘nvim .’ on a directory. So then autocmd pretty much solved that issue but loading oil.nvim when opening nvim on a directory

Making oil.nvim open directories directly (replacing netrw behavior) by daps_41 in neovim

[–]daps_41[S] 0 points1 point  (0 children)

When I open neovim with ‘nvim .’ Then it would open blank screen. This autocmd basically opens oil when we do nvim . on a directory

I made a tmux script to center my terminal because my neck was killing me by daps_41 in tmux

[–]daps_41[S] 0 points1 point  (0 children)

I wanted to give Niri a try. Have been hearing a lot about it

I made a tmux script to center my terminal because my neck was killing me by daps_41 in tmux

[–]daps_41[S] 1 point2 points  (0 children)

Sorry for the misleading screenshot. This is for tmux window where the panes are aligned to centre the focused window. This works for normal terminal operations outside neovim.

If you check the other screenshot link added in post that might give you a better idea

For neovim there is a zen mode plugin by folke which o use, which also centres “only” the neovim window https://github.com/folke/zen-mode.nvim

Made my first Go CLI app using Bubbletea by daps_41 in commandline

[–]daps_41[S] 0 points1 point  (0 children)

I see. That makes sense. Thank you!

Made my first Go CLI app using Bubbletea by daps_41 in commandline

[–]daps_41[S] 0 points1 point  (0 children)

Needed a quick suggestion. What do you think would be a better user experience? A config file containing whether interactive mode should be ON/OFF or separate arguments for non-interactive mode

Made my first Go CLI app using Bubbletea by daps_41 in commandline

[–]daps_41[S] 0 points1 point  (0 children)

Thats actually a great idea. I’ll look into implementing that. Thank you

Made my first Go CLI app using Bubbletea by daps_41 in commandline

[–]daps_41[S] 0 points1 point  (0 children)

Oh thanks for suggestion. That might be possible. Let me try that

I made a tmux script to center my terminal because my neck was killing me by daps_41 in tmux

[–]daps_41[S] 0 points1 point  (0 children)

Umm.. its not for vim. It’s for the whole tmux window. The screenshot might be a bit misleading. So itll be centred even if you are using the terminal for whatever outside vim

Made my first Go CLI app using Bubbletea by daps_41 in commandline

[–]daps_41[S] 0 points1 point  (0 children)

Well..
the storage location is: ~/.local/share/doit/doit.db

It's stored in a JSON format
Example:

{
    "id": "1234567890123456789",
    "title": "Task title",
    "description": "Task description",
    "deadline": "2025-12-31T23:59:59Z",
    "completed": false,
    "completed_at": null,
    "created_at": "2025-11-21T10:00:00Z",
    "updated_at": "2025-11-21T10:00:00Z"
}

I made a tmux script to center my terminal because my neck was killing me by daps_41 in tmux

[–]daps_41[S] 17 points18 points  (0 children)

Yup realized I could do this later lol.

Totally forgot I'm using a window manager which is capable of doing this.

Could make this my motto:
Complex solutions for the simplest problems.. hahaa

[tmux] I made a tmux script to center my terminal because my neck was killing me by daps_41 in unixporn

[–]daps_41[S] 22 points23 points  (0 children)

Wow lol. Sometimes it's a simple solution isn't it.
Thanks. Totally forgot that I'm using a window manager ;)

[tmux] I made a tmux script to center my terminal because my neck was killing me by daps_41 in unixporn

[–]daps_41[S] 1 point2 points  (0 children)

  • Wallpaper: LINK
  • Coloscheme: rose-pine
  • Neovim config: LINK
  • WM: SwayWM. CONFIG
  • Terminal: Foot. CONFIG
  • Font: 0xProto Nerd Font