Posts

Showing posts from June, 2023

Show HN: Google Trends - 429 https://ift.tt/ScbEIv2

Show HN: Google Trends - 429 The recent spike in 429 curiosity is from the status code Reddit's API now returns, which some third-party clients make clear to users. For example, RiF creates a toast notification with nothing but this code a bit repetitively. https://ift.tt/jR6pHb8 July 1, 2023 at 10:11AM

Show HN: Tabserve.dev. HTTPS proxy using Web Workers and a Cloudflare Worker https://ift.tt/EwlXG83

Show HN: Tabserve.dev. HTTPS proxy using Web Workers and a Cloudflare Worker Tabserve gives you a https url for localhost using only the browser (tabserve.dev). Take a look: https://tabserve.dev https://tabserve.dev July 1, 2023 at 04:03AM

Show HN: Serve your GitHub Gists as static websites https://ift.tt/cHq036O

Show HN: Serve your GitHub Gists as static websites https://gistxy.com/ July 1, 2023 at 02:35AM

Show HN: Meg-4 the Open Source PICO-8 alternative https://ift.tt/uneZgVk

Show HN: Meg-4, the Open Source PICO-8 alternative Hi fellow hackers, I've created a GPL licensed alternative to the proprietary PICO-8. It also addresses most of its shortcomings: - available as an application or as an Operating System (fbdev+alsa backend only) - multilanguage support - uses UTF-8 encoding (BMP only) - sophisticated user input methods (direct codepoint, composition, Hiragana and Katakana etc.) - provides a large and efficient API library for your scripts - supports C, BASIC, Assembly and Lua scripts (more to come) - supports wide variety of file formats (Amiga MOD, MIDI, Tiled TMX, PNG, etc.) - capable of importing PICO-8 and TIC-80 cartridges - supports multiple platforms and backends: SDL, glfw, raylib, etc. - runs in your browser too: https://ift.tt/zUpMo21 Also check out its well-structured and comprehensive documentation: https://ift.tt/mXKgxG9 Binaries are provided for emscripten (web), Windows, Linux (statically linked SDL, GLFW3+portaudio and fbdev+alsa, d

Show HN: Paper List Generator https://ift.tt/8QpZXYP

Show HN: Paper List Generator For each query, it filters and weights the citation graph of ~5000 papers to find the most important ones. https://ift.tt/Vlh19K4 June 30, 2023 at 01:24PM

California's historic work on possible Black reparations moves to the Legislature - KCRA Sacramento

Image
* California's historic work on possible Black reparations moves to the Legislature  KCRA Sacramento * Chairwoman of the California Reparations Task Force discusses historic report  KCAL News * To win reparations for Black Americans, Latinos and Asians need convincing  The Washington Post * Reparations task force: Time for California to pay its 'crime bill'  San Francisco Chronicle * NAACP president: Reparations could prevent the need for affirmative action  NBC News * View Full Coverage on Google News http://dlvr.it/SrS9vH

Show HN: MouseLocker (macOS) https://ift.tt/CqfolBM

Show HN: MouseLocker (macOS) https://ift.tt/ZWPRf5E June 30, 2023 at 06:39AM

Show HN: An AI-based OKRs generator https://ift.tt/FsNCrRT

Show HN: An AI-based OKRs generator https://ift.tt/0fZD7Fy June 30, 2023 at 09:23AM

Show HN: Clevis Build and sell AI powered apps without code https://ift.tt/3H5QDwA

Show HN: Clevis – Build and sell AI powered apps without code After seeing a lot of simple AI powered web apps being launched lately, the idea of building a tool to create them appeared in my mind. Using Clevis, you can quickly create apps by connecting a series of steps. The first step to an app is usually some sort of user input like a text field or a file upload. Then, that input can be processed by AI tools like ChatGPT and the output can be displayed to the end user as plain text, HTML or a file. Examples of other apps you could build using Clevis: 1. SEO Assistant: An app that analyses any website URL for SEO improvements 2. Cover Letter Writer: Users can input basic information, provide a link to a job advertisement, and receive a meticulously tailored cover letter as output. 3. Travel Planner: App that creates a beautifully designed travel itinerary wherever you are planning to go. You may ask: What is the difference between using a Clevis app and just using ChatGPT? The answer

Show HN: LLM streaming directly from React Server Components https://ift.tt/6thipW1

Show HN: LLM streaming directly from React Server Components https://ift.tt/QKsincb June 30, 2023 at 05:17AM

Show HN: Open-source code search with OpenAI's function calling https://ift.tt/wDzsH3a

Show HN: Open-source code search with OpenAI's function calling We're excited to share a tool we've been working on called gpt-code-search. It allows you to search any codebase using natural language locally on your machine. We leverage OpenAI's GPT-4 and function calling to retrieve, search, and answer queries about your code. All you need to do is to install the package with `pip install gpt-code-search`, set up your `OPENAI_API_KEY` as an environment variable, and start asking questions with `gpt-code-search query

Show HN: Papyrus A simple paper backup tool https://ift.tt/E4azgmF

Show HN: Papyrus – A simple paper backup tool https://ift.tt/Rl9IBon June 29, 2023 at 02:43PM

DeSantis seeks to start Disney trial after 2024 presidential election - Tampa Bay Times

Image
* DeSantis seeks to start Disney trial after 2024 presidential election  Tampa Bay Times * Florida Gov. Ron DeSantis' feud with Disney World, explained  USA TODAY * Disney Wins One As Delaware Judge Rules For Company In Shareholder Lawsuit  Deadline * Disney-DeSantis legal teams debate when to schedule lawsuit trial  The Business Journals * DeSantis wants to push Disney lawsuit to after 2024 election  WKMG News 6 & ClickOrlando * View Full Coverage on Google News http://dlvr.it/SrPQ6k

Show HN: Tweak your chord progressions for practice or composition https://ift.tt/oskDL7y

Show HN: Tweak your chord progressions for practice or composition I'm excited to share with HN a new pet project I've been working on to explore how AI can create and explain harmonic chord progressions - Chord Variations. The project uses GPT-4 to generate unique and interesting chord combinations based on user input chord progression. It's akin to having a virtual musical assistant that can help non-musicians and musicians alike explore and create harmonious sound without needing any prior knowledge of music theory. The generated chord suggestions maintain a similar vibe to the user input. Alternative chord progression includes extended chords, chord substitutions, unique passing chords, and more. Additionally, musical theory explanations within the tool is helpful for users not just to create music, but understand the underlying structure it's built on a bit better. These chord progression suggestions can be used for practice or composition. As a musician myself, I

Show HN: Cubisum A Number Puzzle Game https://ift.tt/mx5w4le

Show HN: Cubisum – A Number Puzzle Game Hi HN, I'd like to share a logic number puzzle game that I've been working on. Cubisum ("Cubism" + "sum") draws inspiration from Sudoku and Minesweeper, while also creating compositions reminiscent of Piet Mondrian's cubist work. The rules are simple, but I found it a surprising challenge (It was much harder to estimate the difficulty before I saw an actual game board). I hope you enjoy it -- any feedback would be much appreciated! https://cubisum.com/ June 29, 2023 at 12:18AM

Show HN: Gitopia: Decentralized GitHub Alternative for Open Source Collaboration https://ift.tt/QTtr8Ez

Show HN: Gitopia: Decentralized GitHub Alternative for Open Source Collaboration Hey HN! We're Parth and Faza and we'd like to introduce you to Gitopia - https://gitopia.com/ . Our vision with Gitopia is to create a decentralized platform for open-source code collaboration that is both resilient against censorship and promotes free exchange of ideas. To make this vision a reality, we've developed tools that foster community-led governance and incentivize active participation. Our journey into the open-source world started with Google Summer of Code, where we contributed to syslog-ng and GDAL, respectively. It was a transformative experience that truly highlighted the value of open-source development to us. During the pandemic, we participated in an Arweave hackathon hosted on Gitcoin. It was here that our initial project, Dgit - https://ift.tt/AYXdtR4... , took form. This sparked the idea of a decentralized code collaboration platform and set us on the path towards what we

Show HN: Serverless VPN pay as you go unlimited devices no subscriptions https://ift.tt/8tm04cZ

Show HN: Serverless VPN, pay as you go, unlimited devices, no subscriptions https://upvpn.app June 29, 2023 at 12:13AM

Show HN: Nohooks Webhooks on Platforms Without Webhooks https://ift.tt/6h9WmcX

Show HN: Nohooks – Webhooks on Platforms Without Webhooks Hello HN, We’d like to show you our project — Nohooks[0]. The aim is to add webhooks to platforms that do not natively support webhooks. We really believe many APIs can provide a better developer experience by providing webhook notifications to enable us to automate more things. Nohooks works by intelligently polling the integrated platform's APIs, determining if a change has occurred, and generating webhook events. Nohooks currently supports webhooks from Notion’s Databases, Render’s Services & Deployments, and DigitalOcean’s Droplets. We will add more in the coming days and improve the types of events/payloads generated to enable new workflows that were previously impossible or difficult to achieve. It uses Convoy[1] to power its webhooks delivery and debugging dashboard. We welcome you to try it out and give us your feedback — what platform would you love to have webhooks for that doesn’t currently exist? What webhook

Show HN: PR Template Builder https://ift.tt/XtTiL03

Show HN: PR Template Builder Let me know if it's helpful or how it can be improved! https://ift.tt/Js7FSOM June 28, 2023 at 05:17PM

Show HN: Playground for OpenAI Function Calling https://ift.tt/1P6Yby3

Show HN: Playground for OpenAI Function Calling Hey everyone, I'm Petr. I'm excited to share LangTale Playground ( https://ift.tt/cTPn6Lf ), a first-of-its-kind tool enabling anyone to experiment with OpenAI function calls without coding. Born out of a hackathon project, it's now a part of our broader LangTale platform aimed at tackling common developer challenges with Language Learning Models (LLM). These include prompt integration, testing and debugging, version control, auditing, and usage/cost management. Here's our tech stack: Next.js by Vercel, Tailwind CSS, OpenAI, PlanetScale's Vitess database, and the Radix UI & Shadcn's component library. We're eager to hear your feedback as we launch LangTale Playground today. Give it a spin and let us know what you think. https://ift.tt/cTPn6Lf June 28, 2023 at 03:29PM

Actor Julian Sands’ remains found on Mt. Baldy - KRON4

Image
* Actor Julian Sands’ remains found on Mt. Baldy  KRON4 * Actor Julian Sands, 65, confirmed dead after going missing on winter hike in California  Yahoo Entertainment * Julian Sands, ‘Room With a View’ Actor, Confirmed Dead After Going Missing in California Mountains  AOL * Julian Sands: A timeline of the actor’s disappearance on a California mountain  The Mercury News * Julian Sands Body Found On Mt. Baldy, California | Weather.com  The Weather Channel * View Full Coverage on Google News http://dlvr.it/SrLcQW

Show HN: Langchain-Serve Bringing LangChain Apps Closer to Your Users https://ift.tt/KJZDQGM

Show HN: Langchain-Serve – Bringing LangChain Apps Closer to Your Users https://ift.tt/LKdkZWa June 28, 2023 at 09:15AM

Show HN: AI tour guide Ask questions like texting a human tour guide https://ift.tt/svlTHS1

Show HN: AI tour guide – Ask questions like texting a human tour guide https://ift.tt/h7NoybW June 27, 2023 at 10:52PM

Show HN: Flux Copilot Generative AI for hardware design https://ift.tt/FtGNJqP

Show HN: Flux Copilot – Generative AI for hardware design https://ift.tt/2GcRJSq June 28, 2023 at 12:13AM

Show HN: Signway An open source pre-signed URLs gateway written in Rust https://ift.tt/7aBORUh

Show HN: Signway – An open source pre-signed URLs gateway written in Rust https://ift.tt/rmy1dkL June 27, 2023 at 10:29PM

Video shows moments before mom allegedly encouraged teen son to shoot man in Chicago restaurant - NBC Chicago

Image
Video shows moments before mom allegedly encouraged teen son to shoot man in Chicago restaurant  NBC ChicagoView Full Coverage on Google News http://dlvr.it/SrHlX7

Show HN: Tournacat Sync esports schedules to Google Calendar https://ift.tt/XvCPcL9

Show HN: Tournacat – Sync esports schedules to Google Calendar I created Tournacat, a micro-SaaS add-on designed for esports enthusiasts. The goal is to keep esports fans alike informed and organized about upcoming tournaments, all while seamlessly integrating with Google Calendar. https://tournacat.com/ June 27, 2023 at 07:57AM

Show HN: Get structured and typed JSON outputs via GPT-3.5/4 functions https://ift.tt/kBWAOKC

Show HN: Get structured and typed JSON outputs via GPT-3.5/4 functions https://ift.tt/dn56B7f June 27, 2023 at 06:41AM

Show HN: Platform for building Gen-AI applications on Spark https://ift.tt/psgA7Da

Show HN: Platform for building Gen-AI applications on Spark Hey HN, I'm Maciej, one of the co-founders of Prophecy ( https://prophecy.io ) - low code for Data Transformations and Generative-AI. We've just released the latest version of our product, which makes it easier for teams to build data pipelines for LLM-based applications. As part of the release, we're also open-sourcing the toolbox for Spark ( https://ift.tt/xoudHge ) that contains useful connectors, transformations, and agents for building Gen-AI applications. Hopefully, this allows some of you to build your apps easier and make them more robust and scalable from day one. Quick getting started example available here: https://ift.tt/PkS0rfv (all code is open-source too). While our product is already mature, the toolbox shared above is still in a pretty early stage but will be completely OSS. Any thoughts on the concept and ideas for what's important to the community would be super appreciated! https://ift.tt/Wr

Show HN: New Beautiful Desktop and Web UI/Monitoring for Apache KafkaKinesis https://ift.tt/zjcXKmA

Show HN: New Beautiful Desktop and Web UI/Monitoring for Apache Kafka+Kinesis Hey folks, I'm super excited to announce the release of a new UI for Apache Kafka, Confluent, Redpanda and Kinesis that focuses on Teams and Data Mesh. (Note: the desktop version is also very popular with individual developers!) Why is this important? Because providing a solution that can be used by both IT and business (non-technical) users is essential when building applications that process business data. Of course, we are mainly developers working on Kadeck. So you won't miss any of the features you need to troubleshoot and monitor Kafka and your applications. In fact, we have put a lot of effort into making Kadeck the best UI for Apache Kafka on the market. This includes enterprise features such as fine-grained rights management, topic organisation with data owners, labels and topic (API) documentation, teams and roles as well as LDAP/AD connectivity, data policies and masking, audit log and much

Show HN: Wolfia Codex Ask anything about any code https://ift.tt/s9Sqjpn

Show HN: Wolfia Codex – Ask anything about any code Hi HN, we’re excited to show you Wolfia Codex (wolfia.com). Wolfia Codex allows you to ask any question you want to any codebase. Unlike using a generic tool like ChatGPT, we provide context to the LLM by retrieving relevant snippets from the actual code. We started by indexing a bunch of popular open source repositories, and you can request your favorite one. We plan to monetize by offering a paid version for private codebases. We do this by using vector embeddings ( https://ift.tt/Vdx2f7a ) to index a specific codebase in a vector database. We then use OpenAI’s GPT 4 model with a dedicated prompt that combines your query and the most relevant results, based on similarity from the vector database, as context to provide a relevant response to your question. The answer is generated as markdown to display things like blocks of code. We also let you see the relevant snippets of code used to generate the answer for reference, ask follow u

Show HN: Winded View Multiple Tailwind Breakpoints Simultaneously https://ift.tt/90IY15T

Show HN: Winded – View Multiple Tailwind Breakpoints Simultaneously Hey HN, Constantly toggling viewport sizes the other day finally tipped my personal annoyance/action threshold. The result is WINDED - a simple tool to help you simultaneously view how your website appears on different screen sizes without needing to constantly adjust the size of your browser window. With a 4K monitor, you can see every Tailwind breakpoint on a single screen! This is game-changing. Please let me know what you think! https://ift.tt/kEShxAP June 26, 2023 at 10:23PM

LGBTQ+ Pride Month reaches its grand crescendo on city streets from New York to San Francisco - The Associated Press

* LGBTQ+ Pride Month reaches its grand crescendo on city streets from New York to San Francisco  The Associated Press * NYC Pride March 2023 parades through Manhattan on Sunday  CBS New York * All the colors of the rainbow: Thousands proudly march in NYC Pride parade  AMNY * At NYC’s Pride March, Worries About LGBTQ Rights  The New York Times * DJs spill the tea on NYC Pride's dance floors  New York Daily News * View Full Coverage on Google News http://dlvr.it/SrDsV9

Show HN: A community to share ChatGPT chats https://ift.tt/vF5bNCq

Show HN: A community to share ChatGPT chats https://ift.tt/aQwJgXT June 26, 2023 at 10:05AM

Show HN: Shark Tank At-Home Plastic Surgery Kit [video] https://ift.tt/bVUEYWG

Show HN: Shark Tank – At-Home Plastic Surgery Kit [video] https://www.youtube.com/watch?v=mKSwrhh_kwk June 26, 2023 at 07:31AM

Show HN: ChatHN Chat with Hacker News using natural language https://ift.tt/7mbEzyd

Show HN: ChatHN – Chat with Hacker News using natural language Hi again Hacker News! OpenAI recently launched "Function Calling", which is a way for developers to describe functions to GPT-3.5/4 and have the model intelligently choose to output a JSON object containing arguments to call those functions. I decided to tinker around with it this weekend and build an MVP that uses OpenAI Functions + Vercel AI SDK to "chat" with the Hacker News API using natural language, in real time! It's fairly basic for now (supported functions: https://ift.tt/jqZaIGg... ) but just wanted to launch this as a proof of concept (PoC)! Hope y'all like this :) https://ift.tt/Av5jgTZ June 26, 2023 at 12:19AM

Show HN: Projectable - a TUI file manager built for projects https://ift.tt/Xj8mMPQ

Show HN: Projectable - a TUI file manager built for projects https://ift.tt/ARrC4nD June 26, 2023 at 03:05AM

Show HN: Open-source shooter which made it to AC: Valhalla and Skydio drones https://ift.tt/14DCaV2

Show HN: Open-source shooter which made it to AC: Valhalla and Skydio drones So just for fun, I wrote a complete multiplayer game in pure C++. I even wrote my own texture atlas packer, which is now used by Assassin's Creed, 2 scientific publications as well as a drone manufacturing company - each of these basically mentions the name of my game. There is even a claim that Unity patented some of the ECS ideas that originate from this project. See https://ift.tt/bamKt1n... for details. By the way the game is pretty darn good. 10 people connected yesterday to test a new map: https://www.youtube.com/watch?v=CHLPzZqANlM It took me well over 10 years to code it all by hand, but the journey was truly worth it. https://ift.tt/SzdhsNE June 25, 2023 at 09:04PM

Show HN: Fossfox paid opportunities for open-source devs https://ift.tt/don2sUB

Show HN: Fossfox – paid opportunities for open-source devs The index lists either companies that work on open-source products or those that heavily contribute to open-source. Either way, ideal for devs that want to keep an eye out for opportunities. Engineering teams can post for free. Open directory of available positions is here [0]. [0] https://ift.tt/ra16lhJ https://fossfox.com June 26, 2023 at 12:37AM

Show HN: Time Series Benchmark TurboPForTurboFloatTurboFloat LzXTurboGorilla https://ift.tt/snvc4tA

Show HN: Time Series Benchmark TurboPFor,TurboFloat,TurboFloat LzX,TurboGorilla https://ift.tt/arpPXNs June 25, 2023 at 02:34PM

Shooting at Burger King leaves one critical, one detained - WREG NewsChannel 3

Image
* Shooting at Burger King leaves one critical, one detained  WREG NewsChannel 3 * MPD: 1 in critical condition after shooting near Summer Avenue  Action News 5 * Man killed in South Memphis shooting, suspect detained  WREG NewsChannel 3 * 1 dead and 1 injured after shooting, police say | News | fox13memphis.com  FOX13 Memphis * Man killed in South Memphis shooting  Action News 5 * View Full Coverage on Google News http://dlvr.it/SrBnBH

Show HN: AI Getting Started A template helps you start a AI SaaS with ease https://ift.tt/XYRmvg5

Show HN: AI Getting Started – A template helps you start a AI SaaS with ease https://ift.tt/PG2tN1r June 25, 2023 at 10:52AM

Show HN: ReliableGPT run 200 GPT-4 requests in parallel https://ift.tt/ZEKQGyW

Show HN: ReliableGPT run 200 GPT-4 requests in parallel reliableGPT handles GPT-4 429 rate limit errors it optimally allocate jobs for incoming requests to maximize usage of Requests/min and Token/min limits https://ift.tt/PAVHbRh June 25, 2023 at 07:53AM

Show HN: Never make a manual report for engineering metrics again https://ift.tt/Q0Nkiad

Show HN: Never make a manual report for engineering metrics again https://ift.tt/O0grTbM June 25, 2023 at 03:41AM

Show HN: Im an introvert made an app to maintain relationships added more AI https://ift.tt/1dfcsyr

Show HN: I’m an introvert, made an app to maintain relationships, added more AI Hello again fellow hackers. I created this app and I expect it can help others like me, those with ADHD and those who simply want to be better at reaching out to friends and family and related. In the first post I made that got traction — https://ift.tt/2QeVg3R — I received a lot of commentary. I hope there will be related commentary this time around, particularly with the new AI functionality, but, so long as the app is used with genuine intention, I truly feel the result is a net positive and this is consistently reflected in the feedback I receive from actual users of the app. So, why am I posting again? Because better AI is becoming more available/democratized and I’ve updated the app to support contextually-aware AI-based message generation. This has allowed staying in touch to become even more friction-free. I define the app as a smart communications assistant/tool for text messages, calls and email t

Show HN: Writedown - Open Source Markdown Diary https://ift.tt/LHI9nYN

Show HN: Writedown - Open Source Markdown Diary https://writedown.app/ June 25, 2023 at 12:53AM

Show HN: Automatically assemble Windows Sysroots directly from Microsoft https://ift.tt/ELyY6Q3

Show HN: Automatically assemble Windows Sysroots directly from Microsoft winsysroot is a tool which automatically and efficiently creates what is effectively a "sysroot" for Windows targets, allowing you to (cross)-compile against native Microsoft sources from any operating system and for any architecture supported by Microsoft. It also takes care of the case-sensitivity problem of the Windows SDK by automatically generating LLVM overlay specifications. It is written in pure cross-platform Go and is extremely fast it tries very hard to download the absolute minimum number of files to achive its goals. It pulls all data directly from Microsoft to avoid any legal issues (but you aren't allowed to distribute the resulting sysroots without explicit permission by Microsoft). https://ift.tt/9GLnTlI June 24, 2023 at 05:55PM

Modi's U.S. Visit Shows a Warming Relationship. Opportunity Is Knocking. - Barron's

Image
* Modi's U.S. Visit Shows a Warming Relationship. Opportunity Is Knocking.  Barron's * Modi and Biden hail new era for US-India ties | DW News  DW News * Narendra Modi’s Message to America  National Review * Editorial: Should the US coddle or cudgel India? Actually, neither approach works.  Chicago Tribune * Modi US Visit: India's Isn't the Next China Quite Yet  Bloomberg * View Full Coverage on Google News http://dlvr.it/Sr94F9

Supreme Court rebuffs GOP challenge to Biden's immigration policies - Axios

Image
* Supreme Court rebuffs GOP challenge to Biden's immigration policies  Axios * Supreme Court rejects Texas, Louisiana challenge to Biden deportation priorities  12NewsNow * Supreme Court rules in favor of Biden immigration enforcement plan  MSNBC * Opinion: The Supreme Court's message to red states: You can't sue just because you don't like federal law  Yahoo News * Supreme Court allows Biden administration to limit immigration arrests, ruling against states  CBS News * View Full Coverage on Google News http://dlvr.it/Sr8nsw

I-95 reopens to traffic in Northeast Philly, 12 days after a deadly fire caused a bridge collapse - The Philadelphia Inquirer

Image
* I-95 reopens to traffic in Northeast Philly, 12 days after a deadly fire caused a bridge collapse  The Philadelphia Inquirer * Businesses pick back up after I-95 reopens  CBS Philadelphia * Stretch of I-95 in Philadelphia reopens 12 days after overpass collapse  PBS NewsHour * I-95 Bridge Collapse: Gov. Shapiro, PennDOT reopen I-95 lanes that collapsed in Philadelphia  WPVI-TV * I-95 reopens less than 2 weeks after deadly collapse in Philadelphia; Pocono Raceway lends  KOMO News * View Full Coverage on Google News http://dlvr.it/Sr8nf3

Show HN: Iceberg Graphic Design and Diagramming in Python https://ift.tt/PhEvp7J

Show HN: Iceberg – Graphic Design and Diagramming in Python https://ift.tt/oIru6gZ June 23, 2023 at 11:18PM

Show HN: React Jam build a game using React https://ift.tt/oQwJnsz

Show HN: React Jam, build a game using React We created some games using React. It was surprisingly easy, which got us wondering why more people weren’t doing it. So we decided to host a “React Jam” event to encourage React devs to try their hand at building games! React Jam aims to be a first-of-its-kind online event where React devs create a game in 10 days. We’ve gotten some amazing judges/sponsors and we’re really excited to see how the React + game dev communities will respond to our event. More broadly, our hope is that React Jam will help millions of React developers realize that it's quite easy to create their first game using a familiar framework. Building games with React might sound crazy / suboptimal, but React Native seemed ridiculous a decade ago and is now ubiquitous. We think the same could happen with games too! Would you build a game using React? Why / why not? https://reactjam.com June 23, 2023 at 08:49PM

Show HN: ground-init: Install a machine with almost but not quite cloud-init https://ift.tt/XPWtrEv

Show HN: ground-init: Install a machine with almost, but not quite, cloud-init https://ift.tt/AoJOESK June 23, 2023 at 06:27PM

Show HN: I've built open-source collaborative WYSIWYG Markdown editor https://ift.tt/LyktJCb

Show HN: I've built open-source, collaborative, WYSIWYG Markdown editor Inspired by the design and UI/UX of apps like Notion, and utility of open-source apps like StackEdit, I decided to create a minimalistic, local-only WYSIWYG Markdown editor. Some features worth highlighting: - Monaco editor and Prettier integration for code snippets - Tables (apparently the holy grail of WYSIWYG editing) - Embeds (for CodePen, CodeSandbox and YouTube, most useful for HTML or JSON exports) - Accepts Markdown paste-in, and "exports"/generates HTML, Markdown and JSON outputs - Collaboration (with real-time awareness and initial commenting system, available only when logged in) - GPT-3.5 integration (only when logged-in with the corresponding extension installed) Stack used: TipTap, Solid.js, HocusPocus, Fastify, tRPC. Some notable drawbacks: - No mobile support - Collaboration available only between signed-in users, in the same workspace; - I tried my best to support most common Markdown

Show HN: Flights for Flaneurs https://ift.tt/YVHncld

Show HN: Flights for Flaneurs This is a "show" and an "ask". I built a Flight search engine for people with Wanderlust in their souls I had 2 days off, I wanted to leave town, didn't matter where, away! Expedia doesn't give a list of destinations when you want to leave Tuesday, and return Wednesday. So I built my own custom solution. It has Bangkok, Lisbon and Austin as departure points. But ... Flight data is horribly expensive, so I cannot scale to all cities in the world. If you have any suggestions to solve this, feel free to share! https://ift.tt/qnGRpu8 June 23, 2023 at 08:57AM

Trio ditch car, hop into two other vehicles as police chase ends in LA - NBC Southern California

Image
* Trio ditch car, hop into two other vehicles as police chase ends in LA  NBC Southern California * Police chase petty theft suspects from Ventura County  CBS Los Angeles * Driver tops 100 mph during chase in LA County  NBC Southern California * Pursuit suspects flee vehicle, evade police in South L.A.  KTLA Los Angeles * Theft suspects escape after high-speed chase in Los Angeles County  KTLA Los Angeles * View Full Coverage on Google News http://dlvr.it/Sr68Hg

'Rust' armorer faces new charge of tampering with evidence - Reuters

Image
* 'Rust' armorer faces new charge of tampering with evidence  Reuters * Rust shooting: Prosecutors charge armorer with evidence tampering  BBC * 'Rust' weapons supervisor charged with dumping drugs on day of Alec Baldwin shooting  KOMO News * Rust armorer charged with manslaughter and tampering  KOAT New Mexico * "Rust" armorer facing an additional evidence tampering count in fatal on-set shooting  CBS News * View Full Coverage on Google News http://dlvr.it/Sr687b

Texas AG Ken Paxton's wife barred from voting in his impeachment trial - ABC News

Image
* Texas AG Ken Paxton's wife barred from voting in his impeachment trial  ABC News * Texas Senate votes to bar Sen. Angela Paxton from voting in husband’s impeachment trial  CNN * Texas Sen. Angela Paxton barred from voting in husband's impeachment trial  Yahoo News * Paxton's Senate impeachment trial just might be fair (Editorial)  Houston Chronicle * Letters to the Editor - Angela Paxton, Little Egypt, Texas grid, gun control, abortion  The Dallas Morning News * View Full Coverage on Google News http://dlvr.it/Sr682J

Show HN: Zero-to-high-school / Learn Grade 1-12 subjects https://ift.tt/nYHDjPJ

Show HN: Zero-to-high-school / Learn Grade 1-12 subjects https://ift.tt/EQd9zoG June 23, 2023 at 07:09AM

Show HN: I wrote a script to back up your Notion.so data with ease https://ift.tt/W2rfjFL

Show HN: I wrote a script to back up your Notion.so data with ease Backup made easy with NotionBackup! No more hassle with obscure Notion exports! Our project fixes HTML exports, giving you editable and visually appealing pages that stand the test of time. Preserve your data effortlessly. Check it out: https://ift.tt/zf5ne4O https://ift.tt/zf5ne4O June 23, 2023 at 04:32AM

Show HN: Send your diff to ChatGPT and prepare a commit message https://ift.tt/H6LumYI

Show HN: Send your diff to ChatGPT and prepare a commit message https://ift.tt/wyfDrJz June 23, 2023 at 01:29AM

Texas' Ken Paxton impeachment trial date set: Wife, Angela, blocked from voting - Axios

Image
* Texas' Ken Paxton impeachment trial date set: Wife, Angela, blocked from voting  Axios * Texas Sen. Angela Paxton barred from voting in husband's impeachment trial  Yahoo News * Texas AG impeachment trial: Senators to enter Day 2 to discuss rules  WFAA * Mark Davis: Republicans feel heat from conservative voters over rush to impeach Paxton | Opinion  Fort Worth Star-Telegram * Texas Sen. Angela Paxton barred from voting in husband's impeachment trial  The Associated Press * View Full Coverage on Google News http://dlvr.it/Sr3Fpc

Show HN: Why Google Analytics May Not Be the Best Option for Your Website (2023) https://ift.tt/vnsQ5hf

Show HN: Why Google Analytics May Not Be the Best Option for Your Website (2023) In 2023, website owners, bloggers, and web developers need to re-evaluate their use of Google Analytics. While it has been a go-to tool for tracking website stats, its privacy concerns and limitations are becoming increasingly apparent. https://ift.tt/Uplwt2V June 22, 2023 at 10:43AM

Show HN: Zoney.io Decide on meeting time across timezone easily https://ift.tt/zi3PGrD

Show HN: Zoney.io – Decide on meeting time across timezone easily https://zoney.io/ June 22, 2023 at 08:34AM

Show HN: Dependency Hell (Short Story) https://ift.tt/QwWsl1q

Show HN: Dependency Hell (Short Story) https://ift.tt/S7kWxTP June 22, 2023 at 03:11AM

Show HN: Passkeys use cases demo (Authsignal) https://ift.tt/4FpGmdQ

Show HN: Passkeys use cases demo (Authsignal) We've created a more comprehensive demo for Passkeys showing how you can use it at sign in, or embed into other parts of your flow https://ift.tt/Wj8xQo2 June 22, 2023 at 03:03AM

Show HN: I Built a next.js Product Catalog with an open source ecommerce module https://ift.tt/907SbUE

Show HN: I Built a next.js Product Catalog with an open source ecommerce module I built a next.js product catalog entirely on open source modular e-commerce and Vercel's serverless functions. You own the data, the commerce logic is integrated into your project and run through your own APIs. This is a showcase for our Modular way of approaching e-commerce rather than approaching it through Shopify or commercetools APIs. You can follow the twitter thread here - https://twitter.com/RiqwanMThamir/status/1671426435813179394 Looking forward to hearing your thoughts :) https://ift.tt/WyLfGTV June 22, 2023 at 01:59AM

Show HN: Fake Terraform modules for fast testing and learning https://ift.tt/qDFNyRH

Show HN: Fake Terraform modules for fast testing and learning I often use these reusable modules to sketch ideas during live demos or for tutorials about Terraform patterns, where actual resource creation would be a waste of time and money. Contributions, especially for other clouds, are welcome, as I only know what is helpful for AWS. They're handy for beginners to understand how to wrap and manage reusable modules from root modules and for more advanced users who want to experiment with Terragrunt. https://ift.tt/U2mVKP4 June 22, 2023 at 12:10AM

Social-Media Influencer Andrew Tate Is Charged With Rape, Human Trafficking - The Wall Street Journal

Image
* Social-Media Influencer Andrew Tate Is Charged With Rape, Human Trafficking  The Wall Street Journal * Andrew Tate charged with rape, trafficking: Prosecutors say he and his brother tricked and exploited  KTVB * Andrew Tate charged with rape and human trafficking  BBC * Andrew Tate is charged with human trafficking in Romania  Los Angeles Times * Andrew Tate Charged With Human Trafficking in Romania  Vanity Fair * View Full Coverage on Google News http://dlvr.it/Sr0L3X

Show HN:Wikipedia vector search. 36M passages embeddings in just 2.54 GB https://ift.tt/BTUEwSx

Show HN:Wikipedia vector search. 36M passages embeddings in just 2.54 GB https://ift.tt/jIiPEvx June 21, 2023 at 08:36AM

Show HN: A library for execing Python code safely using WASM https://ift.tt/skbUMdT

Show HN: A library for `exec`ing Python code safely using WASM Inspired by Simon Willison's blog post that was catalyzed by this HN post: https://ift.tt/kf3KwJZ wasm_exec is a Wasm-powered, sandboxed implementation of exec() for safely running dynamic Python code There are number of use-cases emerging that require arbitrary code execution, often code that is generated by LLMs (Large Language Models) like ChatGPT. This can enable some really cool functionality - like generative BI or website generation - but also introduce a massive security flaw if implemented via eval() or exec(). This is because arbitrary code can be executed using these methods. In a worst case scenario, exec'ing arbitrary code could enable some to rm -rf / your entire server! This library intends to provide a secure method of executing arbitrary Python code to empower LLM-based code generation. This was originally intended to be a direct PR to Langchain but given that the problems with exec() extend to the

Show HN: Make cool QR codes with multi-controlnet https://ift.tt/KTLjZQo

Show HN: Make cool QR codes with multi-controlnet https://ift.tt/q5KVENM June 21, 2023 at 03:26AM

Show HN: AfterZhev A Graphical RPG for Arduino in AVR Assembly https://ift.tt/DEB5xjZ

Show HN: AfterZhev – A Graphical RPG for Arduino in AVR Assembly For the last year I've been working on a small RPG, called "AfterZhev", that runs on a single ATmega2560 plus some passive components. The game runs at 60 FPS on a stock 16 MHz ATmega2560, so it's Arduino Mega2560 compatible, and generates a 60 Hz 640x480 VGA video output, with an effective resolution of 120x66 pixels. It also generates 8-bit sound. AfterZhev was written entirely in AVR assembly. AfterZhev - I think! - is the only graphical RPG that runs on an 8-bit Atmel chip. I'd like to be wrong about that, though. As the world's official best player, I can beat the game in under three minutes, but it'll probably take an hour or so to complete. Let me know what you think! Writeup: https://ift.tt/BsjWHPb Source code: https://ift.tt/fDA4nOJ https://ift.tt/ic7InJV June 21, 2023 at 03:05AM

Show HN: pg-primer - Beginner's guide to administering/managing PostgreSQL https://ift.tt/NsY2omr

Show HN: pg-primer - Beginner's guide to administering/managing PostgreSQL I created this small guide for people starting with postgresql. I added some queries I commonly used as well. Any feedback? https://ift.tt/NMnYtLJ June 21, 2023 at 01:06AM

Show HN: Autolabel a Python library to label and enrich text data with LLMs https://ift.tt/MHej42K

Show HN: Autolabel, a Python library to label and enrich text data with LLMs Hi HN! I'm excited to share Autolabel, an open-source Python library to label and enrich text datasets with any Large Language Model (LLM) of your choice. We built Autolabel because access to clean, labeled data is a huge bottleneck for most ML/data science teams. The most capable LLMs are able to label data with high accuracy, and at a fraction of the cost and time compared to manual labeling. With Autolabel, you can leverage LLMs to label any text dataset with <5 lines of code. We’re eager for your feedback! https://github.com/refuel-ai/autolabel June 21, 2023 at 12:56AM

Tropical Storm Bret, another tropical system being monitored in the Atlantic - WDSU New Orleans

Image
* Tropical Storm Bret, another tropical system being monitored in the Atlantic  WDSU New Orleans * NHC tracking Tropical Storm Bret in Atlantic  WESH 2 News * Tracking BRET and Another Disturbance in the Atlantic  WKRG News 5 * Tropical Storm Bret forms in Atlantic, could become Cat. 1 hurricane | Tracking the Tropics  WFLA News Channel 8 * New tropical depression expected to become first 2023 hurricane -US center  Yahoo News * View Full Coverage on Google News http://dlvr.it/SqxNWW

Show HN: AWS Cost Leaderboard https://ift.tt/FUP6H9X

Show HN: AWS Cost Leaderboard https://ift.tt/TxpihtJ June 20, 2023 at 08:15AM

Show HN: Reproducing TikTok with Django Ninja and React Native https://ift.tt/mPbJxO6

Show HN: Reproducing TikTok with Django Ninja and React Native I am about to graduate from university this year, and I had an idea to create a mobile app similar to TikTok but for OnlyFans. Interestingly, the inspiration to replicate TikTok came from an episode of the Acquired Podcast discussing Meituan. It seemed somewhat ironic to copy a Chinese app. I ran out of money to pay rent though, so I’m looking for jobs here in Sydney instead now. I want to keep working on this project in my spare time and would appreciate any feedback and particularly guidance for how to run an open-source project! https://ift.tt/cdCYkW0 June 20, 2023 at 06:49AM

Show HN: Global Pomodoro every 30 minutes https://ift.tt/vbdwJ6T

Show HN: Global Pomodoro every 30 minutes I love using the Pomodoro technique with my friends. We each share what we want to accomplish in 25 minutes, work together, and then take a 5-minute break to discuss our progress. Recently, I had an idea to take this concept to the next level. If you think about it, 25 + 5 = 30 minutes - the perfect amount of time for a global Pomodoro session to start every half hour. After several evenings of brainstorming and collaboration, I'm excited to introduce Pomodorr.io. This platform allows individuals from around the world to come together and work on their projects during these global Pomodoro sessions. So, meet Pomodorr.io. Every 30 minutes, a global pomodoro kicks off in the world. There is a general chat to feel the shoulder of remote colleagues in terms of efficiency. You can meet me and my friends there almost every day. https://pomodorr.io June 20, 2023 at 04:42AM

Show HN: Rate Movies by Political Bias https://ift.tt/70HU6Ej

Show HN: Rate Movies by Political Bias Hope you enjoy! Why I created this: https://ift.tt/97uWZ0p https://ift.tt/bM3QYlT June 20, 2023 at 04:57AM

Show HN: Debian Based Home Router https://ift.tt/b5K9VPh

Show HN: Debian Based Home Router https://ift.tt/WJtYEd7 June 20, 2023 at 02:42AM

Show HN: Simulacra and Simulation Photography Project https://ift.tt/0NVUlMo

Show HN: Simulacra and Simulation” Photography Project Simulacra and Simulation is a conceptual photography project that is meant to explore what constitutes reality in an image. First, I ask ChatGPT to create a detailed description of a famous photograph. Second, I provide that description to Midjourney, which creates a flawed, but usually recognizable interpretation of the original photograph. Third, I capture my computer screen, where the Midjourney image is visible, with a medium format film camera. Fourth, I hand develop and print the resulting image, which is now very much a real photograph of a facsimile of a real photograph. https://ift.tt/XfdQJpZ June 19, 2023 at 11:34PM

Show HN: Reading Tracker (Mobile First) https://ift.tt/IuJCRsr

Show HN: Reading Tracker (Mobile First) https://ift.tt/d0aKjrT June 19, 2023 at 12:58PM

Unpacking the DOJ's investigation into the Minneapolis Police Department - MSNBC

* Unpacking the DOJ's investigation into the Minneapolis Police Department  MSNBC * DOJ investigation finds pattern of Minneapolis Police Department violating civil rights  ABC11 * What's status of Justice Department investigation into Phoenix police?  The Arizona Republic * Minneapolis prepares to spend millions to carry out federal consent decree  KSTP * Opinion | The DOJ report on Minneapolis after George Floyd's killing offers lessons  The Washington Post * View Full Coverage on Google News http://dlvr.it/Sqtbr0

Collapsed I-95 in Philadelphia will open within the next 2 weeks, governor says - NPR

* Collapsed I-95 in Philadelphia will open within the next 2 weeks, governor says  NPR * Collapsed stretch of Interstate 95 in Philadelphia to reopen within 2 weeks, Pa. governor says  6abc Philadelphia * Buttigieg Vows to Reopen Philadelphia I-95 Bridge 'Within Weeks'  Bloomberg * Damaged section of I-95 to reopen in two weeks. “I can state with confidence,” Shapiro says  PennLive * Pennsylvania governor says collapsed part of I-95 in Philly will reopen within 2 weeks  Fox News * View Full Coverage on Google News http://dlvr.it/SqtbYh

Second tropical wave being tracked in Atlantic Ocean - WESH 2 Orlando

* Second tropical wave being tracked in Atlantic Ocean  WESH 2 Orlando * Sunday tropical update: Depression could form soon in Atlantic  WWLTV * Fox Meteorologist Tony Sadiku provides an update on the tropics  FOX 13 Tampa * Invest 92L Has High Chance Of Developing Into Tropical System In Atlantic  FOX Weather * Tropical wave has 90% chance of developing in Atlantic Ocean  Wink News * View Full Coverage on Google News http://dlvr.it/SqtbPs

Show HN: Indexing Discord content into the web Answer Overflow https://ift.tt/H85sELu

Show HN: Indexing Discord content into the web – Answer Overflow Hi! I'm Rhys, I develop Answer Overflow a search engine for Discord channels. Answer Overflow indexes content from channels into Google making them discoverable on the web. I'm sharing this again after seeing a lot of discussion during the Reddit blackout about the inaccessibility of information sent in Discord servers. Answer Overflow is a verified bot in over 100 communities, fully complies with the Discord ToS, and is open source! https://ift.tt/nRgaO7B Check out some of the communities here! T3 Community - https://ift.tt/uVS2lvj C# - https://ift.tt/CrJDPkB Reactiflux - https://ift.tt/CrJDPkB All - https://ift.tt/besXdJg Please let me know what feedback you have, thanks for checking it out! https://ift.tt/J7fepC5 June 19, 2023 at 01:20AM

Show HN: I built a SIP server from scratch https://ift.tt/2LaVxMY

Show HN: I built a SIP server from scratch https://ift.tt/sA8xqFR June 19, 2023 at 12:00AM

Severe weather near Piedmont, Oklahoma - KFOR Oklahoma's News 4

Image
* Severe weather near Piedmont, Oklahoma  KFOR Oklahoma's News 4 * Severe Thunderstorm Watch until 2 am  2 News Oklahoma KJRH Tulsa * WATCH LIVE: Destructive Wind Gusts Reaching 100 MPH Possible As Storm Moves Into Tulsa Metro  News On 6 * Recap: Severe Storms, Tornado Warnings In Oklahoma  news9.com KWTV * View Full Coverage on Google News http://dlvr.it/SqrWNR

Show HN: Wasmtime Driver for Nomad https://ift.tt/UOcwIK1

Show HN: Wasmtime Driver for Nomad https://ift.tt/GNV0gPY June 18, 2023 at 09:21AM

Show HN: Follow every MLB game. Real time. New score alerts https://ift.tt/rd5XEwh

Show HN: Follow every MLB game. Real time. New score alerts https://ift.tt/dP3tvC8 June 18, 2023 at 07:41AM

Show HN: Conquer CSS a free introductory book for CSS [pdf] https://ift.tt/HANF32I

Show HN: Conquer CSS, a free introductory book for CSS [pdf] I have moved onto other side projects since writing a short book for those looking to cover the fundamentals of CSS, so I made it free and stopped marketing it. Enjoy. https://ift.tt/2S0CT14 June 18, 2023 at 07:17AM

Show HN: I made a website for inhaler types and instructions https://ift.tt/NHpCyuZ

Show HN: I made a website for inhaler types and instructions https://ift.tt/zOWMZ3i June 17, 2023 at 09:11PM

Show HN: I built an open-source notification inbox widget for Hacker News https://ift.tt/2ona9Mx

Show HN: I built an open-source notification inbox widget for Hacker News Hey all, I built a Chrome extension (open source) that adds a notification inbox widget (and optional email notifications) inside HackerNews. * This inbox feed shows an unread bubble (Like in Reddit) whenever someone replies directly to your thread or comment. * Optionally, you can enable email notifications for the same. (With batching support) * Makes it easy to navigate to new replies. == URLs == Github Repository : https://ift.tt/nhUAywN == How it works? == * This extension uses Engagespot to embed an In-App notification inbox. * It just makes use of your public HackerNews username and nothing else! No cookies, nothing! * This extension works by polling HN API every minute from the backend server to check for new updates. (No matter how many people use this extension, the server calls HN API only once every minute) == Why? == Isn't it much better when there is a way to know that I have an unseen comment?

Show HN: A CLI to sync between Android and local system using adb https://ift.tt/6tvnSQY

Show HN: A CLI to sync between Android and local system using adb https://ift.tt/onpzvV9 June 17, 2023 at 10:35PM

Show HN: Ruby gem for parsing Mermaid syntax an extension of kramdown https://ift.tt/nj7a0Cs

Show HN: Ruby gem for parsing Mermaid syntax, an extension of kramdown Hi HN, I've just made a ruby gem for parsing Mermaid syntax, and it's an extension of kramdown parser. I'd love to get feedbacks and or problems you encounter. https://ift.tt/T4k5SGj June 17, 2023 at 02:40PM

Bear mauls, kills Arizona man drinking his morning coffee in unprovoked attack - New York Post

Image
* Bear mauls, kills Arizona man drinking his morning coffee in unprovoked attack  New York Post * Man dies after brutal bear attack in Yavapai County  12 News * Unprovoked Arizona bear mauls, kills man drinking his morning coffee: police  Fox News * VIDEO: Update on Friday morning deadly bear attack near Prescott, Arizona  ABC15 Arizona in Phoenix * Man killed in 'highly unusual' bear attack in Arizona, authorities say  ABC News * View Full Coverage on Google News http://dlvr.it/SqpYqP

Show HN: Next.js AI Chatbot Template by Vercel Labs https://ift.tt/lbRQzNu

Show HN: Next.js AI Chatbot Template by Vercel Labs Hey y'all! Jared Palmer here... Me, @shadcn, and @shuding_ just an open-sourced a new Next.js AI chatbot app template built with Next.js, the Vercel AI SDK, and Vercel KV. Source Code: https://ift.tt/MJaOy8e https://chat.vercel.ai/ June 17, 2023 at 05:31AM

Show HN: Cat Mode https://ift.tt/1qLW3Si

Show HN: Cat Mode https://ift.tt/y2eJARI June 17, 2023 at 01:34AM

Show HN: 77 Year old launches SaaS platform today. Seeks feedback https://ift.tt/CUcWEgH

Show HN: 77 Year old launches SaaS platform today. Seeks feedback Richard Montgomery (rm@propbox.co). I believe PropBox is the first advertising platform to facilitate a home seller and buyer to directly negotiate and close real estate transactions within the platform and zero commissions entirely online. Looking for feedback to continuously improve the product. https://propbox.co June 17, 2023 at 05:15AM

Show HN: I made an open-source Notion-style WYSYWIG editor https://ift.tt/nBQ39db

Show HN: I made an open-source Notion-style WYSYWIG editor https://novel.sh/ June 16, 2023 at 11:19PM

Show HN: Meg-4 the Open Source PICO-8 alternative https://ift.tt/m9WdvZ0

Show HN: Meg-4, the Open Source PICO-8 alternative Hi fellow hackers, I've created a GPL licensed alternative to the proprietary PICO-8. It also addresses most of its shortcomings: - multilanguage support - uses UTF-8 encoding (BMP only) - sophisticated user input methods (direct codepoint, composition, Hiragana and Katakana etc.) - provides a large and efficient API library for your scripts - supports C, BASIC, Assembly and Lua scripts (more to come) - supports wide variety of file formats (Amiga MOD, MIDI, Tiled TMX, PNG, etc.) - capable of importing PICO-8 and TIC-80 cartridges - runs in your browser: https://ift.tt/QVN0oHB It might not look like much at first glance, but it surely shows its strengths when you start using it (for example automatic API help as you type in the code editor, or invoking the built-in debugger if your script crashes, things like that which makes development easy and fun). Also check out its well-structured and comprehensive documentation: https://ift.

Asylum seekers bused from Texas given support in Los Angeles; local leaders call out Republican governor Greg Abbott - KABC-TV

Image
Asylum seekers bused from Texas given support in Los Angeles; local leaders call out Republican governor Greg Abbott  KABC-TVView Full Coverage on Google News http://dlvr.it/SqltB3

Show HN: adjust dynamic adjustment for system parameters https://ift.tt/5tFEfRU

Show HN: adjust – dynamic adjustment for system parameters I made a tiny utility to be able to adjust sound, brightness, gamma etc., from the terminal. In the file ~/.adjustments, just add a name for the thing you want to control, then low high step and initial values, can be decimal, and then a line with the command you want to execute, with a single '%' being replaced with the value. Hit 'q' to finish. It's super handy to have ← → cursor keys to adjust a setting, rather than retyping the command in full. https://ift.tt/r2LSENq June 16, 2023 at 06:34AM

Show HN: Real or AI Guess IF THE IMAGE IS REAL OR AI GENERATED https://ift.tt/aBM5n9E

Show HN: Real or AI – Guess IF THE IMAGE IS REAL OR AI GENERATED Made a lil game recently using only AI where users have to guess if the images shown are real or ai generated any suggestions? https://ift.tt/aiJ1Msw June 16, 2023 at 02:01AM

Show HN: At Kickyourstartup.com we provide entrepreneurs with a db of investors https://ift.tt/ZwJaNtq

Show HN: At Kickyourstartup.com, we provide entrepreneurs with a db of investors https://ift.tt/B0q8ohf June 16, 2023 at 01:18AM

Show HN: Fire Your Lawyer https://ift.tt/K5LbR3j

Show HN: Fire Your Lawyer https://ift.tt/195Hjnd June 15, 2023 at 04:49PM

Show HN: Procoto Self-Service RFP Management https://ift.tt/zGHLBgS

Show HN: Procoto – Self-Service RFP Management Hi HN, Michael from Procoto [ https://procoto.com ] here. We’re making running RFPs (requests for proposal from outside vendors), tracking contracts, and managing vendors simple and affordable. We get procurement teams out of dense systems and spreadsheets without having to drop a hefty check on SAP or Coupa. How are we doing it? Check out our demo: https://ift.tt/WydbjV4 We’re giving procurement teams of any size an easier way to invite vendors, consolidate submissions, and analyze the offers. When a winner is selected, contract terms are digitized and stored in Procoto too. All vendor info, both for winners and non, exist in the vendor library for future bidding events and negotiating. Our early customers are using Procoto to get better rates on everything from raw materials and ingredients to cleaning services and contractors. Why us? We built procurement organizations at a couple startups and have used 30+ of our competitors’ software.

San Francisco Mayor London Breed Discusses City Struggles - The New York Times

Image
San Francisco Mayor London Breed Discusses City Struggles  The New York Times http://dlvr.it/Sqj2Fm

Show HN: Horizontal News a column-based Hacker News reader https://ift.tt/NEotLRc

Show HN: Horizontal News, a column-based Hacker News reader https://hzn.jero.zone/ June 15, 2023 at 07:23AM

Show HN: basement community an early-web inspired forum 6 months later https://ift.tt/2aXvlei

Show HN: basement community, an early-web inspired forum, 6 months later 6 months of running my home-rolled web forum, basement community, and now with Reddit going apeshit, I'd like to take a minute to share recent enhancements to the site. Highlights include: * user count has gotten to over 350!! this is huge!!!! * added more user settings (bionic reading mode, avatars disabled, auto-bookmarking threads, toggle posting hints) * shows latest posts on homepage for easier parsing for new content * posts are saved locally so they are not lost upon page refresh or browser closing * DARK MODE!!! * quality-of-life improvements, such as auto-focusing on form-fields and auto-scrolling to form errors * privacy and FAQ page * joined some more webrings because fuck yeah webrings * adds a bunch of moderation tools for mods and admins * revamps some of the homepage and thread landing page UIs this project makes me happy and i encourage everyone to just start on a project they've been think

Show HN: Creating Interactive Fiction with ChatGPT https://ift.tt/IgpShEy

Show HN: Creating Interactive Fiction with ChatGPT https://ift.tt/tRWVuL3 June 15, 2023 at 05:54AM

Show HN: Calculate the Cost of Your Meetings https://ift.tt/VkWLAtK

Show HN: Calculate the Cost of Your Meetings https://ift.tt/yJCONXl June 15, 2023 at 04:37AM

Show HN: Boundless AI create custom LLM chatbots programatically https://ift.tt/NKnzCLV

Show HN: Boundless AI, create custom LLM chatbots programatically Boundless AI empowers businesses to create and engage with custom chatbots effortlessly. Our platform allows you to easily train, deploy, and interact with chatbots tailored to your specific needs. You have complete control over the conversation flow. https://ift.tt/uU82RXm June 15, 2023 at 04:01AM

Show HN: Zapddit a Reddit-style open-source client for nostr https://ift.tt/hx5NSzc

Show HN: Zapddit – a Reddit-style open-source client for nostr zapddit is an opensource reddit-style client for nostr protocol, where one follows topics (hashtags) instead of people. Code is available at: https://ift.tt/qZLfWmg Your feedback will be hugely helpful. https://zapddit.com June 14, 2023 at 07:53PM

Show HN: Im building open-source headless CMS for technical content https://ift.tt/WrwFMh4

Show HN: I’m building open-source headless CMS for technical content In the last few years I've been doing a lot of technical writing, both for my own programming blog and others, and I've noticed there is a lack of good tools for this kind of writing. Whether that was a programming blog post or documentation, I always had to move back an forth between different editors, and sometimes even other apps for content management and the actual content publication. A lot of copy-pasting, and wasted time. Based on this experience I decided to try and build a tool that could provide a good experience for this kind of content from writing to publishing. This (I call it Vrite) ended up being essentially a headless CMS, but optimized for technical content and a pretty unique one overall, I'd say. I tried to combine what can be seen as 3 separate products into one: - WYSIWYG editor (with the addition of code-specific tooling like code editor or formatter) - Kanban dashboard (inspired by

Instant Pot parent company files for bankruptcy after cold sales - USA TODAY

Image
* Instant Pot parent company files for bankruptcy after cold sales  USA TODAY * Instant Brands, maker of Instant Pot and Pyrex, files for bankruptcy  CNN * Maker of Pyrex, Instant Pot declares bankruptcy amid declining sales  The Washington Post * Instant Pot, Pyrex maker seeks bankruptcy protection as sales go cold  KSL.com * Instant Pot and Pyrex parent company files for bankruptcy, but vows to continue sales  NBC News * View Full Coverage on Google News http://dlvr.it/Sqf7Tz

Show HN: LLaMA tokenizer that runs in browser https://ift.tt/YFkX6IZ

Show HN: LLaMA tokenizer that runs in browser https://ift.tt/P2ZQ1JL June 14, 2023 at 01:52AM

Show HN: Interview Igniter AI Coach for Behavioral Interview Practice https://ift.tt/PV7F1Yn

Show HN: Interview Igniter – AI Coach for Behavioral Interview Practice https://ift.tt/jbSPnvH June 13, 2023 at 09:57PM

Show HN: An attempt to assess truth quantitatively https://ift.tt/KvO7xIh

Show HN: An attempt to assess truth quantitatively Show HN: An attempt to assess truth quantitatively Everyone has a rough idea of what is true based on their experience and interpretation of available evidence. However, it is hard to assess how true something really is because different people have different experiences and interpretations of the world around them, and because the evidence – or one’s interpretation of that evidence – can change at any moment. Marqt.org attempts to solve this problem by aggregating the wisdom of the crowd to arrive at a quantitative measure of how true something is, and how it might change, in real-time. The project imagines what it would be like if you built an open-source knowledge base like Wikipedia using the format of Twitter and verified everything with Stack Overflow. I initially announced Marqt.org several weeks ago here: https://ift.tt/MiUR94u After hearing from some of you, I have reassessed my assumptions and made some changes that I hope wi

Show HN: A smarter Unix shell and scripting environment https://ift.tt/hPsMULG

Show HN: A smarter Unix shell and scripting environment https://ift.tt/lg1ILVv June 13, 2023 at 05:33PM

Show HN: Build webpages including channels, blogs, and more https://ift.tt/3kPdZ7g

Show HN: Build webpages including channels, blogs, and more Hello HN! I'm David, a developer. I'm building a service that can contain channels like Slack since 5 months ago. It's not SaaS(It's free like reddit or HN) It named SlashPage. It's live today. I'd love to your feedback. I'm prepared a short video to make it easier to understand. https://youtu.be/zScnyiG_lok Website: https://slashpage.com (No sign up required) https://slashpage.com June 13, 2023 at 03:20PM

Show HN: Open-source icon set with 4000 icons https://ift.tt/gL4eCpQ

Show HN: Open-source icon set with 4000 icons It's our biggest open source icon set ever with 4,000 icons in four styles: Line/Solid/Duo/Flat Core is like the Helvetica of icons. Neutral and versatile. Built on a tiny 14px grid for maximum legibility. Currently, it's available on Figma but we're working to add it to our web app, desktop app, and GitHub. Here's a link to the file: https://www.figma.com/community/file/1250041133606945841/4%2... Thank you for the feedback and hope you use them! https://ift.tt/CIS8lt4 June 13, 2023 at 12:43PM

The impact Judge Aileen Cannon could have on the Trump classified case - The Washington Post

Image
* The impact Judge Aileen Cannon could have on the Trump classified case  The Washington Post * The two things Judge Cannon could see for Trump to 'meet the standard for recusal'  MSNBC * Who is Judge Cannon? Critics pounce after Trump appointee assigned to classified docs case  Fox News * Calls grow for Judge Aileen Cannon to recuse herself in Trump documents case  Yahoo News * Magistrate to preside over Trump’s arraignment, not controversial Judge Aileen Cannon  Miami Herald * View Full Coverage on Google News http://dlvr.it/SqbFYP

Show HN: FlingUp, a Reddit-like platform Ive been building for the last 2 years https://ift.tt/gselrE3

Show HN: FlingUp, a Reddit-like platform Ive been building for the last 2 years https://flingup.com June 13, 2023 at 01:20AM

Show HN: Stable Diffusion powered level editor for a 2D game https://ift.tt/qvj8IVe

Show HN: Stable Diffusion powered level editor for a 2D game Hey folks, I’ve been working on using control-net to take in a video game level (input as a depth image) and output a beautiful illustration of that level. Play with it here: dimensionhopper.com or read the blog post about what it took to get it to work. Been a super fun project. https://ift.tt/qYlCDGd June 12, 2023 at 09:01PM

Show HN: Prim+RPC – a bridge between JavaScript environments (open-source) https://ift.tt/F7EnrUt

Show HN: Prim+RPC – a bridge between JavaScript environments (open-source) There are a lot of times when I want to define a function on the server and simply call it from the client without all of the additional setup. I made Prim+RPC to do just that. It bridges two JavaScript environments where you can't immediately call a function (like those defined on a web server or in a web worker) and makes it available to call from the client, regardless of transport, without compiler magic or additional wrappers, and using your favorite existing tools (as well as being fully typed). https://ift.tt/iQ2VRBE June 12, 2023 at 05:35PM

Show HN: Open-Source vs. OpenAI. 8 Best Open-Source Alternatives to GPT https://ift.tt/8nEf1HA

Show HN: Open-Source vs. OpenAI. 8 Best Open-Source Alternatives to GPT What open-source #generativeai models are there? Are they really so good? Can they be a real alternative to #GPT4? How do they deal with security issues and mistrust? Can they be used commercially? I did some research and found 8 interesting alternatives to #GPT. Enjoy! https://ift.tt/p0NtYf5 June 12, 2023 at 04:06PM

Show HN: I wrote a book about Google Maps https://ift.tt/gr1mtJe

Show HN: I wrote a book about Google Maps Hello all, After 8 years of developing with Google Maps, I'm publishing a handbook with carefully curated examples that demystify the GMaps JavaScript API and provide a solid foundation to build on. Included are loads of tips & tricks, recommended tools, related resources, and useful links. I would love to hear your feedback about it! https://gmapsbook.com June 12, 2023 at 01:57PM

Trump to Appear in Court in Miami Tuesday Amid Flurry of Probes - The Wall Street Journal

Image
* Trump to Appear in Court in Miami Tuesday Amid Flurry of Probes  The Wall Street Journal * Michael Cohen reacts to Trump's indictment: There will be revelations to come  MSNBC * Trump attacks DOJ amid mounting legal troubles  MSNBC * Opinion | What Donald Trump and Reality Winner Have in Common  The New York Times * Opinion | The Trump Indictment Is as Much About Politics as the Law - POLITICO  POLITICO * View Full Coverage on Google News http://dlvr.it/SqXPhR

Show HN: AI-Powered Vintage Interactive Fiction Interpreter https://ift.tt/CyuE6ck

Show HN: AI-Powered Vintage Interactive Fiction Interpreter https://ift.tt/WO3DrfJ June 12, 2023 at 04:44AM

Show HN: Finarky – Portfolio Tracker with Personal Rate of Return https://ift.tt/7OoGJEN

Show HN: Finarky – Portfolio Tracker with Personal Rate of Return A minimalist portfolio tracker that calculates your Personal Rate of Return (using Internal Rate of Return, IRR). Although often missing in more featured and complex apps, the Personal Rate of Return is essential to know if you're on track to meet your investment goals, compare the performance of your different investments, or with other people's portfolios without revealing any specifics. This is a side-project. Built with ClojureScript and Krell/Reagent/React Native. https://finarky.com/ June 12, 2023 at 01:26AM

Show HN: TL-WHO https://ift.tt/mcOhnSq

Show HN: TL-WHO https://ift.tt/oMXh2Ls June 11, 2023 at 10:40PM

Show HN: The Vision Pro’s biggest advantage isn’t Apple’s hardware https://ift.tt/2DHO8xd

Show HN: The Vision Pro’s biggest advantage isn’t Apple’s hardware https://ift.tt/7HTGEBh June 11, 2023 at 09:23PM

Show HN: OpenObserve – Elasticsearch/Datadog alternative https://ift.tt/Uc4gArS

Show HN: OpenObserve – Elasticsearch/Datadog alternative Hello folks, We are launching OpenObserve. An open source Elasticsearch/Splunk/Datadog alternative written in rust and vue that is super easy to get started with and has 140x lower storage cost compared to elasticsearch. It offers logs, metrics, traces, dashboards, alerts, functions (run aws lambda like functions during ingestion and query to enrich, redact, transform, normalize and whatever else you want to do. Think redacting email IDs from logs, adding geolocation based on IP address, etc). You can do all of this from the UI, no messing up with configuration files. OpenObserve can use local disk for storage in single node mode or s3/gcs/minio/azure blob or any s3 compatible store in HA mode. We found that setting up observability often involved setting up 4 different tools (grafana for dashboarding, elasticsearch/loki/etc for logs, jaeger for tracing, thanos, cortex etc for metrics) and its not simple to do these things. Here

Severe Thunderstorm WATCH in effect until 1 AM - KBTX

Image
* Severe Thunderstorm WATCH in effect until 1 AM  KBTX * DFW Weather: Timeline for Saturday severe weather chances  WFAA * Severe And Hail Threat This Weekend - Videos from The Weather Channel  The Weather Channel * Severe thunderstorms Saturday night, high temperatures next week  Houston Chronicle * FIRST ALERT: Multiple days of a Severe Threat  WTOK * View Full Coverage on Google News http://dlvr.it/SqVKzc

Show HN: Yo.link – Subdomain based URL shortener https://ift.tt/K5exZTB

Show HN: Yo.link – Subdomain based URL shortener I was looking for a pet project to try out recent additions to https://vercel.com platform, specifically their PostreSQL and Redis offering. They also provide easy to setup wildcard subdomain HTTPS certificates, and since I had yo.link domain lying around for a while, why not use it to create, yes, yet another, URL shortening service, but with a twist... Putting the user-selectable short-code in the subdomain has the advantage that it is the first thing that users read in a URL, and as such it is an opportunity to provide some contextual information about the link. Here are some examples: https://svelte4.yo.link --> https://www.youtube.com/watch?v=AOXq89h8saI https://hn.yo.link --> https://ift.tt/V3g0Enk https://ift.tt/xoFKhbk --> https://ift.tt/6c8TxRh... I couldn't find any other shorteners that use this approach, hence wanted to build one. Redis is great for counting realtime clicks, sliced by hour, day, month, country/ci

Show HN: You found our 404 board Leave a message https://ift.tt/HGLPEAp

Show HN: You found our 404 board Leave a message https://www.bravoboard.xyz/board/2271e1f0be0d492595bab5f5d2fbea40/ June 11, 2023 at 12:34AM

Show HN: I'm an introvert, made an app to maintain connections and added more AI https://ift.tt/pQovwV1

Show HN: I'm an introvert, made an app to maintain connections and added more AI https://ift.tt/7WNPkw5 June 10, 2023 at 08:53PM

Show HN: A simple Telegram bot for creating notes on the fly https://ift.tt/VJiw5Ao

Show HN: A simple Telegram bot for creating notes on the fly https://ift.tt/Jmx0OnC June 10, 2023 at 05:43PM

Show HN: A music search engine that helps you find new songs https://ift.tt/o3VidLQ

Show HN: A music search engine that helps you find new songs Just finished working on a side project that helps you find new music by searching through various criteria and at the same time play the songs that fit your filters. I often find myself stuck listening to the same few songs as finding new ones can be a long and sometimes fruitless process. That is why I wanted to make a tool for anyone to use that takes into consideration multiple parameters that have to do with a song, with all the filters coming from the user with no ads or popularity of songs affecting the search. I am 19 and love working with programming projects like these in my free time. Play around with the product and feel free to provide any feedback on it! (Note: As most streamlit URLs it may need to be copy-pasted in the search bar to work.) https://ift.tt/t6fmle4 June 10, 2023 at 02:44PM

Show HN: StreamOpinion: real-time chat summary https://ift.tt/u03Xk51

Show HN: StreamOpinion: real-time chat summary https://ift.tt/a31FAgP June 10, 2023 at 06:38PM

Texas businessman central to AG Ken Paxton impeachment indicted for financial crimes - The Dallas Morning News

Image
* Texas businessman central to AG Ken Paxton impeachment indicted for financial crimes  The Dallas Morning News * Paxton impeachment: Nate Paul appears in federal court Friday  WFAA * FBI arrests Texas businessman linked to impeachment of state Attorney General Ken Paxton  POLITICO * Love those Houston lawyers. But it’s time for impeached Texas AG Ken Paxton to quit | Opinion  Fort Worth Star-Telegram * Paxton’s trial must be impeccable, but right now, it looks like a playground fight | Opinion  Fort Worth Star-Telegram * View Full Coverage on Google News http://dlvr.it/SqSBbv

9 people shot in SF Mission District Friday night - KRON4

Image
* 9 people shot in SF Mission District Friday night  KRON4 * At least 5 hospitalized after shooting in San Francisco’s Mission District, official says  CNN * Reports of multiple shot in San Francisco Mission District, police advise to avoid area  KTVU FOX 2 San Francisco * S.F. mass shooting: Nine people shot in Mission District, police say  San Francisco Chronicle * 9 hurt in San Francisco Mission District shooting that appears to be targeted, police say  KGO-TV * View Full Coverage on Google News http://dlvr.it/SqSBKj

Show HN: Athena, a research paper recommender for overwhelmed AI researchers https://ift.tt/YKFSRpi

Show HN: Athena, a research paper recommender for overwhelmed AI researchers Do you have trouble keeping up with the latest advance in AI? I've built a recommender system to bring you the latest research papers in AI. Simply subscribe to the topics you're interested in, and the app will recommend you the latest research in that topic. The app is far from complete, but I'm seriously working to improve it. Please try it out if you have time, and send your feedback to: accsci.athena@gmail.com. https://ift.tt/sdevuQ6 June 10, 2023 at 06:53AM

Show HN: Bloop – Answer questions about your code with an LLM agent https://ift.tt/6JUt8HO

Show HN: Bloop – Answer questions about your code with an LLM agent Hi HN! We launched bloop 10 weeks ago on Launch HN ( https://ift.tt/4naJU3C ) and received a huge amount of feedback (both positive + constructive). We've undertaken a rewrite of the core search framework, which now acts as an LLM agent, significantly improving the number of queries that can be successfully answered. There's a bunch of hype surrounding LLM agents, but we're positive this is one of the first implementations of an agent that can deliver immediate value for engineers working on existing projects, especially larger ones. We'll do a full write up of how the agent works and the tools it can use soon, but we wanted to share our progress, now that we've got a stable release. bloop is a developer assistant that uses GPT-4 to answer questions about your codebase. The agent searches both your local and remote repositories with natural language, regex and filtered queries. Some of the ways engi

Show HN: Poser (Posix SERvices C framework) https://ift.tt/14oULI2

Show HN: Poser (Posix SERvices C framework) https://ift.tt/p8scy7v June 10, 2023 at 02:18AM

Texas to deploy buoys to deter Rio Grande crossings, Abbott announces - The Texas Tribune

Image
* Texas to deploy buoys to deter Rio Grande crossings, Abbott announces  The Texas Tribune * Texas to deploy inflatable border along Rio Grande River in Eagle Pass  Fox News * Texas Gov. Greg Abbott deployed new barrier to keep undocumented immigrants out  FOX 26 Houston * New buoy system coming to the Rio Grande to deter unlawful immigration  Caller Times * Texas to install floating barriers in Rio Grande to block migrants  The Washington Post http://dlvr.it/SqPKxK

Show HN: Learn Ruby on Rails Right on Your VSCode IDE https://ift.tt/l79UN8C

Show HN: Learn Ruby on Rails Right on Your VSCode IDE Learn Ruby on Rails on VS Code in bite-sized lessons. Easy to setup development environment, run terminal commands in a click of a button or create new source code files with just a click on the code snippet. https://ift.tt/pf5IVdD June 9, 2023 at 08:33AM

Show HN: CreatorKit – self-host OSS alternative to Mailchimp and Disqus https://ift.tt/BFcO2Tz

Show HN: CreatorKit – self-host OSS alternative to Mailchimp and Disqus https://ift.tt/NYfH0GO June 9, 2023 at 08:17AM

Show HN: 10xjobs.net, High paying tech jobs directory https://ift.tt/6fZt9pA

Show HN: 10xjobs.net, High paying tech jobs directory Hello Hackers, I built this webapp over a weekend and launched on May 11 to help (also to impress) my cousins and friends who were obsessed with high paying jobs. As a matter of fact they look for high paying jobs everyday. Currently, a few thousand websites(including YC Jobs) are crawled to find high paying jobs. That number will go way up in the coming months. Remarks and suggestions are most welcome. Thanks https://10xjobs.net/ June 8, 2023 at 07:06PM

Show HN: Autodistill – Use big slow foundation models to train small fast models https://ift.tt/y5I6X9u

Show HN: Autodistill – Use big slow foundation models to train small fast models https://ift.tt/XRB9mbc June 9, 2023 at 12:38AM

Show HN: Build a personal knowledge graph from the content you consume online https://ift.tt/zMN2veC

Show HN: Build a personal knowledge graph from the content you consume online I've been working on this tool that lets you build a personal knowledge graph from articles, blog posts, podcasts, YouTube videos, and other content you find interesting online. You can safely forget everything and trust that Recall will resurface it when something new that is related comes up. Looking forward to your thoughts and feedback on how it could be improved! The original version of Recall was posted last year nov on HN: https://ift.tt/yq9maxb Since then I have pivoted to a browser extension. https://ift.tt/cakPxBw June 8, 2023 at 11:01PM

Show HN: Top Podcasts, Summarized by GPT Everyday https://ift.tt/km4Tiyq

Show HN: Top Podcasts, Summarized by GPT Everyday https://ift.tt/rP8GHMe June 8, 2023 at 12:22PM

Southern California school board faces state scrutiny for blocking gay rights figure from curriculum - POLITICO

Image
* Southern California school board faces state scrutiny for blocking gay rights figure from curriculum  POLITICO * Gov. Newsom embroiled in book ban battle with Temecula Valley School District official  KTLA 5 * School board president faces backlash for calling Harvey Milk a ‘pedophile’  The Guardian US * State Investigation Launched Into Temecula Valley USD Board  Patch * Gavin Newsom Blasts Temecula School Board for 'Whitewashing History'  The Daily Beast http://dlvr.it/SqLJGs

Show HN: Run synchronous and asynchronous commands in WebDrivers https://ift.tt/DyRSWx8

Show HN: Run synchronous and asynchronous commands in WebDrivers Caqui is intended to command executions against Drivers synchronously and asynchronously. Launch the Driver as a server and send requests to it. The intention is that the user does not worry about which Driver he/she is using. It can be WebDrivers like Selenium, MobileDrivers like Appium, or DesktopDrivers like Winium. https://ift.tt/1cSbMuP June 8, 2023 at 09:00AM

Show HN: Ezno, a TypeScript checker written in Rust, is now open source https://ift.tt/AJtrHlG

Show HN: Ezno, a TypeScript checker written in Rust, is now open source https://ift.tt/5yZXhu1 June 8, 2023 at 01:08AM

Show HN: Read Something Wonderful - Timeless internet writing https://ift.tt/DWbhGOP

Show HN: Read Something Wonderful - Timeless internet writing https://ift.tt/E2dnfUx June 7, 2023 at 09:44PM

Florida woman who shot, killed neighbor through door arrested, sheriff says - FOX 35 Orlando

Image
* Florida woman who shot, killed neighbor through door arrested, sheriff says  FOX 35 Orlando * Florida mom fatally shot in ‘neighborhood feud’ over her kids playing: sheriff  Fox News * 'Straight up murder': Protestors demand answers after Ocala woman shot dead through front door  WESH 2 News * Protests after Florida mom killed by neighbor  FOX 35 Orlando * Calls to arrest Florida woman accused of shooting neighbor  MSNBC * View Full Coverage on Google News http://dlvr.it/SqHBHK

Show HN: Abide – Prevent employees from leaking API keys/NDA data to AI tools https://ift.tt/N6kYaJM

Show HN: Abide – Prevent employees from leaking API keys/NDA data to AI tools Hi HN, We’re the founders of Abide — a tool to prevent employees from leaking sensitive data to AI models. Over the past month we’ve spoken to lots of friends at tech companies, law firms, creative agencies, and more. There was a consistent theme: companies aren’t sure how AI tools affect their data privacy and security processes. There are concerns that when employees use LLMs to write code or send emails, there's a security/compliance risk (e.g., accidentally sharing an API key in a prompt) or violation of privacy agreements (e.g., using AI to draft a memo about non-public client work). The companies we spoke with have done one of two things: (a) outright banned use of LLMs until they figure out a plan or (b) sent a memo to employees telling them to be cautious. We want everyone to have the 10x productivity gain of AI, but compliance is important for a business to do right by its customers, its regulato

Show HN: RPN and Stopwatch in WASM https://ift.tt/W3mOnhH

Show HN: RPN and Stopwatch in WASM Hey HN! I usually work with C++ on the hardware side. Recently, I've taken a dive into Rust and over the last weekend, I had some fun creating web apps for the first time. It was quite exciting to see something I created live on the web so I am posting them on HN! https://ift.tt/0jsQYV9 June 6, 2023 at 06:09PM

Show HN: I made a ChatGPT powered Chrome extension https://ift.tt/WwJRlrB

Show HN: I made a ChatGPT powered Chrome extension https://dashai.xyz June 6, 2023 at 10:51AM

Show HN: No-code in the front, Python in the back data apps – Streamsync https://ift.tt/szTifUl

Show HN: No-code in the front, Python in the back data apps – Streamsync https://ift.tt/Fw4605o June 5, 2023 at 07:33PM

Show HN: Dockerless, Elixir Web Application Using Podman and Plug https://ift.tt/T9QP3xE

Show HN: Dockerless, Elixir Web Application Using Podman and Plug https://ift.tt/rJOIaUW June 6, 2023 at 11:36AM

Search and rescue efforts end at the site of the Iowa apartment building collapse after remains of 3 victims are recovered from the rubble, Davenport officials say - CNN

Image
* Search and rescue efforts end at the site of the Iowa apartment building collapse after remains of 3 victims are recovered from the rubble, Davenport officials say  CNN * Three bodies recovered in Iowa building collapse; lawsuit accuses city and owners of negligence  WGN News * All 3 Missing in Iowa Building Collapse Found Dead, Officials Say  The New York Times * 3 victims found at the site of the downtown Davenport partially collapsed building  KWQC * Davenport officials say all 3 bodies recovered from collapsed building  NBC News * View Full Coverage on Google News http://dlvr.it/SqD28k

Show HN: 1 iOS Developer, 9 Apps https://ift.tt/ASvLEhj

Show HN: 1 iOS Developer, 9 Apps https://ift.tt/c9XJIM6 June 5, 2023 at 06:23PM

Show HN: SQLPage – Build Dynamic Websites with Just SQL Queries https://ift.tt/5zX3cpQ

Show HN: SQLPage – Build Dynamic Websites with Just SQL Queries Hey Hacker News! I wanted to share the open source project I have been working on during the last year: SQLPage, a tool to build small web applications entirely in SQL. Building web applications with just SQL isn't as crazy as it seems. Most simple applications can be expressed declaratively as just data queries that fill pre-defined web components. I'd love to hear your feedback and thoughts on it. Would you potentially use it? How can it be improved? Website: https://sql.ophir.dev/ Github: https://ift.tt/dfirBEO Example app: https://ift.tt/45ovgDJ https://sql.ophir.dev/ June 5, 2023 at 03:50PM

Show HN: Made a HN-themed Framer blog template for HN community https://ift.tt/2jpQ7Yx

Show HN: Made a HN-themed Framer blog template for HN community https://ift.tt/Z3Xqgzo June 5, 2023 at 07:41PM

Show HN: Web Scenarios Support for Low Level Discovery (Zabbix) https://ift.tt/iQGb97y

Show HN: Web Scenarios Support for Low Level Discovery (Zabbix) Zabbix has great feature "Low Level Discovery" but it doesn't support Web Scenarios. Let's fix that problem. https://ift.tt/MVxjCTn June 5, 2023 at 12:29PM

Show HN: Codespelunker a command line search tool with TUI and HTTP modes https://ift.tt/osrkYye

Show HN: Codespelunker a command line search tool with TUI and HTTP modes https://ift.tt/xUAmgdQ June 5, 2023 at 11:52AM

Indian opposition leader Gandhi calls on U.S. audience to stand up for 'modern India' - POLITICO

Image
Indian opposition leader Gandhi calls on U.S. audience to stand up for 'modern India'  POLITICOView Full Coverage on Google News http://dlvr.it/Sq8xtR

Show HN: FemtoGPT – Pure Rust implementation of a GPT language model https://ift.tt/Hw75B6K

Show HN: FemtoGPT – Pure Rust implementation of a GPT language model https://ift.tt/xh8s3Qw June 5, 2023 at 05:28AM

Show HN: Rarbg on IPFS https://ift.tt/gjnJiG2

Show HN: Rarbg on IPFS https://ift.tt/a4KqH0S June 4, 2023 at 08:37PM

Show HN: Swissfolio, a free and open source personal template https://ift.tt/z08wkuU

Show HN: Swissfolio, a free and open source personal template Introducing ⏤ Swissfolio A free and open source personal landing page template with Swiss Design in mind and built with @astrodotbuild & @tailwindcss . Includes: Hero Intro Project Testimonials Featured work Animations with AOS Fancy color palette GitHub ⏤ https://ift.tt/YIQUpys Live ⏤ https://ift.tt/14wdEl7 June 4, 2023 at 01:51PM

Tank burning at Calcasieu Refining contains napthalene - KPLC

Image
* Tank burning at Calcasieu Refining contains napthalene  KPLC * Lightning strike blamed for fire at Louisiana oil tank farm that prompted evacuations  NBC News * Lightning Strike Triggers Fire at Calcasieu Refining Plant in Louisiana; Evacuations and Shelter-in-Place Ordered  Weatherboy * Shelter-in-place issued in 3-mile radius of Calcasieu Refining  KPLC * Refinery tank blaze leads to evacuations in Lake Charles | Lake Charles News  The Advocate * View Full Coverage on Google News http://dlvr.it/Sq6k7g

Show HN: Google Code Jam Archive https://ift.tt/uyEaAXo

Show HN: Google Code Jam Archive Hi HN, As many of you already know, Google has discontinued their coding competitions and is shutting down the competitions website. Before it's gone forever, I've scraped everything I could from their website and set up my own archive. (Disclaimer: I'm not affiliated with Google besides participating in these contests years ago) While the initial version was ready back in March, today I'm rolling out big and hopefully the final update, so this might be a good time to share it with the HN community. Everything is static HTML and SQLite archives (with a very minimal backend to serve files directly from SQLite), so you can easily grab your own copy. May these 3.5 million source files be a nice training dataset for some fancy future AI! Some useless stats: Tabs or spaces? 28% tabs vs 72% spaces for the whole dataset, but quite unexpectedly, 66% tabs vs 34% spaces if we consider only the final rounds. Most used languages: 63% C/C++, 20% Pyth