Tuesday, January 31, 2023

Show HN: My kids interviewed Vint Cerf – this is what he said https://ift.tt/PEB9j5i

Show HN: My kids interviewed Vint Cerf – this is what he said https://www.youtube.com/watch?v=YNU71T1T1Zw January 31, 2023 at 07:27AM

Show HN: LangChain Tracing https://ift.tt/pkPUuGm

Show HN: LangChain Tracing Something we've been working on for the past few weeks - an easy way to visualize, debug, and explore the execution trace of LangChain agents and chains https://ift.tt/m602z7s January 30, 2023 at 04:54PM

Monday, January 30, 2023

Retailer reveals most reliable graphics cards and motherboards, warranty process times #wanitaxigo


Rendition: Gone But Not Forgotten #wanitaxigo


Netherlands and Japan agree to restrict export of chipmaking tools to China #wanitaxigo


Show HN: ChatGPT writes a song about creating AI in style of Tolkien https://ift.tt/ptrEqYb

Show HN: ChatGPT writes a song about creating AI in style of Tolkien Just finished some work involving ChatGPT when I felt strong Tolkien nostalgia, so asked it to write a song in the style of Hobbit, the result was amusing, so what the heck, here it is: > Write a short song in the style of Tolkien's Hobbit that tells of a skilled programmer creating artificial intelligence Verse 1: In the land of code and screens, Where the bits and bytes do gleam, There lived a programmer so wise, With knowledge and skills that did surprise. Chorus: Creating AI, a masterpiece, A mind so bright, a true release, Bringing forth a new dawn, Of intelligence beyond what's gone. Verse 2: With a flick of his wrist, and a tap of his key, He weaved a spell, of art and decree, An algorithm so pure and fair, That could learn and think, beyond compare. Chorus: Creating AI, a masterpiece, A mind so bright, a true release, Bringing forth a new dawn, Of intelligence beyond what's gone. Bridge: From the data sets, and the endless streams, He crafted a mind, beyond all its seams, With a language so complex, but oh so true, He gave it life, and thus it grew. Chorus: Creating AI, a masterpiece, A mind so bright, a true release, Bringing forth a new dawn, Of intelligence beyond what's gone. Outro: And now it stands, a shining star, With a mind so bright, it can go far, It's a gift to the world, a brand new way, For all to admire, what the programmer's hand did play. January 30, 2023 at 06:47AM

Show HN: Train CIFAR10 to 94% in under 10 seconds on a single A100, world record https://ift.tt/Y0sIC2B

Show HN: Train CIFAR10 to 94% in under 10 seconds on a single A100, world record Hi, My career is currently in this field, and I created this project as (effectively, among other things) a living resume, and to also be a really great workbench for hacking/experimenting on different methods. Testing and getting a feel for how different methods work within this framework is truly a delight, and quite simple/fast. Additionally, generally speaking, many of the mathematical concepts should transfer, so this (for me) has been a really great proving grounds in testing out how something might work in a different place in the real world. We hope to get under 2 seconds of training time (for 94%) within about two years or so, so stay tuned for updates as we continue to push more changes that take us faster and faster than our starting point of ~18.1 seconds or so. By the way, this architecture and training hyperparameters do indeed scale well, just increase epochs from 10->80 and base_depth from 64->128 and you'll have about 95.77% accuracy in about 188 seconds or so (just over 3 minutes :D). That alone is a huge boon! Great to see scaling laws working well within this very, very tight hyperparameter resolution. Feel free to let me know if you have any questions, Hacker News always seems to get me the most traffic. I really love talking about this project, and can't really seem to find anyone to nerd out about it with. This is very, very cool stuff! So feel free to leave a comment, and I'd love to jump in and chat about it! :D :) <3 <3 :)))) https://github.com/tysam-code/hlb-CIFAR10 January 30, 2023 at 03:58AM

Show HN: An online IDE that records your coding session https://ift.tt/gvfy6uQ

Show HN: An online IDE that records your coding session https://ift.tt/0Vh2S48 January 29, 2023 at 11:47PM

Sunday, January 29, 2023

Show HN: Published Thanks-Dependencies written in Rust https://ift.tt/AItOrup

Show HN: Published Thanks-Dependencies written in Rust This only list dependencies(currently only supports cargo of Rust). You can use this lib if you want to list dependencies on your README :) https://ift.tt/oIsS97L January 29, 2023 at 03:22PM

Show HN: Reinventing the wheel, one product at a time https://ift.tt/u2Q6ifz

Show HN: Reinventing the wheel, one product at a time https://ift.tt/37plVaA January 29, 2023 at 11:55AM

Show HN: Display Fox Image in the Terminal https://ift.tt/zDT8cAl

Show HN: Display Fox Image in the Terminal https://ift.tt/XfcYDLu January 29, 2023 at 11:00AM

Show HN: QuadSort, Esoteric Fast Sort https://ift.tt/WgnvSeN

Show HN: QuadSort, Esoteric Fast Sort https://ift.tt/5L8cq3C January 29, 2023 at 06:42AM

Show HN: I built a web app to generate Emacs and Vim themes from VSCode theme https://ift.tt/8qImHQf

Show HN: I built a web app to generate Emacs and Vim themes from VSCode theme Screenshots: https://ift.tt/vWkfspX Website: https://ift.tt/qI2sYcR Source: https://ift.tt/LI58tlV Written in Vanilla JS, generation happens entirely in browser. Automatically adds some default faces for few Emacs packages. Vim version also comes with 256 color support for terminals. https://ift.tt/IXRV0kH January 29, 2023 at 02:21AM

Show HN: Git Heat Map – a tool for visualising git repo activity for each file https://ift.tt/qgIEDRA

Show HN: Git Heat Map – a tool for visualising git repo activity for each file https://ift.tt/4Ur5l8M January 29, 2023 at 03:09AM

Saturday, January 28, 2023

Show HN: Show HN: PlantUML based collaborative UML editor is now open source https://ift.tt/LvUjBXi

Show HN: Show HN: PlantUML based collaborative UML editor is now open source https://ift.tt/7pLlgi0 January 28, 2023 at 06:55AM

Show HN: Gist for simplest dotnet cross platform audio player https://ift.tt/OYSns4F

Show HN: Gist for simplest dotnet cross platform audio player https://ift.tt/yFrYtcp January 28, 2023 at 01:24AM

Show HN: I wrote a blog post about the Two's Complement https://ift.tt/Ev3ULex

Show HN: I wrote a blog post about the Two's Complement Hi folks, I wrote a blog post about the two's complement. I always scratched my head about some details: - "Take the ones' complement and add one" - "Half of the range are negative numbers" - etc. Now I think I understand these details, but had to piece it together from some sources. I'd love to get your feedback on this post. Looking forward. BR, Pedram https://ift.tt/UewXFZo January 28, 2023 at 12:49AM

San Francisco robotaxis are causing false 911 calls and other chaos #wanitaxigo


Calligrapher.ai is using AI for handwriting generation #wanitaxigo


Show HN: Replit) Say No to Things https://ift.tt/NXYVvke

Show HN: Replit) Say No to Things Here's a replit that with a few lines of code may get you out of anything you don't want to do :) https://ift.tt/Ne9z5oa January 27, 2023 at 10:43PM

Friday, January 27, 2023

Show HN: Pashword – Hashed Password Calculator https://ift.tt/rJaUuEj

Show HN: Pashword – Hashed Password Calculator https://pashword.app January 27, 2023 at 09:55AM

Show HN: Scribe AI – ChatGPT Extension for VSCode https://ift.tt/0av5UM8

Show HN: Scribe AI – ChatGPT Extension for VSCode Hi everyone, I'm a junior developer that's been in the work industry for almost 1.5 years and working in the industry, I have to read and understand lots of legacy code and code written by other people. I always thought understanding code written by others to be very time consuming and decided to create a extension to help with that. Seeing as how ChatGPT can be used to understand and modify code, I wanted to integrate it into IDEs. Scribe AI is a VSCode extension that can be used to understand code just by highlighting a piece of code and asking questions about it similar to how you would in ChatGPT. The conversation is saved on your workspace and you can come back to view it later so it's good for note keeping as well. It's currently using the official API of OpenAI to access its GPT models (code-davinci-002 by default) so it's not as performant as ChatGPT but once the official API for ChatGPT is out, I plan to integrate it. It would be awesome if you guys could check it out and let me know if you find it useful or find any bugs or tips and suggestions on how to improve it. Thanks and happy coding! https://ift.tt/tO6Rnr5 January 27, 2023 at 07:31AM

Show HN: Eye-controlled user interface for mobile https://ift.tt/tFESmqe

Show HN: Eye-controlled user interface for mobile https://ift.tt/5Xek43m January 27, 2023 at 07:30AM

Show HN: Chrome extension to close Zoom tabs after launching desktop app https://ift.tt/na1g09V

Show HN: Chrome extension to close Zoom tabs after launching desktop app Hi HN! I use the desktop versions of Zoom, Notion, and Asana, so at the end of the day, I have a ton of Chrome tabs left over from these services launching their apps. I threw together a little extension to clean these tabs up. Do folks tend to use the browser versions of these apps? Or are there other sites that this extension should support? https://ift.tt/NsUo7BH January 27, 2023 at 05:43AM

Show HN: A.I. Runner https://ift.tt/3SzVDfP

Show HN: A.I. Runner Several months ago I released a pay version of my software A.I. Runner but quickly pulled it due to some technical issues. I also didn't care for the architecture (a .net form app running a python server and communicating over a socket). I reworked the application and have relaunched it today. It is written in pure python and has a number of features that the previous version lacked. Current features are txt2img, img2img, inpaint, outpaint, an image gallery, an editable huggingface model db, sprite mode (for easy pixel sprite creation - the whole reason I started the app in the first place) an infinite canvas for outpainting and more. I have released it as a free application and would appreciate any feedback. I recommend installing with the itch.io launcher as this will allow you to easily check for updates. https://ift.tt/6iBpGfS January 27, 2023 at 02:31AM

Sapphire Rapids 56-core Xeon workstation CPU is 47% faster than its predecessor #wanitaxigo


Japanese chip company plans 2nm prototype production by 2025 #wanitaxigo


Thursday, January 26, 2023

Show HN: Coder Guard – Protect Your IDE from Malicious Extensions https://ift.tt/bDKCxl5

Show HN: Coder Guard – Protect Your IDE from Malicious Extensions There is a growing problem with VSCode extensions: - they're not sandboxed (yet) - just like double-clicking an .exe file - they don't have a permission model - they auto update - they have built-in persistence - they are installed on developer machines with high-value credentials The recent CircleCI and LastPass incidents were both suspected to originate from a compromised developer machine - which is becoming every organization's Achilles heel in terms of cyber posture So I've been working on a way to help mitigate some of these risks Right now, only an MVP of a "CLI" is available: $ code --list-extensions --show-versions | curl --data-binary @- https://ift.tt/4Olp7WN Which will list your installed extensions with some enriched information to vet their trustfulness But much more detailed threat intel will be shown in the upcoming website and extension, including - Behavioural data gathered from running the extension on an instrumented sandbox environment - The ability to define policies to allow or block extension installs/updates, based on your specific risk appetite For updates, sign up at https://coderguard.io or follow https://twitter.com/coderguard The reason I'm posting this now is because I'd like to get some feedback in order to course-correct to make sure what I build actually solves people's problems I'd be happy to read any comments, or answer any questions January 26, 2023 at 08:49AM

Show HN: VSCode like editor in an extension. Make code alterations fast https://ift.tt/s8zjyNe

Show HN: VSCode like editor in an extension. Make code alterations fast https://ift.tt/NIDThLe January 26, 2023 at 07:50AM

Show HN: I made a site that automatically unsubscribes you from unread emails https://ift.tt/p5kEVl7

Show HN: I made a site that automatically unsubscribes you from unread emails Hi Guys, I'm Spencer and recently built AutoUnsubscribe to keep on top of my email subscriptions. The basic idea is: Automatically unsubscribe from unwanted emails that you never open, so you can focus on the emails that matter, saving yourself time and effort. I find overtime I accumulate hundreds of email subscriptions accidentally, especially when I ran an ecommerce business where our emails seemed to end up on all our suppliers, and their suppliers mailing lists. Some people stay on top of unsubscribing easily, however it's something I've always struggled with, especially having ADHD. I wanted a way to stop my inboxes getting out of control without me having to do anything so I built this app. An added bonus is it helps you unsubscribe from subscriptions you were on the fence about unsubscribing too, as it points out you have not even opened them. It also warns you before unsubscribing and gives you a chance to whitelist a subscription, to make sure you keep the ones you care about. I realised a lot of people would get the most value out of AutoUnsubscribe very quickly, so I wanted to provide an option for them, as opposed to just subscribing for a month and then cancelling. As a result the base pricing is $5 for seven days, which will let you basically clean out your inbox. I built out the app using Ruby on Rails, to avoid getting lost in the complexity of Javascript frameworks, as an individual developer/designer I think it was the right choice. The app is privacy focused, I will never share or sell your data. It's also why it is a paid app. I know free unsubscribe apps in the past have monetized by selling user data. You can see the site here: https://ift.tt/bPdvQL4 https://ift.tt/rgYCJpD January 25, 2023 at 05:45AM

Show HN: A tool to design and run user state machines https://ift.tt/utXOGAv

Show HN: A tool to design and run user state machines Hi everyone, I’m Joe, CTO at Dopt. We’re building a tool that lets you design user state machines with an SDK so that you can run them in your product. We offer a React SDK that lets you create instances of those machines for any user of your product and exposes methods for transitioning the state of the user—effectively moving them through the machine. Dopt then acts as a persistence layer for the users’ machine state. We call our machines “flows”. Dopt lets you send in data about your users (identify calls/properties) and lets non-devs define rules based on that data for which users should enter the flows. Non-devs can also update content and other custom properties that can be referenced via the SDK. For example, with Dopt’s SDK you can build: - a multi-step, interactive product walkthrough that helps users learn how to use a product by using it ( https://ift.tt/dFrqKRW ) -a getting started checklist that helps a team get setup and activated ( https://ift.tt/i2EM9ja ) You can see a short 4 minute demo of how Dopt at https://www.youtube.com/watch?v=1gRvAp6Cnls We make iteration on your state modeling easy with flow versioning, and we even handle migrating your users between versions on the fly. Dopt’s UI lets everyone easily track how users move through your flows and provides controls for enabling/disabling or resetting them. We’ll work right alongside your analytics and experimentation tools. We started Dopt because we’ve seen the teams building onboarding/education flows struggle with a similar set of issues that Dopt sets out to solve: - Homegrown onboarding is time-consuming to maintain (and it changes a lot!). The logic of the flows is complex and opaque to non-developers and devs are forced to be in the loop for every small copy, targeting, and logic change. - The customer and user data needed to show people relevant experiences lives in multiple places and is hard to build interactive experiences with (e.g. what’s their use case, what plan they’re on, what they’ve done in the product, what other teammates have done in the product, etc…). - Persisting and migrating user flow state is hard. The existing tools aimed at helping people put onboarding into their products frankly suck. They’re not built for developers, only offer boilerplate components, and have brittle integration points that are hard to troubleshoot. They end up producing mostly low-quality tooltip tours. We’re in a closed beta period right now but are looking to find more people building product onboarding that are willing to give Dopt a spin. We’re not charging for Dopt during our beta period and are just asking for feedback to help us learn how to make Dopt better. We’ll eventually start charging later this year (by monthly tracked users) when we go fully self-service but are planning on having a “free in-perpetuity” tier for small use cases to make it easy to evaluate whether Dopt’s valuable. We won’t pull the rug out from anyone who’s built with us during the closed beta. You can signup for our waitlist on dopt.com or drop us a note at info@dopt.com. If you mention HN we’ll skip you to the head of the line and get you product access. We’d love any feedback on the site, docs, and examples too! https://www.dopt.com/ January 26, 2023 at 01:07AM

GPU miners trickery: Watch out for painted memory on used graphics cards #wanitaxigo


Show HN: Img2Prompt, Get prompts from Stable Diffusion generated images https://ift.tt/MZ2gF9U

Show HN: Img2Prompt, Get prompts from Stable Diffusion generated images https://ift.tt/wJqXtCr January 25, 2023 at 11:01PM

Wednesday, January 25, 2023

Show HN: The Paul Graham-Inator https://ift.tt/wJCyUh2

Show HN: The Paul Graham-Inator https://ift.tt/tvoMN52 January 24, 2023 at 08:48PM

Why are the Intel Arc graphics drivers 1.2GB? #wanitaxigo


Show HN: Infisical – open-source secrets manager for developers https://ift.tt/RP9Bund

Show HN: Infisical – open-source secrets manager for developers Two months ago, we left our jobs at AWS and Figma to continue building Infisical. It is an open-source end-to-end encrypted tool that helps you manage developer secrets across your team, devices, and infrastructure. During the previous Show HN, we got a lot of useful feedback which we’ve been iterating on A LOT! In the past month, we’ve been pretty much working 24/7, and we added: - Integrations for Vercel, Netlify, GitHub Actions, Render, and Fly.io - Public API - User activity logs - Point-in-time recovery and secret versioning - Custom environments - Kubernetes operator ( https://ift.tt/sMy39IK ) And made lots of other performance improvements both on the frontend and backend. Our repo is published under the MIT license so any developer can use Infisical. The goal is to not charge individual developers. We make money by charging a license fee for some enterprise features as well as providing a hosted version and support. In the coming weeks, we plan to add features like key rotation, alerts, and secret groups - as well as continue adding more integrations. Give it a try ( https://ift.tt/coyEP7F )! We’d love to hear what you think! Main website: https://infisical.com/ https://infisical.com/ January 24, 2023 at 11:15PM

Show HN: Save Money on RDS, Elasticache, Redshift with Vantage Autopilot https://ift.tt/9VlDZsb

Show HN: Save Money on RDS, Elasticache, Redshift with Vantage Autopilot https://ift.tt/8W4KeHr January 24, 2023 at 10:33PM

Tuesday, January 24, 2023

Blizzard takes most of its games offline in China #wanitaxigo


The Best Tablets in Early 2023: An Evolving and Affordable Form of Computing #wanitaxigo


Popular seven-year-old Steam game gets price increase due to inflation #wanitaxigo


This water-cooling mod reduces an Nvidia RTX 4090 to a size small enough to fit in an ITX case #wanitaxigo


Show HN: See your Twitter friends and followers nearby on a map https://ift.tt/TG7CkQK

Show HN: See your Twitter friends and followers nearby on a map https://ift.tt/o4WSXLE January 23, 2023 at 10:38PM

Show HN: Fileport – Teleport Your Files https://ift.tt/8WLP5yV

Show HN: Fileport – Teleport Your Files Hello HN, Fileport is an online service that provides the fastest way to send files over the internet. Typically, email providers have file size restrictions and online cloud storage can be cumbersome to use. Fileport is the simplest way of transferring large files from point A to B. Intended for creative individuals like artists, video/audio editors, photographers showcasing their work or anyone whose work depends on exchanging large files. Fileport is capable of “streaming” files to the recipient (or multiple recipients) as you upload them. You can upload multiple files or folders which can be downloaded in a compressed format, even while uploading. Files are automatically checksummed for integrity during the upload process. There is a subscription available for users that require more features, like Photobooks. Photobooks are online photo & video albums that provide an ultra fast and clean web interface with all original files available for download. Files up to 2 GB can be uploaded by anyone without the need of an account. https://fileport.io January 23, 2023 at 08:58PM

Monday, January 23, 2023

Intel Core i3-13100 vs. AMD Ryzen 5 5600: GPU Scaling Performance #wanitaxigo


Show HN: Making an open source project regrouping the most interesting AI APIs https://ift.tt/E4M1gok

Show HN: Making an open source project regrouping the most interesting AI APIs Hi, I'm working on a project that regroups all best AI (AIaaS) from different providers (GCP, AWS, Azure, DeepL, etc.) [in one API]( https://ift.tt/8Mbp2V4 ). I've got asked the question : *why aren't you regrouping Open Source models (instead of proprietary APIs) into one repo?* well because it doesn't make sens to deploy and maintain large pytorch (or other framework) AI models (especially for document parsing, image and video moderation or speech recognition) in every solution that wants AI capabilities. So using APIs makes way more sens. Deployed OpenSource models are being included using different APIs like HuggingFace and other equivalents. The current plan is to add some of these AI capabilities into [n8n automation]( https://ift.tt/FvWQrRe ) and [Odoo App]( https://ift.tt/3BZdTGS ) (*receipt, resume* and *ID document parsing, content moderation* and *translation*) . Some other capabilities can include : *summarization, keyword extraction, sentiment analysis* for text data and also *speech to text* or *image* and *video tagging*. Do you know other Open Source projects You want this could integrate to ? https://ift.tt/8Mbp2V4 January 23, 2023 at 12:09PM

The first small modular nuclear reactor has been approved for use in the US #wanitaxigo


Show HN: DIY Ngrok Alternative https://ift.tt/AksEFHv

Show HN: DIY Ngrok Alternative https://ift.tt/8prXsHg January 23, 2023 at 12:04AM

Show HN: Auto2FA – Autofill SMS 2FA codes anywhere https://ift.tt/exyRvHO

Show HN: Auto2FA – Autofill SMS 2FA codes anywhere https://ift.tt/efabCsu January 22, 2023 at 09:46PM

Show HN: Schedule flexible 1:1's or team meetings using AI https://ift.tt/xkfXdKL

Show HN: Schedule flexible 1:1's or team meetings using AI https://ift.tt/NngdZ5G January 22, 2023 at 11:39PM

Show HN: Tmfi: The Missing Firefox Installer https://ift.tt/9kAEymP

Show HN: Tmfi: The Missing Firefox Installer Mozilla provides prebuilt versions of Firefox for macOS, Windows and Linux. Unfortunately, the Linux version is just a tarball, so it does not create a menu entry or install itself in $PATH. tmfi fixes this. https://ift.tt/fjVD40U January 22, 2023 at 08:15PM

Sunday, January 22, 2023

Show HN: New AI edits images based on text instructions https://ift.tt/vOVghDL

Show HN: New AI edits images based on text instructions This works suprisingly well. Just give it instructions like "make it winter" or "remove the cars" and the photo is altered. Here are some examples of transformations it can make: Golden gate bridge: https://ift.tt/DhMGkTO... Girl with a pearl earring: https://ift.tt/DhMGkTO... I integrated this new InstructPix2Pix model into imaginAIry (python library) so it's easy to use for python developers. https://ift.tt/S7eqFzV January 22, 2023 at 06:25AM

When it comes to semiconductors, leading is not everything #wanitaxigo


Show HN: Task Completion Engine https://ift.tt/Jhf81WD

Show HN: Task Completion Engine Hi HN, This is Saravanan. I built a simple tool to assist you to complete a given task. I love to hear your thoughts / feedback on this POC. Thank you https://taskbloom.com/ January 22, 2023 at 09:05AM

Show HN: Can you tell if this poem was written by AI? https://ift.tt/mrePYX9

Show HN: Can you tell if this poem was written by AI? https://ift.tt/xi9pvzf January 22, 2023 at 02:12AM

Saturday, January 21, 2023

Show HN: A lightweight tRPC-like alternative https://ift.tt/jAKdCBl

Show HN: A lightweight tRPC-like alternative https://ift.tt/AqxmGFP January 21, 2023 at 08:59AM

Show HN: Made to fit alternative to ready fast fashion https://ift.tt/R4pvhBL

Show HN: Made to fit alternative to ready fast fashion Our attempt to provide a made to fit or personalised garments as an alternative to fast fashion brands. https://ift.tt/uSHGQnP January 21, 2023 at 12:34PM

Show HN: TypeHub – a collaborative platform to design open data specifications https://ift.tt/0TuycRs

Show HN: TypeHub – a collaborative platform to design open data specifications https://typehub.cloud/ January 21, 2023 at 02:11AM

Show HN: Quartermaster – Search and download torrents from the terminal https://ift.tt/XdWfivc

Show HN: Quartermaster – Search and download torrents from the terminal https://ift.tt/s4xEgcw January 21, 2023 at 01:06AM

Show HN: Copilot plugin for any shell program https://ift.tt/3eVbpFN

Show HN: Copilot plugin for any shell program Hi HN, I thought some of you might find this useful/fun. cpwrap runs whatever command you pass it, sending the transcript to copilot and giving you autocomplete suggestions along the way. It's like how rlwrap gives you readline input editing- cpwrap gives you copilot input editing. In other words, copilot for ed: https://twitter.com/markdotdev/status/1616273277533446145 Or sh, python, any non-curses interactive shell program. And it's a single public domain c file, though you need node and the copilot extension files to run the copilot agent. (And a copilot subscription.) https://ift.tt/AscdHaf January 20, 2023 at 08:22PM

Android 13 reaches five percent of Android devices in five months #wanitaxigo


Friday, January 20, 2023

Computer Tips & Tricks Everyone Should Know #wanitaxigo


Classified military documents were posted to the War Thunder forum twice this week #wanitaxigo


Show HN: Free, open-source tool for backing up Microsoft 365 Data – Corso https://ift.tt/ENjfmPL

Show HN: Free, open-source tool for backing up Microsoft 365 Data – Corso https://ift.tt/WSQK3bX January 20, 2023 at 01:26AM

Show HN: Music Audio Search Engine Using OpenAI's Embeddings on GPT Descriptions https://ift.tt/aYE2GsK

Show HN: Music Audio Search Engine Using OpenAI's Embeddings on GPT Descriptions I am excited to announce a new tool for music producers and audio enthusiasts - a music audio search engine. With just a simple description of the groove you're looking for, our semantic search engine will output the most similar audio in seconds. I used the Freesound.org API to upload over 3,000 grooves to MongoDB, and combined all the relevant data such as tags, title, description, BPM, etc. into OpenAI's Text-Davinci to generate a unique description of each sound. I then embedded these descriptions using the Ada Embeddings Model and inserted them into Pinecone DB vector database, making it easier to find the perfect sound for your next project. This search engine is designed to save you time and make your music production process more efficient. Give it a try and see the difference it makes in your workflow. I would also appreciate any feedback on how I can improve the website and make it even more user-friendly. https://ift.tt/S7dXYEL January 20, 2023 at 04:07AM

Show HN: lakeFS – Version Control for Big Data https://ift.tt/XjV6f1l

Show HN: lakeFS – Version Control for Big Data https://ift.tt/wuPehOB January 19, 2023 at 06:18PM

Show HN: Awkdoc: javadoc for the shell, written in Awk https://ift.tt/wH3nme1

Show HN: Awkdoc: javadoc for the shell, written in Awk I like bash, and use it as often as possible. Sometimes the projects become large. I needed a tool to help generate documentation. Makes it easier to step away, come back after some time, and re-acquaint myself with the monstrosity I've wrought. `awkdoc` generates markdown documentation from in-line comments in shell scripts. https://ift.tt/j0FoaZ6 January 20, 2023 at 12:09AM

Thursday, January 19, 2023

Asus ROG Flow X16 Gaming Laptop Review #wanitaxigo


Boston Dynamics' new Atlas video shows how the robot could help construction workers #wanitaxigo


Show HN: Codex – Find and Replace for Code https://ift.tt/0Dk5TWK

Show HN: Codex – Find and Replace for Code Most code editors' find & replace features are still very close to the original design intended for text documents, so they become unwieldy when you need to match across newlines and indentation for example, or when a parse of the code is necessary to capture a particular expression. Codex ( https://ift.tt/ExL3eFI ) is an attempt to rethink what find & replace should look like in a modern code editor. It defines a simple but powerful syntax for describing code modifications, combining plain text, regular expressions and Tree-sitter queries, along with sensible handling of newlines and indentation*. It can be used just like regular plain text find & replace, but allows freely mixing in regexes and Tree-sitter queries as more flexibility is needed. It introduces "line quantifiers" for matching a bunch of lines at the same nesting level, so basic structural changes can be achieved without even using a query (see the JavaScript function example in the link). I designed Codex with a specific use case in mind (the one I show in my demo video: https://www.youtube.com/watch?v=MQ_N0-AJ2Qg ), so any suggestions for other things it should support would be much appreciated, as well as general feedback. *Indentation is relative and space/tab agnostic. https://ift.tt/ExL3eFI January 18, 2023 at 10:56AM

Show HN: Backhooks, hooks for Node.js and the back-end https://ift.tt/ch0ola8

Show HN: Backhooks, hooks for Node.js and the back-end https://ift.tt/KTIkBJf January 19, 2023 at 01:10AM

Show HN: Unblob – extraction suite for 30+ file formats https://ift.tt/yDnZw6a

Show HN: Unblob – extraction suite for 30+ file formats https://ift.tt/CMy1iBY January 19, 2023 at 12:51AM

Researchers demonstrate improved system that "sees" humans through walls using Wi-Fi signals #wanitaxigo


Wednesday, January 18, 2023

Intel CEO Pat Gelsinger says semiconductors will become more important than oil in geopolitics #wanitaxigo


Show HN: Metapict – TikZ like figures using Racket https://ift.tt/qScdkra

Show HN: Metapict – TikZ like figures using Racket https://ift.tt/lL5Ab4V January 18, 2023 at 12:00AM

Show HN: AI analyzes Earnings calls for profit https://ift.tt/LMpeqsa

Show HN: AI analyzes Earnings calls for profit I have been working on this AI that analyzes earnings report line by line and highlights texts based on the sentiment Here is a direct link to some of the popular stocks' latest earnings analysed with AI Meta Platforms [ link in comments ] Apple, Inc. [ link in comments ] Tesla, Inc. [ link in comments ] The green highlights are positive, and the red ones you can see if you scroll are negative statements I also made a tab on top where you can see, individual statements made on margin, revenue, and growth Hope you guys find it helpful, I'm always happy to take feedback or any more data you wanna see, please feel to comment and let me know January 18, 2023 at 04:32AM

Show HN: I made a tool, create GitHub Repository from local directory directly https://ift.tt/w6mxrXo

Show HN: I made a tool, create GitHub Repository from local directory directly Create a remote repository directly from your local folder to GitHub. https://ift.tt/mM31Siw January 18, 2023 at 03:28AM

Show HN: Summate.it – Quickly summarize web articles with OpenAI https://ift.tt/YTerf8J

Show HN: Summate.it – Quickly summarize web articles with OpenAI https://summate.it/?v2 January 18, 2023 at 01:59AM

Smartphone shipments dip to lowest seen in a decade, 17-percent decline from 2021 #wanitaxigo


Hard drive shipments nearly halved in 2022 #wanitaxigo


Tuesday, January 17, 2023

Show HN: I made a minimalist time blocking app 2.0 https://ift.tt/V5nDP83

Show HN: I made a minimalist time blocking app 2.0 I made a time blocking app with a minimalist look & feel, only time blocking one day at a time, customisable intervals and easy to organize without overlapping with new updates: - new minimalist design - set colour to your time blocks - smooth drag and drop to organize your time blocks You can try it for free at https://ift.tt/k5lEKz0 . Thanks for checking out Timeist 2.0. Feel free to leave any feedback or suggestions https://timeist.app January 17, 2023 at 04:52AM

Show HN: Vento, Screen Recorder that lets you rewind and re-record over mistakes https://ift.tt/kWTwcGI

Show HN: Vento, Screen Recorder that lets you rewind and re-record over mistakes Hey folks, we made this screen recording tool to fix one simple problem - fixing your mistakes easily when recording so you don’t have to constantly restart or stitch. I’m not particularly great at presenting and so mistakes will inevitably happen during a screen recording, and it’s worse when you’re already 5 minutes into your recording, forcing you to restart completely. Please check this out and let us know what you think! https://vento.so January 17, 2023 at 12:31AM

Show HN: Anonymous Feedback Tool for Teams https://ift.tt/61A8Bl2

Show HN: Anonymous Feedback Tool for Teams https://runsignals.com/ January 16, 2023 at 11:53PM

Show HN: AI Remote Setups – Rate remote work setups generated with AI https://ift.tt/ORpxv89

Show HN: AI Remote Setups – Rate remote work setups generated with AI Remote Setups generates remote work setups or home office setups using AI and lets users rate them. The setups listed on it are astoundingly beautiful and all of them are in ultra high quality. https://remotesetups.xyz January 17, 2023 at 01:14AM

Laptop Core i9-13980HX smashes 30K barrier in Cinebench, outperforming AMD's Ryzen 9 7900X #wanitaxigo


Monday, January 16, 2023

Show HN: Sketch – AI code-writing assistant that understands data content https://ift.tt/ezCpFud

Show HN: Sketch – AI code-writing assistant that understands data content https://ift.tt/tCeSufa January 16, 2023 at 03:33PM

The Samsung Galaxy Z Fold 5 could have no visible screen crease thanks to a new design #wanitaxigo


Show HN: Koinos Kosmos – News from Around the World https://ift.tt/IoMUNz7

Show HN: Koinos Kosmos – News from Around the World A little project to display news from around the world, from a local source. I wanted to see what people all over the world might be thinking or dealing with and I think this does a decent job at it. Many of the sites are the national news agency, when I didn't find one, I then chose a popular news site. I selected for English first and only when there wasn't one, I took the website and then run translate it. This means that the news sources are biased for English speakers, possibly expats. Please let me know if there is a better representative news source. The missing countries are Kiribati, Micronesia, Nauru and Tuvalu. An interesting note is that many countries had English news but African countries seemed to only have French and South American countries only had Spanish. These places didn't have English alternatives which might say something about their own identity, maybe it is stronger there or they don't have much to do with the West? https://ift.tt/TSH4pIo January 16, 2023 at 07:13AM

Show HN: Caff.ai a Caffeine Manager for better sleep and more energy https://ift.tt/muOWdVa

Show HN: Caff.ai a Caffeine Manager for better sleep and more energy Hey HN, I often don't know if I can have a coffee at 2pm and started logging my caffeine intake so I wouldn't be up until 2am. For me it was never as easy as a cut off time (ie stop coffee at 1pm) because I vary the amount and timing of my coffee day to day. I made an app that helps you stay in your custom 'daytime target range' and under your 'bedtime target' caffeine level. It can predict how much caffeine you'll have at bedtime and tell you what time your caffeine will be below a configurable sleepable level. I also added a feature that gives you a notification 30 minutes before you can have your last cup of coffee and still be under your bedtime target at bedtime. This helps you stay maximally caffeinated while minimizing the negative effects. I have over 600 drinks in my drinks list, and I'd appreciate any feature suggestions or tangential app ideas as well. https://ift.tt/U1hEINZ January 16, 2023 at 12:30AM

Show HN: Free Online Course – Debugging Difficult Conversations https://ift.tt/USAOc7l

Show HN: Free Online Course – Debugging Difficult Conversations As an engineer I get frustrated at other training courses that talk a lot of theory, but don't have a lot of practical advice and tools to actually help. So, I built an online self-paced training course on difficult conversations (think feedback, salary negotiation, etc) that I wanted to share with the community. I like to make my training courses more "algorithmic." A process you can follow to approach a Difficult Conversation, get in the right mindset to tackle it, and prepare what you need to that allows you to do it well. This course will teach you: - What Difficult Conversations are and what happens when you ignore them - Why having Difficult Conversations can be beneficial to you, your team, and your career - A framework (and accompanying worksheet) to help you prepare for Difficult Conversations https://ift.tt/1z5tpCj January 16, 2023 at 12:19AM

Show HN: Basic GPT no-code app builder and appstore proof of concept https://ift.tt/hiGQEmV

Show HN: Basic GPT no-code app builder and appstore proof of concept https://ift.tt/xeE6XYW January 15, 2023 at 11:21PM

Sunday, January 15, 2023

Show HN: QoQo, your user experience AI companion https://ift.tt/5hMExwX

Show HN: QoQo, your user experience AI companion QoQo is an AI companion for UX designers, agencies, and organizations that helps them stay organized and save time. It has a wide range of features that can assist in streamlining workflows, improving collaboration and increasing productivity. https://ift.tt/GagjvL7 January 15, 2023 at 03:13PM

Show HN: Create your own video clips with Stable Diffusion https://ift.tt/PQGtyde

Show HN: Create your own video clips with Stable Diffusion A few months ago, I started making video clips with stable diffusion and noticed that the tools to do this were too complicated for everyday people. That's why I built neural frames. Enjoy. https://ift.tt/cEhfT7I January 15, 2023 at 02:55PM

Show HN: I wrote the most comprehensive book on Rails and Hotwire https://ift.tt/Mkeh84a

Show HN: I wrote the most comprehensive book on Rails and Hotwire This book is what I believe to be the most comprehensive resource on Rails and Hotwire in existence. It covers advanced Rails concepts in details and also teaches Turbo Native alongside web concepts. I like to think of it as a spiritual sequel to Michael Hartl's Rails Tutorial. https://ift.tt/dcPaRWH January 15, 2023 at 02:53PM

Show HN: Pain of Requesting Screen Recordings/Screenshots from Users https://ift.tt/dSy0j3h

Show HN: Pain of Requesting Screen Recordings/Screenshots from Users https://ift.tt/CxwIJ7A January 15, 2023 at 02:47PM

Show HN: Group accountability for atomic habits (iOS) https://ift.tt/RWbz4T7

Show HN: Group accountability for atomic habits (iOS) I started this project by running 10-day group challenges on Whatsapp. The group was gathered via a Webflow landing page, Google forms, Zapier and a PayPal button (here’s what I posted on HN at that time - https://ift.tt/EGUZ9Hd ). The WhatsApp challenges turned out to be a hit with over 85% checking in daily and 45% repaying to join multiple challenges. After having tried Streaks, Habitify, GTD, reminder apps, google calendar, Notion...etc—I was still having trouble staying consistent with my personal/wellness goals and habits. Methods from Atomic Habits by James Clear—are what worked best for me—but sticking to it alone was hard. For example, I had a daily push-up reminder on my google calendar that I ignored for almost a year. Fast forward, I’m now on day 120+ doing push-ups, meditation and waking up before 6am—after participating in group accountability challenges :) To see if we can scale it to help more people and potentially build a community-driven business—we just released an iOS app. Recap of how it works: - Join 10-30 day accountability challenges in small groups of 3-12 people - Commit a daily goal and check-in with the group on whether you didn’t or didn’t do it - Daily visual progress reports, reward credits/penalties and support from others helps everyone stay on track - Create and join private challenges with friends Would love to have you try it by joining a challenge—and see if could help you become the person you want be for 2023! https://ift.tt/FOC7dWs January 15, 2023 at 02:16PM

Show HN: Gopherawaitof: For Await of Library for Golang https://ift.tt/97jVFha

Show HN: Gopherawaitof: For Await of Library for Golang https://ift.tt/vVafbRc January 14, 2023 at 11:30PM

Saturday, January 14, 2023

Show HN: Minesweeper on a chess board with chess pieces as mines https://ift.tt/TICH2vu

Show HN: Minesweeper on a chess board with chess pieces as mines rearrange the chess pieces so that the number of pieces threatening each square matches the large number in that square? pieces move freely https://ift.tt/W3kV6d8 January 14, 2023 at 07:42PM

Show HN: Kody Tools – I developed 300 tools in 6 months https://ift.tt/jtZrfCH

Show HN: Kody Tools – I developed 300 tools in 6 months This is just a side hustle but I ended developing 300+ tools. Any feedback or suggestion is welcome. https://ift.tt/bZLRrgS January 14, 2023 at 07:15PM

Show HN: Tweet Spear – Accurate replies to boost your Twitter engagement https://ift.tt/V62LPix

Show HN: Tweet Spear – Accurate replies to boost your Twitter engagement https://tweetspear.com January 14, 2023 at 08:56AM

Show HN: Building a public domain print-at-home newspaper using Scroll https://ift.tt/nRIPdge

Show HN: Building a public domain print-at-home newspaper using Scroll https://www.youtube.com/watch?v=6a-QyXYKOYw January 14, 2023 at 01:19PM

TSMC may cut 3nm wafer prices to entice AMD, Nvidia, others #wanitaxigo


Show HN: Made a GPT-3 powered Chrome extension to explain code anywhere https://ift.tt/v9QV8NB

Show HN: Made a GPT-3 powered Chrome extension to explain code anywhere https://ift.tt/swz5Fbm January 14, 2023 at 08:33AM

Show HN: Use predictive modeling to win your bracket competition https://ift.tt/UCMDA8h

Show HN: Use predictive modeling to win your bracket competition Hi! I made this as a side project this week to submit a bracket for our friends' NFL playoff bracket competition. It is all html and vanilla JS, runs directly in the browser, and is pretty fun to take for a spin. Obviously it is far from polished - that might have to wait for next year! https://nflbracket.xyz/ January 14, 2023 at 04:46AM

Friday, January 13, 2023

Show HN: Golang Configuration Library https://ift.tt/5Ap2wY3

Show HN: Golang Configuration Library https://ift.tt/GRxC1hm January 13, 2023 at 09:08AM

God of War Ragnarök leads the DICE Awards with almost twice as many nominations as Elden Ring #wanitaxigo


Intel Core i9-13900KS Review: Hitting 6 GHz #wanitaxigo


Show HN: Automate any software and website with no-code editors and Python https://ift.tt/E7YdS8L

Show HN: Automate any software and website with no-code editors and Python https://ift.tt/c6q30HU January 12, 2023 at 11:48PM

Show HN: Vent: Anonymous Topic-Based Microblogging https://ift.tt/V3ZaeGq

Show HN: Vent: Anonymous Topic-Based Microblogging https://ift.tt/8Q5XcVx January 13, 2023 at 04:05AM

DirectStorage benchmark shows massive transfer speed improvements #wanitaxigo


Thursday, January 12, 2023

Ubisoft cancels four more games, delays Skull & Bones for sixth time amid financial woes #wanitaxigo


Show HN: Desktop app distribution made easy https://ift.tt/m2hBIlb

Show HN: Desktop app distribution made easy https://ift.tt/4gbnN1m January 12, 2023 at 01:40PM

Show HN: Mapperly – A .NET source generator for object to object mappings https://ift.tt/9TGgQSo

Show HN: Mapperly – A .NET source generator for object to object mappings https://ift.tt/Jic0mjL January 12, 2023 at 12:39PM

Alienware AW3423DWF 34" QD-OLED Review: Almost the Same Great Monitor, Cheaper Price #wanitaxigo


Boosting CX Through Intelligent Asset Management

Implementing a robust maintenance and support strategy can guard against unplanned outages that create major problems for asset owners and operators.

Show HN: Fern, a language for defining REST APIs that compiles into OpenAPI https://ift.tt/7j8qNes

Show HN: Fern, a language for defining REST APIs that compiles into OpenAPI Hi HN, this is Danny, Deep, and Zach. We built Fern after our previous ed tech startup failed. We were frustrated with how much time we spent writing “API code” instead of working on the actual product. We tried to use OpenAPI but we were underwhelmed - the generated code wasn’t idiomatic and it still required manual work (custom templates, scripts, manually publishing SDKs to registries). The Fern compiler takes your API as input and invokes generators that output things like: SDKs, server code, a Postman collection, and an OpenAPI spec. Some technical highlights about the compiler + generators: - The compiler (available as a CLI) handles syntactic + semantic validation. It also includes a linter that encodes best practices. If your API Definition compiles, you can have high confidence that the SDKs will generate correctly. - After all the parsing and validation, the compiler outputs an intermediate representation that gets handed off to the generators. This prevents each generator from re-implementing the same parsing and validation logic. - Each generator is implemented in the language it is targeting - e.g. the Python generators are written in Python, the TypeScript generators are written in TS. It makes the SDKs more idiomatic because every programming language generally has the best tooling/libraries for generating code in itself. We also think it’ll make community involvement + contribution easier. - The generators can output the code to disk, but also push the code to a Github repo and publish the SDK directly to registries (e.g. npm, Maven). We are looking for devs to use Fern for API development. If you have any feedback about the process, compiler, or the generated code, we’d love to hear it. "Plant Store" example: https://ift.tt/L9NxTeD Generated repos: - https://ift.tt/M1ZngoB - https://ift.tt/dHVofrI - https://ift.tt/my4TUer - https://ift.tt/4rcN1F9 https://ift.tt/zyeR2Q4 January 12, 2023 at 01:09AM

Piranha Games will announce a new single-player MechWarrior game this year #wanitaxigo


Wednesday, January 11, 2023

Show HN: Simple Mind Map App https://ift.tt/BkUuTY8

Show HN: Simple Mind Map App https://ift.tt/Zy0drMs January 11, 2023 at 11:46AM

The final Windows 7 and 8 patch is here, adding secure boot to Windows 7 (kind of) #wanitaxigo


Show HN: Python with Rust powers https://ift.tt/BLbGs5X

Show HN: Python with Rust powers https://ift.tt/PzW8jOK January 11, 2023 at 12:13PM

Show HN: Syncthing-map – a utility to map syncthing devices and folders https://ift.tt/RJThmFW

Show HN: Syncthing-map – a utility to map syncthing devices and folders If you use the excellent Syncthing[1], you may quickly be lost in the various shares between devices. I was. This was the trigger to write a small application that creates a map of your devices, their folders, and how each is shared. It is directly based on the configuration file of each device. The stable version[2] generates a HTML file you can render in a browser to show the map (based on mermaid.js[3]). I just released an experimental feature[4] that starts a web server which will dynamically create the map based on configurations shared by the devices. Binaries are available as well[5]. I would be glad to hear any comments or advice (I am an amateur developper). Thanks! [1] https://syncthing.net/ [2] https://ift.tt/3IMlDLZ [3] https://ift.tt/GMO4J1s [4] https://ift.tt/uB6xG9O... [5] https://ift.tt/eWdl98T https://ift.tt/nB1DuAz January 10, 2023 at 10:03PM

Show HN: usbc.wtf – an article and quiz to find the right USB-C cable https://ift.tt/Cm6ceAb

Show HN: usbc.wtf – an article and quiz to find the right USB-C cable https://usbc.wtf/ January 11, 2023 at 01:55AM

Android Auto's big overhaul is finally here with major interface improvements #wanitaxigo


Monday, January 9, 2023

ChatGPT used to create fairly complex malicious code #wanitaxigo


Show HN: Hey GPT-3, Write my PRD https://ift.tt/M6shkvI

Show HN: Hey GPT-3, Write my PRD https://writemyprd.com/ January 9, 2023 at 02:09PM

MSI tweets that the RTX 4070 Ti's price isn't "as bad as a RTX 4080" #wanitaxigo


BioNTech to start UK cancer vaccine trials using same mRNA tech found in its Covid-19 shots #wanitaxigo


Show HN: Timezones Calculator App https://ift.tt/1Uk5dh8

Show HN: Timezones Calculator App Helpful tool for remote work to track time in different cities https://ift.tt/CgmLcxh January 9, 2023 at 12:34PM

Show HN: Caretta – Instant K8s service dependency map, right to your Grafana https://ift.tt/6NdvkOl

Show HN: Caretta – Instant K8s service dependency map, right to your Grafana https://ift.tt/603xF5I January 9, 2023 at 10:29AM

Sunday, January 8, 2023

Show HN: Kweb: A remote interface to the web browser's DOM https://ift.tt/ut7DlET

Show HN: Kweb: A remote interface to the web browser's DOM https://ift.tt/QBs13n6 January 8, 2023 at 12:14PM

How to Deep Clean Your Keyboard #wanitaxigo


Show HN: jc - Meta-program C with JavaScript https://ift.tt/BQaG9xi

Show HN: jc - Meta-program C with JavaScript https://ift.tt/Q6MdkN9 January 8, 2023 at 05:47AM

Show HN: Have voice-only virtual coffees with fellow HN'ers https://ift.tt/MRhLQil

Show HN: Have voice-only virtual coffees with fellow HN'ers I'm running several voice-only virtual coffee events on the Discord server in the URL, only for today. The rules are pretty simple: 1. Wait for the "event" to start (see times at the end) 2. If there are no tables with 1 participant, join any one. 3. If there is a table with 1 participant, join that one. 4. When the event ends, all the voice channels are deleted and you have to wait till the next event starts. I initially wanted to build my own web app but then I realised it would be so much easier to just leverage Discord's infrastructure. I also built a bot in a couple hundred lines of Go code (love the language!) to bulk create/delete voice channels. I intentionally left it super basic to validate if there's a need. I personally would love to have virtual networking events, but then again I know I'm somewhat odd as I come from a sales background. If you're interested/want to take part in more of these events, check out my profile where I have some contact options. Anyway, here's the times (each lasts 1 hour): - 8 AM GMT / 1.30 PM IST / 12 AM PST - 11 AM GMT / 4.30 PM IST / 3 AM PST - 2 PM GMT / 7.30 PM IST / 6 AM PST - 5 PM GMT / 10.30 PM IST / 9 AM PST - 8 PM GMT / 1.30 AM IST / 12 PM PST - 11 PM GMT / 4.30 AM IST / 3 PM PST https://ift.tt/xvD04KG January 8, 2023 at 08:59AM

Show HN: RegexGo – Regex Generator from Examples https://ift.tt/ICBsiqS

Show HN: RegexGo – Regex Generator from Examples You can enter strings to match/not match and the generator will spit out an according regex. It's not 100% accurate, but I feel like this could still be useful in at least getting a starting point when initially trying to make a regex? https://ift.tt/0MYNsDU January 8, 2023 at 09:22AM

Show HN: GPT3 Get answers to technical questions from your documentation site https://ift.tt/r1Vl2az

Show HN: GPT3 Get answers to technical questions from your documentation site https://ift.tt/D6WfKxJ January 8, 2023 at 08:45AM

Saturday, January 7, 2023

Show HN: Devbase – Find products to make your next fantastic project https://ift.tt/hqPbd2M

Show HN: Devbase – Find products to make your next fantastic project Hi HN, I have created a webpage showcasing incredible products to inspire developers to do their next fantastic project. I would like to know if any features or functionalities could be improved or added to the webpage to make it more helpful to developers looking for inspiration. Any feedback or suggestions you have would be greatly appreciated. Thanks. https://devbase.fyi/ January 7, 2023 at 06:24AM

Show HN: I Market-Make AWS Cloud Contracts to Save Companies $40M+ https://ift.tt/JH9zxd8

Show HN: I Market-Make AWS Cloud Contracts to Save Companies $40M+ Hey HN: Kaveh here, the founder of https://www.usage.ai/ We help companies drive down AWS EC2 spend by buying and selling 3-year no-upfront reserved instances. Why? Because there's almost no liquidity on the AWS EC2 RI Marketplace and it can take a while, if at all, to sell an RI if you need to stop using one. Previous to founding Usage, I worked at JPMorgan Chase as a summer analyst. Here's how it works: We are typically brought in by a DevOps manager to cut AWS EC2 costs. The app is entirely self-service and the savings are generated automatically, typically we do this live on a call. On average, we reduce AWS EC2 spend by 50% for 5 minutes of work. To reduce by 50%+, we've built a pool of reserved instances that's shared across our pool of customers. When a customer scales up their EC2s, Usage buys RIs. When a customer scales down their EC2s, Usage sells RIs. At this point, we've saved companies tens of millions of dollars in spend and have a lot of liquidity, so we take on very little risk. We make money off of a 20% Savings Fee. Happy to chat directly kaveh@usage.ai Have you experienced any issues with managing your company or organization's AWS expenses? We'd love to hear your feedback and ideas! January 7, 2023 at 05:45AM

Show HN: ACOS: Build and share competitive turn-based browser games https://ift.tt/1NQrs3a

Show HN: ACOS: Build and share competitive turn-based browser games Hi everyone, This is a little tech demo I've been working on the past 2 years. It's been up for 1 year now, and has since had a few major updates. I have a soft spot for games with ranking systems, and I wanted an easy way for developers to create games with the competitive element abstracted away. The current games are built with ReactJS, so it's pretty easy to onboard if you are a web developer. All games developed for ACOS come with these features: - Real-time turn-based for browser - Simulator for game development - Client / Server architecture - Easy multiplayer with simple JSON game state update - Single player, Team-based, Battle Royale, and Free-for-all games supported - Matchmaking for Rank / Casual play - Room Scoreboard - Game Replays of every match - Error Logs - Global Rankings - Global Top Scores - GitHub Integration with acosgames organization - Discord Integration for matchmaking / game events - Simple deployment and version management It's a ridiculous endeavor, but I'd like to invite the world to my playground and help me drive features and technology forward. I may allow AI bot battles in the future against any of the hosted games, but I will prioritize based on the will of the people. Read our documentation at https://sdk.acos.games/ Hope you enjoy it! https://acos.games/ January 7, 2023 at 02:15AM

Security researchers find serious vulnerabilities in multiple auto companies and emergency vehicles #wanitaxigo


"Robot lawyer" to present defense in world's first AI-defended legal trail in February #wanitaxigo


Show HN: List of Stripe Alternatives https://ift.tt/QBgJmOH

Show HN: List of Stripe Alternatives Seems like every time there's a negative Stripe story on here, the inevitable question, "any alternatives?" gets asked. Hell, I was tempted to ask myself. Instead, I decided to search hn.algolia.com to see for myself what others have recommended in the past. Might as well share the list with y'all, make it meta. -- 2Checkout | https://ift.tt/eETk8Rx Adyen | https://www.adyen.com Amazon Pay | https://pay.amazon.com Authorize.net | https://ift.tt/JhFst54 Balance | https://ift.tt/dEROMg1 Braintree | https://ift.tt/wyHNFCL ChargeBee | https://ift.tt/DqFKnth Chargify | https://ift.tt/HvWP0XN Checkout.com | https://ift.tt/uK6iZBh DigitalRiver | https://ift.tt/O8ULJpI Dwolla | https://www.dwolla.com FastSpring | https://fastspring.com GoCardless | https://gocardless.com MangoPay | https://ift.tt/rmxeEVL Mollie | https://www.mollie.com Opayo (previously SagePay) | https://www.opayo.co.uk Paddle | https://www.paddle.com Payoneer | https://ift.tt/usmbYOD PayPal | https://www.paypal.com Qonto | https://qonto.com/en Spreedly | https://ift.tt/OCrW49X Square | https://squareup.com Verifone | https://ift.tt/A8mSEDH White | https://ift.tt/vTh6qgi -- Observations from my data collection: Sassy appears to have been acquired by FastSpring. Balanced Payments apparently went under but I found another payment service called "Balance" instead. Paymill is defunct but their Github org has a bunch of code. No idea what happened to Spryng Payments but Spryng still exists. It's also worth mentioning that a true "Stripe alternative" simply does not exist. No one does everything they do and I'm pretty sure most services are lacking in the developer documentation department. Still, having options is always great. January 6, 2023 at 11:49PM

Friday, January 6, 2023

AI will go mainstream in 2023 #wanitaxigo


Windows 11 is about to see wider adoption by companies #wanitaxigo


Show HN: Modest – An open-source micro-blog app to create a Twitter-like blog https://ift.tt/4nL9r7k

Show HN: Modest – An open-source micro-blog app to create a Twitter-like blog https://modest.app/ January 6, 2023 at 09:43AM

Show HN: Daft Art – an album cover maker powered by AI and curated aesthetics https://ift.tt/oxVq6lT

Show HN: Daft Art – an album cover maker powered by AI and curated aesthetics Hello HN! I’m starting my indie journey by launching Daft Art, which is a platform that allows musicians and bands to create high quality covers for their albums and tracks in a few minutes, with the help of AI and curated aesthetics. https://www.daftart.ai/ January 6, 2023 at 07:14AM

Panasonic introduces Lumix S5 successors with phase detection autofocus #wanitaxigo


Show HN: AREnets – TensorFlow-based Relation Extraction kit for work in Colab https://ift.tt/qwABWoa

Show HN: AREnets – TensorFlow-based Relation Extraction kit for work in Colab https://ift.tt/2QXsFJk January 6, 2023 at 01:29AM

Cybersecurity Career Week October 16-21, 2023

Join us in Observing Cybersecurity Career Week October 16-21, 2023 nist.gov/nice/ccw What is it? Cybersecurity Career Awareness Week is a ca...