Tuesday, March 15, 2022

आज का इतिहास:इराक ने कुर्दों पर किया था सबसे घातक केमिकल अटैक, पलक झपकते ही मारे गए थे 5 हजार से ज्यादा लोग


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

Show HN: Inbox World - Read something not controlled by billionaires https://ift.tt/HLgwCNV

Show HN: Inbox World - Read something not controlled by billionaires Version 2.1, totally revamped based on feedback — includes leaderboards by topic, latest posts, and an experiment with a serendipitous Twitter bot. All feedback welcome. https://inboxworld.io/ March 16, 2022 at 01:06AM

Show HN: Social Good Social Network – pitch deck https://ift.tt/Q3XSAwF

Show HN: Social Good Social Network – pitch deck https://ift.tt/wtkbEif March 16, 2022 at 12:29AM

Show HN: WikiNewsFeed – RSS aggregator powered by Wikipedia https://ift.tt/uoSglnO

Show HN: WikiNewsFeed – RSS aggregator powered by Wikipedia https://ift.tt/LS7OUJG March 16, 2022 at 12:01AM

Show HN: Fast subdomain enumerator written in Rust https://ift.tt/IzqXVhm

Show HN: Fast subdomain enumerator written in Rust Hello! I'm learning Rust and also information security, so what better way to learn than to put a tool together practicing both skills? I've tried to use a couple of different tools for subdomain enumeration (part of the Discovery-party when it comes to penetration testing), but none of them were very fast, even if the DNS resolver I pointed them towards is, so I wrote my own tool that leverages concurrency to check a lot of subdomains, fast! It's written in Rust, main parts being using Tokio and async_channels, and I think it works good enough for a first release. I wanted to get recursive subdomain enumeration to work too, but couldn't figure out how to send into the same channels I'm reading from and knowing when to close the actual channels. Will work on that next! If you want to check out the project, it's located here: https://ift.tt/4cq0ZAf I'd love your feedback on the code, idea or anything in general! Usually people here have very good feedback, so I'm excited to hear what you think. Thank you! https://ift.tt/4cq0ZAf March 15, 2022 at 11:21PM

Monday, March 14, 2022

आज का कार्टून:जिधर देखूं, तेरी तस्वीर नजर आती है; कांग्रेस और अध्यक्ष पद पर चुनाव की यही कहानी है


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

भास्कर LIVE अपडेट्स:आज पाकिस्तान में गिरी मिसाइल को लेकर संसद में जवाब देंगे रक्षा मंत्री राजनाथ और विदेश मंत्री जयशंकर


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

Show HN: npm install actual-malware https://ift.tt/PhNBdvz

Show HN: npm install actual-malware Our package registry ecosystem has a serious problem... and not just npm. People are aware of this but maybe this will make them a bit more aware https://ift.tt/Nuy4JQb March 15, 2022 at 03:40AM

Show HN: I built an open source web hosting platform for static sites https://ift.tt/9w3AdNT

Show HN: I built an open source web hosting platform for static sites https://ift.tt/QLmWGBM March 15, 2022 at 12:27AM

Show HN: Free Online Crypto Profit Calculator https://ift.tt/ZMboHFa

Show HN: Free Online Crypto Profit Calculator https://ift.tt/bJFEHXs March 14, 2022 at 11:40PM

Saturday, March 12, 2022

महंगा नहीं 2-3 रुपए सस्ता हो सकता है पेट्रोल-डीजल:128 दिन से नहीं बढ़े पेट्रोलियम के दाम, अब डर सता रहा है; असलियत कुछ और


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

Show HN: Sci-Hub Scholar – Firefox Extension Update v1.2 https://ift.tt/O6ClEGt

Show HN: Sci-Hub Scholar – Firefox Extension Update v1.2 Sci-Hub Scholar is a browser extension that takes Google Scholar search results and tries to point them at Sci-Hub, where they can be read freely. The main selling point for this extension versus others is that it works right on the results page, rather than the article page at the pay-walled website. One night, I decided I was going to do some research, only to find every Google Scholar Result behind a paywall. Trying to find the link on Sci-Hub, I ran into a bunch of issues: * https://ift.tt/AgzUCTP is down * Annoying to copy/paste title to Sci-Hub * Didn't want to be presented with another set of search results from my search results. I've seen some other Sci-Hub extensions, most notably https://ift.tt/AbfxzlH . However, most of these require you to go to the article page, then click the extension's button to finally be redirected. I thought I could do better. I recently did an update pass to update with some features others have added and requested. New Features for v1.2.0: * Added support for all Google Subdomains. You can now use this extension on Google Scholar websites for any country! * DOI is now listed next to the article title for articles where the DOI was found * If the title's URL was updated to Sci-Hub, the Icon to the left will now point to the original article. * More accurate DOI lookups! Issues: * Currently, I can't validate that the article exists on Sci-Hub, due to the way Firefox handles website permissions for extensions. I do not want to request permissions for all domains, but since the Sci-Hub domain can change, this is difficult. * I'm afraid to port this to Chrome, because I don't want to lose my Google Account over something like this. * It's a hassle to support manifest v2 for Firefox and manifest v3 for chrome. Haven't found a good workflow setup for developing for both browser platforms at the same time, from one codebase. I welcome any feedback or recommendations on the issues. I also have planned features, and am open to contributions! The extension is all open source and can be found at: https://ift.tt/XjNz0Jb I hope this helps some people get access to the information they need! https://ift.tt/l7XGEqN March 13, 2022 at 12:19AM

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/GQauRgE

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for de...