Posts

Showing posts from February, 2024

Show HN: Pipedream now has 1700 integrated APIs https://ift.tt/w9SzLTF

Show HN: Pipedream now has 1700 integrated APIs https://ift.tt/rOUPtTS February 29, 2024 at 11:26PM

Show HN: Flat – simple task tracking that stays out of your way https://ift.tt/IYHEWfa

Show HN: Flat – simple task tracking that stays out of your way Hi HN! Flat’s a lot like Trello, but with a cleaner, simpler, friendlier UI and real discussion threads. Flat also sports a first-class GitHub integration. To take it for a spin without signing up, just go to https://try.flat.app . And there’s also a quick demo video here: https://youtu.be/NW2c9cZVaD0 We made Flat for ourselves, after a decade of wanting a simple, lightweight tool to stay on top of our work and not finding one. Trello is close, but we find it really frustrating to use in lots of ways. And most everything else is way too complex. We think there’s a need for a task tracker that prioritizes simplicity, clarity, and usability over bells and whistles that most users don't need. And like many folks who are burned out on team chat, we also think there’s a need for a mode of workplace communication that’s lightweight, async, and attached to the work rather than chats in Slack or Teams where it’s too easy for t

Show HN: Finetune a Gemma 2B model for codegen https://ift.tt/2GtuIkH

Show HN: Finetune a Gemma 2B model for codegen Sharing instructions on finetuning Gemma2b for a codegen usecase! https://ift.tt/SIgLQx4 February 29, 2024 at 01:57AM

Show HN: Unicode Separated Values (USV) Rust Crate https://ift.tt/QJAwSig

Show HN: Unicode Separated Values (USV) Rust Crate https://ift.tt/vmStTWl February 28, 2024 at 11:13PM

Show HN: Velvet – Data platform with an AI SQL editor https://ift.tt/fieP7wz

Show HN: Velvet – Data platform with an AI SQL editor Hi HN — Chris here, Velvet co-founder. I’m excited to share what we’ve been working on, a platform to unify disparate data sources into a single queryable interface. We built Velvet to solve our own problem. We’re a small team and wanted to combine the data from various services (Stripe, Supabase, etc.) into a layer that would help us make product decisions and ship new features faster. On the surface, it may look like a simple text-to-SQL data notebook. But under the hood, it’s an accessible and interoperable backend-as-a-service that your entire product team can utilize. Connect to your databases, sync third-party APIs, capture webhook events — then write data directly, spinning up queues and analytics databases on the fly. The magic of our tool is in unifying data sources into a native SQL layer. We leverage ClickHouse to enable you to write joins across datasets you’ve never been able to pair together before (without significant

Show HN: Scribbler - An open source notebook tool for JavaScript https://ift.tt/c1HQx0b

Show HN: Scribbler - An open source notebook tool for JavaScript Scribbler is a tool to do experimentation in JavaScript using a notebook kind of environment. It runs in the browser without the need for a backend. It is deal for learning and experimentation in JavaScript. USP of Scribbler are: no login, no node/npm, can load ES 6 modules. Check the website at: https://scribbler.live . The web-app is available at: https://ift.tt/DgBzxLP . Scribbler has been built to satisfy a need for doing experimentation. Jupyter Notebook is very popular amongst python developers and data scientists for experimentation. It gives a simple interface for experimenting in python for testing code or for experimental analysis. Jupyter Notebook provides this application by running what is known as a “kernel” in the backend and giving back the results to the ui for display. It is an open source and free to use tool. Thus it has become extremely popular. As it is in Python, it requires installation of python e

Show HN: Nuke – A memory arena implementation for Go https://ift.tt/1vUaWXT

Show HN: Nuke – A memory arena implementation for Go https://ift.tt/Uz0l72P February 27, 2024 at 11:01PM

Show HN: Middle Class Text Editor https://ift.tt/r3a4M2B

Show HN: Middle Class Text Editor This is an implementation of slack-style mentions in a plain HTML textarea. Consider something like the caption for an image on Instagram. There is more or less no rich text functionality, except for the ability to tag people. There's no reason you should have to import a huge rich text editor library to implement just that feature - it's completely doable with just a textarea. This is proof of concept demonstrating that. https://ift.tt/PKFYNpZ February 27, 2024 at 12:28AM

Show HN: Teraace: Product Analytics Beyond Numbers https://ift.tt/uSPJe45

Show HN: Teraace: Product Analytics Beyond Numbers Profitable growth relies on understanding user behavior. Discover the why, not just the what. Traditional analytics skim the surface, falling short of capturing the narrative 'why'. Event tracking quickly becomes cumbersome and hard to keep up with. Whether your growth is sales or product-led (PLG), use Teraace to accelerate activations, optimize onboarding, or target training. Teraace harnesses machine learning to transform user behavior into a clear visualization of the actual buyer's journey. Crucial insights even at low user volumes. Private and secure data ingestion methods include an easy one-line script for automatic interaction capture, integration with Segment for streamlined data flow, or send your own direct batches from Mobile, App, or Web through our secure API. Uncover hidden patterns in user behavior. By joining our free beta, you gain early access to tools that will evolve to predict and influence user journ

Show HN: Darwin – Automate Your GitHub Project with AI https://ift.tt/7r68O5m

Show HN: Darwin – Automate Your GitHub Project with AI Hey HN! I've been working on a project called Darwin that I'm thrilled to share with you. Darwin is essentially your GitHub agent powered by large language models (LLMs). It checks out your projects, understands them through natural language prompts, and automates tasks such as fixing issues, documenting code, reviewing pull requests, and more. What drove me to create Darwin was a desire to harness the power of LLMs in a way that's seamlessly integrated with the tools I use daily. The motivation came from my curiosity about what could be possible when writing code that understands code. Darwin stands out because it's designed for developers who want to leverage AI without needing deep expertise in LLMs or prompt engineering. It offers: - hands-off approach to automate routine development tasks. - Novel and creative ways of making LLMs work for you - A unique API for each project, allowing for customized automation t

Show HN: Nekoweb – a retro static web hosting https://ift.tt/UDBKZCe

Show HN: Nekoweb – a retro static web hosting https://nekoweb.org/ February 26, 2024 at 02:33AM

Show HN: 3D Globe News Visualization https://ift.tt/cuA0M6k

Show HN: 3D Globe News Visualization Hello, I have worked on this side project for some months to visualize what's happening in the world on a daily basis. Would love to hear what you think of it ! https://ift.tt/aLiGkXM February 26, 2024 at 12:21AM

Show HN: Continuous-eval – Granular evaluation of GenAI pipelines https://ift.tt/UCT8HXd

Show HN: Continuous-eval – Granular evaluation of GenAI pipelines Hi HN - we are the creators of “continuous-eval”, an open-source tool to test and evaluate generative AI apps. "Continuous-eval" came from our efforts to measure, validate and improve the reliability of a finance AI copilot we were developing for banks. End-to-end evaluation was not enough for us. We wanted to have granular evaluations that help pinpoint the bottlenecks and identify what / how to improve. We’ve since developed more metrics and made the framework more flexible so it can evaluate components like agent tool use, code change, retrieval steps, etc. Let us know what you think of our approach to GenAI App evaluation. https://ift.tt/VDiCjfu February 26, 2024 at 12:11AM

Show HN: Task manager with bear notes style tagging system https://ift.tt/Ezr2Ioc

Show HN: Task manager with bear notes style tagging system https://hyperaide.com/ February 25, 2024 at 02:27AM

Show HN: Psfiles – a CLI tool to monitor file system activity of a Linux process https://ift.tt/vz7IiCh

Show HN: Psfiles – a CLI tool to monitor file system activity of a Linux process Psfiles is a simple utility to view file system activity of Linux processes. Features: - start new process or attach to existing one and trace its file system activity, - output results to standard output or save results to file, - custom results sorting and filtering. https://ift.tt/RE3Xel6 February 25, 2024 at 01:08AM

Show HN: I built jq-like scriptable tool to query CSV and JSON with SQLite https://ift.tt/mbrAx7d

Show HN: I built jq-like scriptable tool to query CSV and JSON with SQLite https://ift.tt/gIrxGKP February 24, 2024 at 11:49PM

Show HN: Little Fixes – a spatial forum to improve your city https://ift.tt/zQTJCSv

Show HN: Little Fixes – a spatial forum to improve your city https://littlefixes.xyz/ February 24, 2024 at 12:24AM

Show HN: Flash Calendar – performance focused calendars for React Native https://ift.tt/kTgWeX9

Show HN: Flash Calendar – performance focused calendars for React Native Hi everyone! I just open sourced my first package: a new way of building calendars in React Native. It uses Shopify's FlashList component as its foundation, along with React optimization techniques to re-render only what changed. I'm using in production for my side-project and it behaves incredibly well. I hope it can be useful for more of you! Bests, Marcelo https://ift.tt/rzju5Sx February 23, 2024 at 09:15PM

Show HN: Learn Game Theory Optimal Poker Preflop with Spaced-Repetition https://ift.tt/hq05s1r

Show HN: Learn Game Theory Optimal Poker Preflop with Spaced-Repetition Hi HN, Sharing my poker preflop trainer product, a subset of my Live Poker Theory project. https://ift.tt/bURSy5t Live Poker Theory helps translate complex poker solver strategy to actionable strategies while playing and aims to make studying poker more efficient and more fun. While I usually try to focus on sharing it in poker communities, I saw a few poker articles frontpage this site so I figure it doesn't hurt to share it here. In case you don't know, before 2015 most poker software could only calculate "all-in equity" - if there was no game tree and players could only go all-in or fold. These days, solvers can calculate the full game tree, with a lot of assumptions, and we can use them to generate preflop charts. Sometimes people call this GTO (game-theory optimal) though I prefer the term "theory-based" to recognize how frequently you want to diverge from equilibrium even if you

Show HN: Strada – Cloud IDE for Connecting SaaS APIs https://ift.tt/UpuLrJB

Show HN: Strada – Cloud IDE for Connecting SaaS APIs Hi HN! I’m Arash, one of the founders of Strada ( https://ift.tt/zeduWIV ), a cloud IDE for building automation workflows across your company’s SaaS apps. Strada handles integrations, triggers, infrastructure and observability while letting you write core workflow logic in Python (more languages soon). It's for teams that hit limitations with low-code tools while building with internal apps — eg. Zendesk, Jira, Salesforce, Slack. You can access our docs at ( https://ift.tt/qzPbryC ). While working on our first product (a unified accounting API), we learned that as companies grow, their integration teams become more technical but typically still use low-code tools. We also observed that as LLMs are becoming popular, these teams (usually outside of engineering) are adopting more code. For example, we spoke with multiple companies that generate integration code with an LLM and use it in their low-code platform. Unfortunately, most i

Show HN: An Experiment with One-Feature Tool Made $7164/Mo https://ift.tt/Ed6n3vB

Show HN: An Experiment with One-Feature Tool Made $7164/Mo My Raw Story on coming up with an idea, building and growing it. It's very detailed, with the purpose of giving another founder an insider look at one way of doing it. In January I launched an indexing tool called Index Rusher, that forces google to index your pages quicker, to get ranked for SEO faster. This whole project was something I needed myself since I got over 20 products and paying for an external one would simply cost too much. My initial idea was that I would just build an internal tool for my use, that has only 1 feature. No UI really, just 1 button. In the middle of the process, I realized that I could actually run an experiment and launch this tool publically with just one feature. Super simple. I hired a dev who spent a month building it. It looked super easy at first, but it turned out there were so many hidden snakes on the way. Troubles with sitemaps, google APIs, and more. 1 month later I launched it (In

Show HN: jSuites v4 - A library of ultra-light components and plugins free (MIT) https://ift.tt/VCGyQ24

Show HN: jSuites v4 - A library of ultra-light components and plugins free (MIT) https://ift.tt/DxEUKmF February 21, 2024 at 10:47PM

Show HN: Modguard – a lightweight Python tool for enforcing modular design https://ift.tt/6MCr8jI

Show HN: Modguard – a lightweight Python tool for enforcing modular design Hi HN! We are excited to show you modguard - a Python tool we built to enforce a modular, decoupled package architecture. We built modguard to solve a recurring problem that we've experienced on software teams - code sprawl. Over time, cross-module imports would tightly couple together what used to be independent domains, and eventually create "balls of mud". This made it harder to test, and harder to make changes. Mis-use of modules which were intended to be private would then degrade performance and even cause security incidents. This would happen for a variety of reasons: - Junior developers had a limited understanding of the existing architecture and/or frameworks being used - It's significantly easier to add to an existing service than to create a new one - Python doesn't stop you from importing any code living anywhere - When changes are in a 'gray area', social desire to not

Show HN: Enumerate Office365/Azure Domains https://ift.tt/qwxX7iP

Show HN: Enumerate Office365/Azure Domains https://ift.tt/0aFPUsX February 21, 2024 at 02:32AM

Show HN: LoraLand – 25 fine-tuned LLMs that beat GPT-4 https://ift.tt/Yof1rKA

Show HN: LoraLand – 25 fine-tuned LLMs that beat GPT-4 Hi all, today we're excited to launch LoraLand: 25 fine-tuned mistral-7b models that outperform #gpt4 on task-specific applications ranging from sentiment detection to question answering. All 25 fine-tuned models… - Outperform GPT-4, GPT-3.5-turbo, and mistral-7b-instruct for specific tasks - Are cost-effectively served from a single GPU through LoRAX - Were trained for less than $8 each on average You can prompt all of the fine-tuned models today and compare their results to mistral-7b-instruct in real time! We'd love to hear comments and feedback from the community https://ift.tt/FPfjVxA February 20, 2024 at 10:18PM

Show HN: Hyperdiv – Reactive, immediate-mode web UI framework for Python https://ift.tt/vOb7WCJ

Show HN: Hyperdiv – Reactive, immediate-mode web UI framework for Python Hello HN, I'm releasing Hyperdiv ( https://hyperdiv.io ), a framework for rapidly developing reactive browser UIs in Python, with immediate-mode syntax and using Shoelace ( https://shoelace.style ) as its built-in component system. This short coding video will give you a good idea of what it is: https://www.youtube.com/watch?v=4XJKfxaqvGE I wrote a brief article about the motivation and approach: https://ift.tt/yBYQEtN Hyperdiv doesn't aim to compete with serious full-stack frameworks. The core aim was to make it easy and fast to prototype apps and build UI-based tools. I was originally motivated by internal tools at work -- feeling the need to quickly put together UI-based tools to share with both technical and non-technical coworkers, without having to stand up and maintain a full internal stack. This is my first major open source release. I really appreciate your feedback and support. - Marius https://i

Show HN: DMARC Checker https://ift.tt/rsSbzGJ

Show HN: DMARC Checker https://ift.tt/XZb2DvA February 20, 2024 at 10:22PM

Show HN: CaveRibbon (SFCave Remake) https://ift.tt/pH0Bzci

Show HN: CaveRibbon (SFCave Remake) Hi HN! I made this project to indulge in some nostalgia for the Palm OS era. One of the hardest technical problems was fitting an entire replay’s worth of state into the URL fragment so games could be shared. I wrote up some of the details here: https://ift.tt/gkpoNBF https://ift.tt/1RxqiKB February 19, 2024 at 05:02PM

Show HN: I made a simple daily word puzzle https://ift.tt/7OUtxa0

Show HN: I made a simple daily word puzzle https://triword.net February 20, 2024 at 12:06AM

Show HN: The 2FA app that tells you when you get `012345` https://ift.tt/TUk4F73

Show HN: The 2FA app that tells you when you get `012345` https://ift.tt/82FtAra February 19, 2024 at 10:46PM

Show HN: Like HN, but for Science https://ift.tt/kGVa5S8

Show HN: Like HN, but for Science https://ift.tt/O5PW3sq February 19, 2024 at 03:00AM

Show HN: The History Chronicle – daily historical facts in newspaper form https://ift.tt/6eSaPXJ

Show HN: The History Chronicle – daily historical facts in newspaper form https://ift.tt/7RCobPL February 19, 2024 at 01:56AM

Show HN: Caps-log (Captain's log) – A small TUI journaling tool https://ift.tt/q0nwkD9

Show HN: Caps-log (Captain's log) – A small TUI journaling tool Caps-log is a compact TUI (Text-based User Interface) journaling application crafted in C++ and leveraging the FTXUI library for its terminal interface. It allows users to save daily log entries as simple markdown files, making it an appealing tool for those who prefer working within a terminal environment. The interface is designed with a calendar feature that stands out by marking the days associated with a log entry. Furthermore, it can accentuate days based on specific 'tags' or 'sections' identified in the logs, which are either markdown list items starting with '*' or level one headers. In addition to these features, caps-log includes password protection for your entries and offers a somewhat 'hacky' (for now) method for remote storage. This is achieved by integrating with a pre-configured Git repository, enabling remote storage via a git remote. https://ift.tt/C405NLQ February 19,

Show HN: Domino Fit – Domino Tiling Puzzle https://ift.tt/NqLepx3

Show HN: Domino Fit – Domino Tiling Puzzle Domino fit is a domino tiling puzzler I spent a lot of time both making and playing. Its like sudoku but with a geometric angle, the sum of the dots must match the row and column numbers. It's running on Betsy, the server under my couch, and was made with typescript. I'm proud of it. I hope you give it a shot, and appreciate any thoughts or criticisms! https://ift.tt/5Y0L3x7 February 18, 2024 at 10:56PM

Show HN: I Built an Open Source API with Insanely Fast Whisper and Fly GPUs https://ift.tt/ewfXFni

Show HN: I Built an Open Source API with Insanely Fast Whisper and Fly GPUs Hi HN! Since the launch of JigsawStack.com, we've been trying to dive deeper into fully managed AI APIs built and fine tuned for specific use cases. Audio/video transcription was one of the more basic things and we wanted the best open source model at this point it is OpenAI's whisper large v3 model based on the number of languages it supports and its accuracy. The thing is, the model is huge and requires tons of GPU power for it to run efficiently at scale. Even OpenAI doesn't provide an API for their best transcription model while only providing whisper v2 at a pretty high price. I tried running the whisper large v3 model on multiple cloud providers from Modal.com, Replicate, and Hugging faces dedicated interface and it takes a long time to transcribe any content about ~30mins long for 150mins of audio and this doesn't include the machine startup time for on-demand GPUs. Keeping in mind at Jig

Show HN: Programming is easier than you think https://ift.tt/zxVjsr8

Show HN: Programming is easier than you think https://ift.tt/yQiPXs4 February 17, 2024 at 10:23PM

Show HN - tool that converts image receipts to Excel https://ift.tt/t2u4EF5

Show HN - tool that converts image receipts to Excel Hey I'm excited to share my first project, Receipts2CSV, a web application designed to simplify bookkeeping by converting receipt images into CSV files. https://ift.tt/ZPdoLqn Problem Statement: Keeping track of expenses and managing receipts can be a tedious task, especially for small businesses and freelancers. Traditional methods involve manually entering data from receipts into spreadsheets, which is time-consuming and prone to errors. With Receipts2CSV, users can streamline this process by simply uploading images of their receipts and obtaining structured CSV files ready for import into accounting software. If you are lazy like I am, you could accumulate receipts in just one folder and re-run all images every time, remove duplicates and merge with older CSV to minimize looking through receipts on a monthly/annual basis. Questions for Validation: Do you find a receipt image to CSV converter useful? Would you consider using su

Show HN: Polybar Module for Using AirPods https://ift.tt/eZktVE2

Show HN: Polybar Module for Using AirPods https://ift.tt/v0YZWAK February 18, 2024 at 01:06AM

GOP House chair: Johnson has no way out of Ukraine floor vote - The Hill

Image
* GOP House chair: Johnson has no way out of Ukraine floor vote  The Hill * Biden blasts House for two-week 'vacation' despite facing criticism for his frequent beach trips  Fox News * Bipartisan lawmakers unveil $66B military aid and border alternative  POLITICO * House bipartisan group unveils $66 billion foreign aid bill  Axios * Bipartisan members introduce foreign aid and narrow border package in the House  CNN http://dlvr.it/T2shBh

Show HN: Driftmania – an open source PICO-8 racing game https://ift.tt/SATtHXo

Show HN: Driftmania – an open source PICO-8 racing game I've been spending a lot of my spare time over the last year creating this little racing game. It's built in PICO-8, which is a really fun “fantasy retro console” that's been mentioned on HN several times. The console has strict limits and I wanted to see how far I could push them The source code for the game is over here: https://ift.tt/8rQEiP0 . It's a bit of a mess, but I'm happy to answer any questions on it or development of the game. Cheers! https://ift.tt/u5oKsDi February 17, 2024 at 01:25AM

Show HN: A real-time speech-language model for $10 of training https://ift.tt/S6Dvwyk

Show HN: A real-time speech-language model for $10 of training https://tincans.ai/slm February 16, 2024 at 11:53PM

Britain's Labour Party deals double blow to PM Sunak's Conservatives - Reuters UK

Image
* Britain's Labour Party deals double blow to PM Sunak's Conservatives  Reuters UK * Wellingborough and Kingswood 'particularly challenging', PM insists after defeat  The Independent * Britain’s Conservative Party Loses Two Seats In Latest Blow To Rishi Sunak  The New York Times * U.K. by-election defeats: Rishi Sunak blow as Labour surges against Tories  NBC News * Rishi Sunak's party faces twin by-election defeats. 'Plan working', he says  Hindustan Times http://dlvr.it/T2qdBc

Body of missing Tennessee deputy who disappeared after making arrest recovered: Officials - ABC News

Image
* Body of missing Tennessee deputy who disappeared after making arrest recovered: Officials  ABC News * Tennessee deputy's patrol car recovered from river with 2 bodies inside: police  Fox News * Missing Cop Found After His Car Is Pulled From River With Another Body Inside  The Daily Beast * Tennessee deputy missing after patrol car pulled from river with body in back seat  UPI News * Down a darkened road: Meigs County deputy drives into Tennessee river late at night  WTVC http://dlvr.it/T2qHQd

Show HN: Erogen AI – Safe, ethical, and accessible romantic AI companionship https://ift.tt/ya6gln5

Show HN: Erogen AI – Safe, ethical, and accessible romantic AI companionship Like many others on the recent internet, I've found the idea of AI companionship to be sort of an attractive idea. At the very least, some element of AI companionship seems inevitable in our daily lives after 5-10 years, whether its through video games or on our phones / in our eyes and ears, etc. I had been playing around with locally hosted options for AI chatbot companions but found the interfaces clunky, and also I was really disheartened by the direction of the content and quality I was seeing on existing sites online. I saw some that were completely SFW-handicapped so as to sprout entire communities around filter-breaking, making safeguard nullification the standard mode by your users (dangerous) simply to get some affection (which seems unreasonable given how much violence and sex we're exposed to in TV, movies, and online). On the other end of the spectrum, I saw a few sites that were completel

Show HN: Galactic Compass – an app that points to the galactic center https://ift.tt/X6fjLUe

Show HN: Galactic Compass – an app that points to the galactic center I made a single-serving iPhone app with a floating green arrow that always points to the center of the Milky Way, 26,000 lights years away. It’s weirdly grounding. I’ve never made an app before, so here’s how it worked with ChatGPT. https://ift.tt/JsjztZ5 February 16, 2024 at 03:42AM

Show HN: BotArchive – Print Directly to Google Drive from Windows https://ift.tt/k9xHKbl

Show HN: BotArchive – Print Directly to Google Drive from Windows I built BotArchive ( https://ift.tt/yGQZt1e ) to make it easy to save content to cloud storage: you connect it to your Google Drive, Microsoft OneDrive, Dropbox or Box, and then anything you send to it gets automatically saved in the attached storage location. I'd originally built it for Telegram and Slack, but I've been long interested in doing things with print: printing has long felt like one of the biggest underutilized output processes out there. Almost every piece of software has print integration, the output format is usually legible and for things like receipts I always find myself printing them out, and then copying them to Google Drive. So I built a custom IPP printer: no drivers needed on Windows, OSX or Android (haven't tried iOS yet but I assume its the same), easy configuration and prints PDFs that appear right in your cloud storage location of choice (handy replacement for the missing Google Cl

Show HN: SlideCross – a combination of a crossword and Rubik's Cube https://ift.tt/pWje02V

Show HN: SlideCross – a combination of a crossword and Rubik's Cube Hello! Try out a 3x3 puzzle and click the question mark in the top right for a tutorial. I'd really appreciate any feedback! Thanks https://slidecross.io February 16, 2024 at 12:11AM

Fani Willis hearing could decide fate of Trump's Georgia election case - USA TODAY

Image
* Fani Willis hearing could decide fate of Trump's Georgia election case  USA TODAY * Judge in Trump election case says it's 'possible' D.A. Fani Willis could be disqualified over misconduct allegations  NBC News * Bid to remove prosecutors sets up turning point in Trump's Georgia case  POLITICO * Meet the 'badass' lawyer who could blow up Trump racketeering case over Fani Willis' sex secrets  New York Post * Former DNC chair admits Fani Willis showed 'bad judgment' in relationship with Nathan Wade  Fox News http://dlvr.it/T2mKDV

Show HN: Gitlab Meeting Simulator 2024 https://ift.tt/oNSUGXs

Show HN: Gitlab Meeting Simulator 2024 Gitlab's meeting recordings on YouTube have tens of thousands of views by people pretending to work. Now you can appear to be in the meeting using your own webcam. https://ift.tt/z0Wmbu3 February 15, 2024 at 05:52AM

Biden Shields Palestinians in the U.S. From Deportation - The New York Times

Image
* Biden Shields Palestinians in the U.S. From Deportation  The New York Times * Biden protects Palestinian immigrants in the U.S. from deportation, citing Israel-Hamas war  CBS News * Biden to grant 18-month deportation protections to Palestinians impacted by Gaza war  The Hill * Biden temporarily protects Palestinians in the US from deportation amid conflict abroad  CNN * Biden to stop deportation of Palestinians in US for next 18 months amid Gaza war  Al Arabiya English http://dlvr.it/T2m6DV

Show HN: Natural Language to SQL "Text-to-SQL" API https://ift.tt/ahOEPvD

Show HN: Natural Language to SQL "Text-to-SQL" API Hi HN- Today, we are releasing the hosted API for our natural language to SQL engine, which allows you to: (1) Explain Your Data: Feed in dictionaries, dbt, schemas, Confluence docs - we'll understand the business context to your data. (2) Train Your AI: Fine-tune an LLM (including GPT-4) specifically for your data, increasing accuracy and lowering latency (3) Trust the Answer: See confidence scores with each AI-generated query, stay in control. (4) Conduct complex SQL queries Problem background - Developers struggle to build NL-to-SQL into products because LLMs do not work out-of-the-box; they lack metadata and business definitions. Existing NL-to-SQL tools struggle with context, complexity, and adapting to your data. For example, given the question “what was the average rent in Los Angeles in May 2023?” a reasonable human would either assume the question is about Los Angeles, CA or would confirm the state with the quest

UK Labour suspends 2nd parliamentary candidate in 24 hours over anti-Israel rhetoric - The Times of Israel

Image
* UK Labour suspends 2nd parliamentary candidate in 24 hours over anti-Israel rhetoric  The Times of Israel * UK's Rochdale candidate loses Labour Party backing over antisemitic remarks but remains on ballot  Fox News * Azhar Ali case demonstrates difficulty of selecting suitable politicians  The Guardian * Labour will block those not fit to be MPs, says John Healey  BBC.com * Why the left has a problem with antisemitism  The Times http://dlvr.it/T2lrb1

Show HN: FoldMation – Interactive origami learning and creation https://ift.tt/xcN961C

Show HN: FoldMation – Interactive origami learning and creation Hi, I've created an application where you can follow step by step origami fold instructions, and a Creator where you can make these interactive folds. On comparing to video instructions, you have the ability to quickly skip/rewind steps and replay a complicated step many times. On the creation side, there have been one or two attempts at this before, but those solutions rely on mouse drags as the user interface. This greatly limited the kinds of folds possible. The foldMation Creator uses commands, keywords and values to compose a domain specific language/step and provides a (relatively speaking) easy to use user interface to compose the steps. For those interested in using the Creator, please go through the tutorial at the top of the create page. Btw, the DSL for foldMation uses https://ift.tt/sL06xeH . I created it since I couldn't find anything out there that is similar, allowing me to specify a well structured

1 killed, several injured after vehicle crashes into emergency room in Texas - The Hill

Image
* 1 killed, several injured after vehicle crashes into emergency room in Texas  The Hill * Hospital employee describes scene after car crashes into ER  KXAN.com * At Least 1 Dead and 5 Injured After Vehicle Crashes Into Texas Hospital  The New York Times * Driver dead, 5 injured after vehicle drives into St. David's ER in North Austin  Austin American-Statesman * Texas emergency room car crash leaves 1 dead and 5 others injured  USA TODAY http://dlvr.it/T2l5Yg

Coalition government deal in Pakistan leaves Imran Khan’s party out of power - CNN

Image
* Coalition government deal in Pakistan leaves Imran Khan’s party out of power  CNN * Pakistan election: Imran Khan's rivals PML-N and PPP reach deal to form government  BBC.com * Pakistan party nominates Shehbaz Sharif as prime minister, ending deadlock  NPR * Imran Khan's Opponents Reach Deal to Shut His Allies Out of Government  The New York Times * Pakistan Party Nominates Shehbaz Sharif as PM, Ending Deadlock  Bloomberg http://dlvr.it/T2kDKS

Multiple people injured after vehicle crashes into medical center in Austin, Texas - CBS News

Image
* Multiple people injured after vehicle crashes into medical center in Austin, Texas  CBS News * Multiple people injured after car crashes into St. David's North Austin Medical Center  KVUE.com * 1 dead, 5 injured after vehicle crashes into north Austin ER  KXAN.com * At least 11 people were injured after a vehicle crashed into an Austin emergency room, officials say  CNN * Car crashes into Texas hospital's emergency room, 1 dead, 5 injured  Fox News http://dlvr.it/T2jhy6

Show HN: Linen.team – A lightweight, thread-first Slack alternative https://ift.tt/a3BkKWb

Show HN: Linen.team – A lightweight, thread-first Slack alternative Hi HN! I'm Kam, the founder and one of the authors of Linen. Today, we are launching Linen.team ( https://linen.team/ ), a lightweight threaded messaging app for your team. Modern workplace messaging apps (like Slack) are based on IRC, which is great for small groups, but as it scales, breaks down quickly: you either get overwhelmed by notifications or you have to turn them all off. Most chat apps have threads tacked on but aren't built from the ground up with this design in mind. We wanted to create a thread-first experience where you can organize and prioritize conversations so that you are not reliant on notifications to make sure you don’t miss anything. In apps like Slack, you have to check activities, channels, threads, and replies just to make sure you aren't missing anything important. We designed every message in Linen to belong to a thread, so it makes it easy to centralize everything in a single

Coalition government deal in Pakistan leaves Imran Khan’s party out of power - CNN

Image
* Coalition government deal in Pakistan leaves Imran Khan’s party out of power  CNN * Pakistan’s surprising 2024 election results, explained  Vox.com * Nawaz Sharif, Bilawal Bhutto's Parties Agree To Form New Pak Government  NDTV * Pakistan: coalition agrees to form government and shut out Imran Khan’s party  The Guardian * Pakistan deadlock: Nawaz Sharif a step closer to PM post as Bhutto drops out | World News  Hindustan Times http://dlvr.it/T2jTyC

Supreme Court gives Trump prosecutor a week to respond to delay request in election case - CNBC

Image
* Supreme Court gives Trump prosecutor a week to respond to delay request in election case  CNBC * Trump legal news brief: Supreme Court gives Jack Smith 1 week to respond to Trump's request to further delay immunity decision  Yahoo News * Chief justice gives Jack Smith one week to respond to Trump's bid to stave off trial  POLITICO * Trump asks Supreme Court for more time to appeal immunity ruling  Roll Call * Trump asks Supreme Court to put off election interference trial  WBAL TV Baltimore http://dlvr.it/T2jDDR

Show HN: The Namingless Programming Language https://ift.tt/VPO5zlG

Show HN: The Namingless Programming Language A programming language that avoids naming at all costs. Data structures don't have names since there is only one data structure and there is no point naming it other than 'the data structure'. There is only one operation, so also unnamed. Even the language itself doesn't have a name. "The namingless programming language" is a definition. But the most cool feature is that when you write a script, you don't have to give the file a name either. The file name itself becomes the code. The file body is the executable interpreter. Is it beautiful? No. Is it practical? Hell no. Is it fun? More than you'd think it would be. https://ift.tt/QcFSfjp February 14, 2024 at 01:38AM

Israel Gaza: Ceasefire talks resume as Rafah under fire - BBC.com

Image
* Israel Gaza: Ceasefire talks resume as Rafah under fire  BBC.com * Middle East Crisis: Mediators in Cairo, Including C.I.A. Chief, Renew Push for Gaza Cease-Fire  The New York Times * Israel and Hamas are making progress in cease-fire and hostage release talks, officials say  WTOP * Gazans fearing Israeli assault on Rafah look to Cairo truce talks for hope  Reuters * David Ignatius: ‘We're heading toward a showdown between Biden and Netanyahu’ over hostage deal  MSNBC http://dlvr.it/T2hTbR

Yemen's Houthis fire 2 missiles at cargo ship whose final destination is Iranian port - Fox News

Image
* Yemen's Houthis fire 2 missiles at cargo ship whose final destination is Iranian port  Fox News * US claims ship hit by Houthis was headed to Iran  Al Jazeera English * News Wrap: Houthi rebels attack cargo ship in Red Sea  PBS NewsHour * Houthis strike cargo ship bound for Iran, causing minor damage  The Times of Israel * Houthis Claim Missile Strike On 'American Ship' In Red Sea—But U.K. Navy Says Cargo Ship Received Minor Damages  Forbes http://dlvr.it/T2gdSZ

Biden's First TikTok Post Jokes About Super Bowl Conspiracy Theory - The New York Times

Image
* Biden's First TikTok Post Jokes About Super Bowl Conspiracy Theory  The New York Times * Biden joins TikTok amid national security concerns  CNN * Biden campaign blasted for joining TikTok after purging app from federal devices: 'Failure of leadership'  Fox News * President Biden Joins TikTok in Bid to Reach Younger Voters  The Wall Street Journal * The Biden campaign's new TikTok account reaches 67000 followers - POLITICO  POLITICO http://dlvr.it/T2g7dK

Show HN: I built a simple daily budgeting app for me and my wife https://ift.tt/w8SFBz6

Show HN: I built a simple daily budgeting app for me and my wife https://porkybank.io February 13, 2024 at 02:18AM

Brazil: Rio de Janeiro Carnival brings Amazon rainforest to the streets - BBC.com

Image
* Brazil: Rio de Janeiro Carnival brings Amazon rainforest to the streets  BBC.com * The History of Rio’s Carnival Revealed in Photos  The New York Times * Rio’s Carnival parade makes plea to stop illegal mining in Brazil's Indigenous lands  NBC News * Rio Carnival: Partygoers light up Brazilian extravaganza - watch live  bbc.co.uk * Dogs in glittery costumes parade in Rio de Janeiro as pet lovers kick off Carnival  The Associated Press http://dlvr.it/T2fxdd

Show HN: AED Map – Mobile App for Automated External Defibrillators https://ift.tt/uOTPc0V

Show HN: AED Map – Mobile App for Automated External Defibrillators I've created mobile app in Flutter that allows people to look for nearest AED (automated external defibrillator). In case of sudden cardiac arrest, usage of AED increases chances of survival from 5% to 70%. Data comes from openstreetmap database. My app also allows users to navigate via pedestrian routing engine. Users can also contribute to OSM database. https://ift.tt/qgNYfD7 February 13, 2024 at 01:38AM

Biden reportedly fed up with Netanyahu, calling him ‘asshole’ over management of war - The Times of Israel

Image
* Biden reportedly fed up with Netanyahu, calling him ‘asshole’ over management of war  The Times of Israel * Biden disparages Netanyahu in private but hasn’t significantly changed U.S. policy toward Israel and Gaza  NBC News * Biden growing more frustrated with Netanyahu as Gaza campaign rages on  CNN * Biden disparages Netanyahu behind the scenes as 'a-----e,' 'pain in my a--': Report  Fox News * Biden has called Netanyahu an a‑‑hole 3 separate times: Report  The Hill http://dlvr.it/T2fhmk

Show HN: Teaching my 2y old son animal sounds https://ift.tt/dWkXMcp

Show HN: Teaching my 2y old son animal sounds Hi, Hacker News! To teach my 2yo son animal sounds I created web app which you can add to homescreen on you iPad or other device. There are 24 animal sounds. Zero ads. TODO: add more languages, now it is only in Latvian. https://skanas.lv/ February 12, 2024 at 10:10PM

Helicopter crash kills 6 en route to Nevada on Super Bowl eve - The Independent

Image
* Helicopter crash kills 6 en route to Nevada on Super Bowl eve  The Independent * Super Bowl Tragedy: Six Reportedly Dead In Helicopter Crash  Yahoo Entertainment * California helicopter crash: Nigerian bank CEO, wife, son killed  USA TODAY * CEO of Nigerian bank among victims dead in helicopter crash near California-Nevada border  NBC Southern California * Helicopter Crash Latest: Nigerian Banker Herbert Wigwe, Five Others Killed  Bloomberg http://dlvr.it/T2f02Z

Senate advances Ukraine aid bill despite Trump opposition - Reuters

Image
* Senate advances Ukraine aid bill despite Trump opposition  Reuters * GOP senators defy Trump by advancing foreign aid bill  POLITICO * Senate moves forward with Israel, Ukraine funding after vote on Super Bowl Sunday  CNBC * Chris Murphy: 'Worrying' that McConnell couldn't deliver border votes  Business Insider * Rand Paul slams McConnell’s ‘outrageous’ support for standalone foreign aid bill  The Hill http://dlvr.it/T2d5Ld

Show HN: Bitwise Liminal – A Short Film in 256 Bytes of Code https://ift.tt/Mp92mj5

Show HN: Bitwise Liminal – A Short Film in 256 Bytes of Code Bitwise Liminal A Short Film in 256 Bytes of Code Programmed by KilledByAPixel Presented at Lovebyte Party 2024 ... I found an old VHS tape at a yard sale. It was labeled "Bitwise Liminal" in sharpie. But when I watched the video it was only static. Then I started having vivid and... unsettling dreams. Also I couldn't stop thinking about that weird VHS tape. After researching I learned it was a digital backup. Using some special software I recovered the data. To my shock, it was a 256 byte program... With trembling hands I opened it in a web browser. Strange. This reminds me of the dreams I've been having. Now I don't need to sleep anymore. I just keep watching. ... l ɐ u ᴉ ɯ ᴉ ⅂ ǝ s ᴉ ʍ ʇ ᴉ ᗺ <(V 95+C(t/3)+Z X/64-Z^Z|(60-Y) Z/58)%13;Z+=.2);",t=9)> https://ift.tt/4Iwixmg February 12, 2024 at 03:39AM

Haley calls for ‘diminished’ Biden, Trump to take mental acuity tests - Fox News

Image
* Haley calls for ‘diminished’ Biden, Trump to take mental acuity tests  Fox News * Jill Biden offers explanation for why Biden blanked on son Beau's death in special counsel interview  Fox News * Trump, Biden diverging approaches sealed different fates on doc cases  The Hill * Special Counsel Report 'Went Off the Rails,' Biden's Lawyer Says  The New York Times * Biden's legal team went to Justice Dept. over what they viewed as unnecessary digs at his memory  The Associated Press http://dlvr.it/T2cYZ3

Biden says Israel shouldn't press into Rafah without 'credible' plan to protect civilians - The Associated Press

Image
* Biden says Israel shouldn't press into Rafah without 'credible' plan to protect civilians  The Associated Press * Biden presses Netanyahu on plans for hostage release, protecting civilians in Rafah  The Washington Post * Biden, Netanyahu speak after president criticizes Israel's campaign in Gaza  ABC News * What is happening in Gaza’s Rafah as Israel threatens to attack?  Al Jazeera English * Biden warns Netanyahu against Rafah operation without ‘credible’ safety plan  The Guardian US http://dlvr.it/T2cYR2

Show HN: Aurora- a comprehensive set of Statistics and Machine Learning tools https://ift.tt/RXiZczS

Show HN: Aurora- a comprehensive set of Statistics and Machine Learning tools https://ift.tt/FRw4qOP February 12, 2024 at 03:50AM

Israel uncovers Hamas tunnels under UNRWA headquarters in Gaza, claims terrorists siphoned electricity from the site - New York Post

Image
* Israel uncovers Hamas tunnels under UNRWA headquarters in Gaza, claims terrorists siphoned electricity from the site  New York Post * Gaza tunnel complex with computer servers found under UN agency HQ, says IDF  Business Insider * U.N. agency struggles to serve Gaza as scrutiny mounts over alleged Hamas links  The Washington Post * Israeli military kills Hamas terrorists, finds 'significant' weapons and assets inside UNRWA headquarters  Fox News * Hamas had command tunnel under UN Gaza HQ, Israel says  Reuters http://dlvr.it/T2cMff

Show HN: Oration (iOS) turns pdfs into audiobooks https://ift.tt/bFKA74v

Show HN: Oration (iOS) turns pdfs into audiobooks Hello HN community! I'm excited to introduce a project I've recently launched: Oration, an iOS app designed to convert PDFs into audiobooks. This idea was inspired by my experiences as an engineering student with ADHD, struggling to engage with dense academic papers. Relying on Text-to-Speech tools, despite their robotic quality, was a workaround for me and others with similar learning preferences or challenges, such as Dyslexia. Recognizing the limitations of existing tools—difficulty with complex formats, inability to skip over citations or footnotes, and inadequate handling of tables, graphs, and figures—I developed Oration. Our goal is to refine these areas continuously, offering both summarized and full versions of PDFs for a more accessible learning experience. Oration aims to serve as a high-quality, user-friendly platform for auditory learners and those who find traditional reading methods challenging, with features akin

Haley challenges Trump on her home turf in South Carolina as the Republican primary looms - The Associated Press

Image
* Haley challenges Trump on her home turf in South Carolina as the Republican primary looms  The Associated Press * As governor, Haley took on Obama on immigration. Now she’s fighting Trump  CNN * Opinion | Was It a Mistake for Haley to Take On Trump?  The Wall Street Journal * Nikki Haley loses Nevada Republican primary to 'None of these candidates'  The Associated Press * Nikki Haley blames Trump for Republican losses, takes swipe at Biden  USA TODAY http://dlvr.it/T2bt1h

Michigan sec. of state says states need ‘clarity’ on Trump ballot eligibility - The Hill

Image
* Michigan sec. of state says states need ‘clarity’ on Trump ballot eligibility  The Hill * John Roberts has a united court on Trump. Now comes the hard part  CNN * What the Colorado Oral Argument Missed  The Atlantic * 14th Amendment was made for ‘this exact scenario,' CO Sec. of State says  MSNBC * Former RNC chair weighs in on Trump ballot Supreme Court case  ABC News http://dlvr.it/T2bGx8

Show HN: AI Video to Anime Stylizer https://ift.tt/1MFLJgz

Show HN: AI Video to Anime Stylizer https://ift.tt/MsreYxS February 11, 2024 at 04:01AM

Show HN: Kexp – Exploring Kubernetes the Visual Way https://ift.tt/T1RIVP7

Show HN: Kexp – Exploring Kubernetes the Visual Way https://ift.tt/JBS3n4H February 11, 2024 at 02:41AM

BCSO: Non-tactical search in the Wildwood area - WATE 6 On Your Side

Image
* BCSO: Non-tactical search in the Wildwood area  WATE 6 On Your Side * What to know about Greg McCowan and Shelby Eggers, Blount County deputies shot Feb. 8  Knoxville News Sentinel * Two arrested in Blount County for aiding suspect in deputy shooting, manhunt underway  WTVC * Brother, girlfriend charged with aiding Blount County shooting suspect  WJHL-TV News Channel 11 * Tennessee sheriff increases reward to $80,000 as manhunt for suspect in deputy's fatal shooting widens  CBS News http://dlvr.it/T2Zf21

Another House GOP committee chair announces 2024 retirement - Axios

Image
* Another House GOP committee chair announces 2024 retirement  Axios * Wisconsin Republican Mike Gallagher will not seek re-election  Milwaukee Journal Sentinel * GOP Rep. Mike Gallagher announces retirement from House: 'Congress is no place to grow old'  Fox News * GOP Rep. Mike Gallagher won’t seek reelection  CNN * GOP Rising Star and China Watchdog Mike Gallagher to Quit Congress  The Wall Street Journal http://dlvr.it/T2Zdrh

Tucker Carlson interview: Fact-checking Putin's 'nonsense' history - BBC.com

Image
* Tucker Carlson interview: Fact-checking Putin's 'nonsense' history  BBC.com * 5 things to know about Tucker Carlson’s interview with Vladimir Putin  The Hill * Tucker Carlson Ripped by Former Fox News Colleague: 'Eager Puppy'  Newsweek * Putin's Carlson Interview Showed True Colors on Ukraine  Bloomberg * Putin made Tucker Carlson wait hours for his Kremlin interview  Business Insider http://dlvr.it/T2ZdjG

4.6-magnitude earthquake shakes Southern California on anniversary of deadly 1971 San Fernando quake - New York Post

Image
* 4.6-magnitude earthquake shakes Southern California on anniversary of deadly 1971 San Fernando quake  New York Post * Magnitude-4.6 Malibu earthquake shakes Southern California from coast to inland areas  NBC Southern California * Magnitude 4.6 earthquakes shakes storm-battered Los Angeles area  NBC News * Video shows dog startled by 4.6-magnitude earthquake in Westlake Village  KABC-TV * Long Beach shakes from 4.6-magnitude earthquake near Malibu  Long Beach Post http://dlvr.it/T2Z7V9

Colorado Sec of State says SCOTUS not 'friendly' to democracy, voting rights ahead of Trump ballot ruling - Fox News

Image
* Colorado Sec of State says SCOTUS not 'friendly' to democracy, voting rights ahead of Trump ballot ruling  Fox News * John Roberts has a united court on Trump. Now comes the hard part  CNN * The Supreme Court Wants No Part of Disqualifying Trump From the Ballot  The New Republic * The Supreme Court and the Risks of January 6, 2025  The New Yorker * A very un-Trumpy performance delivers for Trump at Supreme Court  POLITICO http://dlvr.it/T2YV6c

Show HN: Klp, a viewer for structured log files (logfmt, jsonl) https://ift.tt/NCsTWuB

Show HN: Klp, a viewer for structured log files (logfmt, jsonl) https://ift.tt/3sJCDR1 February 10, 2024 at 03:08AM

Show HN: A "Comments Layer" for the Internet https://ift.tt/0zQclyE

Show HN: A "Comments Layer" for the Internet SwearBy is an iOS app that provides a "comments section" and live chat for every URL. Load SwearBy in Safari, Chrome, and many other apps (Airbnb, Spotify, Redfin, Amazon...) Just tap the "Share" button from your current page. Basically - you get a "Twitter thread" and a "Youtube Live Chat" on every URL. LMK what you think :) https://www.swearby.app February 10, 2024 at 02:11AM

F2 tornado hit Evansville, Wisconsin: damage, road closures, outages - Milwaukee Journal Sentinel

Image
* F2 tornado hit Evansville, Wisconsin: damage, road closures, outages  Milwaukee Journal Sentinel * Multiple structures damaged after historic tornado in February  WKOW * Wisconsin historic tornado: Aerial video shows damage  WISN Milwaukee * Confirmed Wisconsin tornado reported in Evansville, Madison area  Milwaukee Journal Sentinel * National Weather Service says tornado near Evansville was high-end EF2  Channel3000.com - WISC-TV3 http://dlvr.it/T2XmV7

200-foot radio station tower stolen without a trace in Alabama, silencing small town's voice - The Associated Press

Image
* 200-foot radio station tower stolen without a trace in Alabama, silencing small town's voice  The Associated Press * Another Heartwarming Tale of Federal Bureaucracy - WSJ  The Wall Street Journal * ‘What do you mean, the tower is gone?’: thieves steal 200ft structure from Alabama radio station  The Guardian US * 200-foot tower stolen from Alabama radio station: 'I thought I had seen it all'  KOMO News * Thieves take off with 200-foot radio tower and transmitter in Alabama, knocking a local AM station off the air  CNN http://dlvr.it/T2XmHm

Imran Khan was supposed to be shut out of Pakistan’s election. His supporters are in the lead. - NBC News

Image
* Imran Khan was supposed to be shut out of Pakistan’s election. His supporters are in the lead.  NBC News * Pakistan election results 2024 live: Imran Khan-backed candidates take lead | Elections News  Al Jazeera English * The 'generals' elections' that turned against Pakistan's military  FRANCE 24 English * Pakistan ex-PM Nawaz Sharif claims poll win, seeks coalition  Reuters * Pakistan's ex-PM Sharif says he will seek coalition government after trailing imprisoned rival Khan  The Associated Press http://dlvr.it/T2XSMj

Ukraine's Zelenskyy takes one of his 'biggest gambles' yet by replacing top military commander - CNBC

Image
* Ukraine's Zelenskyy takes one of his 'biggest gambles' yet by replacing top military commander  CNBC * Ukraine Has a New Military Commander but the Problems Haven't Changed  The New York Times * Ukraine's new army chief says his immediate goals are better troop rotation and high-tech weapons  The Associated Press * Zaluzhny is out, the 'butcher' is in - POLITICO  POLITICO * Removal of Ukraine's 'Iron General' is one of Zelenskyy's biggest gambles  Atlantic Council http://dlvr.it/T2X4Qh

Arizona Marine among five killed in helicopter crash near San Diego, family says - ABC15 Arizona in Phoenix

Image
* Arizona Marine among five killed in helicopter crash near San Diego, family says  ABC15 Arizona in Phoenix * Marines missing in California found dead after helicopter crash  USA TODAY * Marine Corps confirms the worst: All 5 troops killed in helicopter crash in California mountains  The San Diego Union-Tribune * Arizona Marine among 5 killed in helicopter crash, family confirms  The Arizona Republic * 5 Marines confirmed dead after helicopter crash outside San Diego  KTLA Los Angeles http://dlvr.it/T2W8qj

The FCC says AI voices in robocalls are illegal - NPR

Image
* The FCC says AI voices in robocalls are illegal  NPR * FCC declares AI-generated voices in robocalls are illegal  CBS News * How a Biden AI robocall in New Hampshire allegedly links back to a Texas strip mall  CNN * Artificial intelligence deepfakes are a threat to elections  NPR * FCC makes AI-generated robocalls that can fool voters illegal after Biden voice cloning in New Hampshire  Fox News http://dlvr.it/T2VLTB

Show HN: Daily price tracking for Trader Joe's https://ift.tt/LV5I9ub

Show HN: Daily price tracking for Trader Joe's https://ift.tt/ulUdGEK February 8, 2024 at 10:07PM

Show HN: GPT grader for your startup's bookkeeping https://ift.tt/yXJqMsj

Show HN: GPT grader for your startup's bookkeeping https://ift.tt/4mRgUXk February 8, 2024 at 10:01PM

Trump's Nevada jackpot: Former president set to sweep GOP caucuses after Haley loses primary - Fox News

Image
* Trump's Nevada jackpot: Former president set to sweep GOP caucuses after Haley loses primary  Fox News * Late Night Mocks Nikki Haley's Big Loss in Nevada  The New York Times * Nevada caucus live updates: Trump aims for all the GOP delegates as Haley skips  NBC News * Nikki Haley loses Nevada Republican primary to 'None of these candidates'  The Associated Press * Tonight, Republicans Will Conduct Their Dream Election: One Where Hardly Anyone Can Vote – Mother Jones  Mother Jones http://dlvr.it/T2V1yT

Iceland volcano erupts for second time this year with lava close to power plant - The Guardian

Image
* Iceland volcano erupts for second time this year with lava close to power plant  The Guardian * State of emergency declared in Iceland after volcano erupts for third time in 2 months  Fox Weather * State of emergency declared in Iceland after volcanic eruption  BBC.com * Dramatic Iceland Eruption Photos Show Lava Spreading Across Pristine Snow  Gizmodo * Iceland Volcano Erupts Again, Cutting Off Hot Water to Thousands  The New York Times http://dlvr.it/T2V1l5

The fall of Ronna McDaniel - POLITICO

Image
* The fall of Ronna McDaniel  POLITICO * Trump recommends North Carolina GOP Chair Whatley to replace McDaniel at RNC: Source  Fox News * Video: RNC chairwoman Ronna McDaniel has offered to step down from role  CNN * Ronna McDaniel, RNC drama tests Trump’s grip on party  The Hill * Ronna McDaniel assures RNC members she's 'hard at work' after questions about her future  NBC News http://dlvr.it/T2TdQQ

Show HN: Open-source code editor with autocomplete built-in https://ift.tt/ThmpZ8K

Show HN: Open-source code editor with autocomplete built-in https://ift.tt/s2vtSNx February 8, 2024 at 12:27AM

Show HN: kbackup – No-config push/pull incremental backups built on top of rsync https://ift.tt/4KbQFg2

Show HN: kbackup – No-config push/pull incremental backups built on top of rsync https://ift.tt/su7BfVU February 7, 2024 at 11:32PM

Show HN: LLM Benchmarks Leaderboard with 60 model and API host combinations https://ift.tt/GU5ix4H

Show HN: LLM Benchmarks Leaderboard with 60 model and API host combinations https://ift.tt/UwFMd2v February 7, 2024 at 11:05PM

Alejandro Mayorkas: House Republicans fail to impeach US homeland security secretary - BBC.com

Image
* Alejandro Mayorkas: House Republicans fail to impeach US homeland security secretary  BBC.com * How a botched impeachment laid bare a GOP House that cannot function  CNN * McClintock defends vote against Mayorkas impeachment: Greene should ‘read the Constitution’  The Hill * In chaotic scene, Republicans argue with GOP lawmaker after 'no' vote on impeachment  The Washington Post * Matt Gaetz: 'Wouldn't it have been nice to still have Kevin McCarthy'  USA TODAY http://dlvr.it/T2RYp4

The Memo: Former Trump White House lawyer predicts crushing defeat at Supreme Court - The Hill

Image
* The Memo: Former Trump White House lawyer predicts crushing defeat at Supreme Court  The Hill * Trump plans to press immunity defense in classified documents case despite defeat in appeals court  CNN * George Conway hails appeals court’s rejection of Trump immunity in election subversion case  The Hill * Late Night Cheers Donald Trump’s Rejected Absolute Immunity Claim  The New York Times * The easy-to-miss detail at the heart of Trump's big court loss.  Slate http://dlvr.it/T2RYVd

Putin interview with Tucker Carlson shows Kremlin outreach to Trump's GOP - The Washington Post

Image
* Putin interview with Tucker Carlson shows Kremlin outreach to Trump's GOP  The Washington Post * X, formerly Twitter, becomes No. 1 app on U.S. App Store on news of Tucker Carlson-Putin interview  Yahoo News * Tucker Carlson is in Russia to interview Putin. He’s already doing the bidding of the Kremlin  CNN * Putin propagandists claim Tucker Carlson interview will 'blow up' US election  The Independent * Watch Abby Phillip Surgically Destroy Each Tucker Lie In Putin Interview Boast  HuffPost http://dlvr.it/T2RY8b

Killer whale pod trapped by sea ice in Japan has seemingly escaped, local official says - ABC News

Image
* Killer whale pod trapped by sea ice in Japan has seemingly escaped, local official says  ABC News * Orcas trapped by ice in Japan not spotted day after, officials hope they got away safely  USA TODAY * Orcas trapped in drift ice off Japan now believed free  BBC.com * Orca pod disappears after being trapped in drifting ice off Japan  New Scientist * Stranded pod of orcas in Japan sea ice appear to have escaped, officials monitor  KOMO News http://dlvr.it/T2RXqR

Russia says former Fox News host Tucker Carlson has interviewed Putin - The Associated Press

Image
* Russia says former Fox News host Tucker Carlson has interviewed Putin  The Associated Press * Tucker Carlson is in Russia to interview Putin. He’s already doing the bidding of the Kremlin  CNN * Kremlin corrects Tucker Carlson claim that no Western media tried to interview Putin  The Independent * Ukraine war live updates: Tucker Carlson teases interview with Putin; Kremlin says ex-Fox News host is not 'pro-Russian'  CNBC * Exclusive: Tucker Carlson Could Face Sanctions Over Putin Interview  Newsweek http://dlvr.it/T2R7ns

Show HN: Forum where posts slowly disappear unless interacted with https://ift.tt/Kt5wx6D

Show HN: Forum where posts slowly disappear unless interacted with I'm always nervous to post online (this is my very first HN post), so I built an anonymous forum where posts are automatically deleted after 24 hours. Every upvote or comment resets the clock. Some things I like about this concept: - The sheer volume of information on the internet is overwhelming - disappearing.chat keeps that volume low - Unpopular content slowly fades away, so you can visually watch bad takes disappear - Content is always fresh because even popular things will eventually stop getting interaction - Takes the pressure off that your content is going to stick around forever fwiw this just started as a toy project to play around with the Next.js app directory, Tailwind and deploying to Vercel, but I figured I'd get it fully functional and share it. https://ift.tt/W3OkLjr February 6, 2024 at 11:14PM

Kenya religious cult leader, 29 others charged with murder of 191 children - Al Jazeera English

Image
* Kenya religious cult leader, 29 others charged with murder of 191 children  Al Jazeera English * Kenyan cult leader charged with murder of 191 children  CNN * Paul Mackenzie: Kenyan cult leader charged with 191 murders  BBC.com * Self-proclaimed pastor accused of leading starvation cult in Kenya pleads not guilty to 191 child murders  CBS News * Kenyan Cult Leader Is Charged in the Deaths of 191 Children  The New York Times http://dlvr.it/T2P1cx

Who might Trump pick to be vice president? Here are 6 possibilities - CBS News

Image
* Who might Trump pick to be vice president? Here are 6 possibilities  CBS News * Tim Scott responds to Trump considering him for vice president: 'The only thing I can tell you is...'  Fox News * Opinion | Kellyanne Conway: Who Should Be Trump’s No. 2?  The New York Times * Here Are Trump's Most Likely VP Picks—And Who He's Name-Dropping  Forbes * Trump reveals criteria for running mate; name-drops 2 top Republicans  Yahoo News http://dlvr.it/T2NcnN

Maui police release 98-page report on Lahaina wildfire response: Officers encountered 'significant challenges' - USA TODAY

Image
* Maui police release 98-page report on Lahaina wildfire response: Officers encountered 'significant challenges'  USA TODAY * How a historic Lahaina neighborhood became ‘ground zero’ for the Maui wildfire  NBC News * More training, tech among key recommendations in MPD 'after-action' report on Lahaina wildfire  Hawaii News Now * Maui police release report on Lahaina fire response  Axios * Maui police release 1st report after investigation into response to deadly blazes  ABC News http://dlvr.it/T2NcWn

Nevada holds its presidential primaries — but Trump isn’t on the ballot - CNN

Image
* Nevada holds its presidential primaries — but Trump isn’t on the ballot  CNN * Biden and Haley are on the ballot, but not Trump, as Nevada holds presidential primaries  Fox News * Election 2024 latest news: It's primary day in Nevada, but only the Democratic contest counts  The Washington Post * Why Nevada's holding a GOP caucus and primary for 2024—and why Trump and Haley will both claim victory  CBS News * What to Watch in Nevada's Weird Election Week  The New York Times http://dlvr.it/T2Nc7T