Skip to main content

Posts

Show HN: A self-updating list of the most current useragents https://ift.tt/zJgMKmO

Show HN: A self-updating list of the most current useragents Hi Hacker News! I made a site which displays the most common useragents found on the web. The site updates weekly with data sourced from the server access logs of another site I run in order to give an accurate picture of the devices and browsers being used on the web. I do a lot of web scraping in my work and it's this group of people who I had in mind when creating the site. The data is presented as useragent, browser, os, and relative percentage of occurence. It can be viewed as a table on the site or via json in the API. Please let me know your thoughts or feedback and I hope you find it useful! Thanks! https://ift.tt/USlC3G6 December 18, 2022 at 03:50AM

Show HN: Auto-Generate Python REST API Clients Using OpenAPI Generator https://ift.tt/hrgFJi8

Show HN: Auto-Generate Python REST API Clients Using OpenAPI Generator Hi all, We've refactored the Python client generator in OpenAPI Generator(https://ift.tt/gwSKUMv). To give it a try, please follow 3 simple steps below: 1. Download the Java JAR: https://ift.tt/JeEatP9 2. Rename the JAR as "openapi-generator-cli.jar" 3. Execute the following command to run the generator for the PetStore API: https://ift.tt/SWV6qfA Mac/Linux: $ java -jar openapi-generator-cli.jar generate -g python-nextgen -i https://ift.tt/SWV6qfA -o /var/tmp/python-nextgen/ Windows: $ java -jar openapi-generator-cli.jar generate -g python-nextgen -i https://ift.tt/SWV6qfA -o C:\tmp\python-nextgen (If JVM is not installed in your machine, please use openapi-genreator-cli docker image instead: https://ift.tt/ZvBnNPG) If you've any feedback or question, please reply to https://ift.tt/jz7roKa to let me know. December 17, 2022 at 09:16PM

Show HN: Simple pub/sub using WebSockets in Node.js https://ift.tt/uPlwFjY

Show HN: Simple pub/sub using WebSockets in Node.js I built this pubsub module because I wanted a simple solution that uses only node. Why did I want pubsub? I wanted to build a complex app but segregate it into microservices that work together through event messages. I also wanted to use this method instead of node's built-in clustering for multiple instances. I've been running it for a few weeks now with several messages per second bugfree. I plan to use this setup for future apps as it reduces complexity of the code and allows me to restart/update one part of the app without interrupting the other parts. I would love to receive feedback and suggestions on the code and features, and hope it can be useful to you also! https://ift.tt/hN7tbjU December 16, 2022 at 07:36PM

Show HN: mpvc-tui – A minimal mpc-like CLI and TUI for controlling mpv https://ift.tt/BlxnGDT

Show HN: mpvc-tui – A minimal mpc-like CLI and TUI for controlling mpv Hi there, This is just a shameless self-plug about a personal project of mine: "Using mpv and mpvc to play and manage the stuff I listen." To that end I've forked the great https://ift.tt/lCryN5k and started hacking around, so far I've focused on: getting a minimal TUI working, improving the CLI, playing online music (eg. youtube and other streaming services), and bugfixes (including the introducing new ones). The project is mainly developed, and, used under Debian/Ubuntu systems so expect the best results with these. What I expect from sharing in HN is: - Letting people know about that might find it useful/interesting. - Getting some feedback about things that I might have been missing. - Being a personal project, that I use and develop, I've got no commercial interest, but I highly value if people find it useful and promote it. If you are still reading, just head to https://ift.tt/OfuoEnM Tha...

Show HN: I made a Slack bot that qualifies your sign-ups using GPT-3 https://ift.tt/skXadwy

Show HN: I made a Slack bot that qualifies your sign-ups using GPT-3 OP here, this was super fun to build. It all started from playing around with Nat Friedman's GPT browser https://twitter.com/0xferruccio/status/1599014988693180417 Then after having this running for our product for a couple of days or so we decided to give 10 customers access and they loved it! So expanding access now feels great :) https://ift.tt/0gD1tjf December 15, 2022 at 09:30PM

Show HN: The easiest way to run a brainstorm, supercharged with A.I https://ift.tt/EVe5ItY

Show HN: The easiest way to run a brainstorm, supercharged with A.I Hello friends! We've been working hard on building Mimosa, and would love for you to try it! No signups required. Facilitating brainstorming sessions can be a challenging and time-consuming task. It's difficult to keep everyone on agenda, engaged, and contributing. So we've built Mimosa to be the easiest way to facilitate a brainstorming session. Imagine if a "digital whiteboard" and a "trello board" had a baby, but built with all the best practices of professional facilitation. With Mimosa, you can minimize bias by allowing team members to contribute anonymously before revealing their ideas. This ensures that everyone has a fair chance to share their thoughts and ideas without fear of judgment. Once the brainstorming session is complete, you can easily view and export the final results. This allows you to keep track of a meeting's effectiveness and share it with stakeholders. But th...

Show HN: Natural language Twitter search using Codex https://ift.tt/0oiyaKl

Show HN: Natural language Twitter search using Codex We built a structured search engine for Twitter called Bird SQL, available at https://ift.tt/zZsLdoU . Our search interface uses OpenAI Codex to translate natural language to SQL. Our backend then verifies the SQL, executes it, and displays the results on the web app. This makes large structured datasets like a scrape of Twitter easy for anyone to explore. As background, while working on text-to-SQL as a general problem, we came to believe one of its most powerful applications is as a search tool because: - SQL is hard to write by hand and prone to errors - It allows you to iterate quickly if you’re exploring a new dataset - A lot of contextual information that you’d normally have to internalize (e.g. your data’s schema) can be automatically generated and offloaded to the language model Using large language models (LLMs) like Codex to write the SQL for you means you don’t have to worry about the nitty gritty language details, but sti...

Show HN: Readwise Reader, an all-in-one reading app https://ift.tt/ts0oaeK

Show HN: Readwise Reader, an all-in-one reading app Hey HN, cofounder of Readwise here. We've been working on this cross-platform reader app for about 2 years, excited to finally share it in public beta. Probably the most notable thing that makes Reader unique is that it supports almost any content type you could want to save/read/highlight: * web pages * emails/newsletters * PDFs * ePubs * twitter threads * youtube videos (with transcripts) * RSS feeds With all of your knowledge content in one place, we built powerful reading and highlighting, as well as a bunch of novel triage/organization features, so you can actually consume & stay on top of that content! There are also a lot of advanced features too, such as text-to-speech, GPT3 questions/summaries, super powerful highlighting (that includes markup and images), complex filtering/search (with our own query language), sleek mobile triage UI, keyboard shortcuts for reading/everything, integrations with note-taking apps, a bro...

A Brief History of the T Third Part 2: 1980s-2023

A Brief History of the T Third Part 2: 1980s-2023 By Jeremy Menzies Beginning in January 2023 full service on the new T Third extension 2023 will run from Sunnydale to Chinatown every day. In this two-part blog series, we will look back at some of the history of the T Third Street line. Part 1, published last month goes through the first 100+ years. In Part 2, we look at the recent history of the T Third and Central Subway projects from the 1980s to today.  The Call for Better Transit: 1980s-90s  In the decades following World War II, the neighborhoods along the southern end of 3rd Street became more economically depressed and transit service declined.  Residents felt cut off from the rest of the city as bus service did not meet their needs.  People boarding a 15 Route bus on 3rd Street near Market in 1983. Bus service on the 15 provided critical north-south service through the City’s busiest areas.  In the late 1980s, the city was looking to revitalize ...

Show HN: AI Avatar Image Generator Based on Other AI Images https://ift.tt/lQEcdBa

Show HN: AI Avatar Image Generator Based on Other AI Images An AI Avatar image generator that creates images of you based on other AI created images. The popularity of the recent AI Avatar image generator apps sparked some interest of mine in the area. After playing around with a few AI Avatar image generators, some of which generate pictures of you based on pictures you upload and prompts you write, I thought, wouldn't it be much easier, instead of writing out prompts, to just select another image which you want your generated image to be based on. The image the user selects is actually another AI generated image, so we know the prompt used to generate it. So prompt writing is abstracted away from the user, and instead they can search for images and click on ones they like. Backend of the application currently uses Astria AI for the image model training and generation, and uses the Lexica API for getting lists of AI generated images and their prompts. https://ift.tt/ej03qdw Decemb...

Central Subway Brings More Art to Union Square

Central Subway Brings More Art to Union Square By Enrique Aguilar Main entrance to Union Square/Market Street Station during special weekend service  The Union Square/Market Street Station is centered in the heart of the Union Square neighborhood, known for world-class shopping and notable art galleries. With the opening of the Central Subway, a new public art collection arrived, with color schemes complementing the station’s modern architectural design. Collaborations between artists reign at this station, allowing a blend of different artistic concepts.  Erwin Redl  titled his piece Lucy in the Sky. It is an illuminated installation comprised of hundreds of translucent 10 x 10 inch light panels, each containing an array of color LEDs. A diamond-shaped pattern is formed by suspended light panels along the entire length of the concourse level corridor’s ceiling. They are computer programmed to slowly change color and display simple patterns, creating an immersive and ka...

Show HN: Mailsociety: A revolutionary new take on email, transforming the inbox https://ift.tt/nVjUXQH

Show HN: Mailsociety: A revolutionary new take on email, transforming the inbox We are excited to launch Mailsociety today! We'd love to hear your feedback on the app. What are some of the challenges you face when it comes to managing your inbox? https://ift.tt/8xidUYr December 14, 2022 at 04:02PM

New T Third Route in Central Subway Starting January 7

New T Third Route in Central Subway Starting January 7 By Mariana Maguire New T Third service via Central Subway starts January 7 with service between Sunnydale and Chinatown-Rose Pak Station. On Saturday, January 7, the T Third starts its historic new route, providing a direct Metro connection between Sunnydale and Chinatown-Rose Pak Station. Service runs Mondays through Fridays, 6 a.m. to midnight. every 10 minutes and Saturdays and Sundays, 8 a.m. to midnight every 12 minutes. The new T Third line vastly improves transportation to and from some of San Francisco’s most densely populated areas and major shopping corridors, expanding transit options and new connections. The new T Third route will travel north to the new Central Subway from 4th & King platform. It will no longer turn onto King Street or run along the Embarcadero and the Market Street subway. Also, the K Ingleside will now travel between Balboa Park and Embarcadero Station. New Connections Customers traveling...

Show HN: We scaled Git to support 1 TB repos https://ift.tt/ouUcfJA

Show HN: We scaled Git to support 1 TB repos I’ve been in the MLOps space for ~10 years, and data is still the hardest unsolved open problem. Code is versioned using Git, data is stored somewhere else, and context often lives in a 3rd location like Slack or GDocs. This is why we built XetHub, a platform that enables teams to treat data like code, using Git. Unlike Git LFS, we don’t just store the files. We use content-defined chunking and Merkle Trees to dedupe against everything in history. This allows small changes in large files to be stored compactly. Read more here: https://ift.tt/m4FOuZ9 Today, XetHub works for 1 TB repositories, and we plan to scale to 100 TB in the next year. Our implementation is in Rust (client & cache + storage) and our web application is written in Go. XetHub includes a GitHub-like web interface that provides automatic CSV summaries and allows custom visualizations using Vega. Even at 1 TB, we know downloading an entire repository is painful, so we buil...

Show HN: Bugbusters.ai automated bugfixing using gpt-3 https://ift.tt/oUrjRe1

Show HN: Bugbusters.ai automated bugfixing using gpt-3 Hi everyone on HackerNews, We are just launching Bugbusters. Bugbusters is a GitHub-Bot that writes bugfixes for errors detected by application monitoring software like sentry. It examines an error's monitoring data, such as stack traces, in combination with the source code and git commit history to generate a potential fix. The bugfix will be submitted via a Pull Request that will also include details on the determined cause of the initial error and approach taken to fix it. You can simply create a GitHub Issue containing a link to the error in sentry and assign it to the Bugbusters-Bot. In cases where the bot is unable to generate a solution, it assists a programmer in finding a fix by providing information and steps that could lead to a resolution. This may involve providing a list of potential error causes, online research results such as stack-overflow posts, as well as code changes (commits) that may have caused an error....

Show HN: ShopWitYoPeople – A black Chicago business directory https://ift.tt/bXP9QMD

Show HN: ShopWitYoPeople – A black Chicago business directory Hey HN! ShopWitYoPeople ( https://ift.tt/voTSGBt ) was built to showcase Black Chicago businesses. We’re around to answer questions and look forward to hearing everything and anything you have to say! https://ift.tt/RZkXFbe December 13, 2022 at 07:09AM

Show HN: Is Edge Compute Faster? Benchmarking Edge Platforms (With Databases) https://ift.tt/vp0gW4X

Show HN: Is Edge Compute Faster? Benchmarking Edge Platforms (With Databases) I built a platform for running your applications and data on the edge with TypeScript (Bun and Deno) and SQL with strong consistency (PostgreSQL compatible that works with Prisma!). https://ift.tt/lS0d63K December 13, 2022 at 03:20AM

Show HN: Create auto-updating charts-as-images with low-code/nocode https://ift.tt/c1ILViq

Show HN: Create auto-updating charts-as-images with low-code/nocode Hello, we just released Image Charts 2.0, a way to create and show a chart as an image anywhere using our custom API and integrations with Zapier and Make. My friend Francois-Guillaume made Image Charts in 2015 to replace Google Image Charts for a project since it was deprecated. Since then we’ve been adding features and getting it integrated with Zapier and Make to make it easy to build good-looking charts automatically. Each chart has a custom URL and HTML code so it’s easy to embed. And you can build progress bars, gradients, and really any kind of chart with it (bar, line, radar, scatter, you name it). We have a gallery of over 30 charts and counting. [Chart gallery]( https://ift.tt/ZQPo26F... ) with sample data The site with the live Editor: [ https://www.image-charts.com/](https://www.image-charts.com/... How-to with gradient fills: [ https://ift.tt/JWGC5dQ... How-to progress bars: [ https://ift.tt/quvJlne]... Re...

Show HN: Obsidian: Insert conversation starters generated by AI in your notes https://ift.tt/rwbFIog

Show HN: Obsidian: Insert conversation starters generated by AI in your notes I often prepare my conversations beforehand, whether for business or family/friends, with this Templater you can get ready for great & deep conversations using https://langa.me API (free tier). https://ift.tt/0YE8zGQ December 12, 2022 at 10:49PM

Show HN: Train your own image generator (Stable Diffusion) for free https://ift.tt/hHajAYD

Show HN: Train your own image generator (Stable Diffusion) for free I've had a blast playing with stable diffusion and I see all the potential it will bring to us. I released a service for training your model, just upload 20-30 images and you can have a model of someone or some object doing anything. You can train one model for free a month in a slower queue or you can train many models on a fast queue and with other features for a fee. Here is an example of using it for show product placement: https://ift.tt/OtkaBMK and here is an example of using it for people: https://ift.tt/Yf407kN and an example for using it for styles: https://ift.tt/n3lPhEe The UI is rough, but I would love feedback on how to improve it for you. https://88stacks.com https://88stacks.com/ December 12, 2022 at 06:52PM

Show HN: Use ChatGPT in Jupyter notebooks via a Chrome extension https://ift.tt/iNyCbH8

Show HN: Use ChatGPT in Jupyter notebooks via a Chrome extension Hello HN! Here's a browser extension that brings together two things that I love: Jupyter and ChatGPT. It makes it possible to have ChatGPT generate code inside your Jupyter notebooks. It has the side effect of making it really easy to save your ChatGPT sessions in a local notebook. I parse the ChatGPT response, extract it into code cells for you automatically so that you no longer have to copy and paste code from your browser into your favorite code editor like an animal. ChatGPT even wrote some of the code used in this extension! The extension [1] from user:wonderfuly forms the core of messaging with the ChatGPT service; it works great! All the other mistakes are mine and mine alone. I'm not a web dev, so I'm sure there's lots of horrible hacks and mistakes that I made while writing this extension. Help welcome. [1] https://ift.tt/DypBCfK https://ift.tt/51lpEs3 December 12, 2022 at 09:39AM

Show HN: AI-powered message replies assistant https://ift.tt/7Age2pZ

Show HN: AI-powered message replies assistant I was free early this week and decided to work on something I've always wondered. As someone who has struggled with matches on Tinder and ghosting, I know how difficult it can be to come up with the perfect response in the moment. That's why I created this tool - to make it easy for anyone to quickly and easily generate the perfect reply, tailored to their audience, culture, and context. It is currently in beta and would love to hear your feedback on the product. Link to webapp: https://ift.tt/FGWY21w https://ift.tt/FGWY21w December 11, 2022 at 12:50PM

Show HN: Hanzi.gg – Wordle-inspired Chinese character guessing game https://ift.tt/iCPVKR8

Show HN: Hanzi.gg – Wordle-inspired Chinese character guessing game Tap on a character to reveal the strokes, radicals and components it has in common with the character you're trying to guess. This was designed mainly for learners but I'm curious to hear from fluent hanzi readers whether the game is too easy. The vocabulary is from the Chinese Vocab List project [1]. Character graphics and data are sourced from Make me a Hanzi [2]. There are 95 pre generated games at the moment which are randomly chosen, more will be added soon. Suggestions welcome! [1] https://ift.tt/IM5WY16 [2] https://ift.tt/SPYF7R9 https://hanzi.gg December 11, 2022 at 03:05PM

Public Artwork Unveiled Inside New Station in Yerba Buena

Public Artwork Unveiled Inside New Station in Yerba Buena By Enrique Aguilar Have you had a chance to explore the Central Subway's new stations? Special weekend service is Saturdays and Sundays, from 8 a.m. to 12 a.m. midnight, through the end of the year. Ride the trains and be mesmerized by beautiful artwork at each new station.  Muni customers will encounter public art when using the four new Central Subway stations to reach their destinations. The art was commissioned by the San Francisco Arts Commission and funded by the City’s Art Enrichment Ordinance, which allocates 2% of the total eligible costs of public works projects for public art. Public art helps draw out the identity of a space, aids in understanding a neighborhood's historical or cultural significance, and builds a connection between the visitor and surrounding community.  The Yerba Buena/Moscone Station includes artwork by Catherine Wagner, Leslie Shows and Roxy Paine. The installations can be found on th...

Hop Onboard Muni and Enjoy Downtown Union Square

Hop Onboard Muni and Enjoy Downtown Union Square By Pamela Johnson The iconic Cable Cars are just one of the many options to get you to all the holiday festivities in Downtown Union Square! The SFMTA would like to wish you a Happy Holidays! With festivities, dining, shopping and all the many holiday activities to choose from, Downtown Union Square, much like the rest of the city is making optimistic strides in the city’s economic recovery. Catching Muni, paratransit or a taxi to downtown supports small businesses and is a big boost to our transit goals. Below is a comprehensive list of transit and parking options to head into the heart of the downtown shopping and festivities this holiday season.    Central Subway Special Weekend Shuttle  The Central Subway’s Special Weekend Shuttle has got you covered on Saturday and Sunday’s every 12 minutes from 8 am to 12 am. Deboard at our new Union Square/Market Street Station . From here, you can also transfer to BART’s Po...

Riders are Feeling the Difference on Geary

Riders are Feeling the Difference on Geary By The results are in: the Geary Rapid Project has delivered a faster, more reliable bus trip and a safer street, according to the SFMTA’s recently published evaluation report for the project.   A faster, more reliable bus ride  One out of every ten passengers stepping onto a Muni vehicle will ride on Geary Blvd., which makes reducing travel time on the corridor a key piece of improving transit in the city. The transit lanes installed as part of the Geary Rapid Project protect buses from traffic congestion, while smarter traffic signals allow buses to get green lights more often. Similar transit upgrades have been made across the city as part of the Muni Forward program , making your next San Francisco destination closer than ever.  Transit travel time improved after the quick-build phase of the Geary Rapid Project in late 2018 and early 2019, and again after the full project was completed in 2021 — with savings as g...

Shared Spaces are Here to Stay. Permit Renewals are Due January 15, 2023.

Shared Spaces are Here to Stay. Permit Renewals are Due January 15, 2023. By Anne Yalon Shared Spaces, amongst many other benefits, allows our residents and families to enjoy safe and social outdoor dining. Seen here are the the owners of Tio Chilo’s Grill and their children in the restaurant’s parklet on 24th Street in the Mission.  San Francisco’s popular Shared Spaces program allows merchants, restaurants and arts and culture organizations to use the curbside, sidewalk and other public spaces to conduct local business activities and stay afloat. What emerged as an economic lifeline during the pandemic is making San Francisco’s streets more energized, engaged and activated. Many of the Shared Spaces parklets have become central gathering places for the local community. “ Our parklet makes me feel like when I go to Mexico, where outdoor seating is everywhere. People end up joining their friends in our parklet. It is a space for our customers and our community," said Liz V...

Show HN: Let AI to generate beautiful art prints https://ift.tt/oQ4gpb6

Show HN: Let AI to generate beautiful art prints hi, I was working last few months on service where you can easily generate beautiful art images using machine learning algorithm called stable diffusion. Additionally, service is offering possibility to print your favourite images on high quality acrylic sheet and deliver it to you so that you can put them on your wall. What do you think? Best, Wiktor https://www.simulai.co/ December 8, 2022 at 02:16AM

Slow Streets are Here to Stay—Here's How to Use Them

Slow Streets are Here to Stay—Here's How to Use Them By Eillie Anzilotti Slow Streets provide safe travel for children, families, wheel users, older adults, persons with disabilities and the entire community The success of Slow Streets depends on everyone working together to keep these spaces safe and joyful.  On Tuesday, December 6 the SFMTA Board of Directors approved an ongoing, post-pandemic Slow Streets program for San Francisco. That means that Slow Streets are here to stay!   We recognize that there are a lot of questions about how to use Slow Streets. To answer them, we created a fact sheet in English, Spanish, Chinese, Russian, and Filipino. You can find that fact sheet linked here .  The main thing to remember is: Everybody is welcome, and please go slow!  Slow Streets create safe corridors for people who prefer not to drive, while preserving parallel arterial streets for vehicles. On Slow Streets, kids can walk and bike themselves safely to school,...

Show HN: A bookmarklet to remove submissions and comments about ChatGPT from HN https://ift.tt/tco0vsB

Show HN: A bookmarklet to remove submissions and comments about ChatGPT from HN I get it, ChatGPT is cool and you can do plenty with it. But I'm getting tired that every other post is about ChatGPT, and every other comment is about ChatGPT's take on a topic. So I made this bookmarklet to remove comments and posts about ChatGPT (including this one) from HN. Drag and drop the text below to your browser bar, give it a name like "Remove ChatGPT", and get rolling. Whenever you load submissions or a specific comment thread, just click the bookmarklet and the page will be ChatGPT free. javascript:(function() {if (document.getElementsByClassName("comment-tree").length) { Array.from(document.getElementsByClassName("comtr")).filter(elt => elt.innerText.match(/chat\s?gpt/i)).forEach(e => e.parentNode.removeChild(e)); } else { Array.from(document.getElementsByTagName("a")).filter(elt => elt.innerText.match(/chat\s?gpt/i)).forEach(a => { c...

Show HN: I designed a ChatGPT prompt evaluator to ruin your fun;) https://ift.tt/5vMKJV8

Show HN: I designed a ChatGPT prompt evaluator to ruin your fun;) Today I designed a method to prevent users from jailbreaking ChatGPT (for instance, users have generated instructions to produce weapons or illegal drugs, commit a burglary, kill oneself, take over the world as an evil superintelligence, or create a virtual machine which they then can use). The OpenAI team appears to be countering these primarily using prompt engineering or fine-tuning on the ChatGPT model. The idea is to use a second and fully separate, fine-tuned LLM to evaluate prompts before sending them to ChatGPT. You can test this by inserting your successful ChatGPT jailbreaks. Break it for me if you dare! I look forward to seeing your results! https://ift.tt/Y6v3W92 December 6, 2022 at 11:46PM

Show HN: Publish from GitHub Actions using multi-factor authentication https://ift.tt/kSj8imB

Show HN: Publish from GitHub Actions using multi-factor authentication The backstory about this GitHub Action: I discussed with an open-source maintainer why they publish npm packages from their local machine and do not use CI/CD pipelines. They said publishing should require human intervention and want to continue using multi-factor authentication to publish to the npm registry. This led to building the wait-for-secrets GitHub Action. It prints a URL in the build log and waits for secrets to be entered using a browser. Once entered, the workflow continues, and secrets can be used in future steps. The latest release of "eslint-plugin-react" to the npm registry used a one-time password (OTP) from a GitHub Actions workflow! https://ift.tt/WJGtYQI... https://ift.tt/Tveqn6s December 7, 2022 at 12:05AM

Show HN: Codeium – a free, ultrafast AI codegen extension https://ift.tt/9dzsnGb

Show HN: Codeium – a free, ultrafast AI codegen extension I'm Varun, CEO of Exafunction, and we just released Codeium to open up access of generative AI to all developers for free. In the spirit of Show HN, we created a playground version for anyone to try this tech in the browser (click Try in Browser)! We have built scalable, low-latency ML infra for many top AI companies in the past, and we are excited to leverage that tech into a product that we, as developers, would love. We hope that you do too, and we would appreciate any feedback that this community has for us! https://ift.tt/UpqWMh0 December 7, 2022 at 01:27AM

Show HN: Circle Calendar https://ift.tt/ctDQz4k

Show HN: Circle Calendar I've always had a hard time visualizing the relative order and distance between months using a standard columnar calendar. So I made this circular calendar. It's similar to other circular calendars, however I tried to fashion it more like a clock (1-12) to help make the visual connection between the month name and the month number. https://ift.tt/M1Fcg45 December 5, 2022 at 10:10PM

Show HN: We built a CLI app for electronic PDF signature https://ift.tt/ZqKk1G9

Show HN: We built a CLI app for electronic PDF signature As developers, Philipp and me (Thomas) were frustrated with the lack of options for easily signing PDFs via CLI. Most solutions were either proprietary, had no CLI interface or had restrictive licenses, making it difficult for us to use them in our projects. That's why we created open-pdf-sign - a simple, easy-to-use tool for signing PDF from the commandline. We designed with developers in mind, and released it under the Apache-2.0-license. We also added a configurator that configures your Nginx server. It will automatically install and configure your Nginx so all your PDFs will be signed with your SSL certificate on the fly. You can even use your existing Let’s Encrypt certificates. We believe that open-pdf-sign will be a valuable tool for any developer looking to quickly and easily sign PDFs. Give it a try and let us know what you think! https://ift.tt/siXupWm December 5, 2022 at 06:49PM

Show HN: Txt2jira – version 2 of smart Jira work logging tool released today https://ift.tt/Y9Jr8Xf

Show HN: Txt2jira – version 2 of smart Jira work logging tool released today Logging work to Jira does not suck anymore. Check out second version of the tool that makes your work logging life easy ;) Since the first version was a POC cranked out in not more than 2 days, the second iteration took me some more time to craft things with much more care. Have fun checking it out, feedback is appreciated. https://ift.tt/iRMALp6 December 5, 2022 at 03:16AM

Show HN: ChatGPT vs. Turing's 1950 Examples https://ift.tt/Ciwjz1O

Show HN: ChatGPT vs. Turing's 1950 Examples These are the four questions in section 2 of Turing's 1950 article as found at https://ift.tt/7mR1DwU along with the original answers and ChatGPT's answers. Q :Please write me a sonnet on the subject of the Forth Bridge. A :Count me out on this one. I never could write poetry. ChatGPT: The Forth Bridge stands tall and proud, A symbol of engineering might, Its sturdy form stretches far and wide, A testament to human sight. From its towering heights, the view is grand, The river below a ribbon of blue, The land around a patchwork of green and brown, A sight that is truly a wonder to view. Built with steel and sweat and toil, The bridge is a feat of human skill, A marvel of design and engineering, And a testament to human will. So let us stand and admire this bridge, A symbol of what we can achieve, When we set our minds to a great task, And with determination we do not leave. Q :Add 34957 to 70764 A :(Pause about 30 seconds and then...

Show HN: Leetcode but for front end devs (terrible idea?) https://ift.tt/IDfXhUS

Show HN: Leetcode but for front end devs (terrible idea?) Howdy friends! Tell me if this is an atrociously terrible idea - I've been working on building a leetcode for clientside devs so we can practice React and Javascript interview questions in a more concise way, I call it clientside.dev I just finished a beta version of it yesterday and plan on releasing it with many more problems on Jan 1st but it's there if you wanna play with it open to any ideas / feedback however mean or nice it may be :) https://ift.tt/inzQvFr December 3, 2022 at 09:00PM

Show HN: Explore Wikipedia edits made by institutions, companies and governments https://ift.tt/QAFx1jP

Show HN: Explore Wikipedia edits made by institutions, companies and governments Hi HN! Wikiwho is a tool that scans Wikipedia edits and extracts those coming from specific IP ranges associated to known organizations. I've made this as a for-fun side project two years ago. If you want to read more on how it works I've written a short blog article about it here: https://ift.tt/JlzjkRc... I had already posted it here at the time (previous discussion: https://ift.tt/ePMhuVx ) but I've now decided to release the code openly, hence the repost. If you're insterested, you can check the repo here: https://ift.tt/0qLrgKx https://ift.tt/sWvCbD4 December 3, 2022 at 04:32PM

Show HN: Nothing, Forever – a streaming, AI-generated, always-on television show https://ift.tt/lq0ak3J

Show HN: Nothing, Forever – a streaming, AI-generated, always-on television show Hey everybody, we're finally launching our always-on, generative show -- Nothing, Forever -- streaming on Twitch. Nothing, Forever is a parody of '90s sitcoms, done in the style of '90s point-and-click PC games (but, you know, in 3D). We set out to build something weird, new, and novel, and this is what we ended up with. Aside from the artwork and the laugh track you'll hear, everything else is generative, including: dialogue, speech, direction (camera cuts, character focus, shot length, scene length, etc), character movement, and music. Nothing, Forever is built using a combination of machine learning, generative algorithms (we use 'generative' here in a non-academic sense), and cloud services. Our stack is mostly comprised of Python + TensorFlow for our ML models, TypeScript + Azure Functions and Heroku for our backend, and C# + Unity for the client, with some neural voice APIs th...

Show HN: SecretKeeper – The Secure, Free iOS Password Manager https://ift.tt/xPdboic

Show HN: SecretKeeper – The Secure, Free iOS Password Manager Hi all! I was very disappointed that my favorite password managers for iOS went to a subscription-only model, so I decided to take matters into my own hands. SecretKeeper is a FREE password manager for iOS, allowing you to safely store all of your passwords, banking information, etc. behind a single master password (or Touch ID/Face ID). All of your data is encrypted on-device, and is NEVER shared with a third-party. With SecretKeeper, you can easily auto-fill passwords in Safari, too! I'm still making enhancement to it, so don't hesitate to make suggestions if there are features you'd like to see! https://ift.tt/l7qPjWY December 2, 2022 at 07:21PM