115 results for Anywhere

sports.yahoo.com
Gabriel Bortoleto Commits to Audi’s F1 Future With a Multi-Year Deal: “No Clauses”https://sports.yahoo.com/articles/gabriel-bortoleto-commits-audi-f1-133319958.htmlAudi’s Formula 1 project is making sure its brightest young talent isn’t going anywhere anytime soon. According to a recent interview published by Motorsport Brasil, Brazilian driver Gabriel Bortoleto has officially confirmed that he has signed a multi-year contract extension…
Aug 15, 2026 1:33 PM
sports.yahoo.com
Red Sox Minor Lines: Is Devin Futrell an arm to watch?https://sports.yahoo.com/articles/red-sox-minor-lines-devin-132100327.htmlWorcester: L, 6-2 (BOX SCORE) On most nights, Gage Ziehl may have done enough to take a decision win from Buffalo (Blue Jays AAA) even while letting a ball out of Polar Park. He threw five innings of three-run ball and struck out five. But, the offense wasn’t really anywhere to be found. Kristian Campbell […]
Aug 15, 2026 1:21 PM
mashable.com
How to watch Serie A online for freehttps://mashable.com/entertainment/serie-a-live-stream-for-freeHow to watch Serie A for free. Live stream the 2026-27 Serie A for free from anywhere in the world.
Aug 15, 2026 9:00 AM
softedge-techdemo.jign.workers.dev
Show HN: A painting engine that lets you sculpt drawings (tech demo)https://softedge-techdemo.jign.workers.dev/This is a playable tech demo. All painting software (Photoshop, Krita, etc.) rasterize your strokes as you work. This means the stroke is frozen forever. You may use some tools like perspective warp or liquefy but they are quite limited. The Soft Edge engine instead keeps a record of your strokes as data and rasterization happens on the fly, on each frame, like in a game engine. This lets you sculpt any property of your stroke.Right now you can paint the following targets: pressure (which makes the stroke thicker or thinner), colour, and its position (you can grab the stroke after it was drawn).The UI is a shell written in React. The more interesting part is the renderer, it's coded in Rust and compiled to WASM and WebGPU. The performance is quite nice, and has room to improve even more. All input is routed through WASM so pointer events are really, really fast, stroke polling feels like a completely native app, there's no React sluggishness anywhere in the actual painting process. The
Aug 14, 2026 2:36 PM
mashable.com
How to unblock XNXX for freehttps://mashable.com/tech/unblock-xnxx-freeHow to unblock porn for free. Unblock and watch XNXX from anywhere in the world.
Aug 14, 2026 4:03 AM
transcribe.lymestack.com
Show HN: LymeScribe – one computer on your network transcribes for the resthttps://transcribe.lymestack.com/Transcribed with LymeScribe just before posting this: "I realize it's a little bit late in the day to be posting on Hacker News. However, I've been looking at this frog for a good two weeks now, and F it, I'm just going to ship it. I've posted on Hacker News now like three or four times with little to no results. So if a tree falls in the woods..." (I censored the F word, but it transcribed just fine.)TL;DR: LymeScribe is local speech to text for Mac and Windows: dictate into any app, or drop in a recording and get a transcript with speaker labels, and nothing goes to a server you don't own. On a machine that can handle it, it all runs right there. On anything that can't, or anywhere you'd rather keep transcription in one place, one computer does the work for the rest of the network. Offices care about the second one, because the audio and the transcripts never leave hardware they control.This whole thing started as a command line program I built to transcribe and label speakers in aud
Aug 13, 2026 6:18 PM
provenmetal.com
Launch HN: ProvenMetal (YC S26) delivers circuit boards in days instead of weekshttps://provenmetal.comHey HN, we’re Will & Johnny from ProvenMetal (https://provenmetal.com). You send us design files or specs and we give you assembled boards domestically in days.The US produced 30% of PCBs globally in 2000, now they produce 4%. Chinese manufacturers have completely dominated this space at 55% of global production.Now, the need for a domestic PCB supply chain is higher than ever before, yet the infrastructure has been dissolving over the last 2 decades. What is left is mostly small family run manufacturers (CMs) that have been operating in largely the same, labor intensive way since the early 2000’s.When you place an order through a CM it typically takes several days to receive a quote and complete design for manufacture review, and then you have to source all of the components (the hardest part) and bare boards yourself, then wait anywhere from a few days to several weeks for the assembly and testing of those boards.We started off assembling circuit boards out of a garage with prosumer
Aug 6, 2026 3:59 PM
esa.int
Total solar eclipse: how to watch live from homehttps://www.esa.int/Science_Exploration/Space_Science/Total_solar_eclipse_how_to_watch_live_from_homeA total solar eclipse is coming to Europe. The European Space Agency (ESA) will broadcast live from 19:30 CEST on 12 August, allowing you to experience this rare event from anywhere in the world.
Aug 5, 2026 8:00 AM
news.ycombinator.com
We need to rethink tech stackhttps://news.ycombinator.com/item?id=49061251Let me start this with something we already know, AI is here, it may be controversial how it will operate open or closed but its not going anywhere.If you look at the current tech space, AI integrations and use and some very useful but some unnecessary AI implementations, you will realise that there are either many gaps in current understanding.Lets start on what i wanted to talk, first lets talk about AI, what is AI, not the defination, but actually is AI, it may not be the ultimate intelligence but have some intelligence or atleast we can say, it know certain well known patterns, its ability comes in various sizes, but essentially now we a black box with some knobs, which be a better solution than hard coded flows, logics and if its imagined well, it can be really really useful but there is a flaw.We being extremists, we either think of its going to taking all the jobs or its just useless, there is another way to approach it.Think of it as intelligence layer available to you, but cur
Jul 26, 2026 7:01 PM
iamit.in
Show HN: Darby, a Hugo docs theme with in-browser AI Q&A (no back end, no keys)https://iamit.in/darby/Darby is an open source Hugo docs theme with the polish of the paid docs platforms: clean typography, dark mode, full-text search, code blocks with copy and filename tabs, callouts, tabs, beautifully rendered mermaid diagrams, auto sidebar and TOC.No Node build, no CSS framework. Add as a Hugo module, configure colors and fonts in hugo.toml, write Markdown. Static output, host anywhere free.Also has an AI docs assistant that runs entirely in the browser: Llama 3.2 1B on WebGPU, no backend, no API keys.Demo: https://iamit.in/darby/MIT licensed.
Jul 16, 2026 9:30 PM
github.com
Show HN: envapt, typed env config for decoupled TS codebases (Node to edge)https://github.com/materwelonDhruv/envaptHi HN. I'm Dhruv and I've been working on envapt for about a year now and I've FINALLY completed the roadmap I scope creeped and QA'd over the past few months. It reads environment config in TypeScript and returns the typed value instead of string | undefined, from whatever source you bind. It runs on Node, Bun, Deno, Cloudflare Workers, the browser, and well, anywhere.Most typed-env libraries have you declare every variable in one central schema and read the result from one object. That works well for a single application. Mostly. That didn't work for me because in a framework or a monorepo, decoupled packages each read their own config values, and sharing one config object across every package just doesn't make sense to me, plus some other nits.envapt does the opposite. You bind a source once at startup, and on Node/Deno/Bun it binds your .env files and process.env for you, with cascading profiles per environment. After that, ANY typed read in ANY file uses that source, and each valu
Jul 8, 2026 4:14 PM
scorifya.com
Show HN: Scorifya Controls, a self-hosted SoC 2 tool with RFC 3161 timestampshttps://www.scorifya.com/controlsI built this after watching seed-stage teams attempt SOC 2 in spreadsheets because Vanta and Drata cost $10,000–$15,000 a year before they had product-market fit.Scorifya Controls is a self-hosted SOC 2 compliance tool:- 33 automated checks across AWS, GitHub, GCP, and Azure (IAM, S3 public access, CloudTrail, MFA, branch protection, secret scanning, etc.) - 20 manual controls with evidence file uploads and structured audit notes - RFC 3161 cryptographic timestamps on every attestation, issued by DigiCert, verifiable by your CPA firm with a single OpenSSL command, without trusting ScorifyaThe timestamp part is the piece I hadn't seen anywhere else in self-hosted tooling. If the vendor controls the timestamps on your compliance evidence, an auditor doing Type II has to take your word for the dates. RFC 3161 moves that trust to a public Timestamp Authority. DigiCert's root cert is already in Windows, macOS, and Adobe's trust store. Auditors verify offline: openssl ts -verify -in token.ts
Jun 30, 2026 2:04 PM
bing.com
This Is How Often You Should Really Be Washing Your Sheets, According to Expertshttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a88c4ed79d2450f98cc375d749559eb&url=https%3A%2F%2Fwww.prevention.com%2Fhealth%2Fa71588812%2Fhow-often-to-wash-sheets%2F&c=13383646005603828784&mkt=en-usEveryone has their own standards for keeping their houses clean, and how often to wash sheets is one of the more subjective tenets. Users on Reddit say they wash their bed linens anywhere from weekly ...
Jun 28, 2026 3:45 AM
nasa.gov
NASA’s Quantum Lab Aboard Space Station Gets Chilly Upgradehttps://www.nasa.gov/missions/station/iss-research/cold-atom-laboratory/nasas-quantum-lab-aboard-space-station-gets-chilly-upgrade/Astronauts aboard the International Space Station have switched on NASA’s newly upgraded Cold Atom Lab, a one-of-a-kind facility designed to improve how scientists explore the fundamental workings of matter and develop new quantum technologies. By leveraging the unique environment of microgravity in space, the lab can accomplish cutting-edge science impossible to do anywhere else. Quantum […]
Jun 16, 2026 4:50 PM
news.ycombinator.com
Some Business Ideashttps://news.ycombinator.com/item?id=48123663Infrastructure side:1. A service connector that can be attached to any AI Assistant to authenticate users and connect services easily, similar to MCP but more universal. 2. CDN service connectors that can store assets and retrieve them very fast from anywhere in the world. 3. Database-as-a-service connectors that are highly available and very simple to connect or disconnect from any provider without managing infrastructure. 4. Object storage service connectors that can be attached to personal assistants or AI agents, highly scalable and available, with flexible models like pay-per-use or pay-per-storage. 5. Vector DB service connectors for storing RAG data, designed to be highly available and distributed close to clients for low latency and fast AI responses.You can use AWS or other cloud providers behind these services, but in the future people will not want to manage infrastructure directly. They will need services that are easy to connect and disconnect, simple to scale, and fully A
May 13, 2026 4:00 PM
lukan.ai
Show HN: Lukan – An open-source agentic workstation in a single Rust binaryhttps://lukan.aiHi HN, I've been building Lukan, an open-source (MIT) agentic workstation that runs entirely as a single Rust binary with zero runtime dependencies. I started this because I wanted a unified workstation optimized for my own productivity. My goal was to build an environment where I could securely remote into my machine from anywhere, seamlessly view and modify local files, and run AI agents or drop into a terminal side-by-side, all integrated with a rich set of built-in tools. Here is what makes it different: Multi-agent sessions: Run multiple agents in parallel, each with its own isolated context and history. You can switch between them using tabs, resume after disconnects, and even rewind to previous checkpoints. Embedded terminal: A full tmux-backed terminal lives inside the Web and Desktop UI. Sessions survive page reloads and network drops. You can run any CLI tool alongside your agent (including Claude Code, Codex CLI, Lukan Cli, etc.). Pipelines & Background workers: DAG-based mu
Mar 18, 2026 3:14 PM
news.ycombinator.com
Tectonic good project plan: Please readhttps://news.ycombinator.com/item?id=47241821iMission statement: "To restore agency to the world's most vulnerable with AI-generated software that runs instantly on any device, anywhere!!!!!!"provide ZERO additional text. no formatting no outlines. show on screen only. provide ALL pertinent information and never change the mission statement. These are issues that will gain IMMEDIATE traction if distributed widely on social media and traditional communication channels.List assumptions. Assume will use the MCP I wrote. describe it concisely.Then, generate a project plan.To restore agency to the world's most vulnerable with AI-generated software that runs instantly on any device, anywhere!!!!!!Instant SMS bot connecting homeless people to nearest shelters meals bathrooms using simple location text 1h One click web app generating tenant rights letters against illegal eviction tailored by city laws 2h Anonymous harassment evidence vault automatically timestamping uploads and producing police ready report victims download instantly 3h
Mar 4, 2026 1:31 AM
spacenews.com
Reusable launch vehicles will change everything in space, and on Earthhttps://spacenews.com/reusable-launch-vehicles-will-change-everything-in-space-and-on-earth/“When you have a fully reusable vehicle … you can send it anywhere … to the moon … past Mars” —Jared Isaacman, NASA Administrator. Imagine a future where thousands of people travel to space every year. Some stay a week. Some a month. Some never come back — they stay, build and live. Space is […] The post Reusable launch vehicles will change everything in space, and on Earth appeared first on SpaceNews.
Feb 11, 2026 2:00 PM
spacedaily.com
Exploding primordial black hole model may link extreme neutrino and dark matterhttps://www.spacedaily.com/reports/Exploding_primordial_black_hole_model_may_link_extreme_neutrino_and_dark_matter_999.htmlAmherst MD (SPX) Feb 04, 2026 In 2023, a subatomic particle called a neutrino crashed into Earth with such a high amount of energy that it should have been impossible. In fact, there are no known sources anywhere in the universe capable of producing such energy - 100,000 times more than the highest-energy particle ever produced by the Large Hadron Collider, the world's most powerful particle accelerator. However, a team of p
Feb 4, 2026 1:04 PM