Saturday, November 5, 2022

ट्विटर की ब्लू टिक वाली स्कीम 5 देशों में शुरू:अभी IOS यूजर्स को ही मिलेगा फायदा


via देश | दैनिक भास्कर https://ift.tt/pRDyiaQ

7 विधानसभा सीटों पर उपचुनाव के नतीजे आज आएंगे:सुबह 8 बजे से शुरू होगी वोटों की गिनती, क्षेत्रीय दलों के सामने BJP का टेस्ट


via देश | दैनिक भास्कर https://ift.tt/Fqd4bDo

भास्कर अपडेट्स:आज गुजरात के वलसाड में पीएम मोदी की जनसभा, सामूहिक विवाह कार्यक्रम में भी शामिल होंगे


via देश | दैनिक भास्कर https://ift.tt/IBHzriP

Show HN: Utility for Searching the Earliest Root Commit (Open Source) https://ift.tt/lAkqtP9

Show HN: Utility for Searching the Earliest Root Commit (Open Source) I wrote the utility for searching the earliest root commit in a repository and the earliest repository in a repository group. Repositories are searched recursively in the specified base directories. The earliest root commit and the earliest repository in a repository group are determined in the two ways: by author datetime and by committer datetime. Collected data are represented in the JSON format. The utility is written in Python. I also tried to use type hints, data classes and generators as much as possible. https://ift.tt/tR7SZ3o November 6, 2022 at 12:36AM

Friday, November 4, 2022

15 पुलिसकर्मियों के बीच हिंदू नेता की हत्या:हमलावर की कार पर खालिस्तान का स्टीकर; मस्क ने 200 भारतीयों को ट्विटर से निकाला


via देश | दैनिक भास्कर https://ift.tt/kfT9jXl

PM मोदी आज हिमाचल में:सुंदरनगर और सोलन में करेंगे जनसभा; पहले राधा स्वामी सत्संग बयास प्रमुख से मिलेंगे; सोलन शहर के स्कूल बंद


via देश | दैनिक भास्कर https://ift.tt/JLqorpb

Show HN: Reader Mode without the boring parts https://ift.tt/r23aBk5

Show HN: Reader Mode without the boring parts By boring I mean the text extraction that makes every website look the same and that sometimes fails. Arguably I've spent too many months on this detail, but in addition to the standard DOM iteration, Unclutter uses a CSSOM iteration, patching of mobile styles, CSS word blocklists, and crowdsourced element selectors. Plus an animation system to move text to its "uncluttered" position. Also interesting might be the article "library", a lightweight read-it-later list. It uses screenshots instead of titles & thumbnails, and drag & drop to move articles around. And there's an integration with Hacker News, where every top-level comment with an article quote in it automatically gets converted into an annotation. https://ift.tt/RTzF5hn November 5, 2022 at 01:01AM

धोनी ने IPS पर लगाया कोर्ट की अवमानना का आरोप:मैच फिक्सिंग से जुड़े मामले में अदालत पहुंचे


via देश | दैनिक भास्कर https://ift.tt/sSW9oQp

भास्कर अपडेट्स:कांग्रेस ने गुजरात चुनाव के लिए 43 उम्मीदवारों की पहली लिस्ट जारी की


via देश | दैनिक भास्कर https://ift.tt/IAng3Ym

Show HN: 980k USA restaurants and grocery stores search via Zipcode https://ift.tt/QEc2RfX

Show HN: 980k USA restaurants and grocery stores search via Zipcode https://menumy.com/ November 5, 2022 at 01:05AM

Show HN: Auto generate images from Figma using an API https://ift.tt/Od3760P

Show HN: Auto generate images from Figma using an API https://pikmaker.com/ November 5, 2022 at 12:40AM

Thursday, November 3, 2022

Show HN: An Chrome extension that adds a Twitter verified badge to any profile https://ift.tt/6w9tTmI

Show HN: An Chrome extension that adds a Twitter verified badge to any profile https://ift.tt/KQwTFi1 November 4, 2022 at 03:24AM

Show HN: Stop building, Start generating your internal tools all under 59 secs https://ift.tt/qrFsc01

Show HN: Stop building, Start generating your internal tools all under 59 secs https://hadmean.com November 4, 2022 at 02:38AM

Show HN: Eleven – Code sandboxes with automatic HTTPS https://ift.tt/D8iWbkj

Show HN: Eleven – Code sandboxes with automatic HTTPS Eleven is the second project that I've built to learn Go. It lets you create code sandboxes in your cloud provider account easily. What's a "code sandbox"? Just a VM, running in your cloud provider account, with some runtimes pre-installed, your repositories cloned, a way to connect to it with your preferred editor (or via SSH) and a way to serve your apps easily via HTTP (with automatic HTTPS). You could use it to deploy your app, as a remote development environment or even to test some code. It's up to you. For example, to deploy a Node.JS app on AWS: $ eleven aws init hello-world --runtimes node@18.7.0 --repositories eleven-sh/hello-world > Success! The sandbox "hello-world" was initialized. $ ssh eleven/hello-world forever node index.js > Forever: command started. Run "forever stop" in current path to stop. $ eleven aws serve hello-world 8000 --as hello.eleven.sh > Success! The port "8000" is now reachable at: https://hello.eleven.sh $ curl https://hello.eleven.sh > Hello World Still learning Go by the way, so I'm open to any suggestions to improve. https://ift.tt/qtyoFbf November 3, 2022 at 10:35PM

भास्कर अपडेट्स:गुजरात विधानसभा चुनाव के लिए AAP आज घोषित करेगी अपना CM कैंडिडेट


via देश | दैनिक भास्कर https://ift.tt/K3A4S9n

Show HN: Open Source Authentication and Authorization https://ift.tt/MD5YLeh

Show HN: Open Source Authentication and Authorization I’m Rishabh and the co-founder and CTO at https://supertokens.com (YC S20). We offer open-source user authentication and we just released our user roles product for companies implementing authorization. Our users are web developers, and a prominent and adjacent pain point for our users is authorization. Developers typically implement two independent solutions for authentication and authorization. Offering AuthN and AuthZ in a single solution is something we’ve been thinking about for the last few years. Quick primer, authentication is knowing who the user is, and authorization is knowing what the user has access to. A physical analogy: A person enters a building. Authentication means reading their ID card and knowing that the person’s name is John. Authorization means knowing which floors, offices, and files John has access to. With increasing privacy and data complexity, companies like Netflix[1], Slack[2], and Airbnb[3] have built out their own complex authorization systems. To build our user roles product, we started with a first principles approach of covering authorization use cases using scripting languages such as XACML and OPA. But looking at existing solutions built by talented teams like Oso[4], Aserto[5], Cerbos[6], Strya[7], we realized that while these were powerful solutions, they were often overkill for most early to mid-stage companies (especially on the B2C side). We went back to the drawing board, reached out to our users and after dozens of conversations, we realized that most authorization needs require the ability to 1. Assign and manage roles and permissions 2. Store roles in the DB and session tokens to make it readable on the frontend and 3. Protect APIs and websites based on these roles and permissions. And so, we built user roles – a simple RBAC authorization service that focuses on the balance between simplicity and utility. It doesn’t cover many complex cases and we’re not looking to displace any of the authorization incumbents. But you can add AuthN and AuthZ using a single solution, quickly. In the near future, we’ll be launching an admin GUI where you can manage your users and their roles with a few clicks. We’d love for you to try it out and hear what additional functionality you’d like to see. What are your favorite authentication providers and what do they get right? - [1]: https://ift.tt/PNK1Rzf... - [2]: https://ift.tt/X8kWJP5 - [3]: https://ift.tt/xP4Sfai... - [4]: https://www.osohq.com/ - [5]: https://www.aserto.com/ - [6]: https://cerbos.dev/ - [7]: https://www.styra.com/ November 3, 2022 at 07:15PM

Show HN: Create maintainable Tailwind components in Ruby https://ift.tt/30IY85p

Show HN: Create maintainable Tailwind components in Ruby https://ift.tt/PXEYboH November 3, 2022 at 09:59PM

Wednesday, November 2, 2022

गहलोत पर तंज:पायलट बोले- मोदी ने आजाद की भी ऐसी तारीफ की थी; कोहली का टी-20 वर्ल्ड कप में रिकॉर्ड


via देश | दैनिक भास्कर https://ift.tt/0e2m1Y9

Show HN: Can Strava Do This? https://ift.tt/gXqAoNF

Show HN: Can Strava Do This? I recently added a new feature to the MTB Hangtime app that allows users to generate a telemetry overlay on top of an action camera video. The demo video was created using only the app, no third party video editing tools. The goal was to be able to capture the telemetry data with a smart phone and the video with a GoPro, then generate the output video without any additional tools. https://www.youtube.com/watch?v=Jqul6Y-U2Pw November 3, 2022 at 12:38AM

70 बच्चों की मौत मामले में गाम्बिया सरकार का यू-टर्न:कहा- भारतीय कफ सिरप से बच्चों की मौत की पुष्टि नहीं


via देश | दैनिक भास्कर https://ift.tt/3ms05Xe

Show HN: I used streaming to skip downloading my 45GB dataset https://ift.tt/2LVY31D

Show HN: I used streaming to skip downloading my 45GB dataset https://ift.tt/EYtLMhv November 2, 2022 at 09:11PM

भास्कर अपडेट्स:आज मिजोरम जाएंगी राष्ट्रपति द्रौपदी मुर्मू, कई एजुकेशनल प्रोजेक्ट्स का उद्घाटन करेंगी


via देश | दैनिक भास्कर https://ift.tt/DJlMZNU

Show HN: A CLI to provision, share, manage local and cloud dev environments https://ift.tt/j6pEKIP

Show HN: A CLI to provision, share, manage local and cloud dev environments Freshenv is a command line application to provision & manage local developer environments. Build and develop your projects in completely isolated environments. Save, switch and restart your environments. Push and fetch developer environments from the cloud. Choose from a wide variety of flavours to get the developer tools you need. https://ift.tt/vnBEp1D November 3, 2022 at 12:44AM

Tuesday, November 1, 2022

दिल्ली एयरपोर्ट पर 3 करोड़ का सोना बरामद:पाउडर बनाकर बॉडी शेपर बेल्ट और हैंडबैग में छिपाया था, 3 अरेस्ट


via देश | दैनिक भास्कर https://ift.tt/A8XiInd

Show HN: The Intersection Observer https://ift.tt/MK9PmRI

Show HN: The Intersection Observer https://ift.tt/BJAOIDp November 2, 2022 at 01:34AM

Show HN: A tool to help you remember shit you are interested in https://ift.tt/0msobyO

Show HN: A tool to help you remember shit you are interested in https://ift.tt/eW2nCEQ November 2, 2022 at 12:41AM

मोरबी ब्रिज हादसे का नया VIDEO:रस्सी के सहारे लटके मदद मांग रहे लोग, नदी के बीच मची चीख-पुकार


via देश | दैनिक भास्कर https://ift.tt/kdoRLGS

Show HN: Minimax – A Compressed-First, Microcoded RISC-V CPU https://ift.tt/HZUgK8E

Show HN: Minimax – A Compressed-First, Microcoded RISC-V CPU RISC-V's compressed instruction (RVC) extension is intended as an add-on to the regular, 32-bit instruction set, not a replacement or competitor. Its designers intended RVC instructions to be expanded into regular 32-bit RV32I equivalents via a pre-decoder. What happens if we explicitly architect a RISC-V CPU to execute RVC instructions, and "mop up" any RV32I instructions that aren't convenient via a microcode layer? What architectural optimizations are unlocked as a result? "Minimax" is an experimental RISC-V implementation intended to establish if an RVC-optimized CPU is, in practice, any simpler than an ordinary RV32I core with pre-decoder. While it passes a modest test suite, you should not use it without caution. (There are a large number of excellent, open source, "little" RISC-V implementations you should probably use reach for first.) https://ift.tt/NXftQz7 November 1, 2022 at 09:11PM

Monday, October 31, 2022

Show HN: Stable Diffusion implementation in Rust/libtorch https://ift.tt/RnK7rcE

Show HN: Stable Diffusion implementation in Rust/libtorch This is an implementation of Stable Diffusion in Rust using libtorch bindings - including some nice samples of rusty robots! It follows the lines of Huggingface's (amazing) diffusers library. The main goal is to show how a complex model can be converted and re-used on the Rust side. https://github.com/LaurentMazare/tch-rs/tree/main/examples/stable-diffusion November 1, 2022 at 02:02AM

भास्कर अपडेट्स:झारखंड के लातेहार से भारी मात्रा में हथियार और गोला-बारूद बरामद, पुलिस और CRPF की संयुक्त कार्रवाई में मिली सफलता


via देश | दैनिक भास्कर https://ift.tt/u9r1y48

महाराष्ट्र के सोलापुर में 7 की मौत:तेज रफ्तार कार ने जत्थे में शामिल श्रद्धालुओं को कुचला


via देश | दैनिक भास्कर https://ift.tt/Bj4sKqa

Show HN: API that validates tax ID numbers for over 100 countries https://ift.tt/ZDvFwWS

Show HN: API that validates tax ID numbers for over 100 countries https://taxid.pro/ October 31, 2022 at 11:49PM

Sunday, October 30, 2022

Show HN: A cryptocurrency that can automatically re-launch itself on-chain https://ift.tt/4sZDMGz

Show HN: A cryptocurrency that can automatically re-launch itself on-chain https://ift.tt/jA9iqxT October 31, 2022 at 02:06AM

गुजरात में ब्रिज टूटा, 91 लोगों की मौत:मृतकों में 25 से ज्यादा बच्चे, 70 से ज्यादा घायल; SIT करेगी हादसे की जांच


via देश | दैनिक भास्कर https://ift.tt/yMHacvs

Show HN: AI tool that cuts “bloopers” for YouTubers https://ift.tt/b7WJ4fn

Show HN: AI tool that cuts “bloopers” for YouTubers YouTubers who talk to a microphone, sometimes in front of a camera, get nervous and make a lot of mistakes while trying to get the lines just right. This AI tool fixes the mistakes for them and saves hours in manual editing. https://www.gling.ai/ October 30, 2022 at 11:32PM

गुजरात में ब्रिज टूटा, 78 लोगों की मौत:मृतकों में 25 से ज्यादा बच्चे, 70 से ज्यादा घायल; SIT करेगी हादसे की जांच


via देश | दैनिक भास्कर https://ift.tt/ILYFQZ4

Saturday, October 29, 2022

इंडियन एयर फोर्स में नौकरी, 40 हजार सैलरी:ग्रेजुएट्स के लिए IIT में नौकरी, सिलेक्ट हुए तो 92 हजार से ज्यादा होगी सैलरी


via देश | दैनिक भास्कर https://ift.tt/vPNIk59

Show HN: Core Count, a tool to visualize your software’s physical footprint https://ift.tt/PEVNfd6

Show HN: Core Count, a tool to visualize your software’s physical footprint I wanted to make it easier for my coworkers and I to visualize the physical footprint of the software we operate! https://ift.tt/4LqaTuU October 30, 2022 at 02:17AM

भास्कर अपडेट्स:इराक में बम विस्फोट से 8 की मौत, 20 घायल


via देश | दैनिक भास्कर https://ift.tt/qg9IJAD

Show HN: I made yet another Arduino clone https://ift.tt/FzBr5ey

Show HN: I made yet another Arduino clone https://ift.tt/sdM5BR3 October 29, 2022 at 09:58PM

AAP बोली- BJP हमारे विधायक खरीदने की कोशिश में:दिल्ली के डिप्टी CM ने जारी किया ऑडियो, कहा- इसमें शाह का नाम


via देश | दैनिक भास्कर https://ift.tt/2ORoj9a

Friday, October 28, 2022

Show HN: I made a builder that lets you create a sales page for Gumroad products https://ift.tt/FkzYlHv

Show HN: I made a builder that lets you create a sales page for Gumroad products Hey everyone, Would love to hear your feedback I just released the beta for a no-code builder specifically for people selling on Gumroad. Seeing lots of artsy and non-technical folks selling through Gumroad, their only real option when advertising is to create a sales page throuh something like Square or Wix. Like all non-niche things, this becomes hard when you actually want to link up your payment and email subscribers directly to your page. (Not to even mention affiliate sellers). Wrapping gum is my response to this So if you're a seller on Gumroad, would love to hear some feedback from you on whether or not you would find this usefull or not Brutal feedback is always encouraged :) Thank you https://ift.tt/oRwj8OC October 29, 2022 at 02:34AM

भास्कर अपडेट्स:एलन मस्क बोले- ट्विटर के लिए कंटेंट मॉडरेशन काउंसिल का गठन करेंगे


via देश | दैनिक भास्कर https://ift.tt/FluYNpc

दिल्ली में इंडिगो प्लेन के इंजन में लगी आग:बेंगलुरु के लिए टेक ऑफ करते समय उठीं चिंगारियां; सभी 184 यात्री सुरक्षित


via देश | दैनिक भास्कर https://ift.tt/WPrA3Dp

Show HN: Checksum.sh verify every install script https://ift.tt/oUbSCha

Show HN: Checksum.sh verify every install script The pattern of downloading and executing installation scripts without verifying them has bothered me for a while. I started messing around with a way to verify the checksum of scripts before I execute them. I've found it a really useful tool for installing things like Rust or Deno. It's written entirely as a shell script, and it's easy to read and understand what's happening. I hope it may be useful to someone else! https://checksum.sh/ October 29, 2022 at 12:08AM

Show HN: A Data Stack for Web3 https://ift.tt/ehwF51d

Show HN: A Data Stack for Web3 Hey - We're building https://luabase.com/ . tl;dr - Luabase is a data stack for web3 teams. We make it easy to query any blockchain with SQL, analyze it in notebooks, and embed the data in your app with our API. You can answer questions like: how many people that used Uniswap also have an ENS / .eth address? I know a lot of people here hate crypto. I get it. There's a lot of bullshit and scams in crypto. I'm personally drawn to it because a lot of financial applications suck and crypto provides a set of open source tools to build better ones. Anyway, if you're into web3, check it out and let me know if I can answer any questions. I'll be around. https://luabase.com/ October 28, 2022 at 11:31PM

Thursday, October 27, 2022

Show HN: Free weekly email of 20 vetted software engineers that you can hire https://ift.tt/v2id5lA

Show HN: Free weekly email of 20 vetted software engineers that you can hire https://ift.tt/U4It21c October 28, 2022 at 03:57AM

Show HN: Computer Vision made easy with a new open-source Framework https://ift.tt/xQ4kcOH

Show HN: Computer Vision made easy with a new open-source Framework https://ift.tt/KwgW7r2 October 28, 2022 at 03:14AM

भास्कर अपडेट्स:इटली के शॉपिंग सेंटर में युवक ने चाकू से किया हमला, फुटबॉल स्टार सहित 5 घायल


via देश | दैनिक भास्कर https://ift.tt/m38O17S

हिमाचल में युवाओं को नहीं मिली नौकरी:राष्ट्रीय औसत से ज्यादा बेरोजगारी दर; छोटे राज्यों में टॉप-3 में शुमार; चुनाव में बनेगा मुद्दा


via देश | दैनिक भास्कर https://ift.tt/r35LXb9

Show HN: Kweb 1.0.0 released – A painless web framework for back end developers https://ift.tt/X27mtVn

Show HN: Kweb 1.0.0 released – A painless web framework for back end developers https://ift.tt/boBnHvJ October 27, 2022 at 11:08PM

Wednesday, October 26, 2022

भास्कर अपडेट्स:भोपाल की एक बस्ती में क्लोरीन गैस टैंक हुआ लीक, 3 लोग अस्पताल में भर्ती


भास्कर अपडेट्स:भोपाल की एक बस्ती में क्लोरीन गैस टैंक हुआ लीक, 3 लोग अस्पताल में भर्ती https://ift.tt/5AJGXEj

भास्कर अपडेट्स:भोपाल की एक बस्ती में क्लोरीन गैस टैंक हुआ लीक, 3 लोग अस्पताल में भर्ती


via देश | दैनिक भास्कर https://ift.tt/1ySUetT

Show HN: ML Serving orchestration framework on Kubernetes https://ift.tt/k7hzDm2

Show HN: ML Serving orchestration framework on Kubernetes https://ift.tt/rExjSPO October 27, 2022 at 01:24AM

Show HN: Medical Image Segmentation Using K-Means Clustering Using GPU/OMP/MPI https://ift.tt/ThbKY0L

Show HN: Medical Image Segmentation Using K-Means Clustering Using GPU/OMP/MPI https://ift.tt/NfX3l41 October 27, 2022 at 12:34AM

तेलंगाना में TRS के 4 विधायकों को खरीदने की कोशिश:पुलिस का दावा- 100 करोड़ की हो सकती थी डील; 3 अरेस्ट


via देश | दैनिक भास्कर https://ift.tt/RbhDfie

Tuesday, October 25, 2022

ब्रिटेन में 200 साल में सबसे यंग PM:42 साल के सुनक ने पद संभाला; साइक्लोन सितरंग से 6 राज्यों में बारिश-आंधी


via देश | दैनिक भास्कर https://ift.tt/WpuJSgk

Show HN: Encrypt and hide files inside images https://ift.tt/0aQGNT9

Show HN: Encrypt and hide files inside images https://ift.tt/X6sYQEH October 26, 2022 at 03:51AM

Show HN: Klipit.in – Online clipboard, quickly share data across devices https://ift.tt/I3ygi41


Show HN: Klipit.in – Online clipboard, quickly share data across devices https://ift.tt/I3ygi41 https://ift.tt/Du3Z96N

Show HN: Klipit.in – Online clipboard, quickly share data across devices https://ift.tt/I3ygi41


Show HN: Klipit.in – Online clipboard, quickly share data across devices https://ift.tt/I3ygi41 https://ift.tt/5ctWX3B

Show HN: Klipit.in – Online clipboard, quickly share data across devices https://ift.tt/I3ygi41

Show HN: Klipit.in – Online clipboard, quickly share data across devices Hello, wanted to share about my new project called Klipit. How do you quickly share data between devices? Here's what most people do – - Send it to someone on WhatsApp or other messaging service. - Email it to themselves. - Use a note taking application like Google Keep, Apple Notes or OneNote (my preferred way until now). All of these require you to already have those services logged into on both the devices. Logging into any service on a new device these days is a tedious process involving 2-factor authentication. What if there was a quick way to share data between devices? One that did not require any logins or installing any apps? Starting with this thought, I built Klipit.in. An online clipboard to share data quickly between devices. You get an instant online clipboard with a unique link. No need to create any account. You can paste any data to this clipboard and simply open the link on another device. Nothing to install, no logins required. Quick and easy. There is also a QR code which you can scan to open the clipboard in browser. Some features that I may add depending on how it takes off - - Password protection - Real time refresh - Sharing files - Klipit account with multiple clipboards - Custom clipboard URL Play with it and let me know what you think. https://ift.tt/z5TaLD1 October 25, 2022 at 06:23PM

भास्कर अपडेट्स:गुरुग्राम में NSG कमांडो पर 4 लोगों ने किया हमला, एक गिरफ्तार


via देश | दैनिक भास्कर https://ift.tt/lJUprMt

Monday, October 24, 2022

ऋषि सुनक ब्रिटेन के नए PM होंगे:पार्टी लीडर चुने गए; PM मोदी जवानों से बोले- आपकी आतिशबाजी-धमाके हमसे अलग होती है


ऋषि सुनक ब्रिटेन के नए PM होंगे:पार्टी लीडर चुने गए; PM मोदी जवानों से बोले- आपकी आतिशबाजी-धमाके हमसे अलग होती है https://ift.tt/EO7Fydt

ऋषि सुनक ब्रिटेन के नए PM होंगे:पार्टी लीडर चुने गए; PM मोदी जवानों से बोले- आपकी आतिशबाजी-धमाके हमसे अलग होती है


via देश | दैनिक भास्कर https://ift.tt/WhgweOn

Show HN: My bash script with a Now Playing widget for controlling Apple Music https://ift.tt/641nKJh

Show HN: My bash script with a Now Playing widget for controlling Apple Music There are three functions to (1) play music (2) list out music (3) open a Now Playing widget w/ additional controls. Should be nice for anyone who'd like a basic alternative way to control their music without the GUI. https://ift.tt/FdkGEg9 October 24, 2022 at 10:45PM

हिमाचल के नेता बुढ़ापे में भी "जवान':75-80 साल में भी विधायक बनने की होड़; युवाओं को कैसे मिलेगा अवसर


via देश | दैनिक भास्कर https://ift.tt/BqvgxDJ

Show HN: Export Google Docs to WordPress in 1 Click. Including Images https://ift.tt/Vva6QMR

Show HN: Export Google Docs to WordPress in 1 Click. Including Images https://docswrite.com October 25, 2022 at 12:17AM

Sunday, October 23, 2022

मेलबर्न में टीम इंडिया की दिवाली:वर्ल्ड कप में विराट से हारा पाकिस्तान; रिकॉर्ड 15 लाख दीयों से रोशन हुई अयोध्या


मेलबर्न में टीम इंडिया की दिवाली:वर्ल्ड कप में विराट से हारा पाकिस्तान; रिकॉर्ड 15 लाख दीयों से रोशन हुई अयोध्या https://ift.tt/4SvcZBR

मेलबर्न में टीम इंडिया की दिवाली:वर्ल्ड कप में विराट से हारा पाकिस्तान; रिकॉर्ड 15 लाख दीयों से रोशन हुई अयोध्या


via देश | दैनिक भास्कर https://ift.tt/Wp29kXj

Show HN: TPMouse - A Virtual Trackball for Windows, controlled from the homerow https://ift.tt/aIUfbDK

Show HN: TPMouse - A Virtual Trackball for Windows, controlled from the homerow Hello all, I apologize for the repost as the previous submission was made from an unfortunate timezone. I've been refining my app to the point that it's pretty much become an indispensable daily driver in my own workflow. Hoping to hear some critiques/feedbacks on its usability! https://ift.tt/KPE9rFO October 24, 2022 at 02:54AM

भास्कर अपडेट्स:सोमालिया के किसमायो में होटल पर हमला, 9 लोगों की मौत, 47 घायल


via देश | दैनिक भास्कर https://ift.tt/pURhM7b

Show HN: We’ve created a tool to focus on coding and collaborate with your team https://ift.tt/R7iOW32

Show HN: We’ve created a tool to focus on coding and collaborate with your team https://ift.tt/8GRFTIV October 24, 2022 at 12:25AM

Saturday, October 22, 2022

Show HN: Contact Form Delivery https://ift.tt/B684Z2J

Show HN: Contact Form Delivery Most sites I work on have at least one contact form and I got tired of building out the logic to send them and handle the spam into every project. I built and launched Sendfly for myself 5 years ago and it's been a rock solid service that I've relied on ever since. Recently I've done a full re-write, simplifying the product and making it super affordable. I wanted to share it here in case it comes in handy for someone else. There are lots of competitors out there but I found them too expensive for my needs. For $15/year you get unlimited forms and 5,000 form submissions every year. Hoping that fits the bill for developers like me! https://sendfly.io October 23, 2022 at 01:16AM

ISRO के सबसे भारी रॉकेट से 36 सैटेलाइट लॉन्च:ब्रिटिश कंपनी के हैं सभी उपग्रह, पृथ्वी की निचली कक्षा में भेजे जा रहे


via देश | दैनिक भास्कर https://ift.tt/ov1wSdP

हिमाचल में प्रचार को आएंगी सोनिया गांधी:40 स्टार कैम्पेनर की लिस्ट जारी; राहुल गांधी और पूर्व क्रिकेटर अजहरुद्दीन भी आएंगे


via देश | दैनिक भास्कर https://ift.tt/sEdU0q6

Show HN: Stable Diffusion, but Fast and with No Filters https://ift.tt/E0VQr9m


Show HN: Stable Diffusion, but Fast and with No Filters https://ift.tt/E0VQr9m https://ift.tt/D6fYW2R

Show HN: Stable Diffusion, but Fast and with No Filters https://ift.tt/E0VQr9m

Show HN: Stable Diffusion, but Fast and with No Filters https://ift.tt/PC8Vyna October 23, 2022 at 12:14AM

Friday, October 21, 2022

मोदी की उत्तराखण्ड यात्रा:स्थानीय हुनर की कद्र, दूरस्थ इलाक़ों की अर्थव्यवस्था में सबसे बड़ा योगदान


via देश | दैनिक भास्कर https://ift.tt/siA7aqG

AIIMS में VIP ट्रीटमेंट का विरोध:सांसदों को नहीं मिलेंगी खास सुविधाएं; SC ने कहा- देश में नफरत का माहौल


via देश | दैनिक भास्कर https://ift.tt/uxTdhR0

Show HN: C Injection Compiler – Program your text files in C https://ift.tt/IxZ5SRN

Show HN: C Injection Compiler – Program your text files in C It's very early in development but it has just reached a working state so I'm actually using it now to generate content for my website. The idea is that it should be useful both for generating static files and for generating responses live in a server, which it should be able to do very fast since it all compiles to C code and one memory mapped file. https://ift.tt/oTX2hIR October 22, 2022 at 01:30AM

भास्कर अपडेट्स:इटली में नई सरकार का गठन, जियॉर्जिया मेलोनी बनेंगी पहली महिला प्रधानमंत्री


भास्कर अपडेट्स:इटली में नई सरकार का गठन, जियॉर्जिया मेलोनी बनेंगी पहली महिला प्रधानमंत्री https://ift.tt/a9YPVzw

भास्कर अपडेट्स:इटली में नई सरकार का गठन, जियॉर्जिया मेलोनी बनेंगी पहली महिला प्रधानमंत्री


via देश | दैनिक भास्कर https://ift.tt/6xLAz8P

Thursday, October 20, 2022

हिमाचल में कांग्रेस की दूसरी लिस्ट में 17 टिकट:5 पर अभी भी पेंच; किन्नौर के MLA का टिकट फिर होल्ड, शिमला में बगावत तय


via देश | दैनिक भास्कर https://ift.tt/EZ1PmSF

भास्कर अपडेट्स:कांग्रेस नेता शिवराज पाटिल का विवादित बयान, बोले- भगवत गीता में भी जिहाद है


भास्कर अपडेट्स:कांग्रेस नेता शिवराज पाटिल का विवादित बयान, बोले- भगवत गीता में भी जिहाद है https://ift.tt/GOh2XoT

भास्कर अपडेट्स:कांग्रेस नेता शिवराज पाटिल का विवादित बयान, बोले- भगवत गीता में भी जिहाद है


via देश | दैनिक भास्कर https://ift.tt/kAzdnDF

Show HN: NanoMODBUS – A compact MODBUS RTU/TCP C library for microcontrollers https://ift.tt/OMCTz2s

Show HN: NanoMODBUS – A compact MODBUS RTU/TCP C library for microcontrollers Hi HN, this a tiny C library I made because, to my astonishment, in 2022 I couldn't find an (almost) complete and free implementation of MODBUS to be used in a generic microcontroller environment. Enjoy https://ift.tt/afUcNwo October 20, 2022 at 04:34PM

Wednesday, October 19, 2022

Show HN: Lance – Deep Learning with DuckDB and Arrow https://ift.tt/PlhHQXN

Show HN: Lance – Deep Learning with DuckDB and Arrow https://ift.tt/eDkcfbs October 20, 2022 at 01:32AM

Show HN: Stable Diffusion Image-to-Prompt Tool https://ift.tt/RU2nN4I

Show HN: Stable Diffusion Image-to-Prompt Tool Given an image, we can search the latent space to produce likely keywords that you can add to your prompt to recreate the target image https://ift.tt/7EPQnl2 October 20, 2022 at 01:14AM

PM के गुजरात दौरे का दूसरा दिन:UN चीफ एंटोनियो गुटेरेस के साथ मिलकर लॉन्च करेंगे ‘लाइफ’ अभियान


via देश | दैनिक भास्कर https://ift.tt/BAiODeK

Show HN: A simple game for my 4yo https://ift.tt/52NzPZ8

Show HN: A simple game for my 4yo Proud to share the very first release of my new game: Alverde - It's for my 4yo - Currently works only on desktop browsers - As long as I keep having fun building it, it will keep evolving Game: https://ift.tt/4wtWT6S Source: https://ift.tt/7GFT4DA Plans: https://ift.tt/6f9CRwt October 19, 2022 at 08:28PM

Tuesday, October 18, 2022

यासीन मलिक की आज जम्मू के टाडा कोर्ट में पेशी:वायुसेना के जवानों पर हमला करने के मामले में होगी सुनवाई


via देश | दैनिक भास्कर https://ift.tt/0DV8tSn

Show HN: Linen – Open-source Slack for communities https://ift.tt/1KliMEy

Show HN: Linen – Open-source Slack for communities Hi HN, My name is Kam. I'm the founder of Linen.dev. Linen communities is a Slack/Discord alternative that is Google-searchable and customer-support friendly. Today we are open-sourcing Linen and launching Linen communities. You can now create a community on Linen.dev without syncing it from Slack and Discord! I initially launched Linen as a tool to sync Slack and Discord conversations to a search engine-friendly website. As I talked to more community managers, I quickly realized that Slack and Discord communities don't scale well and that there needs to be a better tool, especially for open-source knowledge-based communities. Traditionally these communities have lived on forums that solved many of these problems. However, from talking to communities, I found most of them preferred chat because it feels more friendly and modern. We want to bring back a bunch of the advantages of forums while maintaining the look and feel of a chat-based community. Slack and Discord are closed apps that are not indexable by the internet, so a lot of content gets lost. Traditional chat apps are not search engine friendly because most search engines have difficulty crawling JS-heavy sites. We built Linen to be search engine friendly, and our communities have over 30,000 pages/threads indexed by google. Our communities that have synced their Slack and Discord conversations under their domain have additional 40,000 pages indexed. We accomplish this by conditionally server rendering pages based on whether or not the browser client is a crawler bot. This way, we can bring dynamic features and a real-time feel to Linen and support search engines. Most communities become a support channel, and managing this many conversations is not what these tools are designed for. I've seen community admins hack together their own syncs and internal devices to work to stay on top of the conversations. This is why we created a feed view, a single view for all the threads in all the channels you care about. We added an open and closed state to every thread so you can track them similarly to GitHub issues or a ticketing system. This way, you and your team won't miss messages and let them drop. We also allow you to filter conversations you are @mentioned as a way of assigning tickets. I think this is a good starting point, but there is a lot more we can improve on. How chat is designed today is inherently interrupt-driven and disrupts your team's flow state. Most of the time, when I am @mentioning a team member, I actually don't need them to respond immediately. But I do want to make sure that they do eventually see it. This is why we want to redesign how the notification system works. We are repurposing @mentions to show up in your feed and your conversation sections and adding a !mention. A @mention will appear in your feed but doesn't send any push notifications, whereas a !mention will send a notification for when things need a real-time synchronous conversation. This lets you separate casual conversations from urgent conversations. When everything is urgent, nothing is. (credit: Incredibles) This, along with the feed, you can get a very forum-like experience to browse the conversations. Linen is free with unlimited history for public communities under https://ift.tt/GA2J4Pd domain. We monetize by offering a paid version based on communities that want to host Linen under their subdomain and get the SEO benefits without managing their own self-hosted instance. We are a small team of 3, and this is the first iteration, so we apologize for any missing features or bugs. There are many things we want to improve in terms of UX. In the near term, we want to improve search and add more deep integrations, DMs, and private channels. We would appreciate any feedback, and if you are curious about what the experience looks like, you can join us here at Linen.dev/s/linen https://ift.tt/9OG5SxY October 18, 2022 at 08:42PM

7वीं की परीक्षा के प्रश्नपत्र पर बवाल:देशों की लिस्ट में भारत के साथ कश्मीर का नाम; BJP ने उठाए सवाल


via देश | दैनिक भास्कर https://ift.tt/xmYVGru

Show HN: C.O.R.E – Opensource, user owned, shareable memory for Claude, Cursor https://ift.tt/VogWu3E

Show HN: C.O.R.E – Opensource, user owned, shareable memory for Claude, Cursor Hi HN, I keep running in the same problem of each AI app “rem...