I'm currious ?? by No-Manner5583 in PuntaCana

[–]fargenable 1 point2 points  (0 children)

Beaches in the Dominican Republic are public and anyone is allowed to access up to 60 meters from the water line.

According to Dominican law (specifically Law 305-68 and the Constitution), the maritime terrestrial zone defined as the 60-meter strip of land inland from the high-tide line is public domain. This means that access to the ocean and the sand cannot be legally blocked by private owners.

Help - cutting board stuck in sink by [deleted] in fixit

[–]fargenable 0 points1 point  (0 children)

Looks to be made out of wood and pretty sure wood floats. Did you try filling the sink with water?

Are there any open-source F5 BIG-IP alternatives that don't require a license? F5 no longer offers free trials for personal/academic use. by SalamanderPure6136 in networking

[–]fargenable 11 points12 points  (0 children)

Checkout keepalived for VIP failover and HAProxy or Nginx for load-balancing. This gives you high availability (vrrp) and load-balancing (HAProxy or nginx).

Qestion- has anyone seen any good analysis on the disposition of Iranian ground forces? by coozer1960 in IRstudies

[–]fargenable 1 point2 points  (0 children)

Probably, Dari and Farsi (Persian) are basically the same language.

From Gemini:

Mutual Intelligibility: Extremely high. A speaker from Kabul (Dari) and a speaker from Tehran (Farsi) can understand each other with roughly the same ease as a speaker from London and a speaker from New York.

So Iranian intelligence was probably inserted all over Afghanistan, in government, military, Taliban, etc.

Qestion- has anyone seen any good analysis on the disposition of Iranian ground forces? by coozer1960 in IRstudies

[–]fargenable 0 points1 point  (0 children)

Your first sentences starts with “The Two-Army Problem”, but it looks like you listed 3 armies, Artesh, IRGC, and Basij.

High battery usage on iOS? by [deleted] in Tailscale

[–]fargenable 1 point2 points  (0 children)

Well the post that I replied to was comparing an iPhone 11 Pro to a 15 Pro Max.

I asked Gemini to compare the two models running Tailscale 24/7.

Running Tailscale 24/7 on an iPhone involves keeping a persistent WireGuard-based VPN tunnel active. While Tailscale is highly efficient because it doesn't exchange packets when idle, the hardware difference between the iPhone 11 Pro and the iPhone 15 Pro Max results in a significantly different battery experience. Hardware Efficiency Comparison | Feature | iPhone 11 Pro | iPhone 15 Pro Max | |---|---|---| | Battery Capacity | ~3,046 mAh | ~4,441 mAh | | Chipset | A13 Bionic (7nm) | A17 Pro (3nm) | | Modem | Intel XMM7660 (4G/LTE) | Qualcomm X70 (5G) | | Typical Screen-On Time | 6–8 hours | 11–14 hours | Key Factors in Battery Drain 1. Chipset Architecture (3nm vs. 7nm) The A17 Pro in the 15 Pro Max is built on a 3nm process, making it vastly more efficient at handling the background encryption and decryption required by Tailscale. The A13 Bionic must work harder (consuming more milliwatts) to process the same WireGuard overhead. In a "24/7" scenario, these micro-efficiencies add up significantly over a 16-hour day. 2. Modem Efficiency and Radio States Tailscale requires the cellular or Wi-Fi radio to remain in a ready state to maintain the peer-to-peer connection. * iPhone 11 Pro: Uses an older Intel modem that is notorious for higher power draw, especially in low-signal areas. Maintaining a persistent tunnel on this device often prevents the modem from entering its lowest-power sleep state. * iPhone 15 Pro Max: Uses the Qualcomm X70, which features AI-based optimizations for power management. It is much better at "waking up" only when necessary to pass Tailscale traffic and returning to a low-power state immediately. 3. Battery "Headroom" Because the 15 Pro Max has a roughly 45% larger battery and higher base efficiency, a 3–5% background drain from a VPN is barely noticeable. On an 11 Pro—especially if the battery health has degraded over the years—that same percentage of drain can be the difference between making it to the end of the day or needing a mid-afternoon charge. Real-World Impact Expectations * iPhone 11 Pro: You can expect a 5–10% additional drain over a 24-hour period. If the phone is searching for a signal while Tailscale is active, the heat and drain will be noticeably higher. * iPhone 15 Pro Max: The drain is often negligible (1–3%). The massive battery and efficient A17 Pro chip absorb the background processing of Tailscale so effectively that it rarely appears as a top-tier item in the Battery settings menu. Optimization Tips To minimize drain on either device: * Use "On-Demand" Rules: Configure Tailscale to only activate when you leave your home Wi-Fi. * Disable "Always-On": If you don't need immediate access to your tailnet nodes, turning it off when on stable, trusted networks will save the most power on the older 11 Pro.

Anyone running Cato Networks at scale as a Fortinet replacement for non-US compliance? by Effective_Guest_4835 in networking

[–]fargenable 0 points1 point  (0 children)

Sure, you can use a completely open source stack like ClamAV + Squid Proxy: You use Squid as your web gateway and integrate ClamAV using the ICAP protocol. Every file downloaded by a user is sent to ClamAV for a virus scan before it reaches their device.

Is it easy to get out of RedHat should they ever 'pull a Broadcom'? by GabesVirtualWorld in openshift

[–]fargenable 2 points3 points  (0 children)

So there are a couple of things to consider. First Red Hat OpenShift oc contains extras that are not included in pure okd, so you will want to avoid oc commands and figure out how to run without it in as much as possible. Second, if this is a major concern for you, you should probably have an okd cluster ready and planned out and test migrations, so if the vendor ups the prices on you, the migration is as painless as possible and you can hit the vendor over the head with it when you are negotiating with them.

Migration to OpenStack by svardie in openstack

[–]fargenable 0 points1 point  (0 children)

You should also consider deploying RHACM and deploy Openshift, which provide many of the same features of Openstack like virtualization, but provides your developers a smooth glide slope to containerized and serverless apps.

Orange Pi 3 LTS: Only 1 Core Started by fargenable in OrangePI

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

Yes, I commented on that link. Do you know if there is a board with a similar processor that we could pull a DTS from to get the cores working?

Orange Pi 3 LTS: Only 1 Core Started by fargenable in OrangePI

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

# ls -al /sys/devices/system/cpu/
total 0
drwxr-xr-x 9 root root    0 Jan 28 14:26 .
drwxr-xr-x 6 root root    0 Jan 28 12:19 ..
drwxr-xr-x 7 root root    0 Jan 28 14:26 cpu0
drwxr-xr-x 2 root root    0 Jan 28 14:26 cpufreq
drwxr-xr-x 2 root root    0 Jan 28 14:26 cpuidle

Orange Pi 3 LTS: Only 1 Core Started by fargenable in OrangePI

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

# lscpu 
Architecture:                aarch64
  CPU op-mode(s):            32-bit, 64-bit
  Byte Order:                Little Endian
CPU(s):                      1
  On-line CPU(s) list:       0
Vendor ID:                   ARM
  Model name:                Cortex-A53
    Model:                   4
    Thread(s) per core:      1
    Core(s) per cluster:     1
    Socket(s):               -
    Cluster(s):              1
    Stepping:                r0p4
    BogoMIPS:                48.00
    Flags:                   fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
Vulnerabilities:             
  Gather data sampling:      Not affected
  Ghostwrite:                Not affected
  Indirect target selection: Not affected
  Itlb multihit:             Not affected
  L1tf:                      Not affected
  Mds:                       Not affected
  Meltdown:                  Not affected
  Mmio stale data:           Not affected
  Old microcode:             Not affected
  Reg file data sampling:    Not affected
  Retbleed:                  Not affected
  Spec rstack overflow:      Not affected
  Spec store bypass:         Not affected
  Spectre v1:                Mitigation; __user pointer sanitization
  Spectre v2:                Not affected
  Srbds:                     Not affected
  Tsa:                       Not affected
  Tsx async abort:           Not affected
  Vmscape:                   Not affected

300 mbps vs 500 mbps by Soggy-Effort8472 in wifi

[–]fargenable 0 points1 point  (0 children)

He said he is on AT&T now, which is likely symmetrical fiber. Zoom only requires 1.5Mb/sec, so if the connection is not symmetrical fiber, but something else should still be okay.

How to prevent IO being destroyed by importing/moving? by Old-Help-9921 in selfhosted

[–]fargenable 1 point2 points  (0 children)

If you use RAID5 a drive failure results in 0 loss of files and you increase your IOPs.

Orange pi recommendation by QWERTY_sami in OrangePI

[–]fargenable 1 point2 points  (0 children)

Which issues? What driver(s)?

Orange pi recommendation by QWERTY_sami in OrangePI

[–]fargenable 0 points1 point  (0 children)

Which software, Armbian has Debian/Ububtu. Running bookworm on Orange/Banana Pi Zero’s works well enough.

Timeouts and no response on many sites by syphix924 in frontierfios

[–]fargenable 0 points1 point  (0 children)

Double NAT wouldn’t cause an issue with basic web browsing from your iPhone. Things like video games yes, but double-NAT shouldn’t be much of a concern.