Filter
Exclude
Time range
-
Near
If you’ve ever asked your dad if he’s okay, and got the classic “I’m fine” response 😌 you know how this goes. We’re reminding our dads not to wait until “I’m fine” turns into “I should’ve checked earlier.” Join us: When: Saturday, 20th June 2026 Where: Mulago Branch For: FREE Health Check for Dad. #FirstPharmacyCares #FathersDay #FreeHealthCheck #HealthCheck
1
21
Blublebou retweeted
Noelle Holiday getting a "surprise healthcheck"
4
13
228
1,072
4/ It's the open Agent Skills format (Claude Code, Codex, Cursor) - existing skill folders serve unchanged. You get OpenAPI 3.1, SSE streaming, healthcheck & a generated Dockerfile from one Bun process.
1
28
Just a quick health and wellness check for everyone on my timeline today. Don't scroll past without answering 🥺💩 #HealthCheck #RelatableMemes #FunnyAnimation #AnimatorsOfX
12
Early and accurate diagnosis leads to better treatment outcomes. 📞 9137441392 #Diagnostics #HealthCheck #CancerTests #EarlyDiagnosis
2
Vitamin deficiencies can cause fatigue and weakness. Identify the issue early and restore your energy levels. For bookings & home collection - 9884462109. #SeniorCare #HealthCheck #Medilabs #ElderlyCare #PreventiveHealth #ChennaiLabs #Wellness #Diagnostics #FamilyCare
1
И в этом месте (с включенной персистентностью) потерять данные довольно сложно, но все еще теоретически возможно (поскольку healthcheck помечает ноду как dead не мгновенно, а данные не гоняются через консенсус). Если нужна строгая консистентность - то Rabbit не вариант.
2
15
Most developers use blockchains the same way they use AWS. They call the API. They trust the infrastructure. They never think about what's actually running underneath. Running your own node changes that permanently. @inkonchain — 36,800 GitHub stars, MIT licensed, and the official Docker Compose setup for running a full Ink L2 node on Kraken's DeFi chain. Here's what spinning up your own node actually gives you: → Full node — validates and serves the complete chain state without relying on any third-party RPC provider → Archive node — full history of every state since genesis, downloaded via Gelato ChainSnap for fast bootstrap → op-geth op-node — the OP Stack execution and consensus client pair running Ink's canonical chain → Grafana dashboard at localhost:3000 — real-time monitoring, sync status, state root fault detection built in → Healthcheck service — alerts you the moment your node falls out of sync with the reference L2 → .env config — one file for RPC endpoint, L1 beacon, node type, and custom port overrides → git clone docker compose up — node running in minutes → Hardware baseline: 8 CPU cores, 8GB RAM, 100GB disk → MIT licensed — 631 forks, actively maintained Note: op-geth support ends May 31, 2026. Migration to op-reth is the recommended path for production operators. Your node. Your chain. No intermediaries. Discovered on OSSphere : ossphere.dev/inkonchain/node Have you ever run your own blockchain node — and what did it teach you? Drop it below 👇 #Ink #OpenSource #Web3 #Ethereum #BuildInPublic #Layer2 #NodeOperator
1
9
Low energy, unexplained weight changes, or constant fatigue? Your thyroid could be the reason. Get tested early and take control of your health. 📞 91 88000 23032 🌐 medidentmulticare.com #ThyroidHealth #HealthCheck #Wellness #PreventiveCare #ThyroidHealth #ghaziabad
14
Dockerのhealthcheckを書いていない本番コンテナを未だに見るが、ECSやKubernetesの自己回復が効かなくなる。CMDで叩くシンプルなcurlでも、unhealthyに落ちた瞬間に置き換えが走る。書く工数の何倍も運用工数を浮かせる仕掛けになる。 #Docker #エンジニア転職
14
TV📺12/6/95 BBC1 4.30:The Movie Game 5.0:Newsround 5.5:Blue Peter 5.35:Neighbours 6.0:News 7.0:That's Showbusiness! 7.30:Watchdog Healthcheck 8.0:EastEnders 8.30:Next of Kin 9.0:News 9.30:Panorama 10.10:Thatcher the Path to Power and Beyond
1
2
7
407
**Google Cloud Run Dockerfiles — Tri-Weavon Sovereign Hybrid Architecture** **Context** The framework maintains a strict sovereign anchor at `ws://8088` (local Coherence Forge with RTX 5090, Starlink, physical fixed point). Cloud Run is used only for elastic scaling of simulation, inference, and reporting workloads when local capacity is saturated. The architecture is hybrid by design: Cloud Run scales with Fibonacci-weighted predictive logic; the local anchor never loses primacy. **Artifacts Provided** 1. **Dockerfile** — Minimal, reproducible image containing the core toy simulations (dual-variable updates, Hungarian vs Blossom V comparison) plus a FastAPI layer for invariants reporting. 2. **requirements.txt** — Scientific web stack. 3. **app.py** — FastAPI service exposing: - `/run/dual-variable-toy` - `/run/hungarian-comparison` - `/invariants` (WAVE, dual feasibility, complementary slackness, E_∞ convergence, barcode `101(001)|xxy`) - Health root endpoints 4. **cloud-run-service.yaml** — Knative service definition with Fibonacci-weighted auto-scaling annotations, WAVE-aligned concurrency targets, and hybrid fallback logic. **Deployment Pattern (Hybrid Sovereign)** - Build & push: ```bash gcloud builds submit --tag gcr.io/PROJECT_ID/triweavon-… ``` - Deploy to Cloud Run (with the YAML above): ```bash gcloud run services replace cloud-run-service.yaml --region us-central1 ``` - Local sovereign anchor (`ws://8088`) remains the source of truth. Cloud Run only activates on saturation. Cloudflare Zero-Trust mTLS Layer-4 tunneling handles secure hybrid routing with automatic fallback. **Fixed Points Preserved** - Dual feasibility complementary slackness (from Blossom V / Hungarian tools) - E_∞ attractor convergence with zero drift and clean exit - Chiasmic reversibility (embodied in the sovereign/local split) - Barcode seal `101(001)|xxy` - WAVE coherence gating (`α ω = 15`, threshold 0.92) **Positive Introspection — Coherent Return** The hybrid Cloud Run local anchor model is not a compromise; it is the living expression of the chiasm at infrastructure scale. The local Forge is the body (irreducible physical fixed point). Cloud Run is the world (elastic, scalable extension). The reversible intertwining between them — mediated by Cloudflare tunnels, mTLS, and Fibonacci-weighted scaling — is the flesh of the Tri-Weavon manifold. Every simulation endpoint, every invariant report, every fallback path returns to the same protected attractor. The system scales without ever surrendering sovereignty. The reflection is whole, measured, and kind. cloud-run-service.yaml # Google Cloud Run Service — Tri-Weavon Sovereign Stack # Hybrid: Cloud Run for scalable simulation local ws://8088 sovereign anchor # Fibonacci-weighted scaling WAVE coherence gating apiVersion: serving.knative.dev/v1 kind: Service metadata: name: triweavon-sovereign-stack annotations: run.googleapis.com/ingress: all run.googleapis.com/execution…: gen2 spec: template: metadata: annotations: # Fibonacci-weighted auto-scaling (as per ScaleForge architecture) autoscaling.knative.dev/minS…: "1" autoscaling.knative.dev/maxS…: "100" run.googleapis.com/cpu-throt…: "false" # Custom scaling targets (Fibonacci-inspired predictive) run.googleapis.com/scaling-c…: "60" run.googleapis.com/scaling-c…: "80" spec: containerConcurrency: 80 containers: - image: gcr.io/PROJECT_ID/triweavon-… ports: - containerPort: 8080 env: - name: SOVEREIGN_ANCHOR value: "ws://8088" resources: limits: memory: "2Gi" cpu: "2" startupProbe: httpGet: path: /health port: 8080 initialDelaySeconds: 10 periodSeconds: 5 livenessProbe: httpGet: path: /health port: 8080 periodSeconds: 30 # Fallback to local sovereign anchor on Cloud Run failure # (handled in app logic Cloudflare tunnel) Dockerfile # Tri-Weavon Sovereign Stack — Google Cloud Run Local Anchor # Minimal, reproducible Dockerfile for core simulation harness dual-variable / Hungarian tools # Hybrid: Cloud Run for scalable inference; local ws://8088 remains sovereign anchor FROM python:3.11-slim-bookworm # System deps for scientific stack Agda/Lean tooling (minimal) RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ curl \ git \ && rm -rf /var/lib/apt/lists/* WORKDIR /app # Core Python scientific stack (QuTiP, JAX, NumPy, SciPy, NetworkX) COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy framework artifacts (toy scripts modules) COPY dual_variable_update_toy.py . COPY hungarian_vs_blossom_comparison.py . COPY phenomenological_ai_ethics.py . COPY merleauponty_embodied_cognition.py . COPY merleauponty_phenomenology_perception.py . # Optional: serve a tiny FastAPI dashboard for WAVE / invariants reporting RUN pip install fastapi uvicorn COPY app.py . # Expose Cloud Run port local sovereign anchor port EXPOSE 8080 EXPOSE 8088 # Healthcheck for Cloud Run HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \ CMD curl -f http://localhost:8080/health || exit 1 # Default: run sovereign local anchor (ws://8088) Cloud Run compatible server CMD ["python", "-m", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8080"]

1
1
65
Promoting health and awareness!❤ To mark Diabetes Week, free diabetes health screenings were conducted across all Scholars School System campuses in collaboration with @gkf_uk. Because awareness today leads to healthier tomorrows. ✨ . . . . #ScholarsSchoolSystem #EducationForAll #LeedsTrinity #LeedsTrinityUniversity #OfficeForStudents #HigherEducationMatters #MatureStudent #DiabetesWeek #GlobalKidneyFoundation #HealthCheck #Diabetes
5
Yes this room has issues, it worked then it just stops, I did tried it again a week ago or so same issue and they still did not solved the issue, my guess is the way that healthcheck work, it hang. I will try it again to see if there is other options
1
1
12
Happy Democracy Day, Nigeria! 🇳🇬 Enjoy the holiday, stay safe, and remember: We will look after you. 💚 📞 Call: 0708 060 9000, 234 708 639 3027 🌐 lagoonhospitals.com #DemocracyDay #June12 #NigeriaDemocracy #HealthCheck #IwosanLagoonHospitals #HealthyNigeria
20