Skip Navigation
kaamkiya kaamkiya @lemmy.ml

Hello! I am a programmer who likes to code, mostly in Go.

I like FOSS software.

You can find me on Codeberg, Github, and Mastodon.

Posts 18
Comments 21
Proton has stopped using their Mastodon account
  • Welp, I guess I'm switching to Tuta now.

  • kwinit - A CLI to scaffold all sorts of coding projects
  • Great question, actually. Cookiecutter is a way of using others' project templates, but you have to manually customize everything afterward (like if you need to add C to the gitignore, for example.)

    In theory, kwinit could be used with cookiecutter. Maybe you generate a cookiecutter project, but you need to add issue templates, for example.

    Generally, cookiecutter is more supported and maybe the better option. But I didn't like that it uses Python and I need to install a bunch of pip libs, and also I had too much free time. So I wrote this.

    TL;DR: cookiecutter is more popular, but you may need to manually tweak things. Kwinit will generate common files, and can be used with cookiecutter to add missing files (like gitattributes, LICENSE, issue templates, etc.)

  • kwinit - A CLI to scaffold all sorts of coding projects
  • I don't use github

    No problem with that. In fact, good for you. I'm still there because my friends are.

    Spring Boot

    Definitely something I didn't think of.

    Now that you mention adding a framework, I should probably also let people pick node/npm and then pick create-react-app, default, etc...

    Thanks!

  • General Programming Discussion @lemmy.ml kaamkiya @lemmy.ml

    kwinit - A CLI to scaffold all sorts of coding projects

    github.com GitHub - Kaamkiya/kwinit: Quickstart all your projects with ease!

    Quickstart all your projects with ease! Contribute to Kaamkiya/kwinit development by creating an account on GitHub.

    GitHub - Kaamkiya/kwinit: Quickstart all your projects with ease!

    cross-posted from: https://lemmy.ml/post/25903184

    > I wrote a CLI tool that generates basic scaffolding for all sorts of coding projects, from Zig applications to NPM packages. > > Feel free to ask questions or contribute!

    0

    kwinit - A CLI to scaffold all sorts of coding projects

    github.com GitHub - Kaamkiya/kwinit: Quickstart all your projects with ease!

    Quickstart all your projects with ease! Contribute to Kaamkiya/kwinit development by creating an account on GitHub.

    GitHub - Kaamkiya/kwinit: Quickstart all your projects with ease!

    cross-posted from: https://lemmy.ml/post/25903184

    > I wrote a CLI tool that generates basic scaffolding for all sorts of coding projects, from Zig applications to NPM packages. > > Feel free to ask questions or contribute!

    0

    kwinit - A CLI to scaffold all sorts of coding projects

    github.com GitHub - Kaamkiya/kwinit: Quickstart all your projects with ease!

    Quickstart all your projects with ease! Contribute to Kaamkiya/kwinit development by creating an account on GitHub.

    GitHub - Kaamkiya/kwinit: Quickstart all your projects with ease!

    cross-posted from: https://lemmy.ml/post/25903183

    > I wrote a CLI tool that generates basic scaffolding for all sorts of coding projects, from Zig applications to NPM packages. > > Feel free to ask questions or contribute!

    2

    kwinit - A CLI to scaffold all sorts of coding projects

    github.com GitHub - Kaamkiya/kwinit: Quickstart all your projects with ease!

    Quickstart all your projects with ease! Contribute to Kaamkiya/kwinit development by creating an account on GitHub.

    GitHub - Kaamkiya/kwinit: Quickstart all your projects with ease!

    I wrote a CLI tool that generates basic scaffolding for all sorts of coding projects, from Zig applications to NPM packages.

    Feel free to ask questions or contribute!

    0

    kwinit - A CLI to scaffold all sorts of coding projects

    github.com GitHub - Kaamkiya/kwinit: Quickstart all your projects with ease!

    Quickstart all your projects with ease! Contribute to Kaamkiya/kwinit development by creating an account on GitHub.

    GitHub - Kaamkiya/kwinit: Quickstart all your projects with ease!

    I wrote a CLI tool that generates basic scaffolding for all sorts of coding projects, from Zig applications to NPM packages.

    Feel free to ask questions or contribute!

    2
    What are some tech products that you want that you can't seem to find?
  • I have installed Linux on a Chromebook, actually. There's a really good guide on MrChromeBox.tech

    The screen on my Chromebook was fine, at least by my (admittedly somewhat low) standards.

    And yes, the have EOL dates, which sucks. It's why I installed Linux on mine.

    I wonder if there is a Linux distro targeted at the average user who just browses the web and needs office software. I guess Mint comes a bit close, but it also has many other apps preinstalled.

  • What are some tech products that you want that you can't seem to find?
  • Honestly this sounds like a Chromebook to me.

  • Welcome ex-Redditors!
  • Is Lemmy.ml really that bad? I haven't spent enough time on lemmy to know yet.

  • What are some examples of 'common sense' which are nonsense?
  • If "common sense is not very common", why is it called common sense?

    Slightly off topic, sorry.

  • How are you actually doing today?
  • Very stressed, too much on my plate, exhausted.

    Thanks for asking.

    How are you?

  • Koality meme

    Not sure of the source, unfortunately.

    4
    If your house is cold, just stand in the corner. It’s always 90 degrees there.
  • That's true. That would not be very nice.

  • If your house is cold, just stand in the corner. It’s always 90 degrees there.
  • Yes, but in one case you're warm and toasty and in the other you're dying.

  • I've finally started transitioning to Linux from windows
  • One of my friends did this. No clue how you can go from Arch back to windows... just wow. I found that insane.

  • Your webcam as ASCII art
  • Correct, it may not work on mobile because the font size is 6pt and the line may be too wide for a phone. That's something I should fix. The exposure, however, probably just needs a slider to increase or decrease what is considered black.

    Thanks for the honest feedback :)

  • General Programming Discussion @lemmy.ml kaamkiya @lemmy.ml

    Your webcam as ASCII art

    cross-posted from: https://lemmy.ml/post/25043892

    > I wrote a program that turns the feed it receives from your webcam in ASCII art. It's open source: you can find the code on Github.

    0

    Your webcam as ASCII art

    I wrote a program that turns the feed it receives from your webcam in ASCII art. It's open source: you can find the code on Github.

    14
    How long has your PC been on for?
  • up 1 day, 8 hours, 2 minutes
    
  • If you had to teach a subject in school, what would it be and why?
  • almost every new advance in technology was initially bashed as “that will never be popular”

    I actually did know this.

    But yes, history is important. Very nice response.

  • If you had to teach a subject in school, what would it be and why?
  • Great answer and I completely agree.

  • gg - Games you can play in your terminal written in Go

    github.com GitHub - Kaamkiya/gg: :space_invader: Games you can play in your terminal written in Go

    :space_invader: Games you can play in your terminal written in Go - Kaamkiya/gg

    GitHub - Kaamkiya/gg: :space_invader: Games you can play in your terminal written in Go

    cross-posted from: https://lemmy.ml/post/24744907

    > I rewrote some popular games for the terminal! You can play 2048, the snake game, tic-tac-toe, connect 4, and many more. > > There's still a bunch of games to be made, so feel free to contribute :) > > All contributions are welcome!

    0
    gg - Games you can play in your terminal written in Go
  • That's a pretty cool game.

  • Proton CEO embraces Trump for "standing up for the little guys"
  • Well, that's a platform I'm leaving now.

  • gg - Games you can play in your terminal written in Go

    github.com GitHub - Kaamkiya/gg: :space_invader: Games you can play in your terminal written in Go

    :space_invader: Games you can play in your terminal written in Go - Kaamkiya/gg

    GitHub - Kaamkiya/gg: :space_invader: Games you can play in your terminal written in Go

    cross-posted from: https://lemmy.ml/post/24744907

    > I rewrote some popular games for the terminal! You can play 2048, the snake game, tic-tac-toe, connect 4, and many more. > > There's still a bunch of games to be made, so feel free to contribute :) > > All contributions are welcome!

    4

    gg - Games you can play in your terminal written in Go

    github.com GitHub - Kaamkiya/gg: :space_invader: Games you can play in your terminal written in go

    :space_invader: Games you can play in your terminal written in go - Kaamkiya/gg

    GitHub - Kaamkiya/gg: :space_invader: Games you can play in your terminal written in go

    cross-posted from: https://lemmy.ml/post/24744907

    > I rewrote some popular games for the terminal! You can play 2048, the snake game, tic-tac-toe, connect 4, and many more. > > There's still a bunch of games to be made, so feel free to contribute :) > > All contributions are welcome!

    0
    What's the most effective at waking you up in the morning?
  • Hunger and the need to do stuff to go through this life with less pain than otherwise.

  • gg - Games you can play in your terminal written in Go

    github.com GitHub - Kaamkiya/gg: :space_invader: Games you can play in your terminal written in go

    :space_invader: Games you can play in your terminal written in go - Kaamkiya/gg

    GitHub - Kaamkiya/gg: :space_invader: Games you can play in your terminal written in go

    cross-posted from: https://lemmy.ml/post/24744907

    > I rewrote some popular games for the terminal! You can play 2048, the snake game, tic-tac-toe, connect 4, and many more. > > There's still a bunch of games to be made, so feel free to contribute :) > > All contributions are welcome!

    0

    gg - Games you can play in your terminal written in Go

    github.com GitHub - Kaamkiya/gg: :space_invader: Games you can play in your terminal written in Go

    :space_invader: Games you can play in your terminal written in Go - Kaamkiya/gg

    GitHub - Kaamkiya/gg: :space_invader: Games you can play in your terminal written in Go

    I rewrote some popular games for the terminal! You can play 2048, the snake game, tic-tac-toe, connect 4, and many more.

    There's still a bunch of games to be made, so feel free to contribute :)

    All contributions are welcome!

    0