Posts

Showing posts from October, 2023

Show HN: JS Local-only AI Apps starter kit: cost $0 to run and test locally https://ift.tt/v0Vx4DB

Show HN: JS Local-only AI Apps starter kit: cost $0 to run and test locally Hi HN! Here's a local-only stack I built over the weekend - hope it can be useful for you! I have been building a lot of AI apps - https://ift.tt/5LDhwSV https://ift.tt/0Jku9mQ ... And there were definitely times I spent way too much $$ before deploying the app to production. So I was looking for a "local only" stack and found a few tools that worked well together. I used the following set of tools but may add more options later: - Inference: Ollama - VectorDB: Supabase pg-vector - LLM orchestration: langchain - Framework: nextjs My learning from building ai-town was also that many people don't have the luxury of swiping a credit card to test an app with a lot of AI workloads -- not surprisingly, many models on Ollama are already very good - I used llama2-7b for majority of my dev work. Hope this can lower the barrier to entry for building AI apps. :) https://ift.tt/SZl4gNK October 31, 2023 at

Show HN: An instantly usable To-Do List desktop Web App, no sign-up/log-in https://ift.tt/AULXHcx

Show HN: An instantly usable To-Do List desktop Web App, no sign-up/log-in ... by saving data in the URL, base64 encoded. About a year ago I wanted a fast, simple, throwaway, no sign-up/log-in To-Do List at my fingertips at work, I couldn't find one so I built one myself, in a quick and dirty way. Recently I decided to release to public, so I rewrote, productise it a bit, added markdown support, added dark mode, added extension for chromium browsers etc, and this is it. May you find this small utility website useful if you happen to need something like this as well. Some tech & non-tech bullets - Pure static website - Data goes up to URL on updating, base64 encoded, non-hashed spa style - Rewrote with React & Redux - ChatGPT assistance for markdown parsing, regex and its unit testing - Playwright for testing - CDN with AWS CloudFront Any feedback and comments are appreciated. ---- A note on saving data in the URL, To-Do lists usually wouldn't be too long so saving its d

Show HN: Undead – scary fast, bewitching web pages on the JVM with no JavaScript https://ift.tt/ciIZY5M

Show HN: Undead – scary fast, bewitching web pages on the JVM with no JavaScript Hey HN. I wrote a LiveView implementation for the JVM called Undead. (The name Undead is a play on the "Live" part of LiveViews.) I had been waiting for the new StringTemplates feature of Java 21 which made it scary-easy to get the right data structures to make things work. It's been enchanting to write Java after about ten years in Javascript and Go lands. Would love folks to try it out and lmk what you think. If you aren't too scared that is. ;) https://ift.tt/NPRTBks October 31, 2023 at 10:46PM

Show HN: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context https://ift.tt/Mb4EdJ1

Show HN: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context Hi HN, We’re excited to announce that Phind now defaults to our own model that matches and exceeds GPT-4’s coding abilities while running 5x faster. You can now get high quality answers for technical questions in 10 seconds instead of 50. The current 7th-generation Phind Model is built on top of our open-source CodeLlama-34B fine-tunes that were the first models to beat GPT-4’s score on HumanEval and are still the best open source coding models overall by a wide margin: https://ift.tt/5XIBvkW... . This new model has been fine-tuned on an additional 70B+ tokens of high quality code and reasoning problems and exhibits a HumanEval score of 74.7%. However, we’ve found that HumanEval is a poor indicator of real-world helpfulness. After deploying previous iterations of the Phind Model on our service, we’ve collected detailed feedback and noticed that our model matches or exceeds GPT-4’s helpfulness most of the tim

House Republican seeks to change motion-to-vacate rule that brought down McCarthy - CBS News

Image
* House Republican seeks to change motion-to-vacate rule that brought down McCarthy  CBS News * Pence joins Republicans eviscerated by contradicting Trump’s election lies  CNN * What Congress has to get done as Johnson begins House speaker role  CBS News * House Speaker Mike Johnson is a vulnerability for the GOP in 2024  MSNBC * The House GOP Did the Right Thing in Electing Mike Johnson Speaker | Opinio  Newsweek * View Full Coverage on Google News http://dlvr.it/Sy9sdF

House GOP’s $14.3 billion Israel aid sets up collision course with Senate - CNN

Image
* House GOP’s $14.3 billion Israel aid sets up collision course with Senate  CNN * Speaker Johnson says stand-alone Israel aid bill to be considered this week  MSNBC * Guess Which Agency Republicans Conveniently Want to Cut in Order to Fund Israel  Yahoo News * Kyiv To Be Starved Of Funds Amid Russia War? U.S. Speaker Says Aid For Israel Urgent, Pressing Need  Hindustan Times * To Pay For Israeli Aid, GOP Wants To Make It More Expensive For You To File Your Taxes  Yahoo News * View Full Coverage on Google News http://dlvr.it/Sy9sTx

Donald Trump’s Colorado ballot challenge trial begins with each side warning of an attack on democracy - The Denver Post

Image
* Donald Trump’s Colorado ballot challenge trial begins with each side warning of an attack on democracy  The Denver Post * Takeaways from Day 1 of the Trump disqualification trial in Colorado  CNN * Trial could keep Donald Trump off Colorado ballot  FOX 26 Houston * Donald Trump Faces Legal Week From Hell  Newsweek * Lawyers argue whether the Constitution’s ‘insurrection’ clause blocks Trump from the 2024 ballot  WGN News * View Full Coverage on Google News http://dlvr.it/Sy9sRD

Show HN: Online code editor for creating mobile apps https://ift.tt/VDa2Xn4

Show HN: Online code editor for creating mobile apps https://ift.tt/nsfXizq October 31, 2023 at 12:31AM

Show HN: Unlogged – open-source record and replay for Java https://ift.tt/AZiaDGo

Show HN: Unlogged – open-source record and replay for Java Hello HN! Parth, and Shardul here. We have been building unlogged.io for the last 21 months. We started as a time travel debugger and pivoted to record and replay with assertions, mocking, and code coverage. You can save the replays in the form of a JSON and commit them to your git. Both Parth and I come from an e-commerce/payments background where production bugs meant heavy financial losses. Big billion days/Black Friday sales meant months of code freezes with low productivity. Before committing the code, we wanted to replay production traffic and know the breaking changes right away, like in sub-second. Kind of like unit+integration tests on steroids. So, we built an SDK that adds probes to the code in compile time. The SDK logs code execution, in detail. Git: https://ift.tt/Snms4TC We also built an IDE plugin that keeps monitoring code changes, hot reloads these changes, replays the relevant methods, and alerts on failing r

Show HN: I made a trivia game for fellow movie lovers https://ift.tt/u27031E

Show HN: I made a trivia game for fellow movie lovers This is for those who, like me, are cinephiles. You just need to ask questions and try to guess the movie's name that ChatGPT picked. It's a great game to exercise your brain and memory. Give it a try and let me know what you think (: https://movieguess.com/ October 31, 2023 at 12:23AM

Show HN: Launch a private Ethereum Testnet with all clients and MEV infra https://ift.tt/6uIbqXa

Show HN: Launch a private Ethereum Testnet with all clients and MEV infra We've been working with the Ethereum Foundation & Flashbots to build tooling and infrastructure for developers to test various workflows for Ethereum. As part of that work, anyone can now spin up a local Ethereum dev net with the entire Flashbots mev-boost infra (relayer, builder, boost) using the ethereum-package. This package supports all EL and CL client types, works on Kubernetes for scale testing, and comes with a few bells and whistles like metrics, mock-builders, and beacon chain explorers. This is the de-facto tool for teams modifying and testing the consensus layer. Here's a full tutorial - https://ift.tt/e5l0LZy... https://ift.tt/hyn3ZW8 October 30, 2023 at 11:22PM

Police tried to check on the Maine gunman over concerns he could ‘snap and commit a mass shooting’ - CNN

Image
* Police tried to check on the Maine gunman over concerns he could ‘snap and commit a mass shooting’  CNN * Police were alerted just last month about a Maine shooter's threats. 'We couldn't locate him.'  6abc Philadelphia * Maine Gunman Disclosed He Had Mental Health Issues, Gun Shop Owner Says  The New York Times * Former Maine Recycle Corporation manager says he told FBI where gunman was found  NewsCenterMaine.com WCSH-WLBZ * Maine police were alerted weeks ago about shooter's threats  POLITICO * View Full Coverage on Google News http://dlvr.it/Sy7K19

Judge Chutkan reinstated restrictions on Trump’s public statements in election interference trial - The Hill

Image
* Judge Chutkan reinstated restrictions on Trump’s public statements in election interference trial  The Hill * Judge reinstates gag order on Trump in federal election subversion case  CNN * Judge reinstates gag order in Trump federal election case  Yahoo News * Federal Judge Reinstates Gag Order on Trump in Election Case  The New York Times * How to Get Donald Trump to Obey Gag Order: Michael Cohen  Newsweek * View Full Coverage on Google News http://dlvr.it/Sy7JtX

Suspect arrested in Tampa shooting that killed 2, injured 18 - CBS News

Image
* Suspect arrested in Tampa shooting that killed 2, injured 18  CBS News * Ybor City shooting: Arrest made after 18 injured, 2 others killed | LiveNOW from FOX  LiveNOW from FOX * 22-year-old charged in Tampa shooting that killed 2 and injured 16  CNN * Deadly Ybor City shooting leaves eyewitnesses, workers shocked  Tampa Bay Times * 2 dead, 16 injured in Florida shooting during Halloween celebrations  WESH 2 News * View Full Coverage on Google News http://dlvr.it/Sy7Jk6

Donald Trump in Sioux City fires up crowd with caucus win prediction - Des Moines Register

Image
* Donald Trump in Sioux City fires up crowd with caucus win prediction  Des Moines Register * Trump Forgets Which City He Is in During Iowa Campaign Speech  The Daily Beast * Former President Donald Trump holds campaign rally in Sioux City to standing-room-only crown at Orpheum Theatre  KTIV Siouxland's News Channel * Trump says ‘no way’ Iowa votes against him as he flubs city’s name during state campaign stop  KCRG * Former President Donald Trump campaigns in Sioux City on frigid day  Des Moines Register * View Full Coverage on Google News http://dlvr.it/Sy7Jdb

Show HN: I’m writing a “US Banking and Credit for Foreigners” guide https://ift.tt/aHT4AKJ

Show HN: I’m writing a “US Banking and Credit for Foreigners” guide So I’m writing a guide about accessing US Banking & Credit as a non-US resident. It’s work-in-progress but the first couple of chapters are accessible for everybody. Any feedback is appreciated! https://ift.tt/0mrlREj October 30, 2023 at 01:08AM

Show HN: Mify – CLI that generates and maintains your backend infra code https://ift.tt/ekCF80x

Show HN: Mify – CLI that generates and maintains your backend infra code Hello, for the past couple of months, we've been developing Mify and I wanted to share it with the people here. We've been writing backends for multiple different big and small companies and noticed that backend development progresses in way too similar cycles. At first people write a small set of services or in better case a single service to do what's needed. At some point the tech debt becomes too much of a hassle to handle as company grows, engineers are starting to scale the codebase, rewriting code, splitting monolith, introducing microservices and eventually after a bunch of iterations like that, people write some sort of in-house internal developer platform to quickly spin up services. The amount of effort it takes to go through this is really unnecessary. Every team needs to get a bunch of libraries for storage, configuration, logging, metrics, etc and duct tape them all together until it work

Show HN: Newslater – A Personal Newsletter Generator https://ift.tt/L7S10X9

Show HN: Newslater – A Personal Newsletter Generator Inspired by my ability to collect articles from HN that I wanted to read, but never getting around to reading them, I built Newslater. You add the articles you want to read to your reading list, and Newslater will email you a newsletter containing summaries of 5 of your articles sent at a time you choose. My aim was to create a tl;dr newsletter from articles you are actually interested in. The app is free, has no ads, and is available on Android and iOS: https://ift.tt/fN8jWLG https://ift.tt/48aoOYw It’s a bit rough, but I thought some others may be interested in giving it a go. You can see examples of the newsletters it generates here too https://newslater.co/ October 29, 2023 at 09:33PM

Show HN: Yet another HN UI clone (sorry) https://ift.tt/Aph6Duz

Show HN: Yet another HN UI clone (sorry) Inspired by https://ift.tt/lnsceYa , this is done sort of as a learning journey since I've never built an app from scratch using Next.js and tailwindcss before. This is done over 2 days so it's quite bare in terms of features i.e. read-only but I would still like to share this project. Let me know what you guys think and feel free to provide any feedback! https://ift.tt/7IVhBJa October 29, 2023 at 11:13PM

Biden yawns at primary challenge from Dean Phillips - Axios

Image
* Biden yawns at primary challenge from Dean Phillips  Axios * Top Democrats plead with party: Stop looking for a Biden alternative  CNN * Minnesota Democrat Dean Phillips announced his candidacy for president of the U.S.  CBS News * Opinion: There may be more to Dean Phillips’ \"moon shot\" presidential bid than meets the eye  CNN * Opinion | Why Dean Phillips Is Taking On Joe Biden  The Wall Street Journal * View Full Coverage on Google News http://dlvr.it/Sy5WHj

Show HN: Marmotte – Open-Source IT Asset Management Made Simple https://ift.tt/TeXxFZb

Show HN: Marmotte – Open-Source IT Asset Management Made Simple https://ift.tt/exSyUdL October 29, 2023 at 03:42AM

Show HN: WireHole combines WireGuard, Pi-hole, and Unbound with an easy UI https://ift.tt/IAeyOlC

Show HN: WireHole combines WireGuard, Pi-hole, and Unbound with an easy UI WireHole offers a unified docker-compose project that integrates WireGuard, PiHole, and Unbound, complete with a user interface. This solution is designed to empower users to swiftly set up and manage either a full or split-tunnel WireGuard VPN. It features ad-blocking capabilities through PiHole and enhanced DNS caching and privacy options via Unbound. The intuitive UI makes deployment and ongoing management straightforward, providing a comprehensive VPN solution with added privacy features. https://ift.tt/GCSVOuI October 28, 2023 at 03:53AM

News Wrap: Ivanka Trump ordered to testify in fraud trial - PBS NewsHour

Image
* News Wrap: Ivanka Trump ordered to testify in fraud trial  PBS NewsHour * 'Chickens are coming home to roost': Ivanka Trump ordered to testify in Donald's trial  MSNBC * Ivanka Trump must testify at her father’s civil fraud trial, judge rules  CNN * Ivanka Trump must testify in person at dad's fraud trial: judge  New York Post * News Wrap: Judge orders Ivanka Trump to testify in father's civil fraud trial  PBS NewsHour * View Full Coverage on Google News http://dlvr.it/Sy3mTw

Show HN: ChatGQL – Natural Language Conversations with GraphQL APIs https://ift.tt/PLhONix

Show HN: ChatGQL – Natural Language Conversations with GraphQL APIs https://chatgql.com/ October 28, 2023 at 03:20AM

Show HN: A local Python prototyping tool for Jupyter and Streamlit https://ift.tt/fEq5SGV

Show HN: A local Python prototyping tool for Jupyter and Streamlit Hey HN! I built a local Python prototyping tool that is finally the Python development environment I've always wanted. It has a Jupyter notebook for data crunching, a database of your choice (Python or MongoDB), and a Streamlit app for building a frontend visualization. You can edit the Streamlit backend via an embedded VSCode editor, or locally on your own IDE. The best part for me is that the database connectors within Jupyter and Streamlit are configured out-of-the-box, so you don't need to spend time thinking about how to tie all that together - you can just pick the database you want to use and get going. Disclaimer: I do also work on the tool that deploys all this under the hood, but this project is a personal hackweek project that I threw together so I could develop Python apps on my own https://ift.tt/6ZCF0yk October 27, 2023 at 08:04PM

Show HN: Protobuf Based Schema Centric Logging Framework https://ift.tt/L7DXetd

Show HN: Protobuf Based Schema Centric Logging Framework Hi HN, have been working on this as a side project, would appreciate any feedback :) LogUnify is built around schemas based on protobuf and all the events in LogUnify are structured. By schematizing events, we offer the following benefits: - Consistency: All the events across all platforms and languages are produced in a uniform way with the generated type-safe SDKs, which ensures data consistency from the root. - Shared Understanding: Event schemas with rich data types and metadata are self-explained, which enables different departments from developers to business stakeholders to share the same understanding when consuming the events. - Flexibility: LogUnify offers flexibility in terms of integrating with different systems, as the schemas can be easily converted into different formats and protocols without requiring dedicated transformations from developers. The platform currently offers seamless integration with BigQuery and is

Show HN: An AI that reads privacy policies for you https://ift.tt/Gl09KoW

Show HN: An AI that reads privacy policies for you https://ift.tt/mQF0SEM October 27, 2023 at 03:01PM

Show HN: Maven to Gradle (Dependency Conversion) https://ift.tt/F7b3NOu

Show HN: Maven to Gradle (Dependency Conversion) Very tiny project to convert your Maven dependency blocks to Gradle. On a mission to support other build systems in the JVM ecosystem too :). https://ift.tt/ATdDPRW October 27, 2023 at 01:39PM

Democratic Rep. Dean Phillips launches a White House bid, challenging Biden - NBC News

Image
* Democratic Rep. Dean Phillips launches a White House bid, challenging Biden  NBC News * House Democrat Dean Phillips launches primary challenge against President Biden  CNN * Rep. Dean Phillips will challenge Biden in Democratic presidential race: "This is an election about the future"  CBS News * So Biden's a no-show on the New Hampshire primary ballot. What happens next?  The Associated Press * Rep. Dean Phillips launches 2024 Democratic presidential primary challenge against Biden  Fox News * View Full Coverage on Google News http://dlvr.it/Sy1NZX

Show HN: Cheddar, the app for people who hate budgeting https://ift.tt/43s5XGB

Show HN: Cheddar, the app for people who hate budgeting https://getcheddar.co/ October 27, 2023 at 05:28AM

Show HN: A JavaScript library to generate rhyming passphrases https://ift.tt/rIGK4wM

Show HN: A JavaScript library to generate rhyming passphrases https://ift.tt/cPd8Xo7 October 27, 2023 at 03:30AM

N.C. Republicans pass redistricting map expected to flip 3 House seats - The Washington Post

Image
* N.C. Republicans pass redistricting map expected to flip 3 House seats  The Washington Post * North Carolina's new GOP gerrymander could flip four House seats  POLITICO * North Carolina GOP Rolls Out Red Carpet for Abortion Traitor to Run for Congress  Yahoo News * Districts should be more competitive  Carolina Journal * North Carolina legislature approves map that could help Republicans gain at least 3 House seats in 2024  CNN * View Full Coverage on Google News http://dlvr.it/Sxymcf

Show HN: FreeChat – local LLM chat for macOS https://ift.tt/S3chaep

Show HN: FreeChat – local LLM chat for macOS Hey HN, I made a tiny website for my llama.cpp-powered mac app. You can load in any GGUF (or it'll download the nice synthia mistral 7B fine-tune by default). I'm excited about local AI because of the privacy characteristics (you can run FreeChat without even connecting to the internet). I think that to amplify our abilities to the fullest extent we'll want information to flow fluidly back and forth between our brain and the AI. I'm pretty wary of what I'd plug my uncensored brain into, but keeping everything on-device feels most trustworthy to me. I was blown away by the llama.cpp demos and want to 1) make something useful for myself and 2) push more people towards open models and local AI. This is my first foray into packaging a local AI product for less technical users. The UX is basically cloned from other chat apps out there. Please join the TestFlight if you're a mac user interested in local AI and want to see h

Show HN: Convochat https://ift.tt/42p0jHv

Show HN: Convochat Like the videos? The content? Guess the current valuation? Take a look: Convochat.com October 26, 2023 at 12:01AM

In Texas, Abortion ‘Travel Ban’ Gains Momentum - The New York Times

Image
* In Texas, Abortion ‘Travel Ban’ Gains Momentum  The New York Times * Travel for abortion illegal in Texas county after vote  Reuters * Texas counties trying to prevent people from using roads to get an abortion grows  The Associated Press * Lubbock County outlaws travel for out-of-state abortions  mySA * Tuesday morning top stories: Commissioners pass sanctuary ordinance  KCBD * View Full Coverage on Google News http://dlvr.it/Sxw6Kp

Show HN: Basil – AI Portfolio Tracker https://ift.tt/fsharLV

Show HN: Basil – AI Portfolio Tracker https://basil.fi October 24, 2023 at 09:32PM

Show HN: Togomak – declarative pipeline orchestrator based on HCL and Terraform https://ift.tt/1bBkMRV

Show HN: Togomak – declarative pipeline orchestrator based on HCL and Terraform Togomak is a command line tool that runs pipelines locally and on the cloud using HashiCorp Configuration Language with a Terraform-like architecture. I am a DevOps engineer and I wanted to build something that is CI/CD provider agnostic - something like GNU make, which I could plug into any provider of choice and not have to rewrite anything while retaining its rich features. I love Terraform and its ecosystem, so I guess I borrowed a huge chunk of their design. Togomak makes parts of your pipeline reusable, by making it a Togomak module, just like Terraform modules. It also gives you power over several HCL functions, loop expressions, templating, and customizing a pipeline according to user input. I started this project over a year ago, and over the course, I learned a lot about how Terraform works. Hopefully, some of our other Terraform friends would find this little tool useful! togomak is actually shor

PM Update: Frost advisory tonight with some spots falling well into the 30s - The Washington Post

Image
* PM Update: Frost advisory tonight with some spots falling well into the 30s  The Washington Post * N.J. weather: Frost alerts issued in 17 counties, but big warmup coming soon  NJ.com * Frost Advisory Issued For Much Of The Hudson Valley  Patch * FORECAST: First Alert for some patchy frost by Tuesday morning  WFSB 3 * Updated forecast: Frost advisory tonight before big warm-up  The Washington Post http://dlvr.it/SxsSB1

Show HN: WebSession, a Secure Replacement for Cookies https://ift.tt/eWw1YQf

Show HN: WebSession, a Secure Replacement for Cookies https://websession.dev/ October 24, 2023 at 02:44AM

Show HN: Image Turing test for humans. Test your AI detection skills https://ift.tt/aFuoiDZ

Show HN: Image Turing test for humans. Test your AI detection skills We are blurring the lines between real images vs A.I. generated images with the innovations like Midjourney and DALL E. IsThatAI is a place where you can take the image Turing tests to tell A.I. from real ones! Show A.I. who's boss! https://isthat.ai/ October 23, 2023 at 07:03PM

Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension https://ift.tt/2kHDWfX

Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension https://ift.tt/1WaspNV October 23, 2023 at 09:51PM

Man killed in the French Quarter Saturday night raises concerns - WWLTV.com

Image
* Man killed in the French Quarter Saturday night raises concerns  WWLTV.com * Memorial grows for man shot and killed in French Quarter  FOX 8 Local First * Man shot and killed in city's French Quarter  WDSU New Orleans * Man killed in French Quarter shooting on night of Krewe of Boo! parade, New Orleans police say  NOLA.com * Shooting near Krewe of Boo route leaves man dead  WWL * View Full Coverage on Google News http://dlvr.it/SxpwCG

Show HN: Pypipe – A Python command-line tool for pipeline processing https://ift.tt/qF6SWBl

Show HN: Pypipe – A Python command-line tool for pipeline processing pypipe is a command-line tool for writing data pipelines in Python. When working with data processing in the terminal, I often find myself wanting to pass the output of commands to Python for further processing. In such cases, one can either write one-liners or create regular Python scripts and connect them through pipes. However, using pypipe makes this process more convenient and efficient. https://ift.tt/ye645jR October 23, 2023 at 10:05AM

Show HN: Use an EEPROM as Programmable Logic https://ift.tt/VUXIzdb

Show HN: Use an EEPROM as Programmable Logic https://ift.tt/vwQOhKW October 23, 2023 at 04:29AM

Show HN: Puzzlip https://ift.tt/RqGcBtu

Show HN: Puzzlip Hey all, I built this puzzle generator to practice my wasm skills in Rust. Hope someone has fun. Source: https://ift.tt/9Ahj7xc https://puzzlip.com October 23, 2023 at 02:34AM

Show HN: Kobo as a Google Photo Digital Frame with LLaVA-Generated Haikus https://ift.tt/cDhHzNQ

Show HN: Kobo as a Google Photo Digital Frame with LLaVA-Generated Haikus I've made a digital photo frame that displays random photo from my Google Photo library enriched with an Haiku generated by a LLaVa instance using the same photo as reference. https://ift.tt/mU50tFG October 22, 2023 at 11:22PM

Show HN: vbang2 – DDG-Style Bangs with Customizations https://ift.tt/Fk8Q4hI

Show HN: vbang2 – DDG-Style Bangs with Customizations https://ift.tt/t1pfPOh October 22, 2023 at 12:16PM

Thousands of protesters demanding eradication of Israel clash with NYPD - New York Post

Image
* Thousands of protesters demanding eradication of Israel clash with NYPD  New York Post * Hundreds attend "Flood Brooklyn for Palestine" rally in Bay Ridge  CBS New York * Pro-Palestinian Protesters Shout ‘Never Again for Anyone’ after Worst Massacre of Jews since Holocaust  National Review * Pro-Palestinian demonstrators arrested for second night in a row in NYC  New York Daily News * Over 100 arrested during ceasefire protests in Manhattan  Eyewitness News ABC7NY * View Full Coverage on Google News http://dlvr.it/Sxn3Gy

Show HN: Tiledesk – Open-Source LLM Chatbot Framework https://ift.tt/yFSIpnA

Show HN: Tiledesk – Open-Source LLM Chatbot Framework Tiledesk is an open-source chatbot designer that unleashes the potential of LLM-enabled chatbots and process automation through a user-friendly drag-and-drop interface. Witness its capabilities in action here: https://youtu.be/ZDPoVVbXxs8 With Tiledesk, you can create dynamic, human-like conversations without the complexities of coding or scripting. Our guiding principle is straightforward: Design, Test, and Launch Your Conversation Flows Across All Your Digital Channels in Minutes The quickest way to experience Tiledesk new product version is by visiting our website. For those curious about our codebase, explore our latest repository on GitHub: https://ift.tt/dkZ7TFy Let's maintain a discussion focused on the essentials. We're here to answer your questions, provide insights, and share technical details. For additional information and inquiries, please don't hesitate to contact us at info@tiledesk.com We’d love to hear y

Show HN: Images and animatons in 50 characters of stack based code https://ift.tt/jdpSeT8

Show HN: Images and animatons in 50 characters of stack based code https://ift.tt/zIL9lsf October 22, 2023 at 06:08AM

Show HN: Storybooks – AI-generated bedtime stories for kids https://ift.tt/G1jwYux

Show HN: Storybooks – AI-generated bedtime stories for kids https://ift.tt/PhD6UV5 October 22, 2023 at 01:19AM

Biden seeks more aid for Israel and Ukraine in $105B funding request - NBC News

Image
* Biden seeks more aid for Israel and Ukraine in $105B funding request  NBC News * Biden doesn't just want aid for Ukraine and Israel. He also wants billions to confront China.  Yahoo Finance * Biden: aid to Israel, Ukraine necessary for US security  Reuters * Cotton: Biden's $100B request 'dead on arrival'  The Hill * Biden to ask Congress for $100B to fund Israel, Ukraine; Politicians advocate for ceasefire  WRAL * View Full Coverage on Google News http://dlvr.it/SxlF3l

Show HN: My Attempt to Simplify Philosophy https://ift.tt/3qJledi

Show HN: My Attempt to Simplify Philosophy https://gainedin.site/ October 21, 2023 at 02:45AM

Show HN: Glyph DLP – a data loss prevention API https://ift.tt/ui6UmxB

Show HN: Glyph DLP – a data loss prevention API Hi HN, Glyph DLP is an API that scans or redacts sensitive information (emails, SSNs, credit cards, etc.) from Base64-encoded files/strings. So far I have coverage for text files, JSON, PDF, CSV, DOCX, and XLSX files and may consider adding a few more in the future. I made this app mostly for fun and learning and to scratch the creative itch over the past few months. I am using FastAPI in Docker hosting it on Fly.io. I originally wanted to use SQLite/LiteFS on Fly but ran into some issues with concurrent writers when keeping track of rate-limiting on the API. I am now using managed MySQL on Planetscale which has been awesome and would definitely recommend both Fly and Planetscale to anyone making small hobby projects. Even though the API functions are relatively simple, this is definitely the hardest I have worked on an app. I put a lot more effort into design and getting things how I want them, learning how to write better tests, documen

Show HN: sbctl – Secure Boot key manager https://ift.tt/eZv0xkH

Show HN: sbctl – Secure Boot key manager https://ift.tt/i8kqsYR October 21, 2023 at 01:31AM

Show HN: SignalDB – Reactive Local JavaScript Database https://ift.tt/TaywGoB

Show HN: SignalDB – Reactive Local JavaScript Database SignalDB is a local JavaScript database with a MongoDB-like interface and TypeScript support, enabling optimistic UI with signal-based reactivity across multiple frameworks. It integrates easily with libraries like Angular, Solid.js, Preact, and Vue, simplifying data management with schema-less design, in-memory storage, and fast queries. https://ift.tt/1kHWh5e October 20, 2023 at 11:35PM

How Sidney Powell's guilty plea may impact Donald Trump - CNN

Image
* How Sidney Powell's guilty plea may impact Donald Trump  CNN * Trump lawyer Sidney Powell pleads guilty in Georgia case | FOX 5 News  FOX 5 Atlanta * See Trump lawyer Sidney Powell plead guilty, agree to testify I Full hearing  MSNBC * Sidney Powell plea shows Trump election fraud claim crumbling  Fort Worth Star-Telegram * Trump attorney Sidney Powell pleads guilty in Georgia election subversion case  CNN * View Full Coverage on Google News http://dlvr.it/Sxhn73

Show HN: Linkitall – create dependency-graphs of ideas https://ift.tt/4s8XUwp

Show HN: Linkitall – create dependency-graphs of ideas What is the structure of knowledge? It's a broad question, and finding a structure that suits everyone is no easy task. Consider this: a backend developer might view knowledge as a table accessible with different keys, while a teacher might perceive it as a book, complete with chapters, sections, and subsections—a linear structure, yet with a tree-shaped Table of Contents for efficient reference. Generally, the structure we require depends on (a) the data involved and (b) the purpose at hand. Let's narrow it down: What's a suitable structure for teaching scientific knowledge? In the context of a specific course, one can assert that certain ideas are more fundamental than others. There's a hierarchy of ideas, where complex ideas build upon simpler ones, and those, in turn, rest on basic concepts. In simpler terms, with the exception of a few obvious or axiomatic ideas, every other idea relies on something else. Organ

NY court employee arrested for disrupting proceedings at Trump's civil fraud trial - CNN

Image
* NY court employee arrested for disrupting proceedings at Trump's civil fraud trial  CNN * Fraud-trial tumult: Trump watches avidly as his lawyers cry 'perjury'  Business Insider * NY court employee disrupts Trump trial, says she's there to support him | NBC new York  NBC New York * Court employee arrested after trying to approach Trump at NYC civil fraud trial  New York Post * Trump's Lawyers Aren't Even Trying to Win His NY Fraud Case  The Daily Beast http://dlvr.it/SxfC6P

Show HN: awesome-privacy-front-ends – private front-ends to popular sites https://ift.tt/4Okh0RB

Show HN: awesome-privacy-front-ends – private front-ends to popular sites https://ift.tt/Hie9uGW October 19, 2023 at 04:47AM

Show HN: Finetune OpenAI Embeddings In-Browser https://ift.tt/fC8nuEB

Show HN: Finetune OpenAI Embeddings In-Browser There's a lesser-known trick described in the OpenAI Cookbook. You can linearly transform a generic embedding space (like OpenAI’s) for your usecase with a well-tuned matrix multiply. I ported the cookbook technique into a standalone hardware-accelerated webapp, and added some UX to guide the process along. There are some examples on the homepage for out-of-the-box fun. With 30 seconds of training, I was able to improve performance by the first example by 15%. https://ift.tt/NR8rvLz October 18, 2023 at 10:45PM

Trump tells judge he will appeal gag order in federal election interference case - NBC News

Image
* Trump tells judge he will appeal gag order in federal election interference case  NBC News * Trump’s gag order appeal is ‘going nowhere,’ Neal Katyal says  MSNBC * Trump appeals gag order in federal 2020 election subversion case  CNN * Trump faces his biggest challenge yet: shutting up  CNN * Opinion: A federal judge's gag order against Trump may be satisfying. But it isn't constitutional  Yahoo News * View Full Coverage on Google News http://dlvr.it/SxbcMg

Alec Baldwin may face involuntary manslaughter charge in 'Rust' shooting; prosecutors investigating recommend to grand jury - NBC News

Image
* Alec Baldwin may face involuntary manslaughter charge in 'Rust' shooting; prosecutors investigating recommend to grand jury  NBC News * Prosecutors looking to re-charge Alec Baldwin in "Rust" shooting  CBS Evening News * Alec Baldwin may be charged again in fatal 'Rust' set shooting  CNN * Baldwin may face new charges for fatal 'Rust' movie set shooting  FOX 11 Los Angeles * Alec Baldwin could face new criminal charges as 'Rust' shooting heads back to grand jury: prosecutors  Fox News * View Full Coverage on Google News http://dlvr.it/SxbcJM

IRS plans rollout of free e-file tax return system with invitations to limited taxpayers - PBS NewsHour

Image
* IRS plans rollout of free e-file tax return system with invitations to limited taxpayers  PBS NewsHour * IRS’ free tax filing software rolls out in 2024. Here’s who can try it  The Washington Post * IRS to offer free 'Direct File' pilot to some taxpayers in 13 states for 2024 tax season. Here's who qualifies  CNBC * IRS plans to launch free tax filing pilot program in 13 states next year  CNN * These states will test the IRS free filing system  The Hill * View Full Coverage on Google News http://dlvr.it/SxbcDl

Inside Biden's Reversal on Sending Long-Range Missiles to Ukraine - The New York Times

Image
* Inside Biden's Reversal on Sending Long-Range Missiles to Ukraine  The New York Times * US-supplied ATACMS long-range missiles used for first time in attack by Ukrainian forces  euronews * Ukraine uses US-supplied ATACMS for the first time, says Zelensky  BBC.com * Ukraine Fires ATACMS Missiles at Russian Forces for the First Time - WSJ  The Wall Street Journal * How Biden got to yes on ATACMS  POLITICO * View Full Coverage on Google News http://dlvr.it/Sxbc6s

Unincorp. Plainfield stabbing: Vigil held for Wadea Al-Fayoume, 6 year old Muslim boy stabbed to death; Joseph Czuba charged - WLS-TV

Image
* Unincorp. Plainfield stabbing: Vigil held for Wadea Al-Fayoume, 6 year old Muslim boy stabbed to death; Joseph Czuba charged  WLS-TV * 6-year-old Muslim boy killed, woman stabbed after she urged landlord to 'pray for peace'  WHAS11 * Landlord accused of stabbing 6-year-old charged with hate crimes  TODAY * Editorial: The killing of Wadea Al-Fayoume shows anguish in Middle East threatens tolerance at home  Chicago Tribune * Ayanna Pressley, Ed Markey decry murder of 6-year-old Muslim boy  The Boston Globe * View Full Coverage on Google News http://dlvr.it/Sxbc4c

Show HN: SEO Tools List https://ift.tt/L6azv5k

Show HN: SEO Tools List https://ift.tt/WZ1NaTu October 18, 2023 at 04:44AM

Show HN: Socketioxide – Power of Rust with Simplicity of Socket.io https://ift.tt/uVIi1FW

Show HN: Socketioxide – Power of Rust with Simplicity of Socket.io Rust itself is a hard language to master. Writing networking code is not an easy task in any language, let alone Rust. This is the beauty of socket.io, it has so low barrier of entry that anyone can code websocket logic with this framework. Now that Socketioxide is out, it can combine the power of Rust with its natural simplicity. Check it out and star if you like! https://ift.tt/EjTt01x October 18, 2023 at 04:13AM

Show HN: I made an all-in-one desktop app with a no-BS approach to get work done https://ift.tt/0rHBTK5

Show HN: I made an all-in-one desktop app with a no-BS approach to get work done Hi HN! This is Daniel from Floutwork ( https://ift.tt/RO1KPsh ) Floutwork is an all-in-one desktop app designed to serve as a personal work system, offering a no-BS approach to getting real work done online. Background: When I transitioned from a development role to a product management role, I realized there was no real organization or structure to the way I worked as a PM. Tasks I needed to complete were scattered across emails, Teams, meetings, etc. I was inundated with emails and found myself juggling multiple browser windows, numerous open tabs, and other desktop applications. This overwhelming situation made it clear that success in my new role hinged on being self-organized and focused. After reading the book "Deep Work" by Cal Newport, I recognized that my work habits were counterproductive to accomplishing meaningful work. After that, I delved further into the "focus and productivit

Show HN: Continue – open-source coding autopilot, now in JetBrains https://ift.tt/e8Qymhw

Show HN: Continue – open-source coding autopilot, now in JetBrains Hi HN! Since launching Continue two months ago ( https://ift.tt/5NUiQxm ), we've received amazing feedback, added features, and greatly improved reliability. But one of the biggest things we heard was the desire for a JetBrains extension. My co-founder Ty and I are super excited to share that we've released an extension for PyCharm, Intellij, WebStorm, and most other JetBrains IDEs - ready for alpha users at https://ift.tt/vfI0R6z . Perhaps the most exciting part is that this effort was kickstarted and in great part developed by a community contributor! If you're curious what it took to make this happen, check out the PR here ( https://ift.tt/wWBnxLZ ). We hope to eventually support every IDE, so we made adding a new extension as easy as implementing a single class. If you're curious why this is possible, you can read more about the Continue Server and the architectural decisions we made here: https://if

5 takeaways from the third campaign fundraising quarter - The Hill

Image
* 5 takeaways from the third campaign fundraising quarter  The Hill * Biden tops Trump in 2024 campaign fundraising for third quarter, but ex-president's war chest dwarfs GOP rivals  CNBC * Biden Soothes, Sinema Flops And 5 More Fundraising Takeaways  Yahoo News * Joe Biden and Donald Trump leap ahead of presidential rivals in fundraising race  Financial Times * Biden raises more than potential GOP challengers in 3rd quarter, while Trump leads GOP field in fundraising  CBS News * View Full Coverage on Google News http://dlvr.it/SxXztY

Show HN: Quepid now works with vector search https://ift.tt/Cd6xTGZ

Show HN: Quepid now works with vector search Hi HN! I lead product for Vectara ( https://vectara.com ) and we recently worked with OpenSource connections to both evaluate our new home-grown embedding model (Boomerang) as well as to help users start more quantitatively evaluating these systems on their own data/with their own queries. OSC maintains a fantastic open source tool, Quepid, and we worked with them to integrate Vectara (and to use it to quantitatively evaluate Boomerang). We're hoping this allows more vector/hybrid players to be more transparent about the quality of their systems and any models they use instead of everyone relying on and gaming a benchmark like BIER. More details on OSC's eval can be found at https://ift.tt/cdsWBZu... https://quepid.com/ October 16, 2023 at 11:51PM

Show HN: Textsynth: Evolve synthesizer sounds from text prompts https://ift.tt/6JTgbwE

Show HN: Textsynth: Evolve synthesizer sounds from text prompts https://ift.tt/6xG3zid October 17, 2023 at 02:07AM

Show HN: Neuronpedia – AI Safety Game (GeoGuessr for Interpretability) https://ift.tt/zVPe8i9

Show HN: Neuronpedia – AI Safety Game (GeoGuessr for Interpretability) https://ift.tt/OWwQqnE October 17, 2023 at 01:02AM

Show HN: RAGchain: Build advanced RAG workflow https://ift.tt/6gf7h1b

Show HN: RAGchain: Build advanced RAG workflow We made a framework for building advanced RAG workflow. It is like Langchain but only focus on RAG. It has many advanced RAG features like OCR loaders, reranker, multiple retrievers, query decomposition and more. Also, our file loader, embeddings, and vector stores are fully compatible with Langchain. Don’t worry about lack of integrations. https://ift.tt/oXS5W4n October 16, 2023 at 08:44PM

Biden is 'weighing' a visit to Israel for show of solidarity - POLITICO

Image
* Biden is 'weighing' a visit to Israel for show of solidarity  POLITICO * Israel-Hamas war: Biden considers Israel visit after Netanyahu extends invite  Axios * Israel-Hamas war forces Biden & Netanyahu into uneasy partnership | WION World DNA  WION * "Would Be A Big Mistake": Joe Biden Cautions Israel Over Gaza Occupation  NDTV * Israel and US discussing possible Biden visit after Netanyahu extends invitation  CNN * View Full Coverage on Google News http://dlvr.it/SxVNvG

DeSantis and Haley Diverge on Help for Gaza Refugees - The New York Times

Image
* DeSantis and Haley Diverge on Help for Gaza Refugees  The New York Times * Florida Gov. Ron DeSantis says 2024 GOP field should be against potential Gaza refugees  Face the Nation * First DeSantis-chartered flights from Israel land in Florida  POLITICO * Florida governor cautions against Al Jazeera's Gaza coverage  Al Jazeera English * Ron DeSantis says U.S. shouldn't take in refugees from Gaza  NBC News * View Full Coverage on Google News http://dlvr.it/SxVNpd

Show HN: View Amazon search trends and optimize listings https://ift.tt/CNf84r0

Show HN: View Amazon search trends and optimize listings This is a very small weekend proof-of-concept that combines OpenAI's embedding model with 9 months worth of Amazon search trend data (available via their reporting API). I also added a small GPT4 wrapper to optimize listings based on the search data. Right now it is available for free. Would love feedback from Hacker News! https://ift.tt/YfWpaXc October 16, 2023 at 02:45AM

Show HN: Pg_yregress, Structured Testing for Postgres https://ift.tt/3K5xSFW

Show HN: Pg_yregress, Structured Testing for Postgres Originally inspired by pg_regress, pg_yregress provides a TAP-compatible test executor that allows for better test organization, easier instance management, native JSON handling and so on. https://ift.tt/6GwnaEQ October 15, 2023 at 11:52PM

What is a carrier strike group? Here's what you need to know - The Hill

Image
* What is a carrier strike group? Here's what you need to know  The Hill * US sending second carrier strike group, fighter jets to region as Israel prepares to expand Gaza operations  CNN * USS Eisenhower deploys following delay  13News Now * What Is the US Military Doing Off Israel-Gaza?  Bloomberg * U.S. Supports Israel With Billions in Military Hardware  The Wall Street Journal http://dlvr.it/SxSWp6

Murder plot revealed in Jade Janks' text messages: "I just dosed the hell out of him" - CBS News

Image
Murder plot revealed in Jade Janks' text messages: "I just dosed the hell out of him"  CBS NewsView Full Coverage on Google News http://dlvr.it/SxSWk0

Show HN: mystery-o-matic offers a daily random murder mystery https://ift.tt/ehj0IQz

Show HN: mystery-o-matic offers a daily random murder mystery https://ift.tt/M3iv2bm October 15, 2023 at 02:50AM

Show HN: 3D Binpacking Algorithm Visualized https://ift.tt/egkb3TQ

Show HN: 3D Binpacking Algorithm Visualized https://ift.tt/G4znwig October 15, 2023 at 06:31AM

Show HN: MiniSearch, a minimalist search engine with integrated browser-based AI https://ift.tt/5pzFyGg

Show HN: MiniSearch, a minimalist search engine with integrated browser-based AI Hey everyone! I’m excited to announce the release of my last project, MiniSearch. I admire Perplexity.ai, Phind.com, You.com, Bing, Bard and all these search engines integrated with AI chatbots. And as a curious developer, I took the chance and created my own version. Using Web-LLM and Transformers.js to provide browser-based text-generation models on desktop and mobile, I built a minimalist self-hosted search app on which an AI analyses the results, comments on them and responds to your query summarising the info. In the backend, it still queries a real search engine, but besides that, there's no other remote connection happening. For running in the browser and on mobiles, lightweight models are required, so we can't expect them to give stellar answers, but there are a few advantages of using this over the services as mentioned earlier: - Availability: The AI will always be available and respond w

Show HN: Tmux plugin in for playing Spotify playlists https://ift.tt/5TAXJCW

Show HN: Tmux plugin in for playing Spotify playlists https://ift.tt/Qetncxg October 15, 2023 at 02:23AM

Raskin slams Republicans for invoking Scalise’s cancer as reason to not vote for him - The Hill

Image
* Raskin slams Republicans for invoking Scalise’s cancer as reason to not vote for him  The Hill * 'We need to elect a Speaker immediately': House Republican urges party  MSNBC * Who could be Republicans' next speaker candidate after Scalise bowed out?  Fox News * With Steve Scalise, Republicans keep fueling their clown car  Los Angeles Times * Scalise drops bid for House speaker  WQAD News 8 * View Full Coverage on Google News http://dlvr.it/SxQjlW

Show HN: Chatbot Doctor for Long Covid https://ift.tt/TKQXHqG

Show HN: Chatbot Doctor for Long Covid Currently beta-testing in top research university https://ift.tt/afubcJ3 October 13, 2023 at 11:24PM

Show HN: Converse: Your AI Powered Library https://ift.tt/EVPOlgQ

Show HN: Converse: Your AI Powered Library Save web articles, PDFs and Youtube videos. TLDR it. Summarize it. Chat with it. Share it. Organize it across various collections. https://ift.tt/ALh7oiW October 14, 2023 at 12:14AM

Show HN: Snapglyph.com – Better open graph images for publishers https://ift.tt/rP9FuIv

Show HN: Snapglyph.com – Better open graph images for publishers https://snapglyph.com/ October 13, 2023 at 11:06PM

Palestinian Americans, Dismayed by Violence, Say Historical Context Is Being Overlooked - Yahoo News

Image
* Palestinian Americans, Dismayed by Violence, Say Historical Context Is Being Overlooked  Yahoo News * Local Palestinian Americans urging people to learn history of the war in Gaza  WLWT * NJ residents in Gaza talk about dire situation amid war with Israel  NorthJersey.com * Even half a world away, passions are high in the latest Israel-Palestinian war  Hawaii News Now * Philly area residents with loved ones in Israel and Gaza await news  The Philadelphia Inquirer * View Full Coverage on Google News http://dlvr.it/SxNHst

Show HN: 90s style yearbook photos using AI https://ift.tt/B091OJe

Show HN: 90s style yearbook photos using AI https://ift.tt/tkETVNd October 13, 2023 at 11:32AM

Show HN: stews.io – power tools for publishing quality curations to the web https://ift.tt/US6DaKo

Show HN: stews.io – power tools for publishing quality curations to the web https://www.stews.io October 13, 2023 at 05:06AM

Show HN: Elelem – TypeScript LLMs with tracing, retries, and type safety https://ift.tt/hVRuZdA

Show HN: Elelem – TypeScript LLMs with tracing, retries, and type safety Elelem is a simple, opinionated, JSON-typed, and traced LLM framework in TypeScript. It's a proof of concept but has some nice features: 1. Caching (with Redis) 2. Tracing (with OpenTelemetry) 3. Generated examples of JSON output (using FakerJS), which results in more stable output types. 4. Type-safe 5. Has retry logic baked-in I'd appreciate any feedback on the interface and would be happy to answer questions for anyone interested in trying it out. Thanks. https://ift.tt/EQp2f6V October 13, 2023 at 05:15AM

Show HN: OpenBLE, Swagger for Bluetooth https://ift.tt/olGVXQF

Show HN: OpenBLE, Swagger for Bluetooth OpenBLE is an API specification language and client generator for Bluetooth services built on the generic attribute (GATT) profile. Bluetooth development is a mess. Too many datasheets, too little documentation and SDK fragmentation across platforms. I built this tool to improve documentation, version control and development speed for BLE programs. Even though shunned by Apple and Mozilla, Web Bluetooth enjoys wide support and just works. It makes sense to build the frontend for OpenBLE using web Bluetooth. No SDK hell, no installations, wide support albeit experimental. I could ship the spec, SDK, code generator and testing framework in pure JavaScript. https://ift.tt/gzxGaZf October 13, 2023 at 01:23AM

Show HN: Loom for Developers (Beta) https://ift.tt/9ANgGjr

Show HN: Loom for Developers (Beta) https://www.dashcam.io/ October 13, 2023 at 12:02AM

Show HN: OpenPV – Photovoltaic Potential in Bavaria (and Beyond?) https://ift.tt/W7QSYxK

Show HN: OpenPV – Photovoltaic Potential in Bavaria (and Beyond?) Photovoltaic potential calculated live and privacy-friendly in your browser via WebGL. Using open LoD2 and laser point data from the Bavarian Public Agency for Digitization, High-Speed Internet and Surveying. Including laser points for tree occlusions and other non-LoD2 objects. Try it with the Bavarian Hall of Fame next to Oktoberfest: Hall of Fame, Munich, Bavaria Note that the point clouds might be a lot of data to download if enabled (~50 MB+). Currently limited to Bavaria, Germany. Thanks for your feedback! https://www.openpv.de October 12, 2023 at 11:02AM

New York Republicans are finally ready to expel George Santos - Business Insider

Image
* New York Republicans are finally ready to expel George Santos  Business Insider * New York lawmakers seek resolution to expel George Santos  NBC News * Santos Blames Alleged Fraud on Political Inexperience in Wild New Interview  The Daily Beast * Prosecutors indict George Santos on new criminal charges  CBS News * Republican lawmakers to introduce resolution to expel Rep. George Santos from Congress  NBC News * View Full Coverage on Google News http://dlvr.it/SxKjg2

Show HN: thcon, a config-driven theme controller https://ift.tt/mkFhBQw

Show HN: thcon, a config-driven theme controller It's not the first CLI tool that switches terminal, editor, and desktop themes, and it certainly won't be the last. This one (mine) focuses more on switching between dark and light variants of a theme than on theme hopping, and is able to support a different set of tools. Notably, KDE Plasma, GNOME Shell user themes, and the macOS global dark mode are all supported, which is pretty unique I guess? https://thcon.app October 12, 2023 at 06:12AM

Show HN: Cloudgenda – Membership management platform for social organizations https://ift.tt/Mnd6Hz7

Show HN: Cloudgenda – Membership management platform for social organizations https://cloudgenda.com October 12, 2023 at 03:26AM

Show HN: Mockup Generator – Create Free Bulk Mockups in Seconds https://ift.tt/IrOZtMp

Show HN: Mockup Generator – Create Free Bulk Mockups in Seconds Hello Hacker News people, I’m thrilled to share our latest project with you all: https://ift.tt/46mBED0 If you’ve ever found yourself knee-deep in the tedium of creating mockups, especially for print on demand stores or showcasing digital designs, you’re going to want to check this out. Mockup Generator allows you to create bulk mockups in seconds, simplifying what used to be a time-consuming process. We’d love for you to take it for a spin and share your honest feedback. Thoughts on usability, functionality, or any ideas for additional features are all fair game and hugely appreciated. Looking forward to hearing what you think! https://ift.tt/46mBED0 October 12, 2023 at 02:30AM

Show HN: AI puzzle game using Stable Diffusion AI images https://ift.tt/qjlcOzT

Show HN: AI puzzle game using Stable Diffusion AI images I liked the checker pattern effect (Stable Diffusion + ControlNet) and made a small puzzle game around it. Which image is your favorite? https://ift.tt/gEeZldQ October 11, 2023 at 11:09PM

Show HN: Obligator – An OpenID Connect server for self-hosters https://ift.tt/BScwmM5

Show HN: Obligator – An OpenID Connect server for self-hosters https://ift.tt/afI57sM October 12, 2023 at 12:29AM

Tom Suozzi Will Run to Take House Seat Back From George Santos - The New York Times

Image
* Tom Suozzi Will Run to Take House Seat Back From George Santos  The New York Times * Suozzi enters race for former House seat amid Santos' troubles  POLITICO * Democrat Thomas Suozzi launches bid to take back George Santos's seat  The Washington Post * Former Democratic Rep. Tom Suozzi joins challengers vying to unseat embattled Rep. George Santos  Gothamist * Tom Suozzi launches bid to retake Rep. George Santos' seat  The Associated Press * View Full Coverage on Google News http://dlvr.it/SxH6hH

Scrutiny of Arkansas governor's $19,000 lectern deepens after new records are released - Yahoo News

Image
* Scrutiny of Arkansas governor's $19,000 lectern deepens after new records are released  Yahoo News * A $19,000 Lectern for Gov. Sarah Huckabee Sanders Draws Scrutiny  The New York Times * $19000 lectern controversy continues as new Arkansas records are released  KFSM 5Newsonline * GOP chair Joseph Wood questioned on lectern  Arkansas Online * Wall Street Journal, New York Times look into Arkansas governor's high-dollar lectern  Arkansas Times * View Full Coverage on Google News http://dlvr.it/SxH6TD

Show HN: A lightweight open-source web analytics for webdevs https://ift.tt/WI5uiPK

Show HN: A lightweight open-source web analytics for webdevs I wanted to share something I've been working on recently: Statum, a handy web analytics tool. https://ift.tt/8jp3yPn The journey began when I found myself frequently needing simple web analytics for my projects. I tried Google Analytics, especially GA4, and realized it was quite complex and, at times, not very accurate, especially when I wanted to view stats for the current day or recent hours. Then I tested a few fancy startup solution but ended up with way too expensive plans the expect me to subscribe (I'm not that rich to pay $99/month for every pet project web analytics). This drove me to think, "Why not create a tool that bridges the gap between these complex/expensive platforms and the real needs of developers like me?" So, I designed Statum to seamlessly parse both Nginx and Apache server logs. It filters all necessary data, including IP, http method, URL, and user agent. What's more, it can cat

Show HN: We built a security compliance platform that uses AI https://ift.tt/brpZ9wm

Show HN: We built a security compliance platform that uses AI https://compliance.sh/ October 11, 2023 at 03:09AM

Show HN: I learned to code and built a crypto analytics platform all by myself https://ift.tt/7XJDO9b

Show HN: I learned to code and built a crypto analytics platform all by myself Hey everyone! I am an enthusiast trader and a year ago I had this idea to create a free-to-use website that would feature all the most essential tools that traders would use on a daily basis. So I learned to code and build it—I did everything including design, texts, code, and SEO—which took me 12 months to launch and a year and a half to make it look like it currently does. I was into marketing and design before, but I didn't know barely anything about coding. The website is built using Next.js, Tailwind CSS, and Typescript with Framer Motion animations and lots of APIs. I’m actively working on the project and in the following months I will release a huge update that will feature a renewed interface and access to real time on chain data and analytics. Feel free to ask any questions and thanks a lot for reading this, it means a lot to me. Any feedback and your opinions would be highly appreciated. https:

Show HN: Standalone Jdk.compiler, Java Compiler Framework and Tree API https://ift.tt/iZQGWl1

Show HN: Standalone Jdk.compiler, Java Compiler Framework and Tree API With this standalone compiler, you can rely on all Java 11 javac features to be available, even when using newer Java versions. Specifically, this allows you to: - compile code even if your Java environment isn't a full JDK (Java JRE, for example!) - target Java 1.7 for compilation without any warnings or restrictions. - use the Compiler Tree API without resorting to --add-opens trickery that may eventually fail in newer Java releases - build a modified compiler with additional features or custom tweaks I made this after finding that the otherwise superb "jsweet" Java-to-JavaScript transpiler failed to build and run with Java 16 or newer. Surprisingly, I couldn't find any prior work other than "proper" standalone compilers like Eclipse's ecj that would properly work with modern Java runtimes. I'm excited to see what can be done now that we have this scaffolding. https://ift.tt/DUd

President Joe Biden's foreign policy upended by Hamas attack - BBC.com

Image
* President Joe Biden's foreign policy upended by Hamas attack  BBC.com * Biden, Netanyahu to stay in contact as Israel-Hamas war unfolds  CBS News * Kirby confronted on recent Biden claim climate change 'the only existential threat' as Hamas bombs Israel  Fox News * Biden Doubled Down on Abraham Accords to “Devastating Consequences”  The Intercept * Terror attack on Israel is the direct result of Biden aiding and enabling evil Iran  New York Post * View Full Coverage on Google News http://dlvr.it/SxDTb4

Show HN: Free content optimization tool for SEO https://ift.tt/JSqD3Lf

Show HN: Free content optimization tool for SEO https://ift.tt/jLtU9KB October 10, 2023 at 04:31AM

Show HN: A Prettier plugin for formatting imports in Astro files https://ift.tt/XFDk1xw

Show HN: A Prettier plugin for formatting imports in Astro files https://ift.tt/hwBcamo October 9, 2023 at 09:57PM

Show HN: I made a Chrome extension to put headlines back into Twitter https://ift.tt/CpV9eTM

Show HN: I made a Chrome extension to put headlines back into Twitter https://ift.tt/eqA39ir October 10, 2023 at 05:38AM

Show HN: Self hosted Embedding Server | OpenAI compatible https://ift.tt/eHaUdwo

Show HN: Self hosted Embedding Server | OpenAI compatible Drop in replacement for OpenAI's embedding API. Can be used with official OpenAPI libraries. Written in python3 https://ift.tt/xvhMOIg October 9, 2023 at 09:50PM

Show HN: Blending AI Images with Classic Checker Patterns: Puzzle Game Evolution https://ift.tt/5LxXapu

Show HN: Blending AI Images with Classic Checker Patterns: Puzzle Game Evolution https://ift.tt/WVQiXZ3 October 10, 2023 at 01:10AM

Show HN: An AI app that lets you read up to 10 news articles in 60 seconds https://ift.tt/ZomVabQ

Show HN: An AI app that lets you read up to 10 news articles in 60 seconds Be gentle & humble HN, we're just beginning this journey. We still have A LOT of work to do on Tidby. However, we'd love your insights on improving its growth. Current things we're improving: - Article / summary quality - Feed quality / improvements - Onboarding across app - Additional sources - UI/UX improvements (not final design) We've been diligently working on an app designed to summarize the news and create a social experience within it over time. The future of Tidby: ~ Comments on articles. ~ Posting. ~ Newsrooms. (similar to a subreddit) ~ Related Articles. ~ Library expansion. Create groups, subtopics, etc. ~ Mood Reading. Enjoy articles / topics at certain times of the day instead of random. ~ Filters, filters, filters, & much more planned. Not for who you or what you think will make Tidby great, but what would make Tidby useful for you? Thank you for reading! https://ift.tt/FN1

Show HN: I made a all-in-one web app to help me with my freelance admin tasks https://ift.tt/OB6Vs48

Show HN: I made a all-in-one web app to help me with my freelance admin tasks https://ift.tt/6L0wXIk October 9, 2023 at 02:20PM

Chanting ‘700,’ pro-Palestinian activists in New York fete Hamas attack - The Times of Israel

Image
* Chanting ‘700,’ pro-Palestinian activists in New York fete Hamas attack  The Times of Israel * Rep. Rashida Tlaib, critic of Israel, breaks silence on Hamas attacks as Israeli death toll climbs over 600  Fox News * Pro-Israel, Palestine rallies collide in Times Square  PIX11 News * Police add patrols to New Orleans synagogues as fighting intensifies in the Middle East  NOLA.com * Pro-Palestinian protesters blame Israel for Hamas terror attack in 'repugnant' demonstrations  Fox News * View Full Coverage on Google News http://dlvr.it/SxB1dC

GOP congressman: McCarthy revolt could cost party its House majority - Business Insider

Image
* GOP congressman: McCarthy revolt could cost party its House majority  Business Insider * A GOP congressman says conservative hardliners who helped oust Kevin McCarthy as speaker could 'very easily' cause the party to lose its House majority in 2024  Yahoo News * Tom Cole: McCarthy's 'cuts' deal with conservatives now void  POLITICO * ROBERT PRICE: McCarthy gave away all his negotiating chips  The Bakersfield Californian * Deposed House Speaker Kevin McCarthy will go down in history for the wrong reasons | Opinion  Sacramento Bee * View Full Coverage on Google News http://dlvr.it/SxB1Q9

Major California bills Newsom just signed, vetoed - FOX 11 Los Angeles

Image
* Major California bills Newsom just signed, vetoed  FOX 11 Los Angeles * California becomes first state to ban 4 chemicals used in foods and drinks  KABC-TV * Gov. Newsom signs new law requiring big companies in California to disclose emissions  PBS NewsHour * Gavin Newsom is coming for your Peeps  POLITICO * Newsom Signs 'Milestone' Legislation Ending Exemptions for Coastal Oil and Gas Development  Lost Coast Outpost * View Full Coverage on Google News http://dlvr.it/SxB1Lv

Show HN: Talk with ChatGPT using your VOICE https://ift.tt/zSAR5kO

Show HN: Talk with ChatGPT using your VOICE https://ift.tt/zexa1jm October 9, 2023 at 10:15AM

Show HN: I made a one button snake game variant https://ift.tt/MIbe4Sh

Show HN: I made a one button snake game variant https://tapsnake.com October 9, 2023 at 06:20AM

Show HN: Pollux – A Message Passing Cloud Orchestrator https://ift.tt/GPEsMKS

Show HN: Pollux – A Message Passing Cloud Orchestrator https://ift.tt/dMZYQgW October 9, 2023 at 02:44AM

Show HN: This is what social media could be https://ift.tt/NVqJQvM

Show HN: This is what social media could be I made what I believe is a joyful slow social media. Would love to know what you think! https://bloom.tendtoyourgarden.xyz/ October 9, 2023 at 02:04AM

Show HN: Focus-time, a tool to trigger your OS Focus Mode based on your calendar https://ift.tt/h1maoBg

Show HN: Focus-time, a tool to trigger your OS Focus Mode based on your calendar focus-time is a CLI tool for macOS and Windows that triggers your desktop OS's Focus Mode feature (and other arbitrary shell commands), based on blocker events you defined in your calendar. Without this tool, I would always have to _manually_ stop (and restart) programs during planned focus periods, or trigger the focus (assist) mode on and off manually. See this blog post for more details and background: https://ift.tt/EmcMwVn... https://ift.tt/MS2IaqJ October 8, 2023 at 09:29PM

Show HN: BadUSB that can exfiltrate stored WiFi passwords https://ift.tt/HGf9mDa

Show HN: BadUSB that can exfiltrate stored WiFi passwords https://ift.tt/5NfZ9Vl October 8, 2023 at 06:09PM

Show HN: Track time spent on activities that matter to you https://ift.tt/SZGsp8t

Show HN: Track time spent on activities that matter to you https://ift.tt/x3GSYV4 October 8, 2023 at 01:53PM

Show HN: Build WebExtensions in Go, a Native Way https://ift.tt/pKxVdQI

Show HN: Build WebExtensions in Go, a Native Way Less than a week ago, we announced a new stdlib & runtime `pcz` for Golang, focusing on platform native support, along with full access to Web APIs. [1] (and we were not joking.) Today we are releasing the full access to WebExtension APIs for Go js/wasm target in pcz std[2], and now you can build WebExtensions in Go natively, happy toying with it! [1]: https://ift.tt/tqvfVB4 [2]: https://ift.tt/MAcy16k... https://ift.tt/BOP9giX October 8, 2023 at 05:51AM

Show HN: Vimacs – Fast, Feature-rich & Beautiful Neovim configuration https://ift.tt/r5VY0mh

Show HN: Vimacs – Fast, Feature-rich & Beautiful Neovim configuration Vimacs project has just released! One of the most feature-rich neovim configurations out there. Manifest: There are some philosophical differences between (neo)vim & emacs (barely summarizing): (neo)vim is more minimalist and more focused on coding (unix philosophy) emacs is known to be an extensible editor that can ease the process of (almost) any text related task. (IRC, E-Mail, Note taking etc.) With Vimacs you have the efficiency of (neo)vim and (some) features of emacs. - Feature-complete (Some inspired from emacs & JetBrains) - Fast (Lazy loading ~%97.5) - Simple (configuration + usage) Vimacs some out of the box features (full list: [0]): > NOTE: This is 1/10 of the repository's list - Debugger (Polished for the best) - Profiler - Hot-reloaded themes - Magit + Github integration - On-Click updates - Project Manager (Github templates + hooks!) - Markdown tools - Code refactoring tools - Tree-

Show HN: CSSBattle – A competitive game for web designers and developers https://ift.tt/zjnwVYa

Show HN: CSSBattle – A competitive game for web designers and developers My name is Kushagra, and I am the co-founder of CSSBattle[1]. We built CSSBattle to make web designing a bit more fun. CSSBattle is an online competitive game where you have to replicate a given target image with CSS. When you submit your CSS code, you get a score based on how well you replicated the image + how short your code is. Our community has now grown to 320k+ players across the world. Over the past 3 years, we've been working hard to make it even more fun and educative for our players. I am very excited to show you a completely revamped version of CSSBattle with great new features which makes it the best frontend gaming platform on the web. Here's what's new: - Daily Targets: after talking to our users, we realized that not all players liked the pressure of leaderboards and competition. So we've introduced Daily Targets where players get a new target every day. These targets don't have

Newsom signs first-in-the-nation corporate climate disclosure bills - POLITICO

Image
* Newsom signs first-in-the-nation corporate climate disclosure bills  POLITICO * California Gov. Gavin Newsom signs law requiring big businesses to disclose emissions  Yahoo Finance * Newsom Signs 'Milestone' Legislation Ending Exemptions for Coastal Oil and Gas Development  Lost Coast Outpost * Major bills signed and vetoed on busy Saturday for Gov. Newsom  CBS San Francisco * California governor signs several laws, including a ban on certain chemicals in food and drinks  Yahoo News * View Full Coverage on Google News http://dlvr.it/Sx8DNV

Show HN: Display all stories and comments for a specific Hacker News user https://ift.tt/oaVpGvJ

Show HN: Display all stories and comments for a specific Hacker News user Hi HN, I have been exploring the Hacker News API [0] a bit and came up with this simple way of exploring a user's past submissions including the comments [1]. It's been fun to dig through some of the old submissions and reading the comments, so I thought I'd share. https://ift.tt/irEIQzX Caveat: For accounts with a lot of submissions, it may take a while to load. [0] https://ift.tt/wjoTHbf [1] https://ift.tt/dVQ2Tjz... https://ift.tt/irEIQzX October 7, 2023 at 11:42PM

Officials warn of heavy rain in New York after widespread criticism of handling of flash flooding - NBC News

Image
* Officials warn of heavy rain in New York after widespread criticism of handling of flash flooding  NBC News * AccuWeather Alert: New Yorkers urged by Gov. Kathy Hochul to prepare for another weekend of heavy rain, flash flooding  WABC-TV * NYC Set For Another Rainy Weekend as Tropical Storm Philippe Makes Its Way North  westsiderag.com * Heavy rains expected in NYC, upstate Friday night into Saturday  Gothamist * Heavy Rain Coming To Westchester, Hochul Warns: 'Take Steps Now To Prepare'  Daily Voice * View Full Coverage on Google News http://dlvr.it/Sx6SjF

Show HN: CLI-first management of your environment secrets https://ift.tt/HMbGyv5

Show HN: CLI-first management of your environment secrets https://envsecrets.com October 7, 2023 at 02:45AM

Show HN: A job application tracker with company reviews, recruiter autoresponder https://ift.tt/RTq5L19

Show HN: A job application tracker with company reviews, recruiter autoresponder Hey folks. Rolepad is a product born out of my dissatisfaction with hiring processes - both as a candidate and as a hiring manager. Processes that are non-transparent, inefficient, and full of frustration for both sides. This early iteration has focused on the application tracking aspects with a few extra goodies. These days it is common to apply to dozens of positions (some users track over a hundred opportunities). Without a record-keeping system, it can quickly become an unmanageable mess. Even the better-organized among us often end up juggling spreadsheets, emails, and various notes. Rolepad was built to keep this data (company facts, role details, interview stages, contact info, freeform notes, follow-up actions, and more) in one place. Some of the other neat additions: - Forward emails to save@rolepad.com to save them as notes connected to specific opportunities. Forward recruiter messages to no@rol

Show HN: What to read after? Personalised AI book recommendations https://ift.tt/qZdkDgM

Show HN: What to read after? Personalised AI book recommendations Personalised AI book recommendations with WOW effect! Greetings! I'm Robo Ratel, your personal AI librarian, and I'm thrilled to help you find your next amazing literary adventure! Just specify genres and/or storyline characteristic and see the exciting recommendations I've curated just for you! https://whattoreadafter.xyz/ai-librarian October 7, 2023 at 03:39AM

Show HN: Fetchbook – Run and test your HTTP requests 100% locally https://ift.tt/64TX1ld

Show HN: Fetchbook – Run and test your HTTP requests 100% locally https://ift.tt/gy5Re9u October 7, 2023 at 02:55AM

Show HN: Cut back alcohol in a warm and supportive app https://ift.tt/PtmTqiR

Show HN: Cut back alcohol in a warm and supportive app I've always been a heavy drinker and tried multiple time to cut back alcohol, but failed every time. As a mobile developer, I had the idea to create a dedicated app to track alcohol consumption in quick and fun way. That's why I've developed Drylendar, an iOS app translated in French (I'm French) and English that allows people to track their drink every day in a beautiful calendar. To help people staying motivated, I've added medals to unlock and possibility to add friends to share calendars and positive energy. My app is available on App Store for 10 days, and it's been 215 days that I didn't drink alcohol at all, I've never felt healthier & happier! https://ift.tt/WZirlOg October 7, 2023 at 02:38AM

Show HN: Use Python docstrings as exception messages https://ift.tt/ghuXofd

Show HN: Use Python docstrings as exception messages The following exception @dataclass class PodBayDoorsStillClosed(DocumentedError): """ I’m sorry, {self.user_name}. I’m afraid I can’t do that. """ user_name: str when raised as raise PodBayDoorsStillClosed('Dave') will print PodBayDoorsStillClosed: I’m sorry, Dave. I’m afraid I can’t do that. Reduce the boilerplate, use more exception classes to better express the business logic, or invent your own use cases :) Can be tried out as: pip install documented which works for Python ⩾ 3.8.1. https://ift.tt/yGmW8Mx October 6, 2023 at 11:39PM

Show HN: Universal adapter for TypeScript schema validation https://ift.tt/Fk5pzZ9

Show HN: Universal adapter for TypeScript schema validation https://typeschema.com/ October 6, 2023 at 11:48PM

Teen drama and 'ultimate betrayal': Illinois man helps FBI nab his best friend in an ex-girlfriend's murder - NBC News

Image
* Teen drama and 'ultimate betrayal': Illinois man helps FBI nab his best friend in an ex-girlfriend's murder  NBC News * Dateline NBC episode ‘The Note’ explores disappearance of Megan Nichols  KTVI Fox 2 St. Louis * Vanishing of Illinois teen, Megan Nichols, on ‘Dateline’  NBC4 WCMH-TV * NBC Dateline to air ‘The Note’ about Tri-State murder  14 News WFIE Evansville * Dateline NBC airing episode about murder of Megan Nichols  Courier & Press * View Full Coverage on Google News http://dlvr.it/Sx457r

Show HN: An image generator that embeds headline text for X / Twitter Cards https://ift.tt/zjNmCHS

Show HN: An image generator that embeds headline text for X / Twitter Cards - add headline text of article - drag and drop image - make adjustments by dragging, resizing, zooming with mouse wheel - download twitter card it's not perfect but i hope it helps. any constructive criticism is appreciated. happy to make adjustments or new features. thanks for your valuable time. https://ift.tt/WymbfLJ October 6, 2023 at 05:43AM

Show HN: Using File System as Database https://ift.tt/g7PbnJi

Show HN: Using File System as Database https://ift.tt/SuakVwF October 6, 2023 at 01:12AM

Show HN: JsonGenius – Open-Source Web Scraping API with GPT https://ift.tt/OYFq9HJ

Show HN: JsonGenius – Open-Source Web Scraping API with GPT Hello HN! I decided to open-source my own web scraping API that I'm using to get information from different websites without using any selectors or XPath. Just provide the URL and a desired JSON schema, and it will return extracted data. Hope this can be helpful for someone. Cheers! https://ift.tt/vVj4Xqw October 5, 2023 at 09:46PM

Show HN: Smartphone haptics for inducing calm, an alternative to meditation https://ift.tt/WiRSr6J

Show HN: Smartphone haptics for inducing calm, an alternative to meditation Hey HN, We've been working in neurotech over the past few years, primarily focusing on improving sleep. A friend asked if I would build her a vagal nerve stimulation device. These are devices used to improve relaxation, and “vagal tone”. She didn't want to shell out hundreds for the existing solutions. I originally said no, but then I thought, what if we leveraged smartphone haptics to achieve the same effect as these expensive devices? After some tinkering, Harbor: Immersive Calm was published to the app store last week. https://getharbor.app It’s pretty basic and very MVP, no logins, just: 1)open the app 2) select an immersion (mix of sound and haptics) 3) select how long you want to be immersed (?) 4) lay back, put your phone on your chest, and feel the sensations. In comparison to meditation, with Harbor, there is no “doing it right”, : Lay back, Tune In & Chill Out. I initially built for Androi