Posts

Showing posts from December, 2024

As Confetti Rained on Times Square, Y2K Bug Was a No-Show

Image
By Steve Lohr from NYT Times Insider https://ift.tt/0gqCYlM via IFTTT

In Jab at Musk, Scholz Condemns Foreign Interference in German Election

Image
By Christopher F. Schuetze from NYT World https://ift.tt/OiaxtPV via IFTTT

Show HN: Handwritten Christmas Card for Hacker News https://ift.tt/ASI1Bqu

Show HN: Handwritten Christmas Card for Hacker News Hi HN, I’ve been working on a small project that transforms handwritten notes into animated, shareable cards. While the create functionality isn’t live yet, I wanted to share a sneak peek by creating a handwritten Christmas card specifically for the HN community. I started thinking about this after seeing too many AI-generated cards, cookie-cutter email templates, and overly polished designs that lack any personal touch. A friend recently sent me a handwritten card in the mail, and I found it nice that he took his time to write a handwritten note. I wanted to capture that same feeling without the overhead of snail mail. https://ift.tt/gFKuDEi December 28, 2024 at 03:06PM

Ecuador optó por la energía hidroeléctrica. Luego los ríos se quedron sin agua

Image
By Julie Turkewitz, José María León Cabrera and Federico Rios from NYT En español https://ift.tt/nULhvu8 via IFTTT

Show HN: Control your Roku with only your hand gestures https://ift.tt/hXvpZEL

Show HN: Control your Roku with only your hand gestures HandiRokuRemote is a Python application that lets you control your Roku device with nothing but hand gestures! Using Mediapipe's Hand Landmark Detector, it tracks your hand, identifies gestures, and sends commands to your Roku via its External Control Protocol. Here's a gif demo: https://ift.tt/9vWc2Ij... Features: •Real-time hand tracking: Gestures like "thumbs up" increase volume or pointing for navigation. •Cross-device support: Works with any Roku device on the same local network. •Easy setup: Plug in a camera, and you’re ready to go. Check out the code on Github: https://ift.tt/Yl7nWxF Or download the .exe and try it out! PC only for now: https://ift.tt/foYpE02 Let me know what you think! https://ift.tt/Yl7nWxF December 30, 2024 at 11:54PM

Show HN: Jido – Run 10k agents at 25KB each (Elixir) https://ift.tt/sNhkPtC

Show HN: Jido – Run 10k agents at 25KB each (Elixir) Hi HN! I'm Mike Hostetler and I built Jido, an Agent SDK in Elixir that lets you run thousands of agents without heavy infrastructure. Repo: https://ift.tt/M7328LG Getting Started: https://ift.tt/sX0RBSz Why another framework? After using several popular Agent frameworks and platforms, I had two key challenges: - Running multiple agents required process-heavy infrastructure like Docker or K8s. Running 50,000 agents in parallel was costly and diminished the benefits of agentic programming. - Today's agents require too much human intervention when building workflows. Why couldn't agents manage their own WDLC (Workflow Design Life Cycle)? This felt like a major missing piece. Agentic frameworks were written for humans. LLMs working with this code were constantly working around human work-style assumptions. So, I wrote a framework specifically for LLMs to code and operate their own agentic flows. Elixir was a natural choice b...

Show HN: Beautiful Failed Blackhole Simulation https://ift.tt/ZF8Izqt

Show HN: Beautiful Failed Blackhole Simulation Epilepsy/Seizure Warning: If you have epilepsy or experience seizures, the animation is a failed attempt at recreating the black hole visualization from the film "Interstellar" with three.js that resulted in a plane shaped event horizon phasing through a spherical black body around which point particles revolve. Please skip it if you have a condition that could cause a seizure as a result of looking at any sort of visualization. For everyone that wants to safely check it out, simply do not interact with the screen for a few seconds to make the UI fade away so you can look at the visualization. Cheers everyone. https://mobleysoft.com December 30, 2024 at 02:00AM

Show HN: Handwritten Christmas Card for Hacker News https://ift.tt/XECTub1

Show HN: Handwritten Christmas Card for Hacker News Hi HN, I’ve been working on a small project that transforms handwritten notes into animated, shareable cards. While the create functionality isn’t live yet, I wanted to share a sneak peek by creating a handwritten Christmas card specifically for the HN community. I started thinking about this after seeing too many AI-generated cards, cookie-cutter email templates, and overly polished designs that lack any personal touch. A friend recently sent me a handwritten card in the mail, and I found it nice that he took his time to write a handwritten note. I wanted to capture that same feeling without the overhead of snail mail. https://ift.tt/vBTuI8F December 30, 2024 at 12:20AM

Bird Strikes Are a Common Problem for Flights

Image
By Amanda Holpuch from NYT World https://ift.tt/G9wX1Cl via IFTTT

Show HN: A search engine that values depth over popularity https://ift.tt/YeHcjdz

Show HN: A search engine that values depth over popularity Hey HN, I'm excited to introduce Graphthem, a search engine designed to explore the deeper layers of knowledge rather than just surface-level popularity. While many AI search engines simply summarize top N results, we've found this approach often misses the many good stuff that is buried deeper in the links and references. Graphthem takes a different approach. we don't just look at the first few pages we find. We also dig into what those pages link to, so you get the whole story. This allows us to deliver answers that capture not just what's immediately visible, but also the foundational ideas and deeper insights that inform those results. Here's a comparison between Perplexity and Graphthem: Query 1: "most watched youtube videos?" Perplexity: https://ift.tt/X3Lw9rC... Graphthem: https://ift.tt/oYeRT4f... - Query 2: "what is pagerank?" Perplexity: https://ift.tt/yTSXxmJ... Graphthem: http...

Guards in Fatal Prison Assault Were Accused of Beating Inmates Before

Image
By Jan Ransom from NYT New York https://ift.tt/KvV3ICm via IFTTT

Show HN: Msgscript Run Lua functions based on messages from NATS https://ift.tt/HSZbAQY

Show HN: Msgscript Run Lua functions based on messages from NATS https://ift.tt/YItulmq December 28, 2024 at 11:25PM

Show HN: Sine Wave Speech, a real-time audio effect in Rust->WASM https://ift.tt/WkdEU8z

Show HN: Sine Wave Speech, a real-time audio effect in Rust->WASM Source code: https://ift.tt/g2AEfW0 An interactive website for exploring how human speech can be reduced to just a few sine waves and still be intelligible - or at least recognized to be a human voice. On top of that, I've added various ways to make the sound more musical. The sound effect is based on research from the 80s, which has largely been forgotten by then. To have the effect run in real-time in the browser, I opted to use Rust compiled into WebAssembly. Still, I had to rewrite some linear algebra routines. More about that experience in the blog post: https://ift.tt/gjwNf5M https://ift.tt/vCU7QWH December 28, 2024 at 09:04PM

Arlene Croce Elevated Dance Criticism With Style and Daring

Image
By Elizabeth Kendall from NYT Arts https://ift.tt/EW9hcvH via IFTTT

Show HN: Twitter Wrapped https://ift.tt/Qnr2Xwa

Show HN: Twitter Wrapped I just launched Twitter Wrapped, a simple tool that turns your year of tweets into a beautiful, shareable story. Enter your handle to get: Month-by-month stats and insights Shareable visualizations Personalized AI recommendations Haiku summaries for each month Your top 100 tweets with media and stats It’s free and easy to try—check it out here: app.manifestlyai.com https://ift.tt/5VnpIHJ December 27, 2024 at 11:09PM

Vegetable Dumplings, Oven Beans and Ginger Sesame Granola

Image
By Tanya Sichynsky from NYT Food https://ift.tt/tn3yJrV via IFTTT

Show HN: Homepagr – Bookmarks for Work https://ift.tt/nMLNyhR

Show HN: Homepagr – Bookmarks for Work https://ift.tt/DkGB2dq December 26, 2024 at 01:15AM

In New Mexico, a Democratic Governor Wants to Get Tough on Crime

Image
By Michael Corkery and Justin Hamel from NYT Business https://ift.tt/9BuRfli via IFTTT

Show HN: SMS Reminders for Birthdays https://ift.tt/OvRoS7r

Show HN: SMS Reminders for Birthdays I built a simple service that sends SMS reminders for birthdays. Why? I kept missing birthdays, even with calendar apps. This single-purpose tool is simple and (so far) reliable. Since my texting inbox has a far better signal-to-noise ratio than email or calendar events, it ensures I never miss an important date. Facebook used to serve the same purpose, but it's a dying social graph for me. https://ift.tt/F5ptBIw December 25, 2024 at 11:52PM

Regrets? Biden May Have a Few.

Image
By Katie Rogers from NYT U.S. https://ift.tt/TVcM0Kz via IFTTT

This Year’s College Drama on TikTok May Be the Last

By Vanessa Mobley from NYT Opinion https://ift.tt/UEq6ras via IFTTT

Show HN: A bidirectional editor for making circuits with code https://ift.tt/m9g4J0d

Show HN: A bidirectional editor for making circuits with code https://ift.tt/IkScljp December 23, 2024 at 10:06PM

The Trumpian Attitude at the Heart of the Gaetz Report

Image
By David Firestone from NYT Opinion https://ift.tt/PsKieD2 via IFTTT

Show HN: Simple SEC Discord Bot https://ift.tt/n8i2AQ1

Show HN: Simple SEC Discord Bot I built a Discord bot that monitors SEC EDGAR in real-time and sends alerts for new filings. You can configure it to track specific form types (e.g. 3/4/5) and companies by CIK, with multi-channel support for different filtering rules. https://ift.tt/pefZgAy December 23, 2024 at 11:51PM

En las antiguas murallas de Aviñón, mensajes actuales denuncian la ‘cultura de la violación’

Image
By Catherine Porter and Ségolène Le Stradic from NYT En español https://ift.tt/lP8znux via IFTTT

‘Lion King’ Prequel Falls Prey to ‘Sonic’ at the Box Office

Image
By Brooks Barnes from NYT Business https://ift.tt/dNVWFD5 via IFTTT

Show HN: Convert ePUB to Audio Files https://ift.tt/rIV87Kd

Show HN: Convert ePUB to Audio Files A way to generate .mp3 files from ePUB. I wanted to continue "reading" even after my eyes got tired or if I went away from the screen. For these cases, what I did was select a given text, and select "Speech". If you've used this before, you know it's fine for small sections, but not for big chunks of text. So, I challenged myself to create a project that would "text-to-speech" a given book. After some attempts, I came up with a good-enough initial version using Golang. It will parse an ePUB into sections and run MacOS's `say` command to generate audio files. For now it's quite basic, but worked fine for the few files I tested. https://ift.tt/vnKXCyo December 22, 2024 at 10:45PM

El Congreso de EE. UU. aprueba la prórroga del presupuesto, poniendo fin a la crisis del cierre

Image
By Carl Hulse and Catie Edmondson from NYT En español https://ift.tt/nM1eksy via IFTTT

Donald Trump Is Vulnerable

Image
By Jamelle Bouie from NYT Opinion https://ift.tt/9DwFZjT via IFTTT

Why Britain Has So Many White Christmases (Technically)

Image
By Nazaneen Ghaffar from NYT Weather https://ift.tt/Ek0zL7J via IFTTT

Trump se opone a ley de financiación que evitaría el cierre del gobierno de EE. UU.

Image
By Chris Cameron from NYT En español https://ift.tt/yDJ4mB5 via IFTTT

Senate Clears Defense Bill Denying Transgender Care to Minors

Image
By Karoun Demirjian from NYT U.S. https://ift.tt/ZsvfxJc via IFTTT

British Authorities Criticized Over Sewage Spills in Public Waterways

Image
By Amelia Nierenberg from NYT Business https://ift.tt/Eb4mKDe via IFTTT

Show HN: I built an open-source data pipeline tool in Go https://ift.tt/sZqntj2

Show HN: I built an open-source data pipeline tool in Go Every data pipeline job I had to tackle required quite a few components to set up: - One tool to ingest data - Another one to transform it - If you wanted to run Python, set up an orchestrator - If you need to check the data, a data quality tool Let alone this being hard to set up and taking time, it is also pretty high-maintenance. I had to do a lot of infra work, and while this being billable hours for me I didn’t enjoy the work at all. For some parts of it, there were nice solutions like dbt, but in the end for an end-to-end workflow, it didn’t work. That’s why I decided to build an end-to-end solution that could take care of data ingestion, transformation, and Python stuff. Initially, it was just for our own usage, but in the end, we thought this could be a useful tool for everyone. In its core, Bruin is a data framework that consists of a CLI application written in Golang, and a VS Code extension that supports it with a loca...

Trump Covers Autism, the Border Wall and Drones in First Post-Election News Conference

Image
By Michael D. Shear from NYT U.S. https://ift.tt/dgsXVby via IFTTT

Show HN: Static blog companion built with Elixir and Phoenix LiveView https://ift.tt/ZPVz6dA

Show HN: Static blog companion built with Elixir and Phoenix LiveView I built this after wanting to add comments to my own blog and not finding any good options. Discovering high-quality posts on small personal sites is one of my favorite things about HN. https://blogmate.io December 16, 2024 at 10:23PM

Show HN: NCompass Technologies – yet another AI Inference API, but hear us out https://ift.tt/KIMmjha

Show HN: NCompass Technologies – yet another AI Inference API, but hear us out Hello HackerNews! I’m excited to share what we’ve been working on at nCompass Technologies: an AI inference platform that gives you a scalable and reliable API to access any open-source AI model — with no rate limits. We don't have rate limits as optimizations we made to our AI model serving software enable us to support a high number of concurrent requests without degrading quality of service for you as a user. If you’re thinking, well aren’t there a bunch of these already? So were we when we started nCompass. When using other APIs, we found that they weren’t reliable enough to be able to use open source models in production environments. To resolve this, we're building an AI inference engine that enable you, as an end user, to reliably use open source models in production. Underlying this API, we’re building optimizations at the hosting, scheduling and kernel levels with the single goal of minimizi...

Show HN: SmartHome – An Adventure Game https://ift.tt/a5lDui0

Show HN: SmartHome – An Adventure Game SmartHome is a free, browser-based game written in vanilla JavaScript and no libraries. I don't want to spoil anything about the gameplay, but if you like text adventures, point-and-click adventure games, puzzle games, escape room games, art games, incremental games, cozy games, and/or RPGs, then this might be your speed. If you find it too hard and don't mind some mild spoilers, then check out the hints page: https://smarthome.steviep.xyz/help Enjoy! https://smarthome.steviep.xyz December 15, 2024 at 10:35PM

Graham Says Hegseth Plans to Release Accuser From Confidential Agreement

Image
By Karoun Demirjian from NYT U.S. https://ift.tt/iSzxolh via IFTTT

Ingrid Lewis-Martin, Top Adviser to Mayor Adams, Resigns

Image
By Emma G. Fitzsimmons from NYT New York https://ift.tt/pWQymZC via IFTTT

Show HN: HS student built an AI lab that makes dev tools and free tech courses https://ift.tt/ANeZ0cF

Show HN: HS student built an AI lab that makes dev tools and free tech courses I’m Arlan, the 17-year-old Founder & CEO of Nozomio, and I’m thrilled to share our platform with you all today. Nozomio is an applied AI lab that offers developers a complete “inventory” of tools, resources, and community support—all for free. *Why did I build Nozomio?* We’re entering the age of AI agents and automated workflows, which means developers now have incredible potential at their fingertips—if they can navigate and harness these tools effectively. I saw a huge gap in accessible, up-to-date resources that not only teach modern web development but also show how to integrate AI into real-world projects. My goal with Nozomio is to help developers of all skill levels learn faster, build better products, and thrive in this new tech landscape. https://ift.tt/gp0tNP1 December 15, 2024 at 10:54PM

Argentina’s President Receives Italian Citizenship, Angering Law’s Critics

Image
By Emma Bubola from NYT World https://ift.tt/wuZM9Uf via IFTTT

El presidente de Corea del Sur es destituido tras la crisis de la ley marcial

Image
By Choe Sang-Hun, Jin Yu Young and Victoria Kim from NYT En español https://ift.tt/YmOwVbG via IFTTT

Show HN: Disk Prices on eBay https://ift.tt/B9iY26w

Show HN: Disk Prices on eBay Hey HN. I made a site[0] to browse disk prices by $/TB on eBay similar to labgopher[1]. The other diskprices[2] site only uses data from Amazon. - https://unli.xyz/diskprices/ - https://labgopher.com/ - https://diskprices.com/ https://unli.xyz/diskprices/ December 14, 2024 at 10:58PM

Pelosi Hospitalized in Luxembourg After Falling

Image
By Annie Karni from NYT U.S. https://ift.tt/9PUZvSo via IFTTT

Show HN: Novel Minds, an AI Book Producer https://ift.tt/WyaxlKg

Show HN: Novel Minds, an AI Book Producer Read AI-illustrated versions of the classics for free at http://novelminds.ai . I hope this inspires people to read the classics and ultimately enriches all books so more people will read them. https://ift.tt/yGqPRvh December 13, 2024 at 10:25PM

F.A.A. Administrator Will Resign Before Trump Takes Office

Image
By Mark Walker from NYT U.S. https://ift.tt/8wEGyDF via IFTTT

Show HN: Credit reports about German companies https://ift.tt/RQweD4i

Show HN: Credit reports about German companies Hello, In addition to my studies in computer science, I have been working on a side project. I obtain data from the Unternehmensregister, a register where every German limited company is required to publish their financial statements. These statements are published as HTML files and are completely unstructured. While financial statements often look similar, companies are not required to follow a specific structure, which often leads to inconsistently formatted statements. The use of the Unternehmensregister is completely free, so you can check out some examples. I wrote code that converts the unstructured financial statements into structured data using the ChatGPT API. This works well. Of course, there are some problems that have not yet been solved, but data extraction works well for the majority of companies. I than coded a Random Forest algorithm to estimate the probability of default for a company based on its financial statement from ...

Show HN: Convert your LinkedIn profile to a resume https://ift.tt/Jjx1GA7

Show HN: Convert your LinkedIn profile to a resume https://ift.tt/Z0iErMo December 12, 2024 at 12:36AM

Like a Family Reunion, but With More Tears (and Tonys)

Image
By Louis Lucero II from NYT Style https://ift.tt/Khzxnb7 via IFTTT

Show HN: Jp3g: a fast private bulk image to JPEG/WebP converter https://ift.tt/ejuTkmG

Show HN: Jp3g: a fast private bulk image to JPEG/WebP converter https://jp3g.org/ December 11, 2024 at 09:23PM

In northern Syria, Turkish-backed rebels advance on a town held by Kurdish-led, U.S.-backed forces.

Image
By Cassandra Vinograd and Eve Sampson from NYT World https://ift.tt/j46yk2c via IFTTT

Show HN: Dash0 – Dev-Friendly OpenTelemetry Observability with Open Standards https://ift.tt/30YzKPu

Show HN: Dash0 – Dev-Friendly OpenTelemetry Observability with Open Standards Hey HN! After building an observability software (Instana) and selling it to IBM, I wanted to approach observability differently this time—simpler, more open, and built with developers like me in mind. That’s why I started Dash0. Dash0 is natively built on OpenTelemetry, so logs, metrics, and traces are handled without extra hoops. You can send data via OTLP directly, through an OpenTelemetry Collector, or use our open-source Kubernetes operator to get started quickly. I didn’t want a tool that forces people into proprietary systems, so Dash0 supports PromQL for querying and alerting and Perses for dashboards. If you’ve already got queries or alerts from Prometheus, you can reuse them with Dash0 without any friction. We went the extra mile, exposing logging and tracing data to PromQL, too, in a way that feels native. One thing I always found frustrating about other tools was the need for more context. Dash0 l...

A rebel leader sheds his nom de guerre and speaks of the work ahead for Syria.

Image
By Raja Abdulrahim from NYT World https://ift.tt/2MObjWl via IFTTT

Show HN: I used ChatGPT and Blender to combine 150 WW2 movies chronologically https://ift.tt/zvgZSyi

Show HN: I used ChatGPT and Blender to combine 150 WW2 movies chronologically https://ift.tt/wfshOqA December 9, 2024 at 11:01PM

Bogged Down in Ukraine, Russia Pays a Price in Syria

Image
By Anton Troianovski from NYT World https://ift.tt/nuFcYvt via IFTTT

Show HN: Grow Bluesky – A curated collection of the best tools for Bluesky users https://ift.tt/A1b204B

Show HN: Grow Bluesky – A curated collection of the best tools for Bluesky users If you're building a service for Bluesky, share it in the comments, and I'll add it to Grow Bluesky https://ift.tt/y15qUCG December 8, 2024 at 11:24PM

The leader of Syria’s rebels told The Times that their aim is to oust al-Assad.

Image
By Raja Abdulrahim from NYT World https://ift.tt/QR6tybl via IFTTT

Impeachment Bid Against South Korea’s President Fails

Image
By McKinnon de Kuyper from NYT World https://ift.tt/x74FtWN via IFTTT

The reopening gives an embattled Macron a rare public triumph.

Image
By Adam Nossiter, Aurelien Breeden and Richard Fausset from NYT World https://ift.tt/7dX1fT2 via IFTTT

The Rage and Glee That Followed a C.E.O.’s Killing Should Ring All Alarms

Image
By Zeynep Tufekci from NYT Opinion https://ift.tt/aRwE9zI via IFTTT

Show HN: Real-Time YOLO Object Detection in Elixir: Fast, Simple, Extensible https://ift.tt/YHz4NaM

Show HN: Real-Time YOLO Object Detection in Elixir: Fast, Simple, Extensible https://ift.tt/fo1U9H6 December 6, 2024 at 11:09PM

He Won’t Leave His Home. The Landlord Is Renovating Around Him.

Image
By Joyce Cohen from NYT Real Estate https://ift.tt/UvJD7Ns via IFTTT

Show HN: Eyed Out – Privacy-Focused Browser https://ift.tt/tk2n4vJ

Show HN: Eyed Out – Privacy-Focused Browser Hi HN! I’m thrilled to introduce Eyed Out, a privacy-centric browser I developed to help users take control of their online experience. Eyed Out blocks trackers and ads, offers web agent spoofing, and includes handy features like password generation and temporary emails. I built this as a one-man project, and I’m interested into hearing your feedbacks. If you value your privacy while browsing, I invite you to check it out and let me know what you think! https://ift.tt/3EO7nrB December 4, 2024 at 06:39PM

Discounts and Deals Led to a Holiday Weekend That ‘Exceeded Expectations’

Image
By Danielle Kaye from NYT Business https://ift.tt/EWcuyRw via IFTTT

So Much for Trump’s Fantasy of a Quieter Middle East

By Thomas L. Friedman from NYT Opinion https://ift.tt/cLjsv6e via IFTTT

Show HN: Automate your studio – mute a mixer channel to turn your PTZ camera https://ift.tt/Dfxua0G

Show HN: Automate your studio – mute a mixer channel to turn your PTZ camera Seamlessly automate your audio-visual setup! This open-source framework uses the Open Sound Control protocol to integrate audio mixer consoles, OBS, PTZ cameras, and more. Perfect for live production enthusiasts, streamers, and tech tinkerers. I have made it originally to meet our needs, then opensourced it: We needed to move a PTZ cam based on the stage/pulpit mute states on our X32, but it is capable for way more. Let me know what do you guys think! Cheers! https://ift.tt/c59uGgw December 2, 2024 at 11:42PM

Nations Fail to Reach an Agreement on Plastic Pollution

Image
By Hiroko Tabuchi from NYT Climate https://ift.tt/jHbSlVw via IFTTT

Kash Patel’s Threat to the Rule of Law

Image
By David French from NYT Opinion https://ift.tt/a4XFhHq via IFTTT