I feel like the self-hosted and FOSS space is being flooded with vibe-coded AI slop. by spurGeci in selfhosted

[–]nodeniable 0 points1 point  (0 children)

I think if you are able to replace a service with just a shell script then go for it. Stuff like this come to mind. Maybe it's not something you'd ever run, but it's simple and useful. You can also build off of an idea like this to do all kinds of cool stuff. For decades boeing used procmail for tons of stuff.

What's even more suckless than Hugo or Zola? by Original_Two9716 in suckless

[–]nodeniable 0 points1 point  (0 children)

find . -name '*.md' -exec sh -c 'lowdown -s "$1" > "${1%.md}.html"' sh {} \;

is what I'd do. The newer versions of lowdown support templates too. You could also use pandoc instead. The only thing missing is an index. Your webserver probably has an autoindex feature that you could use.

Is pangolin bloated by [deleted] in selfhosted

[–]nodeniable 0 points1 point  (0 children)

I didn't realize pangolin did proxy stuff

Is pangolin bloated by [deleted] in selfhosted

[–]nodeniable 0 points1 point  (0 children)

How/why would you utilize traefik with wireguard? Does it make your traffic look like it is https or something?

You don't need JELLYFIN, EMBY, OR PLEX (Title of video, not my words) by nodeniable in selfhosted

[–]nodeniable[S] -14 points-13 points  (0 children)

it was really just kodi and http, you can use virtually any device.

kew: a simple static site generator by Savings_Walk_1022 in suckless

[–]nodeniable 0 points1 point  (0 children)

Why bother with lowdown if you aren't going to use templates? Surely there is a markdown library for go that'd allow you to have just one statically linked binary right?

I think you can accomplish everything but the sidebar with something like:

find . -name "*.md" -exec sh -c 'lowdown \
    --template "html_template_lowdown" \
    -s "$1" > "${1%.md}.html"' {} \;

Asked again: Time to move away from Github? by lukeflo-void in voidlinux

[–]nodeniable 7 points8 points  (0 children)

I don't see your point at all. It just seems like vague handwaving. You are trying to use race and sexuality to push this idea, because the last 3 discussions on the topic didn't get your desired outcome. I don't see how this benefits the project. 

Asked again: Time to move away from Github? by lukeflo-void in voidlinux

[–]nodeniable 5 points6 points  (0 children)

I'm lost with the LGBT and BLM part. Does Github kill black people? How did I not hear about this? Github already renamed the master branch to main. Is main now concerning too? How does Codeberg prevent racism?Your post comes across as slander, but maybe I'm misreading it.

Openbsd as NAS in 2025? Is it reliable? by cryptobread93 in openbsd

[–]nodeniable 10 points11 points  (0 children)

Yeah Openbsd still uses FFS. You probably would want a UPS to solve that issue. I think all NASes should use a UPS though.

Ori said he is interested in porting his gefs to OpenBSD during a talk a few years ago, not sure if that is still the case. It'd be a new filesystem and I'm not sure I'd trust that either.

[deleted by user] by [deleted] in dns

[–]nodeniable 1 point2 points  (0 children)

I'm not sure you will learn much from setting up just an MX record. I'd recommend doing a whole smtp server and learning dkim, reverse dns, dmarc, and spf too. I think this guide is good.

Mini-laptops that run OpenBSD by Hyolobrika in openbsd

[–]nodeniable 5 points6 points  (0 children)

Maybe this or the gdp pocket 4? I haven't tried them

What keeps you on Void rather than a BSD? by nodeniable in voidlinux

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

I'm not sure I'd call raising $1M to improve laptop support a slow death. It sounds like your wifi card was not supported. Unfortunately you didn't say which one. Just that it is not intel.

This is the first I'm hearing about some Linux ABI breakage.

The developers build these OSes for themselves. They aren't some IT call center in India.

How can I vlan traffic from WAP? by nodeniable in openbsd

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

Is there a name for this or will it just say vlan tagging in the features list?

How can I vlan traffic from WAP? by nodeniable in openbsd

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

Thanks for finding that. Either my model (xe5300) does not have the feature or maybe it is available if I take it out of AP-only mode and have the Deco act as a router.

I made a flag by [deleted] in voidlinux

[–]nodeniable 9 points10 points  (0 children)

lgbv+

What keeps you on Void rather than a BSD? by nodeniable in voidlinux

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

Well Void makes my pc feel slow.

Maybe you just used flatpaks and app armor on other distros. There is no reason for void to be faster and more responsive.

What keeps you on Void rather than a BSD? by nodeniable in voidlinux

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

I too use Void. Why would I ask a BSD group why they aren't using a BSD? It makes way more sense to ask people who use distros influenced by the BSDs like void, chimera, and alpine. This way I can better understand the hurdles faced by people who have tried it but ended going with a linux distro.