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: PHP-fts – Full-text search engine in pure PHP, no extensions https://ift.tt/wgSBiJP

Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions https://ift.tt/WpBoNzV May 7, 2026 at 01:58AM