This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Wednesday, October 12, 2022
Show HN: Managed hosting for open-source web apps https://ift.tt/OcsnKSo
Show HN: Managed hosting for open-source web apps https://cloudplane.org/ October 12, 2022 at 10:19PM
Show HN: Get your Twitter roasted by an AI https://ift.tt/NmCSlAE
Show HN: Get your Twitter roasted by an AI https://ift.tt/YO1rkPM October 13, 2022 at 12:01AM
Tuesday, October 11, 2022
Show HN: Rmt an alternative to rm with trash written in Rust https://ift.tt/VAth8DL
Show HN: Rmt an alternative to rm with trash written in Rust https://ift.tt/lwF6tA9 October 12, 2022 at 03:41AM
Show HN: Turn any YouTube video into a website/transcript https://ift.tt/4r0Pqv1
Show HN: Turn any YouTube video into a website/transcript Hey HN, ExpoReader is a viewer for YouTube videos that shows the transcript of the video, and generates a shareable URL for a completely readable version of a video. I built it because I wanted helpful tutorials without having to watch an entire video. In a later version, I was thinking it could be cool to show other screenshots from the video throughout the transcript, but there’s really no easy way to do that outside of downloading the video and taking clips from there. If anyone has any good suggestions, I’m all ears! https://ift.tt/wN4MLcd October 12, 2022 at 02:12AM
Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust https://ift.tt/UHqEyAi
Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust https://ift.tt/xwC3Hth October 12, 2022 at 01:12AM
भास्कर अपडेट्स:अगले साल 6 मई को होगी किंग चार्ल्स की ताजपोशी, सम्राट बनने के 8 महीने बाद वेस्टमिंस्टर एबे में होगा शाही समारोह

via देश | दैनिक भास्कर https://ift.tt/r63WC4N
Show HN: Record and play back your pipes (debugging) https://ift.tt/bqEUo3N
Show HN: Record and play back your pipes (debugging) https://ift.tt/dSNp7Ca October 11, 2022 at 11:37PM
Monday, October 10, 2022
Show HN: Subtitles are not the same as sign language https://ift.tt/mEh72VN
Show HN: Subtitles are not the same as sign language Hello HN, get your videos translated into sign language quickly and easily by uploading them and choosing your favorite language. After 48 hours you will get your final video. That's it. Looking forward to your feedback. Thanks a lot! https://ift.tt/lr04vD9 October 11, 2022 at 01:35AM
भास्कर अपडेट्स:PM मोदी आज उज्जैन में महाकाल लोक का लोकार्पण करेंगे, 40 देशों में होगा लाइव टेलीकास्ट

via देश | दैनिक भास्कर https://ift.tt/nUyPtzk
Show HN: Polestar Finder https://ift.tt/c960usk
Show HN: Polestar Finder https://ift.tt/MSkHgLU October 11, 2022 at 12:25AM
Show HN: InvokeAI, an open source Stable Diffusion toolkit and WebUI https://ift.tt/bcQtWGP
Show HN: InvokeAI, an open source Stable Diffusion toolkit and WebUI Hey everyone! Excited to be able to share the release of `InvokeAI 2.0 - A Stable Diffusion Toolkit`, an open source project that aims to provide both enthusiasts and professionals a suite of robust image creation tools. Optimized for efficiency, InvokeAI needs only ~3.5GB of VRAM to generate a 512x768 image (and less for smaller images), and is compatible with Windows/Linux/Mac (M1 & M2). InvokeAI was one of the earliest forks off of the core CompVis repo (formerly lstein/stable-diffusion), and recently evolved into a full-fledged community driven and open source stable diffusion toolkit titled InvokeAI. The new version of the tool introduces an entirely new WebUI Front-end with a Desktop mode, and an optimized back-end server that can be interacted with via CLI or extended with your own fork. This version of the app improves in-app workflows leveraging GFPGAN and Codeformer for face restoration, and RealESRGAN upscaling - Additionally, the CLI also supports a large variety of features: - Inpainting - Outpainting - Prompt Unconditioning - Textual Inversion - Improved Quality for Hi-Resolution Images (Embiggen, Hi-res Fixes, etc.) - And more... Future updates planned included UI driven outpainting/inpainting, robust Cross Attention support, and an advanced node workflow for automating and sharing your workflows with the community. We're excited by the release, and about the future of democratizing the ability to create. Check out the repo ( https://ift.tt/mybHZBX ) to get started, and join us on Discord ( https://ift.tt/EGpkYPn )! https://ift.tt/mybHZBX October 11, 2022 at 12:18AM
Sunday, October 9, 2022
Show HN: Simplepdf.eu – a browser-based PDF annotator / editor https://ift.tt/fgyue2p
Show HN: Simplepdf.eu – a browser-based PDF annotator / editor Hi HN! I've been working on SimplePDF to solve a problem I encounter weekly: filling out non-editable PDFs [1] --- # About SimplePDF - The documents you load, edit, fill never see the light of my server, everything is processed locally – no remote uploading anything. This includes the PDF generation. - There are no analytics / third party tracking your every move (I do collect usage data, but it's fully anonymous and processed and stored on my server): therefore no annoying cookie banner. You can read more on the Privacy Policy [2] - If someone before you has filled the same document, upon opening it you'll see fields already set, ready to be filled-in, think crowd-sourced fields positioning – saving you time and effort. --- # How does the crowd-sourced positioning of fields work? When a document is loaded in your browser, a fingerprint of the document binary is made, and sent to the server. The document table consists of: document_id, fingerprint and created_at. As soon as you start editing a document, a template is created, containing metadata about the fields (x, y, width, height, type of field, background color...) that is then tied to this document you created. Once you save, this template gets sent to the server. The template table consists of: template_id, document_id, fields (the metadata) as well as created_by_customer_id if you're a customer. As a result, someone else on the other side of the world opening the same document will see the fields you positioned already there – you just saved them the 5min it took you to position them. --- # What's the tech stack of SimplePDF? - NextJS on the frontend - Koa with GraphQL on the backend - Postgres (Managed Database on Digital Ocean) - A 10€ droplet on Digital Ocean --- If you have any questions, comments or feedback (good or bad), I'm all ears! --- [1] The assignments my estonian teacher gives me are usually scanned documents that do not have any editable fields in them. [2] https://ift.tt/G0BEqne https://simplePDF.eu October 9, 2022 at 10:17PM
भास्कर अपडेट्स:जम्मू-कश्मीर के अनंतनाग में आतंकियों के साथ मुठभेड़ शुरू; सुरक्षाबलों ने इलाके की घेराबंदी की

भास्कर अपडेट्स:जम्मू-कश्मीर के अनंतनाग में आतंकियों के साथ मुठभेड़ शुरू; सुरक्षाबलों ने इलाके की घेराबंदी की https://ift.tt/hoRCzXy
भास्कर अपडेट्स:जम्मू-कश्मीर के अनंतनाग में आतंकियों के साथ मुठभेड़ शुरू; सुरक्षाबलों ने इलाके की घेराबंदी की

via देश | दैनिक भास्कर https://ift.tt/yuZOsqh
Show HN: Fractal Garden – An Exhibition of Mathematical Beauty https://ift.tt/RAK15C0
Show HN: Fractal Garden – An Exhibition of Mathematical Beauty https://ift.tt/5NoSRmT October 10, 2022 at 01:18AM
मूसेवाला मर्डर में फरार गैंगस्टर टीनू की गर्लफ्रेंड गिरफ्तार:पंजाब पुलिस ने मुंबई एयरपोर्ट से पकड़ा, मालदीव भागने की फिराक में थी

via देश | दैनिक भास्कर https://ift.tt/D859gOr
Saturday, October 8, 2022
अमित शाह ने बताया 40 साल पुराना किस्सा:कहा- असम के पूर्व CM ने हमें बहुत मारा था; केजरीवाल बोले- मेरे खिलाफ राक्षसी शक्तियां एकजुट

via देश | दैनिक भास्कर https://ift.tt/LzDkcu1
EC ने शिवसेना का सिम्बल तीर-कमान फ्रीज किया:उपचुनाव में कोई भी गुट उपयोग नहीं कर सकेगा, दोनों नेताओं ने बुलाई बैठक

via देश | दैनिक भास्कर https://ift.tt/ZS8gPYT
भास्कर अपडेट्स:गुजरात में कांग्रेस विधायक पर हमले से आक्रोश, प्रदर्शनकारियों ने दुकान में आग लगाई, तोड़फोड़ की

via देश | दैनिक भास्कर https://ift.tt/981RJzw
Show HN: Simple Checklists for Digital Security https://ift.tt/z9Qmyxq
Show HN: Simple Checklists for Digital Security I developed some simple checklists to help stop me and my family from getting our accounts or IDs hacked. I turned it into a product. Also on Product Hunt: https://ift.tt/oLawNUQ https://ift.tt/Hj5MKDJ October 9, 2022 at 12:43AM
Subscribe to:
Posts (Atom)
Show HN: Tablr – Supabase with AI Features https://ift.tt/ltABMro
Show HN: Tablr – Supabase with AI Features https://www.tablr.dev/ June 30, 2025 at 04:35AM
-
Show HN: Locksmith – detect locks taken by Postgres migrations https://ift.tt/0cBueJt February 10, 2025 at 02:26AM
-
Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I bui...
-
Show HN: TNX API – Natural Language Interactions with Your Database Hey HN! I built TNX API to make working with databases as simple as aski...