[-] Kissaki@programming.dev 1 points 2 weeks ago

I found it hard to follow despite C# being my main driver.

Using ref, in the past, has been about modifiable variable references.

All these introductions, even when following C# changes across recent versions, were never something I actively used, apart from the occasional adding ref to structs so they can contain existing ref struct types. It never seems necessary.

Even without ref you use reference and struct types, where reference content can be modified elsewhere. And IDisposable for object lifetimes with cleanup.

[-] Kissaki@programming.dev 1 points 2 months ago* (last edited 2 months ago)

If Markdown formatting is enough for you, I would look into using a static site generator, like Hugo or Jekyll.

If you want to keep your existing content as static files but same website skeleton and layout instead of copying and editing files you'll copy one and create the layout template. Then content and new posts and pages can be generated from Markdown files. If you set up CI they won't need to run Hugo or what you're using, only push the Markdown files to your Git repository.

Whatever you want to do primarily depends on: Your formatting, styling, functionality, and interfacing needs for the editor, and what you're willing to use or invest for setup.

Hugo runs from a single binary. The source layout is reasonable. With a single layout the folder structure doesn't have to be complex.

I'm not very familiar with alternative [Markdown] static site generators.

[-] Kissaki@programming.dev 1 points 2 months ago

Somehow it’s clunky to use.

huh?

I find developing GitHub CI in YAML clunky.

I don't find configuring a simple service via YAML config, with a preset showing me and explaining what I can do clunky.

[-] Kissaki@programming.dev 1 points 2 months ago

It doesn't analyze only one repo

[-] Kissaki@programming.dev 1 points 2 months ago

This is not my experience at all.

It seems we search for and look at different kinds of questions.

[-] Kissaki@programming.dev 1 points 2 months ago* (last edited 2 months ago)

fake internet points

Your take is a valid one, but not very fair.

Points are a reputation system. People who are contribute and provide quality get increased trust and power.

It's not "fake". It's a designed system of points with meaning.

A casual surfer not being able to vote is by design. Which has a cost of missing out on valid votes, but the benefit of evading trolls and misuse.

[-] Kissaki@programming.dev 1 points 2 months ago

By responses you mean to include comments and moderation, not just answers?

It's sometimes there, but - from the [limited] use I have - I would certainly not qualify them as "most".

[-] Kissaki@programming.dev 1 points 2 months ago

What do you mean by pissy? What do you find so pissy?

[-] Kissaki@programming.dev 1 points 3 months ago

That's so sweet, I love it!

it's amazing to see the breadth of projects you've worked on and shared with the world!

😊

[-] Kissaki@programming.dev 1 points 7 months ago* (last edited 7 months ago)

in detail

Learn […] how they streamline the development.

proceeds to give generic minimal broad overview.

This website should be banned. Nothing good for the community will come out of this content farm.

[-] Kissaki@programming.dev 1 points 7 months ago

Haha, I tried querying in Nushell before reading this and I was sure there was a better way. And indeed there is (especially since I was missing uniq). I'm still learning the available operators, but I enjoy the shell a lot, as well as its promised capabilities.

view more: ‹ prev next ›

Kissaki

joined 1 year ago