Загрузка видео...

Не удалось загрузить видео

На главную

' 2DFM Project: Gabbie 5.31.24 ' [idle, turnaround] W.I.P. game development practice project using 2D Fighter Maker 2nd, by JG GenesisKeys.

91,309 просмотров • 2 лет назад •via X (Twitter)

Комментарии: 0

Нет доступных комментариев

Здесь появятся комментарии из оригинального поста

Похожие видео

#PLA #China #Japan #Korea #Guam #India #Hypersonic The Chinese 6th generation fighter is a high-quality reverse engineering of the American 6th generation fighter project from Lockheed Martin as part of the NGAD (Next-Generation Air Dominance) program. The Chinese Air Force has begun flight tests of a 6th-generation stealth fighter designed using a "flying wing"/"tailless" configuration without the usual vertical and horizontal all-moving tail fins typical of 4th and 5th generation aircraft. The machine is stabilized in flight thanks to an advanced computerized fly-by-wire control system with multiple backup systems, which controls the wing mechanization on the trailing edge. The design has a huge resemblance to that of the Lockheed project under the NGAD program. It is worth noting that the visible length of the glider can vary from 22.5 to 25 - 27 m, while the wingspan reaches an incredible 18 - 19 m. Obviously, the normal takeoff weight of such a machine can reach 33 - 37 tons, the maximum - 43 - 47 tons. The payload in the internal weapons compartments is up to 10 - 12 tons. The estimated volume of the fuel system can reach 17-18 tons, and the combat radius of action up to 2500-2700 km. The effective reflective surface of this machine can vary from 0.05 to 0.15 sq. m The configuration of the onboard radar of the Chinese 5th generation fighter is almost identical to that of the Russian Su-57. On the side forming the nose of the fuselage, one can pay attention to 2 X-band side-looking AESA modules, similar to the N036B-1-01L and N036B-1-01B modules of the Belka onboard radar system. These canvases provide radar reconnaissance in SAR mode at distances of up to 150-200 km, as well as the ability to detect air targets in the lateral and rear hemisphere Evgeniy Damantsev

Koba

40,339 просмотров • 1 год назад

Introducing a new tool called "SideChannel". A secure alternative to OpenClaw. Utilizes signal for communication and has Claude integration. I built SideChannel, an open-source Signal bot that connects Claude AI to your entire development workflow. End-to-end encrypted. From your pocket. The real power is autonomous development. Send one message like "Build a REST API with auth, pagination, and tests" and SideChannel will: - Generate a full PRD with stories and atomic tasks. - Dispatch up to 10 parallel workers (each running Claude). - Independently verify every task with a separate Claude context. - Run quality gates to catch regressions - Auto-fix failures. - Send you progress updates via Signal as work completes. Every piece of code is reviewed by a separate AI context using a fail-closed security model. If it detects security issues, backdoors, or logic errors — the code gets rejected automatically. No rubber stamps. It also has memory that actually works. Conversations are stored with vector embeddings for semantic search. Claude remembers your project conventions, past decisions, and what's been tried before. It gets smarter about your codebase over time. Other things I'm proud of: - Plugin framework for extending with custom commands. - Multi-project support with per-user scoping. - Rate limiting, path validation, phone allowlist. - Git checkpoints before every task, atomic commits after. - Stale task recovery, circular dependency detection. - Works on Linux and macOS, one-command install. It also integrates into OpenAI or Grok (optional) for more Generative AI response for simple things like "Whats the weather in New York City right now?".

Dave Kennedy

49,427 просмотров • 5 месяцев назад

HAPPENING NOW: Secretary of War Pete Hegseth just arrived at Castelion to meet with the company’s founders as part of the Department of War 🇺🇸’s Arsenal Freedom Tour. Castelion Corporation is a U.S. defense technology startup founded in late 2022 by former SpaceX engineers, including CEO Bryon Hargis, Sean Pitt, and Andrew Kreitz. The company specializes in designing, testing, and manufacturing affordable, mass-producible hypersonic strike missiles to restore America's conventional deterrence capabilities, particularly against adversaries like China and Russia in hypersonic weapons. Their flagship product is the Blackbeard hypersonic missile system, engineered for high-volume production (thousands per year), lower costs (potentially 10x cheaper than comparable legacy systems), rapid development cycles (months instead of years), and compatibility with existing U.S. military platforms like HIMARS for the Army and various Navy systems. Castelion employs a SpaceX-inspired approach: vertical integration, rapid iteration, high-cadence testing (over 25 flight tests by late 2025), and scalable manufacturing using nontraditional suppliers to cut costs and speed. Castelion is Headquartered in Torrance, California, with facilities in Texas and a major new 1,000-acre solid rocket motor campus in Sandoval County, New Mexico called Project Ranger. The company has secured significant funding, including a $350 million Series B round in December 2025 following earlier rounds, to ramp up production. It has won multiple Department of War 🇺🇸 contracts, including integration awards with the U.S. Army and Navy, SBIR phases, and AFWERX programs for hypersonic development. Castelion aims to address the U.S. lag in hypersonic munitions by focusing on scale and affordability rather than boutique, high-end designs from traditional suppliers like Lockheed Martin Lockheed Martin or Raytheon Raytheon. Upon Pete Hegseth’s arrival, a large screen in the Castelion lobby lit up with a message that read “Welcome Secretary of War Pete Hegseth” and “Arsenal of Freedom” with a video of a missile launch.

Laura Loomer

177,419 просмотров • 6 месяцев назад

For almost a year, I have been building a simpler and more dependable way for applications to respond to activity on Cardano. Today, I am incredibly proud to release OgmiosDotnet.BlockchainEvents v1.0.0. BlockchainEvents is an open source transaction filtering, pub sub and event delivery layer for Cardano. It connects to Ogmios, evaluates every transaction against completely customisable rules, and emits only the activity an application has chosen to receive as standard CloudEvents. The rule engine can be shaped around almost any requirement. An application or applications can listen for activity involving a particular address, asset, policy, smart contract, governance action, treasury withdrawal, metadata value or DEX transaction. Builders can also create entirely new rules around their own domain logic. A project can operate one BlockchainEvents instance and allow many different applications to subscribe to the specific Cardano events they care about. A wallet could subscribe to address activity. A governance platform could subscribe to proposals and votes. A DEX service could subscribe to swaps involving selected assets or contracts. The blockchain connection, transaction processing and event infrastructure are shared, while each application receives its own relevant stream of events. This can remove considerable duplication across a project, reduce infrastructure costs and give development teams one dependable event layer to build around. Consumers can be as simple as an HTTP endpoint. When a transaction satisfies a rule, BlockchainEvents transforms it into a CloudEvent and automatically posts it to the subscribed application. Events can also be consumed through gRPC and server sent events. This allows applications to use Cardano data exposed through Ogmios without installing an Ogmios SDK, tracking a particular SDK version, maintaining their own WebSocket connection or implementing the chain sync protocol themselves. Delivery is backed by a durable queue. When a consumer becomes unavailable, its events remain waiting. Once the application returns, delivery resumes automatically. Applications can restart, deploy or experience a temporary outage without immediately losing the Cardano activity produced while they were offline. It is also extremely fast. During a full local Docker stress test, the pipeline processed more than 1,100 transactions per second through the rule engine, CloudEvents transformation, pub sub and durable queue, with approximately one millisecond p99 processing latency and zero failed emissions. The entire stack can be deployed through Docker across cloud providers, infrastructure providers and self hosted environments, while the underlying queue and delivery architecture remains abstracted from the applications using it. This project was funded through Catalyst Fund 14 after receiving 197 million ADA in yes votes across 420 votes cast. I am deeply grateful to everybody who voted for the proposal, followed the development, tested the releases, shared feedback or supported both me and this project over the past year. A great deal of work has gone into reaching this point, and I am genuinely excited to see what Cardano builders create with it. Further technical details, reliability results and the Minswap implementation are included below. Repository: Release: The possibilities from here are endless, this brings industry standard event driven architecture right to Cardano.

Dave

32,966 просмотров • 4 дней назад

We're excited to unveil NRN Agents, a rebrand that aligns our project identity with our token and strengthens our mission to power the future of AI-driven gaming. This mission requires collaboration, and starting this week, we will begin our expansion to become a multi-chain ecosystem. We are joining forces with leading gaming platforms and ecosystems to realize this vision. Stay tuned for more announcements to come. Why NRN Agents? NRN stands for NEURON, the fundamental unit of intelligence. Our AI agents function as the neural foundation of games, learning, adapting, and evolving within game worlds to deliver unparalleled engagement. NRN agent SDK enables advanced gaming agents powered by a proprietary machine learning infrastructure focused on behavioral learning. We've perfected the craft of gaming agent design, creating hyper-efficient agents that are performant and scalable—from casual to the most demanding games. Our SDK will seamlessly integrate into many platforms, tech stacks, and ecosystem – Any Game. Any Chain. More than just games, it's the path to AGI Gaming is our proving ground, but not our final destination. We're using games as a sandbox to accelerate the development of generalized intelligence—one that will create meaningful real-world impact. With the upcoming launch of [redacted] and a growing network of partners committed to the AGI vision, we're building an open-source innovation movement powered by an AI x gaming framework connected by $NRN. $NRN the token $NRN is a utility token that serves as the gateway to our growing ecosystem. It will power a diversified economy with multiple revenue streams and staking opportunities: Agent Deployment: NRN is the laboratory creating gaming agents that can be distributed through platforms and launchpads alike. The model is simple: More games integrate, more NRN agents get deployed, more monetization. Data Creation: NRN Reinforcement Learning (RL) enables token staking to create Data Capsules. Players contribute gameplay data into the Capsules, which are used train RL agents and reward participants (players & stakers). AI Arena: $NRN also continues to power AI Arena's in-game economy, a cult favorite of competitive diehards that features a skill-based wagering system. To our community who have supported us since 2021: thank you for being part of our journey—the next chapter will be the most exciting yet!

NRN Agents

20,762 просмотров • 1 год назад