标签:#ha
找到 12659 篇相关文章
An Update on the scraper situation
Capitalism Gone Wrong
My two year old taught me constraint solving
Show HN: E-- – A language you dial between English and Python
Materials innovation has a scale-up problem, not discovery
Tech workers in 2026: a workforce splitting in two
He Wanted to Track Microplastics in the Sea. The EPA Fired Him
How the terrorist group Boko Haram uses frontier AI
45% of Enthusiasts 'Seriously Considering' Leaving Sony for PC
Auburn California Flock Surveillance Cameras Stolen and Dumped in a Canal
Building "PitchPassion AI": Transforming Football Passion into Data with Google AI
This is a submission for Weekend Challenge: Passion Edition What I Built I built PitchPassion AI , a web application that transforms text-based football match narratives into informative player performance visualizations using AI. The goal is to help fans quickly understand statistics without having to read lengthy reports. Demo I will include a video demo link below. Video Demo: Video File Code Back-End: Repository Back End Front-End: Repository Front End How I Built It Tech Stack: React for front end, Flask for back end, Google Gemini API. AI Integration: The biggest challenge in sports data analysis is the unstructured nature of the data sources. Match reports typically consist of lengthy paragraphs written by journalists or narratives from spectators. While humans can easily read them, computers (databases) cannot directly process such text into charts or graphs. This is where I utilize the Google Gemini API as a data extraction engine: Natural Language Processing (NLP): Gemini reads the match narrative to comprehend the context—identifying the players involved, the actions performed (goals, assists, tackles), and the quality of those actions. Structured Transformation: I provide specific instructions (prompts) to the model so that it not only understands the text but also transforms it into a JSON format. Data Cleaning: Since AI sometimes includes conversational text in its output, I implemented middleware in Flask to clean the response and ensure that only pure JSON data enters my application. Problem solving: API Stability Issues (Error 503) During development, I frequently encountered 503 Unavailable responses from the Google Gemini API. This was caused by traffic spikes on the server side. Solution: I didn't let the application simply fail. I implemented a retry strategy in my Flask backend. If the API failed due to server load, the system would automatically wait for 2 seconds and retry up to three times before returning an error message to the user. This
GPT-5.6 Sol Ultra produces proof of the Cycle Double Cover Conjecture [pdf]
New York City to become first in US to ban deceptive subscription practices
Superoptimizer – A Look at the Smallest Program
Christopher Nolan says younger audiences are utterly rejecting AI-generated slop
Ask HN: What was the last task where only a frontier model could do it?
ive been seeing a recurring claim that open (weight) models 6 months behind the frontier are good enough for the majority of ‘work’. if you've had a concrete task in the last month where GLM/DeepSeek/Kimi/Qwen failed and Opus/Fable/GPT succeeded (or vice versa!), please share Ill provide a template as ive also frequently seen posters complain about a lack of context: - task (short and specific) - cheap model tried & how it failed - frontier model & did it actually succeed - would frontier-1 have