Wednesday, November 30, 2022

आज से हुए ये 5 बड़े बदलाव:हीरो की गाड़ी खरीदना हुआ महंगा, ATM से पैसा निकालने के लिए नया नियम; पेट्रोल-गैस के दाम


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

गुजरात चुनाव:निर्णायक 89 सीटों पर टिका है आप, कांग्रेस और भाजपा का भविष्य


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

सस्ते हो सकतें हैं पेट्रोल-डीजल:8 महीने में 27% घटे कच्चे तेल के दाम; कमलनाथ बोले- हम 7 दिन से मर रहे


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

भास्कर अपडेट्स:प्रयागराज में 6 करोड़ की पेरिस ब्रांड की नकली सिगरेट बरामद


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

आफताब का नार्को टेस्ट होगा आज:यह फेल हुआ तो ब्रेन मैपिंग हो सकती है, पॉलीग्राफ रिपोर्ट भी तैयार की जा रही


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

Show HN: AudioGata, a plugin based Web Audio player https://ift.tt/bk58cUC

Show HN: AudioGata, a plugin based Web Audio player https://ift.tt/trjkDdg November 30, 2022 at 11:15PM

Tuesday, November 29, 2022

Show HN: I rebuilt MySpace from 2007 (2 year update) https://ift.tt/GVB9DIP

Show HN: I rebuilt MySpace from 2007 (2 year update) https://ift.tt/afx9gHM November 30, 2022 at 02:09AM

Show HN: A userscript that adds archive URLs below the paywalled HN submissions https://ift.tt/mifvtQs

Show HN: A userscript that adds archive URLs below the paywalled HN submissions This userscript adds archive URLs to the metadata section of HN submissions without breaking the immersion. Here are 2 screenshots: https://ift.tt/VG8c9y4 GreasyFork: https://ift.tt/nEuUkpm... Source code: https://ift.tt/7yXM5lm Now let me overexplain. -Why?- I never liked paywalled articles. I understand where they come from, but I don't like where we cross our paths. This is why I don't use major news aggregators anymore. Instead, I spend my "catching-up-with-the-world-time" on Hacker News. However, Hacker News (HN) also has its fair-share of paywalled articles. ( Around 11.6% according to my short-lived, half-assed attempt at measuring it. See my super old data https://hpa.emre.ca/ I tell the story below.) -First try- Around a year ago, when I ran the above experiment, my goal wasn't to run that experiment. It was during my self-teaching & career-changing process, I decided to build a React HN clone. To make it stand-out from the bunch, I added a paywall feature. It would detect paywalled articles and would add an archive URL into the metadata. The issue with archiving is unless someone archived the link before on the {archiving-project} then the link is most likely not archived. So me sending people to those projects meant nothing. It kinda meant something for me from an ideological standpoint but I assume you are not me. This rubbed me the wrong way. I decided to build a backend (See https://ift.tt/4zW6hED ) that would scan the links and automatically to detect paywalls close to real-time and submit paywalled ones to archive.is for archival. I used Nodejs, Firebase, and React. I was -still am- really proud because I believed it was doing public good in terms of digital preservation. Only 1 person needed to run this script to benefit everyone. As an extra, I was curious on how many paywalled articles were being shared, by whom, at what time. So I also created some analytics functionality to gather the data. And later created a UI to present it. HN-Paywall-Archiver was great but I stopped running the backend at some point. Because at that point couldn't find a way to continuously run my backend code on some platform for cheap or didn't try hard enough. P.S. Recently I've been thinking of remaking this version with Cloudflare Workers. -Hacker News Paywall Archiver Userscript- After almost a year, I got into userscripts. Super great super awesome concept. People seem to hate javascript unless it is presented as a userscript. So I decided to get my hands dirty to create a simple solution that solves the paywall issue on HN without breaking any hearts. My solution is not perfect as it had to be simple. But here's the rundown. Pros: - Does not beg for attention. - Simple code, simple concept. - Unintentionally, indicates which submissions are paywalled without you interacting with anything. - Not-yet-archived archive links can make you feel like you are contributing to the society after you click on the "archive this URL" button on project page. - Uses HN html defaults, so I hope it plays well with the HN skins/plugins/userscripts you use. Cons: - It doesn't automatically archive the links. - It uses clone of a static list of paywalled websites sourced from a popular Chrome extension. ( https://ift.tt/cmtdj6Q... ) So changing the paywall list is slow and manual. - No guarantees of archived links actually having the archive readily available for reading. Though there are currently 3 projects added, so it should be enough for most links. So, there you go. I hope you enjoy it. It can break occasionally due to changes in news.ycombinator code, if you let me know on Twitter, I can fix it ASAP. Otherwise you have to wait until I notice that the script is broken, which can take quite a while as I browse HN on mobile. https://ift.tt/7yXM5lm November 30, 2022 at 04:38AM

आफताब को बचाने वाले पुलिसकर्मियों को मिला इनाम:कमिश्नर ने तारीफ करते हुए 10-10 हजार दिए; 70 टुकड़े करने आए थे हिंदू सेना के लोग


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

Show HN: Full-stack _hyperscript Node.js TODO web app (with Htmx) https://ift.tt/iQZkCve

Show HN: Full-stack _hyperscript Node.js TODO web app (with Htmx) Hey HN! I think _hyperscript is an insanely cool language, and while designed for simple front-end DOM interactions, I thought it would be a cool back-end scripting language as well. So, I slapped together a TODO app with a _hyperscript bootstrapping script based on the original repository's node-hyperscript example. My repo isn't clean, just something I worked out over a weekend to prove the concept, also an excuse to play with htmx. :) Please read the README, and let me know how, if anyone's interested, I can work in some of my tweaks to the original repository. I'm kind of a noob with open source stuff. https://ift.tt/FC1w8Ko November 29, 2022 at 11:12PM

Show HN: Overengineering guest WiFi logins for fun (sadly not profit) https://ift.tt/6sVo7gO

Show HN: Overengineering guest WiFi logins for fun (sadly not profit) Hey HN! I wanted to share a project that I've been working on for a while and finally "completed" (until next time I try to improve it, that is). The idea is that I wanted my guest wifi password to change frequently, but I also didn't want my guests to hate me every time they came over to visit. Hence be_my_guest was born. Please let me know what you think! https://ift.tt/zWopFB0 November 29, 2022 at 10:01PM

भास्कर अपडेट्स:यूपी के फिरोजाबाद में घर में लगी भीषण आग, एक ही परिवार के 6 लोगों की मौत


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

Monday, November 28, 2022

Show HN: Jektex – Fast server side rendering of latex for Jekyll https://ift.tt/8HBzQY9

Show HN: Jektex – Fast server side rendering of latex for Jekyll Hello! This is my first attempt of creating, publishing and maintaining my own package. I have a blog with something around 4000 latex expressions. Client side rendering using latex was super slow and some phones did not render it properly. I tried some KaTeX plugins for server side rendering but they were painfully slow (on my laptop it took more than 5 min to build). So I decided to learn some ruby and create latex rendering plugin by my self. So I created jektex. Jektex is a Jekyll plugin for fast server side cached LaTeX rendering, with support for macros and is very configurable. Now I can render y entire blog in 2 seconds on same laptop. I will be very happy for any feedback or advice. Have a nice day https://ift.tt/wK57VAL November 29, 2022 at 04:37AM

Show HN: Automate your task follow-through across your business tools https://ift.tt/FhfEsjd

Show HN: Automate your task follow-through across your business tools Hi All, Rejoy is a tool that automates your task follow-through across your business tools. Connect and monitor fields across tools like Zendesk, Jira, Asana etc. Create rules to trigger actions based on conditions. Automate notifications, field updates, and reporting. We are in private beta with a free one month trial. Thank you for your feedback. https://www.rejoy.io/ November 28, 2022 at 11:00PM

आफताब को ले जा रही वैन पर हमले की कोशिश:फोरेंसिक लैब के बाहर 4-5 लोग तलवार लेकर दौड़े; कहा- हम उसके 70 टुकड़े करने आए


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

Show HN: Widget.json and Widget Construction Set https://ift.tt/bWkyahl

Show HN: Widget.json and Widget Construction Set My friend and I just finished this project last week. I'd love to hear your feedback. widget.json brings a dynamic window to the web to your device's home screen. It's kind of like RSS for widgets, you make a widget.json for whatever web data you want and then subscribe to it in Widget Construction Set, our iOS widget.json viewer. We've made image of the day and word of the day widgets, Youtube channel widgets that show the latest videos, RSS widgets, Prometheus counter widgets and more. You can imagine a GitHub CI widget showing the last build status with a link to view it. Friend groups could make a shared scratch pad of text and images. Househoulds can make a shared TODO or grocery list widget. Widgets can use local device launch schemes which enables widgets to initiate text messages, calls, emails, shortcuts apps, and more. With this, you can make a widget that shows images of your favorite people and when you tap their image it FaceTimes them. If you're worried about Twitter, you could even make your own one-way Twitter replacement where your text and images show up on your followers home screen! Ideally, sites add a widget.json feed alongside their RSS feed. widget.json files have a one-click subscribe link to easily add them to Widget Construction Set. This gives sites and creators a simple, direct connection to their users without the need of building a separate app or having their users remember to visit their site. For Patreon or other user-supported creators, they can offer private widgets that are only granted to their supporters. We couldn't figure a way to make a business on this, but we liked what the technology enabled so we're releasing it all for free, with the exception of a one-time $2.99 purchase to view private widgets. Though since the widget.json format is open, if $2.99 is too steep, people are free to make their own private widget viewer as well. Widget Construction Set: https://ift.tt/rpl6m9d... https://wd.gt November 29, 2022 at 12:14AM

Show HN: Feuille – a fast, simple socket-based pastebin https://ift.tt/cvZyUgG

Show HN: Feuille – a fast, simple socket-based pastebin Should be considered as a usable WiP for now. I still need to tweak and fix some things in my code. I'd love to get some feedback! See < https://bin.heimdall.pm/ > for my personal feuille instance. Feel free to play around with it :) https://ift.tt/hA1tKTV November 28, 2022 at 09:22PM

भास्कर अपडेट्स:झारखंड में नक्सली साजिश का पर्दाफाश, पुलिस ने बरामद किया 20 किलो IED


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

Show HN: An adaptive Chinese reader. Only helps where you need it https://ift.tt/FLC84zo

Show HN: An adaptive Chinese reader. Only helps where you need it Hey folks! I made a free Chinese reading tool after trying to get through The Hunger Games almost drove me crazy. Any Chinese (or, I assume, Japanese) learner will tell you there's a frustrating uncanny valley where you're good enough to start pursuing "real" reading material, but there are just too many unknown characters to actually make it through. What I'm really working toward with this is something where you can upload an EPUB and it will give you a modified EPUB with exactly, and only, the language help that you need added as text annotations (called "rubies" typographically). Probably the world's most niche web app, but hey -- for those in this specific situation, it's a real struggle. I hacked it together pretty quickly, so if this gets any sizable load from HN I'm sure it will crash, but I would LOVE feedback from Chinese learners out there! https://ift.tt/YXry29I November 28, 2022 at 09:25PM

Sunday, November 27, 2022

2 साल की बेटी को सीने से दबाकर मार डाला:शव लेकर झील में छलांग लगाई, कहा- खाने को पैसे नहीं थे, कर्ज से परेशान था


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

Show HN: Visualizing the group stage of the 2022 FIFA World Cup https://ift.tt/9ROIBTJ

Show HN: Visualizing the group stage of the 2022 FIFA World Cup This is a visualization we created for a blog post back in 2018 and decided to resurrect for 2022. You can see at a glance a bunch of information about the progress of each group - the result of each match that has been played, the status of each team, and how many matches have been played. I like to think this would get a good data-ink score from Edward Tufte. https://ift.tt/JeWYhvB November 28, 2022 at 05:07AM

Show HN: Hacker way to half app development time and cost https://ift.tt/kbWspwz

Show HN: Hacker way to half app development time and cost https://ift.tt/7dGazkg November 28, 2022 at 04:56AM

ब्रिज टूटने से लोग पटरियों पर गिरे:महाराष्ट्र के बल्लारशाह में हादसा; पाकिस्तान में नए आर्मी चीफ का विरोध, 2 जनरल के इस्तीफे


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

भास्कर अपडेट्स:पीटी उषा बनीं भारतीय ओलंपिक संघ की अध्यक्ष


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

Show HN: A tool that automatically follows people from Twitter on Mastodon https://ift.tt/yfPN7Z3

Show HN: A tool that automatically follows people from Twitter on Mastodon https://ift.tt/6c4yZw0 November 27, 2022 at 11:45PM

Saturday, November 26, 2022

10वीं पास युवाओं के लिए BSF में वेकेंसी:ग्रेजुएट हैं तो राजस्थान पब्लिक सर्विस कमीशन, स्टाफ नर्स और कोऑपरेटिव बैंक में नौकरी


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

10वीं पास के लिए BSF और CISF में नौकरी:ग्रेजुएट्स के लिए राजस्थान पब्लिक सर्विस कमीशन में वेकेंसी; पढ़ें एग्जाम में पूछे जाने वाली 5 करेंट अफेयर्स


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

महिलाओं के पहनावे पर रामदेव के विवादित बोल:वुमन कमीशन बोला- माफी मांगिए; कोहली के पोस्ट से रिटायरमेंट की अटकलें


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

भास्कर अपडेट्स:पाकिस्तान सुरक्षाबलों की बलूच रिपब्लिकन आर्मी के बीच मुठभेड़, 9 उग्रवादी ढेर


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

Show HN: Iceburg CRM – Open-Source Meta Driven CRM Using Vue3 / Laravel https://ift.tt/PIhzr9G

Show HN: Iceburg CRM – Open-Source Meta Driven CRM Using Vue3 / Laravel https://www.iceburg.ca November 26, 2022 at 10:49PM

Show HN: Using stylometry to find HN users with alternate accounts https://ift.tt/r3ovjkW

Show HN: Using stylometry to find HN users with alternate accounts https://stylometry.net/ November 26, 2022 at 11:33PM

Friday, November 25, 2022

दुनिया की सबसे छोटी हनुमान चालीसा:1 CM लंबी-चौड़ी है हाथ से लिखी चालीसा, कीमत 1 लाख रुपए


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

Show HN: Open Source Bot That Summarizes Top Hacker News Stories Using GPT-3 https://ift.tt/WRbE3TS

Show HN: Open Source Bot That Summarizes Top Hacker News Stories Using GPT-3 https://ift.tt/2wFIhEU November 26, 2022 at 05:34AM

भारत जोड़ो यात्रा में पाकिस्तान की एंट्री:बीजेपी-कांग्रेस में टकराव; 300 पार जाकर भी न्यूजीलैंड से हारी टीम इंडिया


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

Show HN: Open-Source Page Block Builder with Remix and Tailwind CSS https://news.ycombinator.com/item?id=33747554

Show HN: Open-Source Page Block Builder with Remix and Tailwind CSS https://ift.tt/SMsv6Zx November 26, 2022 at 04:04AM

याचिकाकर्ता ने सुप्रीम कोर्ट के जज को आतंकवादी बताया:SC ने कहा- आपको कुछ दिनों के लिए जेल भेजना पड़ेगा


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

Show HN: Open-source case management for KYC/B (built-in OCR, face matching ML) https://ift.tt/Dz8mqKh

Show HN: Open-source case management for KYC/B (built-in OCR, face matching ML) Hi everyone, We have just released an open-source case management dashboard for manually approving/rejecting KYC requests (know your customer) with built-in OCR & face-matching functionalities. Next steps: - Enable KYB (business onboarding) documents and personas approval. - Connected backend between our KYC flow and the case management dashboard. - Releasing an open-source rule engine, to help automate decisions. We’d love for you to try it out, give us feedback, and suggest features that would make it applicable to you. And if the rest of the project is relevant or interesting to you, follow us here: https://ift.tt/f2iKuh8 and we’ll update you once new things are available. Thanks! https://ift.tt/pXy489W November 26, 2022 at 01:14AM

Thursday, November 24, 2022

Show HN: World Cup 2022 CLI Dashboard – Watch matches in your terminal https://ift.tt/yJ97Wxn

Show HN: World Cup 2022 CLI Dashboard – Watch matches in your terminal https://ift.tt/4oViOtd November 25, 2022 at 03:26AM

26/11 हमलों के दोषियों पर प्रतिबंध लगाने से रोका गया:UN में भारत ने कहा- राजनीतिक कारण बाधा बने


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

Show HN: Have fun betting virtual (not real) money on predictions from HN users https://ift.tt/VZaDed9

Show HN: Have fun betting virtual (not real) money on predictions from HN users I wanted to see how difficult it would be to build a web app using a sub-$300 android smartphone. Since I've had the Kudotap domain for a while, I decided to build a fun predictions website where you could bet virtual (not real) money on predictions made by others, and also make predictions of your own. Building it turned out to be considerably easier and more fun than I anticipated. And the site in question (kudotap) turned out to be more engrossing than a lot of sites I've built (crazy!) Primary tools used were: QuickEdit as the mobile code editor (Note: the free version of the QuickEdit app is riddled with ads, it shows an advert each time you close a tab, but it unfortunately had the best UI of the 3 or so Android code editors I tested. Ended up using NetGuard to block it from retrieving & displaying ads), PHP for the Backend ( custom PHP microframework I've used and built on over the past 7ish or so years ). jQuery for the frontend js ( cringing ) - it appears I'm either too dumb, too old, or simply too lazy to learn React/Vue/et al. Every once in a while, I pick one of them to learn, but I always end up returning to jQuery - or time-permitting - amateur level vanilla JS. Bootstrap for the CSS - Battle-tested. For a purely backend dev with minimal design skills, good ol' Bootstrap (and in a growing number of cases, young gun Tailwind) is always a life saver. Whole thing is hosted on 2 VMs (1 hosting the web app, and 1 hosting Redis & MySQL). As to the site itself, it turned out to be pretty cool to play around with. Go there, view the predictions, bet on the predictions you believe will come true, or against the ones you think will not. You get $50,000 to bet with (not real money). No signup is required to bet, but a quick signup is required to make a prediction. Hope you guys like it, and please be ruthless in telling me of any bugs you've found. So go on here => kudotap.com And Have Fun! https://kudotap.com November 25, 2022 at 02:37AM

Show HN: Stable Diffusion v2 web interface https://ift.tt/rua2b1Z

Show HN: Stable Diffusion v2 web interface https://ift.tt/kWKqZlr November 25, 2022 at 01:28AM

पीएम की रैली में नो फ्लाइंग जोन में घुसा ड्रोन:अहमदाबाद में थी पीएम की जनसभा, तीन गिरफ्तार


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

भास्कर अपडेट्स:दिल्ली के भागीरथ मार्केट में लगी आग, दमकल की 18-20 गाड़ियां मौजूद


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

Show HN: WinkNLP delivers 600k tokens/second speed on browsers (MBP M1) https://ift.tt/Z8MjL9b

Show HN: WinkNLP delivers 600k tokens/second speed on browsers (MBP M1) https://ift.tt/M3Qhj7I November 24, 2022 at 11:21PM

Wednesday, November 23, 2022

Show HN: I made a dead simple meta tags API https://ift.tt/cpWJn0K

Show HN: I made a dead simple meta tags API https://dub.sh/metatags November 24, 2022 at 04:17AM

Show HN: I've made bad Apple, but using HTML tables https://ift.tt/c9CQtSI

Show HN: I've made bad Apple, but using HTML tables https://ift.tt/9vHcTxQ November 24, 2022 at 03:34AM

Show HN: Makeshift GPU tensor core using 64-bit CPU integer math https://ift.tt/QKIbaip

Show HN: Makeshift GPU tensor core using 64-bit CPU integer math https://ift.tt/67dEKXz November 24, 2022 at 02:23AM

दिल्ली AIIMS का सर्वर कल से डाउन:जांच करने पहुंची केंद्रीय एजेंसियां, साइबर अटैक की आशंका


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

भास्कर अपडेट्स:सत्येंद्र जैन की याचिका पर आज कोर्ट में सुनवाई, सीसीटीवी फुटेज लीक न करने की मांग की थी


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

Show HN: I built an app that scans every social media network for your username https://ift.tt/AzpLrmb

Show HN: I built an app that scans every social media network for your username https://ift.tt/ZSmW20q November 23, 2022 at 11:35PM

Tuesday, November 22, 2022

Show HN: Visualising real-time Sydney bus congestion with Marey charts https://ift.tt/LVpW2eu

Show HN: Visualising real-time Sydney bus congestion with Marey charts https://ift.tt/Lk8X7PZ November 23, 2022 at 03:16AM

प्रचार का शोर कम:गुजरात में सिर्फ नेताओं का हल्ला, जनता खामोश; जनसभाओं में भी वैसी रौनक नहीं


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

सेना PoK लेने को तैयार:आर्मी कमांडर ने कहा- सरकार बस आदेश दे; दाऊद ने रची PM मोदी को मारने की साजिश


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

Show HN: Streamlit-Extras Gallery https://ift.tt/DWFczH4

Show HN: Streamlit-Extras Gallery https://ift.tt/Ac90Wef November 23, 2022 at 03:19AM

श्रद्धा का मर्डर प्री-प्लांड था:आफताब के बयान से एक्सपर्ट्स सहमत नहीं, बोले- यह गुस्से में हुआ अपराध नहीं


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

Show HN: Transform & integrate data with this modern replacement for Airflow https://ift.tt/1sjBt7O

Show HN: Transform & integrate data with this modern replacement for Airflow You can now use Mage to build data integration pipelines along with streaming pipelines, batch processing pipelines, and more: https://www.mage.ai November 22, 2022 at 11:12PM

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


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

Monday, November 21, 2022

Show HN: I built a job board for payments and fin-tech engineering jobs https://ift.tt/fD1pn3q

Show HN: I built a job board for payments and fin-tech engineering jobs https://ift.tt/KNefuLR November 22, 2022 at 03:45AM

Show HN: Organize Carpools with Co-Workers https://ift.tt/iapIMjm

Show HN: Organize Carpools with Co-Workers Here's something I've been working on to help employees find carpooling options with co-workers. With inflation & gas prices going up this seems like a really good thing to have going forward. Happy to have any feedback and I'll roll it back into the site. Thank you! https://ift.tt/UQxli3G This is a repost after 10 weeks of working on the feedback from HN with code updates and a website redesign [1]. I submitted this before and there was very good feedback about target audience, need to show benefits, etc. Basically, I had a website that looked like it was designed by a programmer. I'd spent 95% of the work on the backend systems and 5% on the website. I've tried to majorly improve the website with screenshots and demos now. [1] https://ift.tt/5adgCU8 https://ift.tt/UQxli3G November 22, 2022 at 03:00AM

पीएम आज 71 हजार युवाओं को देंगे अपॉइंटमेंट लेटर्स:सुबह 10 बजे रोजगार मेला-2 शुरू होगा


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

भास्कर अपडेट्स:बीजेपी की दिल्ली इकाई ने 11 बागी उम्मीदवारों को 6 साल के लिए सस्पेंड किया, पार्टी के खिलाफ काम करने का आरोप


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

Show HN: Download 1000km² of NYC under CC-BY 4.0 https://ift.tt/gh6SLse

Show HN: Download 1000km² of NYC under CC-BY 4.0 Bringing the real world into virtual space for every creator has been a passion of mine for over a decade. Come on over and download as much or as little as you want. Can't wait to see what you create. https://ift.tt/IBSE53e November 22, 2022 at 12:27AM

Show HN: General Task, a free task manager for builders (beta) https://ift.tt/gy0UkR7

Show HN: General Task, a free task manager for builders (beta) Hello everyone! I left my job to start General Task a little over a year ago, and have been building a better free task manager with a small team. We aim to be the best place where one can find what’s next in their workday and we integrate with a number of different services to help do that. We’re still in the early stages of a beta, but so far you can: - Create/edit tasks with due dates, priorities, and folders - Drag tasks onto your calendar to block off time to do them (syncs with GCal) - Sync with Linear (JIRA coming soon) to see tasks assigned to you - Sync with Github to see your PRs - Integrate with Slack to make tasks directly from Slack What sets us apart? We know there are tons of task managers out there. We believe ours is different because it is tailor-made for engineers, with integrations for Github PRs, Linear and Slack. We also support dragging tasks onto your calendar, which is usually only found in premium paid products, while our consumer product is free and always will be. Our mission is to make knowledge workers more productive, and we believe the best way to do that is by focusing on software engineers and achieving mass adoption of a free consumer product before releasing a paid product for businesses. Let us know what you think! NOTE: We currently only support Google sign-in, sorry about that! We will be adding more login options soon. If you don't want to sign in with Google, you can see a quick 1 minute demo of our features here: https://youtu.be/NUOIH2On_Nw https://ift.tt/Y9ji4lR November 18, 2022 at 11:25PM

Sunday, November 20, 2022

Show HN: I built a game to test OKLCH colors/gradients in my canvas library https://ift.tt/6fsFJTj

Show HN: I built a game to test OKLCH colors/gradients in my canvas library https://ift.tt/Q4UZVOm November 21, 2022 at 02:52AM

PM मोदी के गुजरात दौरे का तीसरा दिन:सुरेंद्रनगर, जंबूसर और नवसारी में जनसभा करेंगे


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

Show HN: C++17 RISC-V RV32/64/128 userspace emulator library https://ift.tt/TywtvZ2

Show HN: C++17 RISC-V RV32/64/128 userspace emulator library https://ift.tt/MUaH1Cy November 21, 2022 at 01:28AM

पुणे-बेंगलुरु हाइवे पर कंटनेर ने 48 वाहनों को टक्कर मारी:50 से ज्यादा लोग घायल; ब्रेक फेल होने की वजह से हुआ हादसा


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

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


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

Show HN: We created a tool to visualize scientific knowledge https://ift.tt/a7zhrDy

Show HN: We created a tool to visualize scientific knowledge I posted our project a few days ago in a thread about Vitamin D. We’ve made some UI improvements people might find interesting. https://ift.tt/DV8mXuC November 20, 2022 at 10:41PM

Saturday, November 19, 2022

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


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

Show HN: Verofile https://ift.tt/7p6ulFW

Show HN: Verofile https://ift.tt/QE47DXJ November 20, 2022 at 03:04AM

श्रद्धा की हत्या के बाद हिंदू-मुस्लिम जोड़े का रिसेप्शन रद्द:वसई के धार्मिक संगठन ने लगाई रोक; एक ट्वीट से मचा बवाल


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

भास्कर अपडेट्स:बंगाल के सिलीगुड़ी में गैस सिलेंडर फटने से कई घरों में लगी आग, 1 दमकलकर्मी घायल


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

Show HN: Run unsafe user generated JavaScript in the browser https://ift.tt/Pa8VihG

Show HN: Run unsafe user generated JavaScript in the browser https://workerbox.net/ November 19, 2022 at 11:55PM

Show HN: API to deliver responsive images for Web https://ift.tt/Lhce2Pu

Show HN: API to deliver responsive images for Web https://ift.tt/KPLY61A November 19, 2022 at 03:29PM

Friday, November 18, 2022

भास्कर अपडेट्स:महाराष्ट्र के औरंगाबाद-अहमदनगर हाईवे पर भीषण सड़क हादसे में 4 की मौत


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

Show HN: At a Glance ESM Support for NPM Packages https://ift.tt/xZaGI71

Show HN: At a Glance ESM Support for NPM Packages We've rolled out a feature for openbase.com that we think is a DX game changer for Node devs. Since the emergence of ECMA Script modules, it's been a continuous guessing game as to what kind of exports a package has. That's never really been discoverable without using a site like unpkg, or installing the package and inspecting package.json. Openbase now displays the ES Module support level (e.g. type of exports) on all of their package pages. We added this feature because our devs are some of the folks continually caught off guard by installing an NPM dependency only to find out it's ESM-only. If that's you too, or if the type of exports matter for your project, check out the package on Openbase first. https://openbase.com A few screenshots: - https://ift.tt/9OzNBJw - https://ift.tt/Xc6KD8E - https://ift.tt/enRs1Lf November 19, 2022 at 01:17AM

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


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

फेक न्यूज एक्सपोज:गुजरात में AAP नेता की रैली में उमड़ा जन सैलाब? जानिए इस वायरल PHOTO का सच


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

Show HN: We built an open-source Zapier for developer to connect APIs&workflows https://ift.tt/fpxM5ab

Show HN: We built an open-source Zapier for developer to connect APIs&workflows https://ift.tt/PFj9aib November 18, 2022 at 10:48PM

Show HN: Get answers for shell commands from GPT3 from your terminal https://ift.tt/l0AuYfW

Show HN: Get answers for shell commands from GPT3 from your terminal I was constantly googling CLI commands so I built this small CLI tool with GPT3. You can ask for shell commands right from the CLI. You'd need to use your own API KEY for this but it's pretty simple, instructions are in the README Not perfect but not bad either. https://ift.tt/Hqv3J6B November 18, 2022 at 12:34PM

Thursday, November 17, 2022

चीन की सीमा और होगी सुरक्षित:पूर्वोत्तर सीमा पर 40 हजार करोड़ रुपए की लागत से फ्रंटियर हाईवे बनेगा


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

Show HN: I am building a new Python library to read/write PDF files https://ift.tt/FSLfPId

Show HN: I am building a new Python library to read/write PDF files Hi HN! This is my pet project, written from scratch because there is so much to discover and learn in the process. The focus is on simplicity and incremental updates. Progress is slow because I do not have much spare time to work on this, but I would love to hear some feedback. Regards https://ift.tt/cbkQ0aq November 18, 2022 at 04:08AM

Show HN: Cartwright – Automating detection of geographic and temporal features https://ift.tt/OcLSiRG

Show HN: Cartwright – Automating detection of geographic and temporal features Cartwright is a data profiler that identifies and categorizes spatial and temporal features. Cartwright uses deep learning, natural language processing, and a variety of heuristics to determine whether a column in a dataset contains spatial or temporal information and, if so, what is specifically contained. Cartwright was built to automate complex data pipelines for heterogenous climate and geopolitical data that are generally oriented around geospatial and temporal features (think maps and time series). The challenge that Cartwright solves is automatically detecting those features so they can be parsed and normalized. This problem turns out to be quite tricky, but Cartwright makes it simple. https://ift.tt/ZEIR1sz November 17, 2022 at 09:22PM

भास्कर अपडेट्स:कोलकाता के SSKM अस्पताल के एक लैब में आग; दमकल की 9 गाड़ियां मौके पर मौजूद


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

Show HN: A Search Engine for React Components https://ift.tt/HX4bq5y

Show HN: A Search Engine for React Components I built this to help developers create UI faster. Just search for a component, make quick visual edits, then export the code. https://ift.tt/3b984vP November 18, 2022 at 12:37AM

Show HN: Flowchart-based planning tool to see the big picture (miro and asana) https://ift.tt/4T8ncVK

Show HN: Flowchart-based planning tool to see the big picture (miro and asana) Hey HN, My dad, friend, and I have been working hard on building Twigflo, a flowchart-based project planning tool to help teams visualize their projects using the concept reverse planning. When I was a data consultant, I struggled keeping my team and clients aligned to a specific goal. Spreadsheets or equivalent tracking tools did a good job showing what to do but didn't explain why we were doing it and where we were going. So, like many of us here, we invested the time into building our own tool. We tried to make Twiglfo as goal-oriented and BIG PICTURE as possible. You and your team can set a goal and define how you get there. The key thing is everything you put on the canvas has to lead to the goal itself. If it cant be tied to the goal, no need to do it. We've had some early users (not friends or family) call this their preferred method of visualizing and communicating the big picture. You can easily see bottlenecks, dependencies, what can be done in parallel, etc. We believe its best place in your current workflow is before work gets started and when the need for alignment is most important. There are still clear areas where we can improve the experience but if these resonate with you, then give Twigflo a try. It's free to sign up. If you do, we currently only support desktop. Let me know if you have any feedback or questions! https://ift.tt/4JpBDRy November 18, 2022 at 12:32AM

Show HN: SingleFile is finally available on Safari (macOS/iOS) https://ift.tt/CwEVTxd

Show HN: SingleFile is finally available on Safari (macOS/iOS) https://ift.tt/CM7Dsi8 November 17, 2022 at 11:48PM

Wednesday, November 16, 2022

Show HN: We built a browser extension to show you secondhand alternatives https://ift.tt/XGSKZFP

Show HN: We built a browser extension to show you secondhand alternatives https://ift.tt/qdPcrp4 November 17, 2022 at 05:31AM

राजस्थान कांग्रेस में फिर कलह:माकन ने खड़गे से कहा- नया प्रभारी ढूंढ लें; कैमरे के सामने कनाडाई PM से भिड़े जिनपिंग


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

Show HN: Narrative BI – Turn marketing data into automated narratives https://ift.tt/B5fGSW3

Show HN: Narrative BI – Turn marketing data into automated narratives Michael and Yury here – we're building a no-code analytics platform for growth teams that automatically generates actionable data insights. After working in the data space for many years, we realized there was still a huge gap in the marketing analytics market. Growth teams have so much marketing and advertising data, yet this siloed data is not actionable. The existing BI and search-driven analytics solutions are designed for data-savvy people. In our experience (previously built an NLP company called FriendlyData), non-technical people just don't know what questions to ask. So we decided to try a different approach: Narrative BI automatically generates a personalized feed of insights. You just need to connect your data sources (takes 2 min to set up), and you will get automated narratives, alerts, and reports in minutes. We currently support UA, GA4, Google Ads, and Facebook Ads, but many more integrations will be added soon. You can try it out for free and give feedback or roast it in the comments section. Just connect your data source, and you'll start getting narratives in 5 minutes. https://ift.tt/Lajy5pG November 16, 2022 at 11:53PM

Show HN: I Built a Gaming GeoGuessr https://ift.tt/SxwgA3t

Show HN: I Built a Gaming GeoGuessr My friend and I made a fully featured gaming geoguessr - complete with 360 degree panoramas, movement, leaderboards, and multiplayer. We had made a Fortnite geoguessr a while back, and although this was well received, our goal always was to bring the worlds of all games to the browser. A much harder task considering the scale and scope of many open world games. We had to make a bunch of tools to be able to achieve this. World of Warcraft alone took us roughly 3,000,000 images to do (and will likely need another 1,000,000 for Dragonflight once it releases). We are finally at a point where we are happy to release this into the wild and let people try it, although we are still working hard on adding all the games that are listed as coming soon. If you're ever bored, and would like to test your gaming map knowledge - or would just like to explore the world in your browser akin to Google StreetView, you can check us out at https://lostgamer.io https://lostgamer.io/ November 17, 2022 at 01:44AM

Show HN: Pomodoro Timer with Friends https://ift.tt/C4RcKgk

Show HN: Pomodoro Timer with Friends https://pomochat.com November 17, 2022 at 12:44AM

भास्कर अपडेट्स:ग्रेटर नोएडा के एक गांव के मार्केट में लगी आग, कई दुकानें जली


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

Tuesday, November 15, 2022

3 साल बाद मिले मोदी-जिनपिंग:गलवान झड़प के बाद पहली मुलाकात; धोनी टीम इंडिया से जुड़ सकते हैं


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

Show HN: Woodpecker, an unusual Zachtronics-inspired cryptography challenge https://ift.tt/SctqxiO

Show HN: Woodpecker, an unusual Zachtronics-inspired cryptography challenge https://ift.tt/bNJVKBM November 16, 2022 at 02:12AM

मिजोरम की पत्थर खदान में 11 शव मिले:एक मजदूर अभी भी लापता; सोमवार रात ढही थी खदान


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

भास्कर अपडेट्स:गुजरात में पकड़ी गई 1.80 करोड़ की ड्रग्स, एक आरोपी गिरफ्तार


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

Show HN: Kùzu: An Embeddable GDBMS like DuckDB/SQLite from UWaterloo https://ift.tt/TB175nm

Show HN: Kùzu: An Embeddable GDBMS like DuckDB/SQLite from UWaterloo Hello HN! Today, we are pleased to publicly release Kùzu: a new embeddable graph database management system under a permissible license. You can see our blog post in the above link that gives an overview of the system and our goals/vision. The system is in its early stages but please try it out and give us your feedback, tell us your feature requests, and please report bugs! https://ift.tt/XhqQPRZ November 15, 2022 at 07:18PM

Show HN: The German Job Market Is Crashing https://ift.tt/peLznHl

Show HN: The German Job Market Is Crashing If we looked at the German Job Market as if it were the stock market, we would say that it's crashing! On the following link you can see my pet project where I have been scrapping the major job offer portal in Germany for over one year. In the last two weeks it has lost 33% percent of all posted job offers and it keeps dropping as a rock :-( Dashboard: https://jobmarketanalytics.com/#months=%2212%22&technology=%... Source Code: https://ift.tt/R58p63N Slide Deck: https://ift.tt/AlBdgW3 https://ift.tt/17SZET3 November 16, 2022 at 12:32AM

Show HN: Make word clouds context aware https://ift.tt/Zq259x4

Show HN: Make word clouds context aware https://ift.tt/vaSskr8 November 15, 2022 at 11:32PM

Monday, November 14, 2022

श्रद्धा मर्डर केस में दोस्त का दावा:उसने जुलाई में कहा था- मुझे बचा लो, वर्ना आफताब मार डालेगा; घरवालों को भी बताया था


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

पूर्वी लद्दाख में 50 हजार जवान तैनात:चीन की साजिशों को करेंगे नाकाम, बॉर्डर पर चीन ने नहीं घटाई सैनिकों की संख्या


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

Show HN: Lightweight 2D/3D engine in D with Raylib https://ift.tt/8zYrl0v

Show HN: Lightweight 2D/3D engine in D with Raylib https://ift.tt/f8rvjQZ November 15, 2022 at 02:36AM

Show HN: Use Slack Emoji on GitHub https://ift.tt/kHr9eQp

Show HN: Use Slack Emoji on GitHub https://ift.tt/7G5awRN November 15, 2022 at 02:48AM

Show HN: Dlna-cast, a command line tool to cast PC screen to DLNA devices https://ift.tt/RjOhYfG

Show HN: Dlna-cast, a command line tool to cast PC screen to DLNA devices dlna-cat is a cross-platform command-line tool that casts screen and media file to remote DLNA device. dlna-cast uses ffmpeg to capture screen and audio, then convert them into HLS streams which could be served by a simple HTTP server. The HLS url will be send to the selected device via uPnP protocol and then you can watch you screen on the remote device (smart TV, typically). This tool is supposed to be cross-platform but currently I don't have a Linux or MacOS device at hand so it can only run on Windows now. It won't be hard to support other platforms though, as there are no platform specific dependencies. HLS is chosen just because it is easy to implement. But the problem of HLS is its high latency (up to 5-10s or more) so it's definitely not for scenarios that require low latency (presentation for example). But as a trade-off the streaming quality exceeds a lot of software screen-casting solutions (Lebocast for example) that have been tested by myself, which make it pretty good to stream music or video playing from your PC to TV. https://ift.tt/Onpz4SI November 14, 2022 at 11:07PM

Show HN: Science fiction inspired by an HN thread (5 min read) https://ift.tt/4VmHYCf

Show HN: Science fiction inspired by an HN thread (5 min read) Inspired by some awesome comments in: https://ift.tt/PNu2nw9 https://ift.tt/sLfNXSw November 14, 2022 at 11:57PM

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