Friday, March 31, 2023

Show HN: Multi-Display Screen Sharing with CoScreen by Datadog https://ift.tt/93BIUsm

Show HN: Multi-Display Screen Sharing with CoScreen by Datadog Good to be back on HN with all-new CoScreen, a little more than 3 years after it launched over here! With CoScreen 5.0, you can now share your windows from multiple displays at the same time, a long standing request by our most avid users and impossible in other apps. It also has a lightning-fast, Rust-based window compositing, scaling, and streaming engine now. CoScreen was always meant to be different so that you and your team can share your screens simultaneously and multi-directionally, and to be able to control what is being shared. We saw it as a natural extension and closely coupled with your OS — instant, fast, and seamless. A better way to pair program, debug tough incidents, or jam on great ideas by sharing multi-modal information like code, commands, graphs, or logs. All that made a lot of sense conceptually but to be frank, it was hard to get it right. Now a part of Datadog and with major parts of our app rewritten in Rust, we feel we’re closer than ever. Here’s what pair programmers liked about CoScreen, so we made it even better: - High definition code sharing: Windows are video-streamed in real-time at their native resolution whenever possible. You never have to search for your IDE anymore or be anxious to share the wrong window. - Multi-directional collaboration: You can share, while Alice shares, while Bob shares. Side-by-side, across multiple displays. With built-in crisp audio and video chat. - 60FPS+ super smooth mouse pointers. Type, click, and draw on any shared window as if it was your own. What some of you did NOT like, so we fixed it in CoScreen V5: - CPU utilization and latency have been reduced drastically as various parts of our desktop client are now implemented in Rust, building on crates such as cxx, rust-skia, iced, as well as Neon for our native remote control plugins. - No more accidental clicking into remote windows through the new remote window toggles. - You’re no longer bound by your displays, can share windows from multiple of them at the same time and even move them across displays while sharing without stopping. - You’ll also soon be able to join meetings from your browser from any platform. CoScreen runs on macOS (x64 and Apple Silicon), Windows, soon also on the web and is currently free. We’re planning to charge for larger teams and enterprise features in the future. Hopefully - finally - we’ll also have a Linux version one day. Tell us if you need it urgently and if you have any other requirements! https://ift.tt/SqHA7Yt March 31, 2023 at 08:51AM

Labels:

It's so fluffyyyyy...


https://ift.tt/mBLCIpb via /r/aww https://ift.tt/nTpCMlW

Labels: ,

Apparently monkeys like onions (especially against fleas)


https://ift.tt/VZ9Ionf via /r/aww https://ift.tt/Wq6lLft

Labels: ,

What's better than a cat?


https://ift.tt/oTrH7sG via /r/aww https://ift.tt/kPVJ4wz

Labels: ,

(Oc) Morning ritual with Sagwa, she sure loves to be loved!


https://ift.tt/t1wS4Pv via /r/aww https://ift.tt/Msw2vNV

Labels: ,

Our two Bassets nap as one….


https://ift.tt/9bJWtxw via /r/aww https://ift.tt/C9MW2mG

Labels: ,

Thursday, March 30, 2023

My kitten is driving me insane. He is cute and everything but needs 24x7 attention. Help (OC)


https://ift.tt/nCkXj68 via /r/aww https://ift.tt/UBtoA83

Labels: ,

Show HN: The AI Manifesto for Humanity https://ift.tt/jS0GEmh

Show HN: The AI Manifesto for Humanity see comments https://ift.tt/MTkGxEg March 30, 2023 at 05:52AM

Labels:

Show HN: Yesterday I open sourced StratusGFX, a realtime 3D rendering engine https://ift.tt/rvKdTjJ

Show HN: Yesterday I open sourced StratusGFX, a realtime 3D rendering engine It's been closed source for a long time while I worked on it on and off as a hobby research project, but yesterday the repo was made public for the first time under the MPL 2.0 license. A feature reel showing its capabilities can be found here: https://ift.tt/IERscCU... A technical breakdown of a single frame can be found here: https://ift.tt/pkG7eMO... It's still in a very beta state (bugs and instability expected), but I felt like it was a good time to make it public since a lot of its core features are mostly presentable. I plan to continue working on it in my spare time to try and improve the usability of the code. Two main use cases I could see for it: 1) People using it for educational purposes. 2) People integrating it into other more general purpose engines that they're working on since Stratus is primarily a rendering engine. Any extensions to the rendering code that are made public would then further help others. So I think it will remain very niche but I'm hoping it will still be helpful for people in the future. https://ift.tt/EUr2M4n March 30, 2023 at 04:55AM

Labels:

Otter mother and pups in .


https://ift.tt/Ihql04c via /r/aww https://ift.tt/ZGnYtA5

Labels: ,

Wednesday, March 29, 2023

Show HN: Sendsecurely.io – an audited secure file sharing platform https://ift.tt/MQ7prOg

Show HN: Sendsecurely.io – an audited secure file sharing platform Hi HN! tldr: SendSecurely is a secure platform to send sensitive documents and files to others. All files are encrypted locally before uploading to SendSecurely. The decryption keys are also encrypted and managed by a new audited database system. Anytime anyone accesses the decrypted keys, an audit log is created letting you keep track of everyone you have shared the file with and when they have accessed it. We would love for you to try this new system and share feedback! long (and technical) story: My partner and I have been working for the past 2 years on building a new privacy-oriented database system called EthicalDB. EthicalDB utilizes blockchain technology to codify both database schema and database permissions. All data in EthicalDB must be associated with an entity in the database and predefined by the schema as public or private data. Permissions are also defined in the schema. Private data is stored encrypted within EthicalDB in a special way that requires multiple nodes to provide decryption keys to access the private data. This forms the basis of governance and accountability in the system such that no one node can access the private data. For private data to be accessed, a private data request must be submitted to the blockchain ledger from an entity existing within EthicalDB. The nodes validate that the entity has permission to access the requested private data and then submit decryption keys for the entity to be able to access the data. In this way, there is no separation between data access and audit - you must submit a data request to get access to the data. We view this radically different architecture and design from traditional database systems as necessary if we wish to codify privacy policies and truly have support for individual personal data ownership and protection. After a combined 25 years working as internet application developers, my partner Travis and I saw that database systems sucked at storing personal data and any attempt to do so was an afterthought. Core problem: every database system is designed assuming the hosting organization has full ownership of all the data within the system. We asked ourselves what would a database system look like if a system was designed from the ground up to respect privacy and personal data ownership? - EthicalDB is what resulted. There are many uses we can see for EthicalDB, but one of the first applications we felt comfortable building and releasing to the public is a secure file sharing platform. We would love input and feedback on SendSecurely! We'd be also happy to discuss with anyone interested a technical deep dive on the EthicalDB technology. Thanks for checking this out! https://ift.tt/T0kwrxO March 29, 2023 at 11:20PM

Labels:

My girl just gave birth to these beauties! So proud of her!


https://ift.tt/otzpxKR via /r/aww https://ift.tt/4YasMAx

Labels: ,

Yes I'm cute.


https://ift.tt/OSWX7ZU via /r/aww https://ift.tt/tpdw2bM

Labels: ,

Show HN: GPT-3.5-turbo wrapped inside my personal website https://ift.tt/eaWqCdK

Show HN: GPT-3.5-turbo wrapped inside my personal website https://ift.tt/EeAt1dr March 29, 2023 at 04:34AM

Labels:

Show HN: Atmos – Everything you need to create color palettes https://ift.tt/AQtusby

Show HN: Atmos – Everything you need to create color palettes https://atmos.style March 29, 2023 at 02:38AM

Labels:

MY cat Lilu being cute as always


https://ift.tt/w87sYxR via /r/aww https://ift.tt/lJMY6Oj

Labels: ,

Tuesday, March 28, 2023

a mother hen is gonna mother hen


https://ift.tt/Ik09jm1 via /r/aww https://ift.tt/FSTm3N8

Labels: ,

Show HN: GPT Calculator – Calculate the token count and cost of your GPT Prompt https://ift.tt/jY4bexk

Show HN: GPT Calculator – Calculate the token count and cost of your GPT Prompt https://www.gptcalculator.xyz/ March 28, 2023 at 10:55PM

Labels:

Show HN: DiskerNet – save and index web content locally https://ift.tt/cR68Ydj

Show HN: DiskerNet – save and index web content locally https://ift.tt/NrjgBOq March 28, 2023 at 07:02AM

Labels:

Doggy waiting for pizza


https://ift.tt/56JfTIz via /r/aww https://ift.tt/K6p0otB

Labels: ,

Show HN: Using Voice to Interact with ChatGPT https://ift.tt/n0KFitm

Show HN: Using Voice to Interact with ChatGPT Hi HN, During the weekend, I built a Chrome extension for ChatGPT that allows you to interact with it using your voice. Currently, it supports more than 10 languages, and I will add more gradually if requested. Although it's still in its early stages, I would be happy to receive critical feedback! https://ift.tt/4zEMoXZ March 28, 2023 at 04:58AM

Labels:

Pup goes AROOOO


https://ift.tt/hLUcZm6 via /r/aww https://ift.tt/Oqow5fv

Labels: ,

Show HN: PoachMe.dev, Reclaim Your Time https://ift.tt/XVeqQPF

Show HN: PoachMe.dev, Reclaim Your Time A couple of months ago, I posted about my stealth startup on HN and got a lot of friendly help and signups so I'm officially launching today to a wider audience. All of the features highlighted here are "FREE" (we just take a cut from your scheduled recruiter calls) PoachMe.dev is your one stop shop to being paid for the time you spend with recruiters on finding a job. From the hiring manager, to the recruiter, to the HR team cutting you an offer letter, every single person in the chain is getting paid while a candidate gets to pretend their money and time and resources aren't dwindled every time they take an interview so this turns it back on it's head. Have you ever received a random message asking for a random technology you don't have while also claiming "you're a perfect fit"? Send them a pre-composed "reply template message" from PoachMe ("Great. Please book a slot on my calendar and we can chat more about this. You'll receive my resume upon confirmation of the booking. https://ift.tt/gGdylf1 ") so they can schedule and pay for your time. You will be surprised how many great recruiters will blatantly tell you that you are not worth your time as soon as they're asked to pony up even $100/hr while making an easy 10k for placing you at a company. If your skills have value, you can cut through the recruiter chaff and get to the recruiters who are actually easy to work with in one easy step. After we built this core feature, we've branched out to creating a career snapshot (https://ift.tt/R8whSZk) which allows you to showcase your skills in one single screen without it being a resume and have started work on a virtual business card you can update and flash unto NFC cards so you have a digital business card you can carry around with you ( https://ift.tt/G3roDgQ ) Sign up today using the following limited signup code ( https://ift.tt/DLvc74a ). Although I am sure I am able to scale this startup to any size, limiting signups is a super easy way to not get HN-hugged-to-death. https://ift.tt/v0cXK3w March 28, 2023 at 03:15AM

Labels:

Monday, March 27, 2023

This is Heidi. Heidi has vitiligo.


https://ift.tt/Vtrk6eB via /r/aww https://ift.tt/A9Kbacp

Labels: ,

[OC] I'm "babysitting" a cat for my friend and I think he's finally warming up to me


https://ift.tt/6FLU5qv via /r/aww https://ift.tt/KqWNPlS

Labels: ,

Show HN: GPT My Life https://ift.tt/vsyz7gG

Show HN: GPT My Life Have you ever considered just letting AI control your life? I mean, it's clearly superior to humans in every way. AI never gets tired, it never gets emotional, and it never makes mistakes. So why bother trying to control your own life when you could just let the machines do it for you? Just sit back, relax, and let GPT-3 plan your day. After all, what could possibly go wrong? https://gptmylife.com/ March 27, 2023 at 06:29AM

Labels:

What breed do you think my rescue is?


https://ift.tt/zjV5A0p via /r/aww https://ift.tt/ANrDhsY

Labels: ,

Show HN: KGraph, a GPU-accelerated graph plotter https://ift.tt/TQ82uHf

Show HN: KGraph, a GPU-accelerated graph plotter Have you ever lost your mind at Desmos or Geogebra for occasionally being so god-damn slow and laggy? I have and, as a result, decided to make my own, GPU-accelerated (webgl2) graph plotter that renders equations, shaded plots, etc. with butter-smooth framerates. Equations we are used to think as unplottable (with usable real-time performance), like for example `e ^ (sin(x) * x ^ 2 * cos(y)) = cos(e ^ (x * y))`, will render just as smoothly [0] as something simple, like `y = x ^ 2`. Goals: * Rendering (almost) any equation without performance problems * Enabling acquiring new insights from being able to closely interact with complicated equations * Having an intuitive, easy-to-use and not-buggy interface Non-goals: * Being a general-purpose CAS software KGraph is under active development, and features such as parametric equations are coming in the near future! Thank you for your feedback! [0]: https://ift.tt/5UGKcOq... https://ift.tt/xP8p6jh March 27, 2023 at 04:34AM

Labels:

Show HN: SlickGPT https://ift.tt/JboiwZU

Show HN: SlickGPT SlickGPT is a light-weight "use-your-own-API-key" ChatGPT client written in Svelte. It offers GPT-4 integration, a userless share feature and other superpowers. https://ift.tt/MZoy0fS March 27, 2023 at 02:42AM

Labels:

Sunday, March 26, 2023

Polar bear encounter through window


https://ift.tt/atGINDC via /r/aww https://ift.tt/DzTAu2v

Labels: ,

Sweetest cat I've ever seen in my life [OC]


https://ift.tt/FjeZ8YS via /r/aww https://ift.tt/9aZAX2S

Labels: ,

Saturday, March 25, 2023

A humming bird snoring


https://ift.tt/Mo5al0x via /r/aww https://ift.tt/LxlFOC8

Labels: ,

Cuddling with cat


https://ift.tt/ie1nfkI via /r/aww https://ift.tt/PKg7aUE

Labels: ,

Show HN: Kepler Book – A Way to Document and Share Errors https://ift.tt/QZxYMtN

Show HN: Kepler Book – A Way to Document and Share Errors Kepler is a website to explain code errors in a context-driven way, instead of scouring the internet for solutions to obscure programming errors? This is an experimental project. Inspired by the popular Stack Overflow and Val Town. Kepler-Book is a new platform that allows developers to easily write and document errors for others to read and understand the context. Most times i was tired of struggling with obscure programming errors and wish there was a better way to document and share our solutions, check out Kepler-Book today. The team behind the platform is eager to hear feedback from the Hacker News community and is committed to making Kepler-Book the go-to platform for documenting and sharing errors. https://ift.tt/QaZlUD3 March 25, 2023 at 05:44AM

Labels:

Here's what a Baby Camel looks like in case anyone is wondering.


https://ift.tt/aSHriwI via /r/aww https://ift.tt/WbdLE9a

Labels: ,

Show HN: ChatGPT Plugins are a security nightmare https://ift.tt/8P2djWk

Show HN: ChatGPT Plugins are a security nightmare https://ift.tt/plBIb6X March 25, 2023 at 06:39AM

Labels:

Show HN: CommandClick: WebBrowser enforced by JavaScript and shellscript(Termux) https://ift.tt/olAxebp

Show HN: CommandClick: WebBrowser enforced by JavaScript and shellscript(Termux) CommandClick is low code android app making tool. On the surface, CommandClick is web browser. In fact, this is low code android app making tool. Surely, CommandClick can customize brosser But feature. Futher more, you can original android app by low code. Please check my readme! https://ift.tt/He1lZIK March 24, 2023 at 11:28PM

Labels:

Show HN: FTX Creditor – Confirm that the bankruptcy court has your claim https://ift.tt/mfjLBV2

Show HN: FTX Creditor – Confirm that the bankruptcy court has your claim FTX Creditor is the easiest way to confirm that the bankruptcy court knows about your claim. Background: Last week, FTX published 1.3M anonymized user accounts in a Schedule F filing that lists the unsecured creditors they know about. 1.3M is a huge number, but it may be less than half of the total users FTX had. If your account is not listed, file a proof of claim with the bankruptcy court, or they may not treat you as a creditor (Federal Rules of Bankruptcy Procedure: Rule 3003). The data was uploaded as a series of PDFs, which makes it hard to find your claim, especially if you don’t remember the exact amounts you had and have to fuzzy match with cmd+f! We built FTX Creditor so that you can find your claim with the information you have. Features: - Find claims by: - Assets. If you remember having 4-5 BTC, 10-20 ETH, 0-100 SOL, you can filter 1.3M claims down to 4. - USD value. The face value of a claim is the account value on November 11, the day FTX filed for bankruptcy. You can exclude “Sam Coins” from the value calculation. The court may ignore the value of assets closely associated with SBF, such as FTT and SRM. - Customer code. - See the court document a claim was listed in. - Subscribe for notifications about events that may impact your claim, such as when the court sets the deadline to file a proof of claim. - Search for terms across all public court filings. Future Work: - Creditors who are interested in selling their claims can receive offers from buyers. - Explore aggregate statistics across accounts and assets. - FAQ on the most relevant parts of the bankruptcy process. FTX creditors, we got this! https://ift.tt/9Ruditf March 24, 2023 at 03:42PM

Labels:

Friday, March 24, 2023

Cute way to make ice cream 🍨


https://ift.tt/N6dE8OA via /r/aww https://ift.tt/Dr3azBw

Labels: ,

We adopted a mother son combo from a local rescue…. They are inseparable


https://ift.tt/PfaMjwK via /r/aww https://ift.tt/0zQTlJL

Labels: ,

One of those people who get away when they do the cat


https://ift.tt/kN9aTSF via /r/aww https://ift.tt/POai2rG

Labels: ,

Show HN: Hacker News Summarizer (Chrome Extension) https://ift.tt/r0vZBJp

Show HN: Hacker News Summarizer (Chrome Extension) Hey Hacker News community, We're excited to announce the launch of our new Chrome extension, "Hacker News Summarizer," which uses OpenAI API to summarize articles on Hacker News. It helps you quickly understand the key takeaways without reading the whole article. Plus, no login or confirmation is required to use it! Simply install the extension and click the "summary" link next to "comments" when you want to read an article. Disclaimer: Not all articles are summarised, or supported but we will change and try to support them later. Additionally, this extension is not affiliated with OpenAI or Hacker News. Chrome Extension: https://ift.tt/ce06vqo... Try it out today and let us know what you think in the comments below! Thanks, The Hacker News Summarizer team https://ift.tt/EKLcd0a March 24, 2023 at 05:48AM

Labels:

Show HN: Unity AI Asset Generation https://ift.tt/YRgUp75

Show HN: Unity AI Asset Generation Hello HN - like a lot of programmers, I am really excited by everything going on with ChatGPT/DALL-E. I am a game developer by trade, and I think there is a lot of potential to change workflows for game development. I was very inspired by Keijiro Takahashi's prototypes for asset generation using OpenAI within Unity, so I tried to make a more generic means of generating text and image assets within the Unity Editor using OpenAI's APIs. I've been surprised by the success so far - it definitely has it's limits, but I think we have just begun to scratch the surface of the potential here. https://ift.tt/NtsD3uV March 24, 2023 at 01:29AM

Labels:

Thursday, March 23, 2023

Show HN: Quizard – Create and Share Quizzes on Any Topic with ChatGPT https://ift.tt/WAXJUB4

Show HN: Quizard – Create and Share Quizzes on Any Topic with ChatGPT https://ift.tt/Ta6QJLA March 23, 2023 at 08:24AM

Labels:

This filing bin comes with additional security measures.


https://ift.tt/CjcZePE via /r/aww https://ift.tt/2q0IFHt

Labels: ,

Show HN: Gyeeta – An Open Source and Free Observability Tool https://ift.tt/sFuz6aC

Show HN: Gyeeta – An Open Source and Free Observability Tool Hello Everyone, We are excited to announce the public release of Gyeeta - https://gyeeta.io Gyeeta is a free, eBPF based Open Source (GPLv3) Observability tool which provides the following capabilities : - Service Level Statistics such as Queries/sec (Requests/sec), Response Times (Latency) and HTTP Errors (if HTTP based) with no manual inputs or integrations. Monitors binary / proprietary network protocol or non HTTP Service statistics as well. - Service Maps, Process and Host level Network Flows with info on all Services and Processes. - Detection of Host and Process Level CPU starvation, Virtual Memory or IO Bottlenecks. - Monitor all applications without any instrumentation or tapping irrespective of the programming language used. - Self Learning Algorithms that can detect Anomalies, Contention or Degradation without any manual inputs. - Advanced Cluster, Service or Process Level Alerts using a powerful Web UI or REST APIs. - All Data In-House (On Prem). Not a SaaS tool. - All Linux Kernels released since 2016 supported (Linux Kernels v4.4.x or higher). Gyeeta is optimized (C++ based) for minimal CPU and Memory requirements. Website : https://gyeeta.io Github link https://ift.tt/AgwtL4S https://gyeeta.io/ March 23, 2023 at 02:56AM

Labels:

When people ask me when I'm having kids... 😂👶


https://ift.tt/sBxzDUG via /r/aww https://ift.tt/dniyhuw

Labels: ,

She takes her doggy to bed with her


https://ift.tt/9Ya4mFp via /r/aww https://ift.tt/fv6WzK1

Labels: ,

(OC) Fashion Dog, Style


https://ift.tt/1HoAMBj via /r/aww https://ift.tt/63KHMqY

Labels: ,

Wednesday, March 22, 2023

Adding lateral tension to the plank (non OC)


https://ift.tt/TjA7XRk via /r/aww https://ift.tt/3ZPRjJz

Labels: ,

Chilling hamsters


https://ift.tt/z2mArOp via /r/aww https://ift.tt/Mlaw6Us

Labels: ,

Show HN: ChatGPT over WhatsApp Service https://ift.tt/LU3RSxP

Show HN: ChatGPT over WhatsApp Service I connected the WhatsApp and ChatGPT APIs to allow you to connect and speak with ChatGPT over WhatsApp. Have called it ChatsApp. Simply add the number +1 689 267 3467 to your phones contact list, and start chatting with ChatGPT over WhatsApp. Was pretty simple to build. Also had to buy a virtual number online to allow setting up a WhatsApp account with. The WhatsApp servers receive the message from the WhatsApp mobile application, which forward a webhook request to the application server I setup. The request gets forwarded to the ChatGPT API (i.e the OpenAI Chat API), and voila, you are now in conversation with ChatGPT Interestingly, the ChatGPT API does not provide context recognition from previous conversations out of the box. That is something that needs to be built in manually. So currently, the ChatsApp service does not include the context recognition from previous conversations. Maybe something to look at building out in the future. https://ift.tt/AZmGEs9 March 22, 2023 at 02:13AM

Labels:

i wish i will be as happy as this dog one day


https://ift.tt/FyNlpw9 via /r/aww https://ift.tt/TCAgkVz

Labels: ,

Tuesday, March 21, 2023

Cheetahs love getting scritches too.


https://ift.tt/9WyjEpn via /r/aww https://ift.tt/4b6OmJu

Labels: ,

Show HN: From low-def 3D ultrasounds to high-resolution images https://ift.tt/rzSYRQo

Show HN: From low-def 3D ultrasounds to high-resolution images https://twitter.com/SachaArozarena/status/1637988394054881280 March 21, 2023 at 11:33PM

Labels:

Couple of visitors today!


https://ift.tt/ZxT6kSR via /r/aww https://ift.tt/SLRuQMe

Labels: ,

My good girl turned two today! [OC]


https://ift.tt/MuqkaLH via /r/aww https://ift.tt/06dsQx1

Labels: ,

Show HN: Interactive Exercises for Python Regular Expressions https://ift.tt/JCzGKDV

Show HN: Interactive Exercises for Python Regular Expressions This new version is a TUI app built with Textual. Previous one was written using `tkinter` [0] and covered only four of the `re` functions. Now, any valid Python expression is accepted as a solution. There are more than 100 exercises covering both the builtin `re` module and the third-party `regex` module. These exercises have been adapted from my Understanding Python re(gex)? ebook [1] (free to read online, and PDF/EPUB versions are free till the end of this month). I'd appreciate your feedback, happy learning :) [0] https://ift.tt/VXcvWqh [1] https://ift.tt/y6GNlBz https://ift.tt/p7xsq9m March 21, 2023 at 07:25AM

Labels:

My boy guinea pig Winslow, weighing a whopping 2 and a half pounds, poses on the scale


https://ift.tt/UZcinRa via /r/aww https://ift.tt/ijdoxCh

Labels: ,

Made a cardboard theater for my work at an elementary school and how dare I not realize it was actually for my cats.


https://ift.tt/4oLiOVv via /r/aww https://ift.tt/Nq5WJUt

Labels: ,

Show HN: Vore https://ift.tt/72QqWNO

Show HN: Vore https://vore.website/ March 21, 2023 at 01:40AM

Labels:

Monday, March 20, 2023

Show HN: A Ruby Gem for encrypting personal notes https://ift.tt/HALydh9

Show HN: A Ruby Gem for encrypting personal notes https://ift.tt/E8z51cA March 20, 2023 at 07:06AM

Labels:

Show HN: AI tool to find the purpose of other websites https://ift.tt/z6MNaSP

Show HN: AI tool to find the purpose of other websites An AI based tool that helps users discover the purpose of other websites. Simply enter a website URL and it will provide insights of what the website does and how it can be useful. https://ift.tt/LhxfKeA March 19, 2023 at 02:01PM

Labels:

Everyday I’m thankful that I have two cats who love each other 🥹 (OC)


https://ift.tt/tb6pdFo via /r/aww https://ift.tt/qwhoFZ9

Labels: ,

Little fluffy Pallas cat.


https://ift.tt/X9pCsFW via /r/aww https://ift.tt/Y32gQ17

Labels: ,

Sunday, March 19, 2023

Show HN: Missing Calendly Feature: Branded Links https://ift.tt/IVgCsTu

Show HN: Missing Calendly Feature: Branded Links https://ift.tt/ilbsyVY March 20, 2023 at 12:25AM

Labels:

This majestic floofy graced us with his presence this weekend at our Airbnb 🥲 [OC]


https://ift.tt/nuKcZxk via /r/aww https://ift.tt/3ahylPL

Labels: ,

Show HN: Side-Project: FlowChartGPT – Turn Text into FlowCharts https://ift.tt/YVIh8nf

Show HN: Side-Project: FlowChartGPT – Turn Text into FlowCharts https://ift.tt/19TLtce March 19, 2023 at 06:38AM

Labels:

He was enjoying the meal until he got the bill.


https://ift.tt/zqCT8hd via /r/aww https://ift.tt/W3eH8NO

Labels: ,

Show HN: Explore random user homepages on the SDF Public Access Unix System https://ift.tt/BCnQUL0

Show HN: Explore random user homepages on the SDF Public Access Unix System https://ift.tt/L6pVacq March 19, 2023 at 04:10AM

Labels:

Truly the perfect camouflage!


https://ift.tt/SKtdFPX via /r/aww https://ift.tt/Z0qnTim

Labels: ,

[OC] my family ❤️🥹


https://ift.tt/E3QGfLZ via /r/aww https://ift.tt/nwIFU0C

Labels: ,

Our new kitten has only been with us a couple of weeks, but she already thinks she owns the place.


https://ift.tt/NLY2qck via /r/aww https://ift.tt/5KGUuDR

Labels: ,

Saturday, March 18, 2023

(OC) I like my blue hat


https://ift.tt/nyaFKYT via /r/aww https://ift.tt/JNzGwWT

Labels: ,

Show HN: ChatJeepTea – A Voice-Based Conversational Telegram Chat Bot https://ift.tt/tI2HX7A

Show HN: ChatJeepTea – A Voice-Based Conversational Telegram Chat Bot Hey HN! I'm excited to introduce ChatJeepTea, an Open Source Telegram chat bot that combines OpenAI's GPT API, Whisper ASR, and Google text-to-speech to enable voice-based conversations in near-realtime. It's written in Python and allows you to communicate with the bot using voice messages. https://ift.tt/ehymZUN March 18, 2023 at 05:44AM

Labels:

Cute little ears.


https://ift.tt/kKW0eNQ via /r/aww https://ift.tt/GKrNH6A

Labels: ,

Show HN: Find your total usage on GitHub Actions https://ift.tt/lZAF52i

Show HN: Find your total usage on GitHub Actions https://ift.tt/7nXdEvZ March 18, 2023 at 03:18AM

Labels:

Volunteer teaches baby kangaroo how to hop


https://ift.tt/RmvD5by via /r/aww https://ift.tt/C4kqDHN

Labels: ,

Friday, March 17, 2023

Keanu Reeves is the Puppy King


https://ift.tt/PJFNHUX via /r/aww https://ift.tt/nQm0XkJ

Labels: ,

"I want attention tooooo!"


https://ift.tt/OR2NSBv via /r/aww https://ift.tt/yB95uSM

Labels: ,

Doggo O'Goodboye wishing you all a Happy St. Patrick's Day!


https://ift.tt/UG3ET9V via /r/aww https://ift.tt/tQ1NMP4

Labels: ,

The way these red cats are fed and their displayed discipline.


https://ift.tt/z9dMnrl via /r/aww https://ift.tt/Pqo79TJ

Labels: ,