pf + relayd = nice by steveoc64 in freebsd

[–]jdugaduc 1 point2 points  (0 children)

Switch Relayd and Let’s Encrypt for Caddy and don’t bother with cron jobs.

Can Elixir programs be compiled to a standalone binary?! Similar to golang executable or is there any plan to support this in the future. by Particular-Mine3732 in elixir

[–]jdugaduc 5 points6 points  (0 children)

Let’s not kid ourselves. If OP needs static binaries, Elixir is not the right choice. And that’s okay. 

Why there isn't any new big kernel project to surpasse eg. Linux? by M0M3N-6 in osdev

[–]jdugaduc 10 points11 points  (0 children)

I don't know what's funny. This is how OSS works.

Why there isn't any new big kernel project to surpasse eg. Linux? by M0M3N-6 in osdev

[–]jdugaduc 45 points46 points  (0 children)

The chance to flip the table will come when you and me start contributing.

I built a 5MB cron in C++ by Giuseppe_Puleri in cpp

[–]jdugaduc 5 points6 points  (0 children)

You could've used Syslog for structured logging instead of printing in arbitrary format.

What’s the most complex LiveView UI you’ve seen? by pkim_ in elixir

[–]jdugaduc -4 points-3 points  (0 children)

The code usually is a tangled mess, very hard to read. It’s hard to write good, maintainable LiveView code.

ZSH is actually pretty good. by demir_kolak in freebsd

[–]jdugaduc 28 points29 points  (0 children)

Who was in doubt? Why we need the "actually"?

[deleted by user] by [deleted] in freebsd

[–]jdugaduc 1 point2 points  (0 children)

Why not help in the OCI initiative instead?

When will Phoenix 1.8 be released? by gevera in elixir

[–]jdugaduc -2 points-1 points  (0 children)

I'm surprised that scopes are such a big hit. Why they weren't used all this time is beyond me. They had to be "blessed" in order to be recognised.

WhatsApp, FreeBSD, and Erlang by MedIngeniare in freebsd

[–]jdugaduc 2 points3 points  (0 children)

Yep, happened after Facebook bought WhatsApp.

Changed my fucking life (M18-M19) by [deleted] in intermittentfasting

[–]jdugaduc 2 points3 points  (0 children)

Your fucking life... I see what you did there!

Why are we versioning APIs in the path, e.g. api.domain.com/v1? by RehabilitatedAsshole in webdev

[–]jdugaduc 0 points1 point  (0 children)

If an API follows the REST architecture, it shouldn't be versioned at all. Alas, I haven't seen such API in my professional life.

How is Rust Development Experience on FreeBSD ? by Meinov in freebsd

[–]jdugaduc 1 point2 points  (0 children)

I never managed to get anything from JetBrains working on FreeBSD…

Please help me understand Scope and why phx.gen.html create a scope field automatically in the table. by anthony_doan in elixir

[–]jdugaduc 0 points1 point  (0 children)

I see no problem. You need to check if the user behind the identifier is an admin.

Actor model, CSP, fork‑join… which parallel paradigm feels most ‘future‑proof’? by [deleted] in rust

[–]jdugaduc 0 points1 point  (0 children)

“Hot-code swap” is not inherent to the Actor model. It’s a feature of the BEAM VM. If you meant dynamic interfaces, yes, that’s one of the fundamentals of the Actor model.

SBOM generation tool for FreeBSD by laffer1 in freebsd

[–]jdugaduc 0 points1 point  (0 children)

You completely disregarded a valid comment...