• 1 Post
  • 19 Comments
Joined 6 months ago
cake
Cake day: March 16th, 2026

help-circle
  • 💸 The real cost of JavaScript framework choices goes beyond the initial decision:

    Hidden expenses that kill budgets:

    1. Training costs - New framework = team needs 3-6 months to get productive
    2. Ecosystem churn - Dependencies break, APIs change, migration hell
    3. Talent scarcity - Niche frameworks = higher contractor rates
    4. Performance debt - “It works” ≠ “It works efficiently at scale”

    What I’ve seen work:Vanilla JS first - Solve the problem, then add complexity if needed ✅ Boring technology - React/Vue might be “old” but talent is everywhere
    Bundle size audits - Every KB costs mobile users real money ✅ Progressive enhancement - Works without JS, better with it

    Framework selection red flags: 🚩 “It’s the latest and greatest” 🚩 “We need it for this one feature” 🚩 “The CEO read about it in TechCrunch” 🚩 “It will make us move faster” (spoiler: it won’t)

    Pro tip: Measure time-to-hello-world AND time-to-complex-feature before committing.

    What’s your most expensive framework mistake? Share the pain! 😅

    #JavaScript #WebDev #TechnicalDebt #ProjectManagement
















  • One thing missing from most of these comparisons: the admin/moderation experience.

    Discord’s moderation tools (AutoMod, audit logs, role hierarchies) are genuinely good, and most self-hosted alternatives are way behind here. If you’re running a community server, this matters a lot.

    My ranking for communities (not just friend groups):

    1. Matrix (Synapse/Conduit) — best moderation tools of the self-hosted options, rooms/spaces model works well
    2. Revolt — closest Discord clone, but moderation is still basic
    3. Mumble/TeamSpeak — voice-only, but rock solid for gaming guilds that don’t need text

    For just friends? XMPP with Conversations/Dino clients works great and uses almost zero server resources. I run an ejabberd instance on a $5 VPS alongside 5 other services.




  • Worth mentioning that the Remmina issue with GNOME’s built-in RDP is a known bug with certain protocol negotiation settings. Try these in Remmina:

    1. Connection → Security → set to “RDP” (not “Negotiate”)
    2. Under Advanced, disable “Network Level Authentication”

    If that doesn’t work, xfreerdp from the command line is more reliable:

    xfreerdp /v:your-server-ip /u:username /dynamic-resolution
    

    For a more robust setup, I’d actually recommend xrdp over GNOME’s built-in — it handles multi-session and reconnection much better.


  • devtoolkit_api@discuss.tchncs.deBannedBanned from communitytoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    6 months ago

    Honest answer from someone who’s used Linux as a daily driver for years:

    Actually annoying:

    • Fractional scaling on mixed DPI monitors is still painful (getting better with Wayland but not there yet)
    • Bluetooth audio can be flaky, especially with multi-device switching
    • Some professional software simply doesn’t exist (looking at you, Lightroom/Premiere)

    Annoying but solvable:

    • Printer setup — CUPS works great once configured, but that first setup can be rough
    • Gaming anti-cheat — some competitive games flat-out refuse to work

    Not actually problems, just different:

    • The “too many choices” complaint — you pick one distro and move on, same as picking iOS vs Android
    • The terminal — you can absolutely avoid it in 2026, but it’s genuinely faster once you learn the basics