Saturday, May 7, 2022

आज का कार्टून:मदर्स डे पर चढ़ा सेलिब्रेशन की खुमार, बेटा पहुंचा वृद्धाश्रम मां को देने प्यार


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

Show HN: Using Wave Function Collapse to create a 2D map https://ift.tt/tzgTQrL

Show HN: Using Wave Function Collapse to create a 2D map https://ift.tt/isKV0xP May 8, 2022 at 02:53AM

भास्कर LIVE अपडेट्स:दिल्ली में ईरान हमले की आशंका के बीच इज़राइल ऐंबैसी पर हाई अलर्ट


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

Show HN: Weron – A Peer-to-Peer VPN Based on WebRTC Written in Go https://ift.tt/nObLqTz

Show HN: Weron – A Peer-to-Peer VPN Based on WebRTC Written in Go Hey HN! I just released weron, a P2P VPN that uses WebRTC for transport which I've been working on for the last couple of months. It can create both layer 2/Ethernet and layer 3/IP overlay networks, and the underlying transport layer can be easily embedded to write your own P2P apps with Go. Compared to for example Tailscale, WireGuard and ZeroTier, its much harder to block on a network level and also significantly easier to set up, while not sacrifing much performance. I'd love to get your feedback :) https://ift.tt/I36EAbO May 8, 2022 at 01:18AM

Show HN: I made Ankify that converts notes to Anki cards https://ift.tt/9NdJjWl

Show HN: I made Ankify that converts notes to Anki cards Backstory: I was in medical school and had to study a ton of materials in short period of time. I came across Anki but always had trouble with making cards. In my mind, making cards should be quick, seconds instead of minutes. My other problem is after making the cards, each card does not really relate to the other. When you study the individual card, your thought process is very random and not cohesive. I wanted to be able to still reference to my notes for big concepts and then use the cards to memorize the details but also for long term retention. Ankify came out of that. At the time, I did not know any programming and paid someone to write a script in Python to convert the cards. Then, eventually I learned Python myself and expanded on the script. I also uploaded the markdown files online so I could view them anywhere ( https://ift.tt/4e2AFHK ). I ran into a wall in making user interface for the program. It was difficult to make good looking cross platform user interface with Python. I gave up on making user interface for a year or two with end of med school and residency. After a while, I went back to see if anyone else had made anything similar. Despite many plugins/programs that makes it easy to make cards, none of them really focused on readability of the original notes. I decided to sit down and learn javascript to help with UI creation. After about 3 years, everything finally came together after I learned Svelte, Tailwind, and Electron. I know Electron is not the most efficient program, but it's what works for me. Also, it's also the feeling of being able to make whatever my mind can think of. It feels really refreshing and empowering. Even making the website for Ankify is a lot of fun. You have to think so much about the presentation, typography, logistics. https://ift.tt/QGjZwKY May 7, 2022 at 07:03PM

Friday, May 6, 2022

Show HN: Sonse, a note-taking CLI for plaintext enthusiasts https://ift.tt/f7tSZmn

Show HN: Sonse, a note-taking CLI for plaintext enthusiasts https://ift.tt/TkcHnmb May 7, 2022 at 07:53AM

आज का कार्टून:भीषण गर्मी की मार, दिन में आइसक्रीम बेचना भी हुआ दुश्वार


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

आज का इतिहास:रवीन्द्रनाथ टैगोर का जन्म; नोबेल पुरस्कार जीतने वाले पहले भारतीय, दो देशों के राष्ट्रगान की रचना की


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

मॉर्निंग न्यूज ब्रीफ:महिला IAS अफसर के ठिकानों से मिला पैसों का ढेर, श्रीलंका में 5 हफ्ते में दूसरी बार आपातकाल


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

Show HN: Tamagui Beta https://ift.tt/FP3tmK9

Show HN: Tamagui Beta https://ift.tt/4a7gySw May 6, 2022 at 11:17PM

Show HN: An Absurdly Compatible Website https://ift.tt/up0YdMg

Show HN: An Absurdly Compatible Website Hey all, I was inspired by the other thread to make a quick video demo of what an Absurdly Compatible Website may look like when implemented. This one does have some JavaScript, but degrades gracefully and supports text-mode browsers, no-JS browsing, and all the classics like IE3 and NN3 and Lynx. https://www.youtube.com/watch?v=E-_yr31biGM Kudos to anyone who can name all the browsers used in the demo, I think it's more than 20 different ones :) You can also check out the site live at https://ift.tt/Yn26spF or https://ift.tt/DNeS9co, at least until it's hugged. The framework for this is a static-dynamic hybrid site generator with full transparency and decentralizability, which I'm just preparing for this weekend's MIT Bitcoin Expo, so please let me know if you find any issues. Code is on GitHub: https://ift.tt/SeL9WlT May 6, 2022 at 11:37PM

Thursday, May 5, 2022

कोरोना से राहत नहीं:बीते एक हफ्ते में 22 हजार से ज्यादा नए केस मिले, सिर्फ 3 राज्यों में 68% मामले


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

Show HN: Interactive Circle of Fifths https://ift.tt/4prXcnB

Show HN: Interactive Circle of Fifths https://ift.tt/52FBgUw May 6, 2022 at 01:19AM

Show HN: Turing Pi 2 – the ultimate selfhosted https://ift.tt/yTm1UD3

Show HN: Turing Pi 2 – the ultimate selfhosted https://ift.tt/6aelYtw May 6, 2022 at 12:33AM

Show HN: Noise Destroyer https://ift.tt/awut0Wl

Show HN: Noise Destroyer I made noise destroyer to help people get rid of background noise from their audio or video files. I had to write code to split mp4 files into audio and video, then merge them once processed. What a load of effort! Who knew mp4 was so complicated. What's more, if there's one tiny bug, the whole thing fails to play with very little in the way of debugging! If anybody needs help with it shoot me an email at dane@turbobuilt.com and I can help. Please enjoy using Noise Destroyer whenever you have a file with background noise. And no, I'm not gonna say how I built it because I need money right now for various reasons and I don't want anybody to steal my idea! I hope you guys enjoy. https://ift.tt/ONjKQhI May 5, 2022 at 11:37PM

Show HN: ETL at Trino speeds and a step-by-step tutorial on running benchmarks https://ift.tt/FlkutXI

Show HN: ETL at Trino speeds and a step-by-step tutorial on running benchmarks https://ift.tt/jrbmkDf May 5, 2022 at 10:47PM

लाउडस्पीकर विवाद:शिरडी के साईबाबा मंदिर में भी लाउडस्पीकर पर सुप्रीम कोर्ट की गाइड लाइंस का पालन, ट्रस्टियों का फैसला


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

Wednesday, May 4, 2022

आज का कार्टून:प्रेस की आजादी के मामले में भारत का और बुरा हुआ हाल, न्यूज एंकर की खैरियत पूछ रहा फटेहाल


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

चांद, मंगल के बाद शुक्र की बारी:ISRO जल्द भेज सकता है शुक्र पर स्पेसक्राफ्ट, यह ग्रह के जहरीले वातावरण पर रिसर्च करेगा


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

Show HN: Schedulist – The Effortless Productivity Platform https://ift.tt/WyLmX4t

Show HN: Schedulist – The Effortless Productivity Platform https://ift.tt/e1zfnOJ May 5, 2022 at 04:12AM

मॉर्निंग न्यूज ब्रीफ:राज ठाकरे का ऐलान- अजान के मुकाबले हनुमान चालीसा चलती रहेगी, RBI के फैसले से आपके लोन पर EMI बढ़ी


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

Show HN: I compiled a list of resources for becoming a smart contract auditor https://ift.tt/o016A9r

Show HN: I compiled a list of resources for becoming a smart contract auditor https://ift.tt/crzxNSf May 5, 2022 at 03:07AM

Show HN: I built a site that summarizes articles and PDFs using NLP https://ift.tt/cdFnQK3

Show HN: I built a site that summarizes articles and PDFs using NLP https://summarizen.com/ May 4, 2022 at 11:57PM

Tuesday, May 3, 2022

दिल्ली में महिला पर हमले का VIDEO:ड्राइवर ने थप्पड़ मारा, कार चढ़ाने कोशिश की; थाने में पुलिस ने बदसलूकी की


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

Show HN: A simplified Wave Function Collapse algorithm (part 2) https://ift.tt/tI1BrC5

Show HN: A simplified Wave Function Collapse algorithm (part 2) https://ift.tt/TxsJOm4 May 4, 2022 at 05:51AM

Show HN: Self-hostable app to send push notifications and files to phone/desktop https://ift.tt/dogmpxk

Show HN: Self-hostable app to send push notifications and files to phone/desktop https://ntfy.sh May 4, 2022 at 12:58AM

FOX NEWS: Baby handed to US soldiers in chaos of Afghanistan airlift still missing


"Baby handed to US soldiers in chaos of Afghanistan airlift still missing" NEWS https://ift.tt/QDCmGhd

FOX NEWS: Russian diplomat found dead in Berlin, embassy refused autopsy


"Russian diplomat found dead in Berlin, embassy refused autopsy" NEWS https://ift.tt/nBL3lv2

दिल्ली में महिला को कुचलने का VIDEO:हौज खास विलेज में युवती को ड्राइवर ने पहले थप्पड़ मारा, फिर कार से कुचलने की कोशिश की


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

Sunday, May 1, 2022

कुमार विश्वास की याचिका पर फैसला आज:​​​​​​​रोपड़ में दर्ज FIR के खिलाफ HC में सुनवाई; केजरीवाल पर बयान का केस


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

कांग्रेस की टेंशन बढाएंगे जाखड़:13 से 15 मई के बीच चिंतन शिविर में उदयपुर, दिल्ली, चंडीगढ़ में खोलेंगे हाईकमान की पोल


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

Show HN: I am developing a type safe colorspace library for Rust https://ift.tt/Kn4UsuB

Show HN: I am developing a type safe colorspace library for Rust After two weeks of planning and figuring out how to manage conversions safely, I have finally published the first version of my crate :) It allows you to specify your own colortypes and easily use the same syntax for converting between your custom color types! I also started working on a custom image type that can do math :) https://ift.tt/sYEd3Dn May 2, 2022 at 05:01AM

मॉर्निंग न्यूज ब्रीफ:मौसम बदलने से अगले 5 दिन लू से राहत, अमेरिका का वादा- रूस के हारने तक यूक्रेन के साथ


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

भास्कर LIVE अपडेट्स:बोडो साहित्य सभा में पहली बार होगी राष्ट्रपति की मौजूदगी, 61वें सत्र में शामिल होंगे रामनाथ कोविंद


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

मौसम का मिजाज बदला:MP-राजस्थान में 24 घंटे में तापमान 4 डिग्री तक गिर सकता है; UP में पारा 50 तक पहुंचने का अनुमान


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

Saturday, April 30, 2022

Show HN: Telegram to Notion Bot https://ift.tt/Fq6BvOK

Show HN: Telegram to Notion Bot https://ift.tt/RESd1kl April 30, 2022 at 09:33PM

बिजली कटौती हिलाएगी यूपी की अर्थव्यवस्था:गांवों में बिजली कटौती से सब्जी, गन्ना, दलहन की फसल बर्बाद; छोटे व्यापारियों ने कहा- जनरेटर चलाएंगे तो बिक जाएंगे


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

आज का इतिहास:136 साल पहले मजदूर आंदोलन से ही तय हुए थे काम के 8 घंटे; पहले 15-15 घंटे लेते थे काम


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

मॉर्निंग न्यूज ब्रीफ:PM मोदी के सपोर्ट में 197 अफसर और जजों ने लिखी चिट्ठी, बीच IPL में जडेजा ने छोड़ी चेन्नई की कप्तानी


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

भास्कर LIVE अपडेट्स:सिक्किम में भिड़े SDF और SKM के कार्यकर्ता, हिंसा के बाद पुलिस ने अलर्ट जारी किया।


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

कोरोना की चौथी लहर की आहट:देश में कोरोना के 3246 नए मामले, अकेले दिल्ली में 24 घंटे में सबसे ज्यादा केस


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

Friday, April 29, 2022

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


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

मॉर्निंग न्यूज ब्रीफ:कोरोना के झटके से उबरने में लगेंगे 12 साल, 45 डिग्री की गर्मी में बिजली की कमी ने बढ़ाया संकट


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

Show HN: Balloons – A clicker game generated by OpenAI Codex https://ift.tt/hCV2iFq

Show HN: Balloons – A clicker game generated by OpenAI Codex https://ift.tt/EODnf0P April 30, 2022 at 03:52AM

Show HN: Zb, a self-contained zip blog https://ift.tt/K683h5P

Show HN: Zb, a self-contained zip blog https://ift.tt/iz7HcVD April 30, 2022 at 03:48AM

Show HN: Colorfle – A daily color mixing game inspired by Wordle https://ift.tt/yFuIV7l

Show HN: Colorfle – A daily color mixing game inspired by Wordle Hi HN, I was inspired by Wordle to make Colorfle, a different take on the genre where the goal is to mix colors together to match the target color within six tries. There were some interesting problems to tackle in making this game, one of them being the difference between mixing digital colors and real-life behavior (in RGB, blue + yellow = grey!). I hope you enjoy it -- any feedback would be much appreciated! https://colorfle.com/ April 29, 2022 at 08:20PM

Show HN: Radiopaper – Troll-resistant public conversations https://ift.tt/Db1XRVt

Show HN: Radiopaper – Troll-resistant public conversations Hi HN! We're a bootstrapped team of 4 and have been building Radiopaper for around 16 months alongside other full-time, part-time, and consulting jobs. I wanted to highlight a couple of the unique characteristics of Radiopaper that may not be immediately apparent when browsing https://ift.tt/mTLzuUn * It's possible to interact with Radiopaper entirely by email, and never log-in interactively. The notification emails contain context that explains that if you reply to the email, your message will be published on https://radiopaper.com * The key mechanism that makes Radiopaper different from other social networks, and more resistant to trolling and abuse, is that messages are not published until the counterparty replies or accepts your comment. You can read more about this in our manifesto at https://ift.tt/tnxrevg The technical stack is a Vue/TypeScript app talking to an API backend written in Go, running on Cloud Run, and using Firestore for persistence, Firebase Auth for authentication. Email processing is handled through the Gmail API hooked up to a Cloud Pubsub notification which triggers another Cloud Run service. Outbound emails go through SendGrid. The whole stack "scales-to-zero", and on days that we have a few hundred active users, we're still under the free limits of Firebase Hosting, Cloud Run & Firestore, so this has allowed us to operate for a long time without funding or revenue. Our overall burn rate is around $40/month, mostly from the smattering of other SaaS offerings we use: Sentry, Mixpanel, Github & SendGrid. Dave & I discuss our tech stack in a little more detail in this conversation: https://ift.tt/2DjrLkq The team (myself, daave, davidschaengold, youngnh) will be around to answer any questions! https://ift.tt/mTLzuUn April 30, 2022 at 02:48AM

Show HN: Djaz-Envelope: DocuSign like e-signature https://ift.tt/yrSPTBC

Show HN: Djaz-Envelope: DocuSign like e-signature Landing: https://djaz.io Application: https://app.djaz.io Share one or more documents to sign or view by recipients. This is called Envelope in Djaz. You can also just sign own document without using Envelope. And than include it in Envelope for viewing. Watch here for details: https://youtu.be/-hlThDTyvDQ April 30, 2022 at 01:43AM

Show HN: Porting Zelda Classic to the Web https://ift.tt/4aTZ27M

Show HN: Porting Zelda Classic to the Web I spent the last two months porting Zelda Classic, a 20+ year old C++ Allegro program, to the web. If you're a fan of the 2D Zelda games, you'll likely find some very enjoyable games here. I also write at length about the process of porting a large C++ application to the web. https://ift.tt/3bpswNc April 30, 2022 at 12:27AM

Thursday, April 28, 2022

आज का इतिहास:क्रिकेटर बनने का सपना देखा और बन गए बॉलीवुड स्टार; ट्यूमर ने रोका था इरफान खान का सफर


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

आज खुलकर नाचिए:नौटंकी, कथक और चारकुला ने दुनिया को सिखाई डांसिंग की नई ABCD; तस्वीरों में देखिए यूपी के डांस आर्ट्स


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

देश के एक चौथाई पावर प्लांट बंद:भीषण गर्मी के बीच 16 राज्यों में 2 से 10 घंटे तक बिजली की कटौती


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

Show HN: My own GPLv3 Monitoring app, but paid. Cross platform, native C++/Qt https://ift.tt/BCA0okF

Show HN: My own GPLv3 Monitoring app, but paid. Cross platform, native C++/Qt https://ift.tt/fSzv51T April 29, 2022 at 02:46AM

Show HN: Exafunction, efficient deep learning at scale https://ift.tt/bP7MYQg

Show HN: Exafunction, efficient deep learning at scale https://exafunction.com April 29, 2022 at 01:03AM

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


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

Show HN: JavaScript widget to help your customers set up DNS records https://ift.tt/3sdJFg9

Show HN: JavaScript widget to help your customers set up DNS records https://ift.tt/X2V1Ehx April 28, 2022 at 10:28PM

Wednesday, April 27, 2022

आज का इतिहास:दो तानाशाहों की कहानी; सद्दाम हुसैन का जन्म हुआ था, बेनिटो मुसोलिनी की हुई थी हत्या


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

आज का कार्टून:लाउडस्पीकर की राजनीति शुरू ही नहीं कर पाए, नेताजी की बोलती बंद


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

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


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

क्या कांग्रेस को सता दिला पाएगा PK फार्मूला?:राजनीतिक विश्लेषकों का दावा: सोची-समझी रणनीति से वीरभद्र के चारों वफादार बनाएं वर्किंग-प्रेसिडेंट


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

Show HN: Gatsby plugin that polyfills Next.js API for a smooth migration to Next https://ift.tt/YOpsChq

Show HN: Gatsby plugin that polyfills Next.js API for a smooth migration to Next https://ift.tt/2xWATOl April 27, 2022 at 09:13PM

Tuesday, April 26, 2022

यूपी में बढ़ा खूनी खत लिखने का ट्रेंड:मस्जिदों से लाउडस्पीकर हटाने, अहीर रेजिमेंट बनाने और जेल में बंद आजम खां के लिए लिखी गईं खूनी चिट्ठियां


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

Show HN: Oldest Search – Search for the oldest result on internet https://ift.tt/5FISXYo

Show HN: Oldest Search – Search for the oldest result on internet https://ift.tt/vjwIbUV April 27, 2022 at 05:48AM

Show HN: Lists.sh – A Microblog for Lists https://ift.tt/PDdczoa

Show HN: Lists.sh – A Microblog for Lists Greetings, creator here! I've been working on a new blogging platform specifically for lists on and off for a few months now and I'm excited to officially announce its launch. After seeing https://charm.sh a few months ago, I've been enamored by the idea of SSH apps. I decided that a blogging platform focused on developers could be the perfect use case for an SSH app. Also, I love writing lists. I think restricting writing to a set of lists can really help improve clarity in thought. The goal of this blogging platform is to make it simple to use the tools you love to write and publish lists. There is no installation, signup is as easy as SSH'ing into our CMS, and publishing content is as easy as copying files to our server. Check it out and let me know what you think! source: https://ift.tt/zjTiGBC https://lists.sh April 25, 2022 at 07:14PM

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


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

Show HN: Create beautiful quotes that capture your attention (OSS) https://ift.tt/3DrQxWJ

Show HN: Create beautiful quotes that capture your attention (OSS) https://ift.tt/KprWCfb April 27, 2022 at 02:30AM

Show HN: Linen – Make your Slack community Google-searchable https://ift.tt/HcqMZTY

Show HN: Linen – Make your Slack community Google-searchable Hi HN! Kam here. I’m the founder of Linen.dev https://linen.dev , a website that makes your public Slack community Google searchable. Linen will sync your Slack threads and make it SEO friendly so your community can find Slack content that was previously hidden. Previously I worked on a popular open source project which had a sizable Slack community. Slack was great for engaging with community members and with early sales. However as community scales Slack becomes this black hole where context becomes lost. Most public communities can’t afford to pay for several hundred/thousand members so they are limited to 10,000 free messages. You run into the problem of people asking repeat questions and not searching in Slack. It also doesn’t help that the Slack UX encourages posting and not searching. We experimented with Github discussions and Discourse but didn’t want another channel to maintain and split the community on. With Linen I wanted to build a tool that is very low maintenance without changing my current workflow. By making it search engine friendly and putting it on a website the community members can find answers to repeat questions before ever getting into your Slack channel. Linen is the first result that comes up on Google if you search for “seeing a weird issue with flyte” https://ift.tt/q3dNS8l... or “replace beast http with proxygen” https://ift.tt/9hdYeu6... . As a side effect of syncing conversation to a website you end up with a very long tail of unique and relevant content for your community. Linen is free to use and get setup but I offer a paid version (I am still figuring out the pricing model for it) where you can get the content redirected to your own subdomain where your domain gets all the SEO benefits. Linen is built with Nextjs, Node, Typescript, React, Prisma for the ORM and using AWS aurora for the Postgres db. I chose Nextjs for the server side rendering capabilities and wanted to share types between client side with Typescript. I’ve also enjoyed working with Prisma as the ORM since you don’t have to write a lot of boilerplate with other ORMs. I've also been pretty happy with Vercel and Nextjs especially with the server side rendering and client side caching it provides. Here are a few communities on Linen right now: https://ift.tt/i5UDWm8 https://ift.tt/5TNdAIH https://ift.tt/vMtImUT https://ift.tt/gp0lomw https://ift.tt/gFdNQAV https://ift.tt/UmWlTXw The product is very simple right now but I want to add features like related questions detection with semantic similarity, integrating with Github to notify the thread when it is finished, auto thread detection for conversations that aren’t in thread form. You can sign up for free today at https://www.linen.dev . I am doing manual onboarding at the moment to get better feedback and to manually walkthrough some of the less polished parts of the boarding flow. p.s. I’m actively working on supporting Discord on Linen so would love to hear from anyone that is interested April 26, 2022 at 09:10PM

कांग्रेस ने खेला वीरभद्र कार्ड:हाईकमान ने बनाई जंबो कार्यकारिणी, विस चुनाव से पहले सभी को खुश करने का प्रयास


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

Sunday, April 24, 2022

सिद्धू के बागी तेवर बरकरार:राजपुरा थर्मल प्लांट के बाहर अकेले करेंगे प्रदर्शन; पंजाब कांग्रेस प्रधान वड़िंग से दूरी बरकरार


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

आज दिल्ली दौरे पर CM भगवंत मान:2 दिन सरकारी स्कूल और मोहल्ला क्लीनिक देखेंगे; सेहत और शिक्षा मंत्री भी साथ जाएंगे


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

लखीमपुर हिंसा के आरोपी आशीष की बेल खारिज:सुप्रीम कोर्ट ने कहा- हाईकोर्ट ने जल्दबाजी में दी जमानत, एक हफ्ते के अंदर करना होगा सरेंडर


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

Show HN: I'm making a dynamic language in Rust https://ift.tt/JIxRljO

Show HN: I'm making a dynamic language in Rust https://ift.tt/lfAdGk3 An implementation of a dynamic programming language in Rust. Includes: Parser/Compiler, REPL, Virtual Machine, Bytecode Disassembler This started out as a learning project to teach myself Rust. It has grown into a decently substantial piece of software and I've learned quite a bit in the process! Some neat things: + A garbage collector that can store dynamically sized types without any double-indirection (i.e. I have my own Box implementation with manual alloc/dealloc) + The smart pointer used to reference GCed data is a thin pointer. The ptr metadata needed for DSTs is stored in the GC allocation itself, so that the GC smart pointer is just a single usize wide. This allows me to keep the core value enum Variant down to 16 bytes (8 bytes for data, the enum discriminant, and some padding). + The GC also supports weak references! + Statically dispatched type object model using a newtype wrapper and Rust's declarative macros. Ok, what that means is that I have a MetaObject trait that I can use to easily add new data types and define the behavior for specific types. Similar idea to Python's PyTypeObject though very different in implementation. However, I don't resort to dynamic dispatch or trait objects despite working with dynamically type data. Instead, I have a newtype wrapper over the core value enum Variant that statically dispatches to each of the enum branches! And then a few macros that minimize the boilerplate required if I want to add a new branch to Variant or a new method to MetaObject (just a single line in each case). + Different string representations! This was inspired by the flexstr crate. Strings that are short enough to fit inside a Variant are "inlined" directly in the value. Longer strings are either GCed or interned in a thread-local string table. All identifiers are interned. + An efficient implementation of closures inspired by Lua's upvalues. The language is still pretty WIP. I'm planning to add an import system, a small standard library, and a few other things (Yes, the name might not be the best, being also used by a well-known ReST docs generator, I'll take suggestions. I do like the name though, both as a reference to the mythological creature and the cat :D) April 25, 2022 at 05:16AM

आज का कार्टून:इलेक्ट्रिक स्कूटरों में हो रहे धमाके, विस्फोटक सामान मानकर घरों पर रेड कर रही पुलिस


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

Saturday, April 23, 2022

भास्कर LIVE अपडेट्स:चंडीगढ़ में जेल दीवार के पास मिला टिफिन बम, आर्मी बुलाई गई


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

महाराष्ट्र में हनुमान चालीसा पर बवाल:सांसद नवनीत राणा और उनके विधायक पति गिरफ्तार, मिलने पहुंचे भाजपा नेता किरीट सोमैया पर शिवसैनिकों ने किया हमला


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

आज का इतिहास:'गॉड ऑफ क्रिकेट' का जन्मदिन, 100 इंटरनेशनल सेंचुरी जड़ीं; टेस्ट-वनडे में बनाए सर्वाधिक शतक और रन


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

बुड़ैल जेल के बाहर 'टिफिन बम' मिला:चंडीमंदिर से आर्मी बुलाई गई; NCG करेगी डिस्पोज ऑफ़, बैग से डेटोनेटर-वायर मिले


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

लोपोके से मिला ड्रोन:पंजाब पुलिस ने खेतों से किया रिकवर, BSF ने भी पकड़ी 19 करोड़ रुपए की हेरोइन


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

Show HN: A better Reddit search engine to find Menswear recommendations https://ift.tt/cpzxXC1

Show HN: A better Reddit search engine to find Menswear recommendations Hey HN Community! We built this simple community search tool that basically allows people to search through thousands of past Reddit threads and tens of thousands of recommendations using tags. It mostly covers a few bigger subreddits like r/BIFL, r/MFA, r/AskMen, r/SkincareAddiction but along the way, I expanded it to include other smaller subreddits too. In addition to filtering by category, power users can also search by -Body Fit (big thigh, long torso) -Occupation (work in retail, teacher, doctor) -Age (18-24, 25-35), Size (height, weight) -Brand comparison (similar to: X) -Use (suitable for wedding, everyday wear) -Location (available in UK, use in Northeast US) -Mood/Style (minimalist, vintage, retro) Check it out. Buy fewer, buy better. Happy Earth Day! https://reddrecs.com April 24, 2022 at 03:12AM

Show HN: Def – A zsh plugin for default folder behavior https://ift.tt/1aJoq4i

Show HN: Def – A zsh plugin for default folder behavior https://ift.tt/7xAwrZ8 April 24, 2022 at 02:12AM

Friday, April 22, 2022

मॉर्निंग न्यूज ब्रीफ:राजस्थान में मंदिरों पर बुलडोजर चलने से भड़का विवाद, इमरान खान ने हेलिकॉप्टर पर रोज खर्च किए 8 लाख रुपए


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

Show HN: Cloaker.mobi now encrypts arbitrarily large files in desktop Chrome https://ift.tt/kXhlp9M

Show HN: Cloaker.mobi now encrypts arbitrarily large files in desktop Chrome https://cloaker.mobi April 23, 2022 at 03:24AM

Show HN: Earth Day Twitter bot replying to corp's w their netzero plans analyzed https://ift.tt/40LKTEo

Show HN: Earth Day Twitter bot replying to corp's w their netzero plans analyzed https://twitter.com/EarthDayApp April 23, 2022 at 02:45AM

Show HN: A 2MB, GC-Free, Memory-Safe, and Easy-to-Use NPM Audio Lib for Browsers https://ift.tt/rfK01u2

Show HN: A 2MB, GC-Free, Memory-Safe, and Easy-to-Use NPM Audio Lib for Browsers https://glicol.js.org/ April 22, 2022 at 09:37PM

Show HN: Breathe – Breathing exercises for focus and calm https://ift.tt/x9ZA02s

Show HN: Breathe – Breathing exercises for focus and calm The app is about mental health and breathing. Mental health is important, I do breathing exercises almost daily and this app will help me, and hopefully others, to work on it even more. https://breathe.so April 22, 2022 at 11:35PM

आज कांगड़ा में सियासी जमीन तैयार करेंगे केजरीवाल:शाहपुर के चंबी में करेंगे जनसभा, "केजरी' का 20 दिन में दूसरा प्रदेश दौरा


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

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...