…cogito, ergo sum…

  • 18 Posts
  • 220 Comments
Joined 4 months ago
cake
Cake day: December 3rd, 2025

help-circle
  • The macOS version can make stronger guarantees because it can have more complexity. On Linux, the foundation is eBPF, which is powerful but bounded: it has strict limits on storage size and program complexity. Under heavy traffic, cache tables can overflow, which makes it impossible to reliably tie every network packet to a process or a DNS name.
    And reconstructing which hostname was originally looked up for a given IP address requires heuristics rather than certainty. The macOS version uses deep packet inspection to do this more reliably.
    That’s not an option here.

    Source [web-archive]

    The above feels like an utter AI slop nonsense, sorry. I believe eBPF, the Linux Kernel feature, is absolutely capable for accuracy and perfect processing of network traffic. Have you ever checked Calico or Cilium, or at least, Oryx?




  • Thank you very much! The article is a great reference to consider and start creating workspaces for teams ready to deal with panic and stay efficient in critical events.

    As a reminder, one of the ten levers you can pull to increase psychological safety in your subculture is to provide structure for difficult conversations.

    Unstructured hard conversations rely on confidence and power. Structured ones rely on shared tools and expectations.

    In the Anxiety Zone, difficult conversations feel personal and unpredictable.

    Source [web-archive]







  • Artwork@lemmy.worldtoComic Strips@lemmy.worldHow are you?
    link
    fedilink
    English
    arrow-up
    43
    ·
    4 days ago

    A man can be himself only so long as he is alone; and if he does not love solitude, he will not love freedom; for it is only when he is alone that he is really free." ~ Arthur Schopenhauer

    -–

    Our language has wisely sensed these two sides of man’s being alone. It has created the word “loneliness” to express the pain of being alone. And it has created the word “solitude” to express the glory of being alone. ~ Paul Tillich















  • Typical architecture

    - Nuxt app: Handles UI, SSR, routing, and some light data orchestration.
    - Backend API: Exposes REST/GraphQL endpoints, handles business logic, auth, and data persistence.

    In practice, many real‑world apps use a hybrid approach:

    - External API: Core business logic, data models, and long‑lived endpoints.
    - Nuxt server routes: BFF layer that adapts the external API to the needs of the Nuxt app.

    This gives you the best of both worlds: a reusable backend plus a Nuxt‑specific layer optimized for your UI and SSR.

    Source [web-archive]

    // Backend‑for‑frontend (BFF)

    There’s a wish there was more about the concepts and more strict difference between those stated, but regardless, thank you!
    I’ve been into PHP and web-dev for around two decades now…
    And with quite much experience, I do the projects, flows and Communities of PHP, Laravel, Symfony, and sure the frequent and brilliant VueJs, InertiaJs, and, Nuxt! ✨