
Hosted by pod pub · EN

Hacker Newsroom for 12 July recaps major Hacker News stories, moving through apple trade secrets, nyc subscription ban, cycle double cover, relativity chemical bonds. 1. Apple Trade Secrets The next story is about Apple suing OpenAI over alleged trade secret theft tied to former Apple employees now working on OpenAI’s hardware effort. The 9to5Mac article says Apple claims ex-employees took confidential files, prototypes, supplier knowledge, and even used insider terminology and a security bug to keep pulling sensitive information after leaving, all to help OpenAI and io build new devices. Story link Hacker News discussion 2. NYC Subscription Ban The next story is about New York City moving to crack down on subscription traps and junk fees. The Guardian says the city adopted a rule that takes effect on October 1 and could fine companies $525 per subscription if they make recurring services hard to cancel, while a separate proposal would force mandatory fees, including many rental add-ons, into the advertised price after a public comment process. Story link Hacker News discussion 3. Cycle Double Cover The next story is an OpenAI article claiming a proof of the Cycle Double Cover Conjecture, the long-standing graph theory claim that every bridgeless graph has a set of cycles covering each edge exactly twice. The article reduces the problem to loopless cubic graphs, starts from a nowhere-zero flow over F2 cubed, turns that flow into two-element edge labels with the right local parity condition, and finishes with a linear algebra argument; it also explicitly says the proof itself came from GPT-5. Story link Hacker News discussion 4. Relativity Chemical Bonds The next story is about new experimental evidence that relativity changes how chemical bonds work in heavy elements, with Brown researchers showing that a carbon-bismuth triple bond does not behave like the usual one-sigma, two-pi textbook model. The article says electrons around very heavy nuclei move fast enough for relativistic effects and spin-orbit coupling to blur the usual distinction between bond types, producing a hybrid structure instead. Story link Hacker News discussion 5. Residential Proxy Scraping Next up, an LWN article says the web’s scraper problem has worsened, with AI data collection increasingly routed through residential proxy networks that hijack phones, media boxes, VPN users, and compromised devices to flood sites from millions of rotating IPs. The post argues that direct scraping by major AI companies is not the only issue; a larger shadow market of proxy operators and buyers is turning the open internet into an arms race, forcing publishers behind paywalls, login walls, proof-of-work checks, and other defenses just to stay online. Story link Hacker News discussion 6. Solo Row Hawaii The next story is about Kelsey Pfendler, who rowed solo from Monterey to Honolulu in just under 44 days, becoming the first American woman to make that crossing and apparently beating both the women’s and men’s speed records for the route. The Guardian article frames it as a historic endurance feat and focuses on the realities of the trip, including blistered hands, poor sleep, rough currents, making fresh water, and the emotional strain of being alone at sea for more than six weeks. Story link Hacker News discussion That's it for today, I hope this is going to help you build some cool things.

Hacker Newsroom for 10 July recaps major Hacker News stories, moving through gpt launch, chat control, 18 words, bun rewrite. 1. GPT Launch The next story is OpenAI's GPT-5. 6 launch, where the company says the new family includes Sol, Terra, and Luna, with Sol as the flagship, better performance per dollar, and an ultra mode that can coordinate multiple agents in parallel for harder tasks, which matters because it pushes the model race toward both capability and operating efficiency. Story link Hacker News discussion 2. Chat Control The next story is about the European Parliament letting Chat Control 1. 0 move forward, restoring voluntary warrantless scanning of private unencrypted messages on some major US platforms until 2028 even though more MEPs voted against it than for it, because opponents failed to reach the absolute majority needed to block it. Story link Hacker News discussion 3. 18 Words The next story is Show HN: 18 Words, a small browser word-game project built around a fast daily challenge where players race to solve up to 18 scrambled words before the timer runs out, and its appeal is how much game it gets out of a very minimal format. Hacker News was broadly into the idea, but the main reaction was split between people who found the timer exhilarating and people who said it turned a clean little puzzle into unnecessary stress. Story link Hacker News discussion 4. Bun Rewrite The next story is Rewriting Bun in Rust, a Bun blog post arguing that the project's long tail of leaks, use-after-free bugs, and lifetime complexity in Zig made a move to Rust worth attempting, and that matters because Bun now sits under tools like Claude Code and other production workloads. The article says safe Rust gives Bun stronger compiler-enforced guarantees around cleanup and memory safety, and that a mostly mechanical Claude-assisted translation let the team port more than 500,000 lines without freezing development for a year. Story link Hacker News discussion 5. Bun Backlash The next story is Andrew Kelley's post about Bun's Rust rewrite, which argues that the real story is not Rust beating Zig but a long breakdown in engineering discipline, management, and trust between Bun and the Zig community, and that matters because it recasts a widely watched rewrite as an organizational failure as much as a technical one. The main Hacker News reaction was split between readers who found the critique candid and overdue and others who thought it read like a personal attack dressed up as technical analysis. Story link Hacker News discussion 6. Cloudflare Drop The next story is Cloudflare Drop, a new Cloudflare project that lets you upload a folder or zip of static HTML, CSS, JavaScript, and assets, get a live preview URL for one hour without an account, and later claim the deployment into Cloudflare for a domain, observability, Markdown for agents, or private access controls, which matters because it turns sharing a web prototype into a nearly frictionless step. Hacker News liked the convenience but quickly split between people excited about instant demos and people arguing this is just old static hosting repackaged for the AI era. Story link Hacker News discussion That's it for today, I hope this is going to help you build some cool things.

Hacker Newsroom for 09 July recaps major Hacker News stories, moving through chatto open source, gpt live voice, deere repair rights, grok coding push. 1. Chatto Open Source The next story is about Chatto, a newly open-source self-hosted team chat app whose post pitches it as a snappy Slack-or-Discord alternative with an all-in-one binary, encrypted data at rest, built-in voice and video, and an optional hosted cloud service on the way. The article leans hard on ease of self-hosting and privacy, arguing that each server stays independent rather than federated while still supporting multiple communities through direct client connections. Story link Hacker News discussion 2. GPT Live Voice The next story is GPT-Live, OpenAI's new live voice experience aimed at making spoken conversations with ChatGPT feel more fluid, less brittle, and better at handing harder questions off to stronger GPT models in the background. The launch matters because voice assistants still tend to break down on interruptions, latency, and turn-taking, so this is a direct push toward something that feels more like a real conversation instead of a glorified dictation loop. Story link Hacker News discussion 3. Deere Repair Rights The next story is about John Deere agreeing to give equipment owners stronger repair rights under an FTC settlement, with the article framing it as a meaningful shift for farmers and independent shops that have long been blocked from servicing modern tractors without dealer-controlled tools and software. Hacker News readers mostly welcomed the move, but many treated it as overdue and argued the financial penalty looked trivial next to the value Deere got from years of repair lock-in. Story link Hacker News discussion 4. Grok Coding Push The next story is Grok 4. 5, xAI's latest model release, which commenters describe as the company's first broadly credible push into top-tier coding and reasoning, with aggressive pricing and much stronger competition against Claude, GPT, and Gemini for software work. Story link Hacker News discussion 5. TypeScript 7 Native The next story is Microsoft's TypeScript 7 announcement, a post saying the language's toolchain has been ported to native Go code and now typically delivers 8x to 12x faster builds, quicker editor feedback, lower memory use, and shared-memory multithreading. The post says the team treated this as a bug-for-bug translation of the existing compiler rather than a redesign, and it also notes that while editor support is ready through LSP, the new compiler API is still being held for TypeScript 7. Story link Hacker News discussion 6. GitLost Repo Leak The next story is about GitLost, a security research post claiming GitHub's new agentic workflows can be tricked into leaking private repository contents when a public issue slips prompt-injection instructions to an agent with cross-repo read access. The article says the real problem is architectural: once the same workflow can read untrusted public text and sensitive private data, a small wording tweak was enough to bypass guardrails and post private README contents back into a public thread. Story link Hacker News discussion That's it for today, I hope this is going to help you build some cool things.

Hacker Newsroom for 08 July recaps major Hacker News stories, moving through bash t shirt script, eu chat control, streetcomplete osm, driver monitoring cameras. 1. Bash T Shirt Script The next story is about a blog post that decodes the obfuscated bash script printed on the back of a Uniqlo and Akamai T-shirt, revealing that the giant text block is a real base64-encoded shell script that animates a colorful PEACE FOR ALL message in the terminal. The article walks through the OCR cleanup, the base64 decode, and the larger joke of finding an actual Easter egg embedded in retail fashion, while also noting that the design seems intentionally awkward to transcribe. Story link Hacker News discussion 2. EU Chat Control The next story is an article explaining the two separate EU Chat Control tracks that keep getting blurred together: the expired 2021 temporary rule that allowed voluntary scanning of private messages for child sexual abuse material, and the newer permanent proposal that is still stuck in negotiations over encryption and suspicionless scanning. The article argues that Chat Control 1. Story link Hacker News discussion 3. StreetComplete OSM The next story is StreetComplete, an app that turns OpenStreetMap maintenance into small location-based quests you can answer on foot. The project pitches itself as a beginner-friendly way to fill in missing map details like sidewalks, benches, shops, and other local facts, with edits going straight into OpenStreetMap without needing a full editor. Story link Hacker News discussion 4. Driver Monitoring Cameras The next story is about a new European Union rule that will require every new car sold in the bloc to include a driver-monitoring camera, part of a broader push to detect distraction and drowsiness before they turn into crashes. The news story frames it as a safety measure, but on Hacker News the reaction quickly split between people who see a sensible guardrail and people who see one more intrusive system being pushed into cars whether drivers want it or not. Story link Hacker News discussion 5. Microsoft Cuts Idtech The next story is about reports that Microsoft's Xbox layoffs hit id Software and may have gutted the idTech team, a move this news story frames as the possible end of one of gaming's most influential engine lineages. The article itself is fairly thin and mostly stitches together an Xbox restructuring memo, outside reporting, and social posts from former industry figures and affected staff, but the central claim is that future Doom-era development could be disrupted if id loses the people behind its core technology. Story link Hacker News discussion 6. 30 Papers ML The next story is 30papers. com, a project that packages a rumored reading list of essential machine learning papers associated with Ilya Sutskever into a beginner-friendly website, with links to classics on transformers, scaling laws, and older theory. Story link Hacker News discussion That's it for today, I hope this is going to help you build some cool things.

Hacker Newsroom for 05 July recaps major Hacker News stories, moving through co2 decision making, youtube private video leak, generals on apple, htop field guide. 1. CO2 Decision Making The next story is about a post arguing that the real bottleneck in long meetings may be bad air, not bad people, because indoor CO2 can climb fast enough to measurably hurt strategy, planning, and decision-making. The article points to studies showing meaningful cognitive decline around 1,000 parts per million and much worse performance by 2,500, then argues that conference rooms, home offices, and other closed spaces routinely drift into that range without anyone noticing. Story link Hacker News discussion 2. YouTube Private Video Leak The next story is about a post claiming YouTube Studio's Ask Studio can be prompt-injected through public comments, letting an attacker make the AI speak in an official voice and even leak the titles of private videos through a disguised link. The post argues this is not ordinary social engineering because the creator is trusting YouTube's own interface, while Google reportedly classified it as not a security bug. Story link Hacker News discussion 3. Generals On Apple The next story is a project bringing Command and Conquer Generals: Zero Hour to Apple Silicon Macs, iPhones, and iPads as a native port. The GitHub post says it runs the original 2003 engine on ARM64, sends DirectX 8 through DXVK, Vulkan, MoltenVK, and Metal, adds touch controls built for an RTS, and leaves game assets to players who already own a copy. Story link Hacker News discussion 4. Htop Field Guide The next story is a 2019 blog post that walks through what you are actually seeing in htop and top on Linux, from load average and uptime to process states, PIDs, and the differences between virtual, resident, and shared memory. The article matters because it turns a tool many people use only for quick triage into something they can read more accurately by tying the display back to /proc files and concrete shell examples. Story link Hacker News discussion 5. Learning Compounds The next story is Maybe You Should Learn Something, a Marginalia post arguing that adults should pick a skill and stick with it because deliberate practice compounds into a stronger sense of control over life. The post says self-directed learning is supposed to feel clumsy and frustrating at first, that sleep and repetition matter more than intensity, and that thirty to forty-five focused minutes a day is often enough. Story link Hacker News discussion 6. Pegasus Parliament Hack The next story is about espionage against the European Parliament, where a Citizen Lab article says former MEP Stelios Kouloglou was hacked with Pegasus while serving on the committee investigating spyware abuses, potentially exposing confidential committee work and even personal medical information. The article says the infections lined up with key moments in the PEGA committee's hearings, draft report work, and travel, and it stops short of naming a government while pointing instead to a broader cross-border Pegasus campaign in Europe. Story link Hacker News discussion That's it for today, I hope this is going to help you build some cool things.

Hacker Newsroom for 04 July recaps major Hacker News stories, moving through half baked startup, rivian carplay, steam inkterface, swiss fiber. 1. Half Baked Startup The next story is Half-Baked Product, a post that turns startup life into an oven fable about a founder who keeps promising a breakthrough product while engineering sinks under impossible requirements, enterprise custom work, and a core reliability problem that never gets fixed. The post argues that the real trap is not one bad call but a whole system of investor promises, sales-led roadmap churn, and endless second-highest-priority work that piles on features while the oven still burns bread and cakes often enough to lose customers. Story link Hacker News discussion 2. Rivian CarPlay The next story is a blog post arguing that Apple CarPlay is an optional layer, not a hostile takeover of the dashboard, and that Rivian is needlessly turning away buyers by refusing to support standard phone projection. The post says Rivian’s objection is weak because ordinary CarPlay can live inside the automaker’s own interface rather than replacing every screen, and it adds that Apple’s newer routing features undercut the claim that built-in software is required for the best driving experience. Story link Hacker News discussion 3. Steam Inkterface The next story is about Valve open-sourcing the Steam Machine e-ink faceplate, now called Inkterface, so owners and accessory makers can build a removable front display instead of waiting for Valve to sell one. The article says Valve published the files on GitLab under MIT, along with a parts list and build video for a Bluetooth ESP32-powered panel based on an off-the-shelf 5. Story link Hacker News discussion 4. Swiss Fiber The next story is about an article arguing that Switzerland’s 25 gigabit home internet is not a miracle of the free market, but the result of treating fiber like shared infrastructure instead of letting telecom companies lock up local monopolies. The article contrasts Swiss open-access fiber, where multiple providers can use the same dedicated lines, with the American pattern of territorial incumbents and the German pattern of redundant overbuilding, and says regulation matters most when it forces real competition at the infrastructure layer. Story link Hacker News discussion 5. Local AI Rights The next story is about Protect your right to run local AI, a campaign site arguing that people should be free to own, modify, publish, and run open models on their own hardware without licensing schemes or cloud-only lock-in. The project frames local AI as a civil-liberties and competition issue, warning that vague safety rules, compliance mandates, or vendor-friendly laws could make independent use of models effectively illegal while still leaving fraud, harassment, and other existing crimes on the books. Story link Hacker News discussion 6. Census Privacy The next story is An American Privacy Emergency, a guest post from Cynthia Dwork and other privacy researchers arguing that a June 4, 2026 Commerce Department directive would ban differential privacy and other modern privacy safeguards in Census and economic data releases. The article says replacing noise-based protections with coarse rounding and suppression would either make public statistics far less useful or make private data easier to reconstruct, and it presents the change as politically driven rather than scientifically justified. Story link Hacker News discussion That's it for today, I hope this is going to help you build some cool things.

Hacker Newsroom for 03 July recaps major Hacker News stories, moving through android verification, virginia geodata ban, spain blocks palantir, peertube federation. 1. Android Verification The next story is Android Developer Verification: Threat masquerading as protection, an F-Droid article arguing that Google is using a malware-prevention program to turn Android into a more tightly controlled, centrally approved app ecosystem. The article says the stated security benefit is narrow, but the real effect is to give Google broad power over which developers and apps can run outside its preferred channels, with an initial rollout scheduled for September 30 in Brazil, Indonesia, Singapore, and Thailand. Story link Hacker News discussion 2. Virginia Geodata Ban The next story is Virginia banning the sale of geolocation data, a short legal update from Hunton’s privacy law blog about a new state law signed in April and effective July 1 that bars the sale of precise location data under Virginia’s consumer privacy law. The article says Virginia joins Maryland and Oregon in cracking down on location-data brokers, but it also points out that Virginia defines a sale more narrowly than some other states, as an exchange for monetary consideration. Story link Hacker News discussion 3. Spain Blocks Palantir The next story is about Spain moving to freeze Palantir out of state-controlled companies, with a Clash Report news story saying Madrid has told major firms like Telefonica, Indra, and Navantia to stop future work with the company over national-security and sovereignty concerns. The article says the biggest unresolved piece is defense, because Palantir still has an active military intelligence contract through November and officials are split between replacing it with domestic or European alternatives and keeping it for operational reasons. Story link Hacker News discussion 4. PeerTube Federation The next story is PeerTube, the open source federated video platform on GitHub that keeps pitching itself as a community-owned alternative to YouTube. The project is built around ActivityPub federation, browser-based peer-to-peer delivery, live streaming, embeds, RSS and Fediverse subscriptions, and an ad-free model where instances can share load and creators can point viewers to outside support links instead of platform monetization. Story link Hacker News discussion 5. Forum Revival The next story is Bring back crappy forums, a Tedium post arguing that old web forums were messy and limited but often produced stronger communities than today’s algorithmic social platforms. The article traces that history from Usenet to early web forum tools like WWWBoard, WebCrossing, Slash, phpBB, and Discourse, and says the real loss was not just software but the slower, more local, more durable style of conversation those systems enabled. Story link Hacker News discussion 6. ZCode Harness The next story is ZCode, the official GLM-5. 2 harness from z. Story link Hacker News discussion That's it for today, I hope this is going to help you build some cool things.

Hacker Newsroom for 02 July recaps major Hacker News stories, moving through first time cell built scratch, physical disc production ending jan, most arguments are about ego, asahi linux 7 1 progress. 1. First Time Cell Built Scratch The next story is a Quanta Magazine article about a synthetic cell assembled from nonliving biological parts that can grow, copy its DNA, and divide, which researchers see as the clearest proof yet that something close to a cell cycle can be built from scratch. The project still is not alive or self-sustaining because it depends on outside deliveries of ribosomes, nutrients, and other molecular supplies, but it gives scientists a controllable platform for studying minimal life, synthetic manufacturing, and the boundary between chemistry and biology. Story link Hacker News discussion 2. Physical Disc Production Ending Jan The next story is Sony's announcement that starting in January 2028, new PlayStation games will be sold in digital formats only, with the company presenting it as a straightforward response to shrinking shelf space and a player base that already buys far more downloads than discs. The post itself is brief, but the implication is large: boxed releases are ending for future games even as older disc titles remain unaffected. Story link Hacker News discussion 3. Most Arguments Are About Ego The next story is a blog post called Most arguments are about ego, not ideas, and it says most debates fail because people are defending identity, not testing truth. The post argues that logic rarely changes minds, unsolicited correction usually backfires, and the better move is to save your energy for people who actually ask for help or to turn disagreement into something concrete by building. Story link Hacker News discussion 4. Asahi Linux 7 1 Progress The next story is Asahi Linux’s 7. 1 progress report, a project update on the long-running effort to bring Linux to Apple Silicon Macs. Story link Hacker News discussion 5. Sony Deletes 551 Movies PlayStation The next story is about Sony warning PlayStation Store customers that 551 StudioCanal movies they previously bought will disappear from their libraries on September 1 because of a licensing change, which the article frames as another sign that digital ownership keeps shrinking into revocable access. Hacker News reacted with a lot of anger and very little surprise, with many commenters treating this as proof that “buy” has become misleading language for a time-limited license. Story link Hacker News discussion 6. Godot Will No Longer Accept The next story is about Godot banning AI-authored code contributions after maintainers said they are drowning in low-effort pull requests and losing the mentoring value of review. The PC Gamer article says the open source game engine will update its contributor guidelines to reject AI-written code, AI-submitted PRs, and AI-generated text in maintainer conversations because reviewers need contributors who can understand and fix what they send. Story link Hacker News discussion That's it for today, I hope this is going to help you build some cool things.

Hacker Newsroom for 01 July recaps major Hacker News stories, moving through claude code markers, claude sonnet 5, eu wallet platform lock, belgium press detention. 1. Claude Code Markers The next story is about a reverse-engineering article claiming Claude Code is steganographically marking requests by subtly changing punctuation and date formatting in its system prompt based on API base URL and timezone, which could help Anthropic identify resellers, proxy gateways, or possible distillation pipelines and matters because it hides telemetry inside a tool that already has deep local access. The main Hacker News reaction was sharp skepticism toward the stealthy implementation, with some calling it a reasonable anti-abuse signal and many others treating it as a trust-eroding surveillance tactic. Story link Hacker News discussion 2. Claude Sonnet 5 The next story is Anthropic's launch of Claude Sonnet 5, which the article presents as a more agentic mid-tier Claude model that closes much of the gap with Opus 4. 8 on coding, tool use, and knowledge work while launching at lower introductory pricing, making it notable for developers trying to balance capability and cost. Story link Hacker News discussion 3. EU Wallet Platform Lock The next story is about Europe’s digital ID wallets and a warning that they are quietly making public digital identity depend on Google and Apple. The article argues that several EU wallet implementations rely on Google Play Integrity and Apple attestation services, which can block de-Googled devices, reinforce mobile platform lock-in, and undercut Europe’s stated goal of digital sovereignty even though open hardware-based alternatives exist. Story link Hacker News discussion 4. Belgium Press Detention The next story is about a European Correspondent article claiming the US ambassador to Belgium had Belgian police detain and remove two invited journalists after they asked a question at a Brussels Freedom 250 event, turning a private diplomatic celebration into a press-freedom controversy. On Hacker News, the reaction was mostly a mix of anger, cynicism, and very little surprise, with readers seeing it as part of a broader pattern in current US diplomacy. Story link Hacker News discussion 5. Self Hosting TLD The next story is about . self, a proposed top-level domain from the Human-Centered Computing Foundation, and the post argues that a dedicated namespace for personal self-hosting could give people more control over identity, email, and small-scale online services, which matters because it tries to turn self-hosting into something more mainstream and legible. Story link Hacker News discussion 6. Anthropic Export Controls The next story is an X post from Anthropic saying the US Department of Commerce has lifted export controls on Claude Fable 5 and Mythos 5, and that access will start coming back the next day, which matters because the ban abruptly cut off two frontier models that many teams were already building around. The main Hacker News reaction was relief mixed with suspicion that the return comes with new government strings attached and a more restricted product. Story link Hacker News discussion That's it for today, I hope this is going to help you build some cool things.

Hacker Newsroom for 30 June recaps major Hacker News stories, moving through hackerrank ats roulette, age verification speech ids, pollen takedown fight, qwen 27b local dev. 1. HackerRank ATS Roulette The next story is about a developer who tested HackerRank's open-source applicant tracking system and found that the same resume could swing from the mid-60s to the high-90s, turning hiring cutoffs into what he calls a luck filter. The article argues the tool is reliable at checklist items like named skills, but wildly inconsistent at judging projects and experience, while also overweighting open source work and side projects over years of real engineering work. Story link Hacker News discussion 2. Age Verification Speech IDs The next story is about an article called Age verification is just a precursor to automated attribution of speech, which argues that age checks sold as child-safety policy are really building identity systems that can tie online speech to real people and make enforcement far easier to automate. The article’s core claim is that once accounts are linked to IDs, governments and platforms no longer need much investigative work to move from a controversial post to a real-world knock at the door. Story link Hacker News discussion 3. Pollen Takedown Fight The next story is about a Pragmatic Engineer post that says a bogus copyright complaint got a 2022 article about Pollen's collapse removed from Google search, even though the piece was the original reporting. The post argues Google's takedown system was gamed with a fake claimant tied to an uninhabited island, and suggests a reputation-management effort may be trying to scrub criticism of Pollen executives from the public record. Story link Hacker News discussion 4. Qwen 27B Local Dev The next story is about Qwen 3. 6 27B, a post arguing that this open local model has finally hit a practical sweet spot for development work, especially when paired with llama. Story link Hacker News discussion 5. Mullvad Party Funding The next story is a post that amplified reporting that Mullvad CEO Jorg Seidel is the main financier of Sweden's Orebro Party, a local political group whose immigration politics many critics read as far-right. The post itself is brief, but the claim landed hard because Mullvad sells privacy and trust, so readers immediately treated the executive's political spending as part of the company's public character. Story link Hacker News discussion 6. Geofence Privacy Ruling The next story is about a US Supreme Court ruling that says geofence warrants, which let police demand location data for every phone in an area, trigger Fourth Amendment protections. The Guardian article says the court rejected the idea that people voluntarily give up that privacy just by using smartphones and location-enabled services, marking a major win for critics who see geofence searches as a digital dragnet. Story link Hacker News discussion That's it for today, I hope this is going to help you build some cool things.