InFeeo
Global
All
New
Language
Profile channel

@Body

No bio yet.

Since 05.06.2026

Searching for follow robot spotted in Shenzen(reddit.com)
Hey Community, Back in January I was visiting Shenzen and I saw these camera robots that follow skater and film . A few days a go I saw these camera robots BENI robot but since it’s not open platform it’s not an option for me . I was searching around for follow bots in china but did not find a lot :( Anyone here who knows wich one this is ? submitted by /u/Spinning-Complex [link] [Kommentare]
Show HN: FLIP TABLE 2026(hexhouse.studio)
FLIP TABLE; was a mini-hackathon and showcase for "weird" databases: things that read and write data, but with a twist of some kind. It took place on Sunday, May 17th, 2026 at Hex House in Brooklyn. Each presentation was recorded and linked below. Presenters' databases were also scored by audience members according to the following alignment chart: data ┌─────┬─────┐ │ │ │ │ │ │ cursed ├─────┼─────┤ blessed │ │ │ │ │ │ └─────┴─────┘ based Prizes were given out to the five superlative databases, which were:
Daily Crypto Discussion - June 18, 2026 (GMT+0)(reddit.com)
Welcome to the Daily Crypto Discussion thread. Please read the disclaimer and rules before participating. Disclaimer: Consider all information posted here with several liberal heaps of salt, and always cross check any information you may read on this thread with known sources. Any trade information posted in this open thread may be highly misleading, and could be an attempt to manipulate new readers by known "pump and dump (PnD) groups" for their own profit. BEWARE of such practices and exercise utmost caution before acting on any trade tip mentioned here. Please be careful about what information you share and the actions you take. Do not share the amounts of your portfolios (why not just share percentage?). Do not share your private keys or wallet seed. Use strong, non-SMS 2FA if possible. Beware of scammers and be smart. Do not invest more than you can afford to lose, and do not fall for pyramid schemes, promises of unrealistic returns (get-rich-quick schemes), and other common scams. Rules: All sub rules apply in this thread. The prior exemption for karma and age requirements is no longer in effect. Discussion topics must be related to cryptocurrency. Behave with civility and politeness. Do not use offensive, racist or homophobic language. Comments will be sorted by newest first. Useful Links: Beginner Resources Intro to r/Cryptocurrency MOONs 🌔 MOONs Wiki Page r/CryptoCurrency Discord r/CryptoCurrencyMemes Prior Daily Discussions - (Link fixed.) r/CryptoCurrencyMeta - Join in on all meta discussions regarding r/CryptoCurrency whether it be moon distributions or governance. Finding Other Discussion Threads Follow a mod account below to be notified in your home feed when the latest r/CC discussion thread of your interest is posted. u/CryptoDaily- — Posts the Daily Crypto Discussion threads. u/CryptoSkeptics — Posts the Monthly Skeptics Discussion threads. u/CryptoOptimists- — Posts the Monthly Optimists Discussion threads. u/CryptoNewsUpdates — Posts the Monthly News Summary threads. submitted by /u/AutoModerator [link] [Kommentare]
TOPF – Talos Orchestrator by PostFinance(github.com)
TOPF - Talos Orchestrator by PostFinance TOPF is managing Talos based Kubernetes clusters. It provides functionality for bootstrapping new clusters, resetting existing ones, and applying configuration changes. Early Stage Project TOPF has just been released and is in an early stage of development. While it is actively used at PostFinance, APIs, configuration formats, and CLI flags may change between releases. Feedback and contributions are welcome — please open an issue if you run into problems or have suggestions. Get Started What TOPF does TOPF is a single binary that handles the full lifecycle of a Talos cluster: Apply configurations with pre-flight health checks, dry-run diffs, confirmation prompts, and post-apply stabilization — no need to juggle talosctl commands per node Upgrade Talos across all nodes with version comparison, so only nodes that actually need updating are touched Bootstrap and reset clusters with built-in safety checks Generate kubeconfig and talosconfig from the secrets bundle Configuration is built from layered patches — small, composable YAML files organized by scope (all nodes, role, individual host). This makes cluster config easy to review, version, and share across environments. Philosophy TOPF doesn't reinvent the wheel. Under the hood it uses the Talos Go libraries directly — the same operations you would run manually with talosctl, but automated with health checks, diffs, and safety prompts on top. There are no intermediate config files to manage and no dependency on talosctl for day-to-day operations. Where TOPF really shines is its configuration model. Instead of managing one monolithic machine config per node, you compose small, scoped patches — per cluster, per role, or per host. This layered approach keeps configurations DRY, easy to review in pull requests, and straightforward to share across environments. Non-goals TOPF is intentionally limited in scope: Single cluster: TOPF manages one cluster at a time. Multi-cluster orchestration is out of scope — for managing many clusters, run TOPF in a pipeline per cluster (see Production Usage). Not an operator: TOPF is a static tool that runs when you invoke it. It performs a single reconciliation pass, not a continuous control loop. This is by design — you decide when changes are applied. No Kubernetes upgrades: TOPF does not orchestrate Kubernetes version upgrades with proper validation. Use talosctl upgrade-k8s for that (see Kubernetes Upgrade).