Wednesday, July 6, 2022

भास्कर LIVE अपडेट्स:ईरान ने ब्रिटेन के डिप्टी ऐम्बैस्डर को जासूसी के आरोप में गिरफ्तार किया


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

Show HN: Barfi – Python flow based programming with GUI https://ift.tt/dc3p2xj

Show HN: Barfi – Python flow based programming with GUI What? Another flow based programming library for Python? Yes. All the FBP libraries out there for Python need to be run as a self contained application. They are not components that could be integrated into your existing data workflows. Barfi, on the other hand can be integrated. At the moment it has a Streamlit component that you can use in your Streamlit apps. Currently, I am working on a Jupyter notebook widget. https://ift.tt/JGwT8h3 July 7, 2022 at 02:30AM

Show HN: We created a password and data manager for teams https://ift.tt/mSaAX4U

Show HN: We created a password and data manager for teams https://ift.tt/UaE8LSI July 7, 2022 at 02:27AM

Show HN: C3 – A C alternative that looks like C https://ift.tt/Sx71gLe

Show HN: C3 – A C alternative that looks like C Compiler link: https://ift.tt/WT7zPQF Docs: http://www.c3-lang.org This is my follow-up "Show HN" from roughly a year ago ( https://ift.tt/WgZLztV ). Since then the language design has evolved and the compiler has gotten much more solid. Assorted extra info: - The C3 name is a homage to the C2 language project ( http://c2lang.org ) which it was originally inspired by. - Although C3 mostly conforms to C syntax, the most obvious change is requiring `fn` in front of the functions. This is to simplify searching for definitions in editors. - There is a comparison with some other languages here: https://ift.tt/KyB5A3b - The parts in C3 which breaks C semantics or syntax: https://ift.tt/xzysiSB - Aside from the very C-like syntax, one the biggest difference between C3 and other "C competitors" is that C3 prioritizes C ABI compatibility, so that all C3 special types (such as slices and optionals) can be used from C without any effort. C and C3 can coexist nicely in a code base. - Currently the standard library is not even alpha quality, it's actively being built, but there is a `libc` module which allows accessing all of libc. Raylib is available to use from C3 with MacOS and Windows, see: https://ift.tt/VTg7dKw - There is a blog with assorted articles I've written during the development: https://ift.tt/JXKE6eD July 7, 2022 at 01:01AM

Tuesday, July 5, 2022

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


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

मॉर्निंग न्यूज ब्रीफ:नूपुर पर सुप्रीमकोर्ट की टिप्पणी से पूर्व जज और ब्यूरोक्रेट्स नाराज; 17 दिन में 7 बार स्पाइसजेट के विमान में आई खराबी


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

कोरोना अपडेट:बीते 24 घंटों में नए केस में 12% की बढ़ोतरी; मंगलवार को महाराष्ट्र में मिले सबसे ज्यादा नए मामले


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

Show HN: Z shell config - what the files do, where they go, how to run them https://ift.tt/MBhyXb6

Show HN: Z shell config - what the files do, where they go, how to run them https://ift.tt/c9h3Ike July 6, 2022 at 02:13AM

Show HN: Localization and translations should be code, not data https://ift.tt/nRcLJEA

Show HN: Localization and translations should be code, not data https://ift.tt/65DvebE July 6, 2022 at 01:45AM

Show HN: A USB-Rubber-Ducky Blocker (50 Codes) https://ift.tt/rtEuzOb

Show HN: A USB-Rubber-Ducky Blocker (50 Codes) https://ift.tt/ViBdG2P July 6, 2022 at 01:16AM

Monday, July 4, 2022

मॉर्निंग न्यूज ब्रीफ:अमेरिका की फ्रीडम डे परेड में अंधाधुंध फायरिंग; पीएम मोदी के हेलिकॉप्टर के सामने छोड़े गए काले गुब्बारे


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

Show HN: Get the machine to CROON - Singer/Songwriters with Jukebox [pdf] https://ift.tt/ycw6lF2

Show HN: Get the machine to CROON - Singer/Songwriters with Jukebox [pdf] https://ift.tt/8h16to7 July 5, 2022 at 12:14AM

Show HN: A short dystopian game I build last weekend https://ift.tt/KVN1yo5

Show HN: A short dystopian game I build last weekend https://ift.tt/P8NYtdz July 5, 2022 at 01:13AM

Show HN: Trane, an automated system for learning complex skills https://ift.tt/xtySJC8

Show HN: Trane, an automated system for learning complex skills Hi HN, I released Trane over the weekend: https://ift.tt/0jiKHPU . Trane is an automated system for learning complex skills. Think of it like defining a skills tree (technically a graph) of all the smaller skills you need to master a complex skill and having an automated system to automatically traverse the graph as you master them. The seed for Trane was planted after my frustration trying to learn music, and jazz in particular. There are simply too many things you need to master first (e.g. knowing the names of a note, knowing where the notes are in your instrument, timing, etc) and it becomes difficult to track what it is that you should focus on, and there is a process of constant atrophy, even if you practice consistently. Trane is an early state, but is already usable. I have released a command line interface at https://ift.tt/8e7kqYt and some music courses at https://ift.tt/P8EplVK . I would like to get some ideas in regard to what other skills could be a good fit for Trane. I am thinking chess, programming, or languages could be a fit. I am wondering if Trane could be applied to something like learning pure mathematics. I would love to hear any suggestions. Perhaps there's some of you who have found a similar issue while practicing your own hobbies. https://ift.tt/0jiKHPU July 4, 2022 at 11:34PM

Show HN: Graphsignal – ML profiler to speed up training and inference https://ift.tt/cVUvyBk

Show HN: Graphsignal – ML profiler to speed up training and inference Hi, Graphsignal founder here. We've launched Graphsignal earlier this year to make machine learning profiling practical and easy to use. Basically, it enables the profile-optimize-benchmark loop. For example, making inference faster by optimizing an ML model, while still maintaining accuracy. We've make a lot of progress that I wanted to share. The profiler now natively supports TensorFlow, Keras, PyTorch, PyTorch Lightning, Hugging Face, XGBoost and JAX frameworks along with built-in support for distributed workloads. Profiles now include tracing information in chrome trace format. Process and GPU utilization data has been extended as well. It is now possible to monitor all run metrics. Useful for long runs. Profiled workloads are now sharable across teams and publicly (if enabled). I'm excited to show it here and appreciate any thoughts, comments and feedback! https://ift.tt/ncvJhdy July 4, 2022 at 05:10PM

Sunday, July 3, 2022

कश्मीर में टीचर का हुआ ट्रांसफर तो रोने लगीं लड़कियां:स्कूली बच्चे शिक्षक के साथ जाने की जिद पर अड़े, गले लगकर दी विदाई


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

मॉर्निंग न्यूज ब्रीफ:तांत्रिक के चक्कर में आज तक ऑफिस नहीं गए एक CM; इंडिया ने इंग्लैंड पर ली 250 से ज्यादा रनों की बढ़त


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

कश्मीरी पंडितों का घाटी में ड्यूटी पर लौटने से इनकार:सरकार ने नोटिस भेजकर काम पर आने को कहा, कर्मचारी पोस्टिंग की मांग पर अड़े


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

7 दिन में 33% बढ़े नए कोरोना केस:बीते दिन 15,747 नए मामले दर्ज; देश में ओमिक्रॉन के BA.2 सबवैरिएंट के तीन नए वैरिएंट मिले


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

Show HN: Desklamp – convenient and collaborative notemaking on PDFs https://ift.tt/08DWzNO

Show HN: Desklamp – convenient and collaborative notemaking on PDFs Hey HN! I'm Prajwal, the co-creator of Desklamp! I just completed my undergrad, which is where we got the idea for Desklamp. A bunch of friends and I built this because we hated the experience of studying on our laptops. It was boring, and we found ourselves staring at the screen for hours on end with no output to show for it. To make reading more engaging and to make sure we could remember what we read, we built a note-making system integrated with a PDF reader. The aim is to encourage you to make notes! LaTeX support, clipping out sections from the document, linking notes to sections in the PDF - everything is designed to really make sure you have no excuse to not make notes as you read. We've also added a lot of fixes for minor inconveniences (scrolling across sections, hitting the wrong page number, light mode, viewing your highlights at a glance). And all of this is collaborative, because that just makes notes even more useful. It's free for a while - we want to know what the rest of you think! Feedback can only help us make this even better. It's available as a web-app and a desktop app for Mac and Windows (Linux users, mail us, we're operating on a very closed beta right now). https://desklamp.io/ July 3, 2022 at 05:05PM

Show HN: VS Code extenstion that connects documentation to code https://ift.tt/HT13Omd

Show HN: VS Code extenstion that connects documentation to code https://ift.tt/IcipozQ July 4, 2022 at 01:24AM

Saturday, July 2, 2022

Show HN: WebReducer – micro event sourcing cloud function https://ift.tt/oR4NCbX

Show HN: WebReducer – micro event sourcing cloud function Hey everyone, WebReducer is a project I've been working on since last December. You can read about my process here: https://offbyone.us/tags/micro-business/ Send some data to WebReducer. Then, write a reducer function to retain some state. You can change the reducer function as much as you want and recreate that state. Still working on how to explain it. It's a tiny FaaS platform. It's a tiny database. It's micro event sourcing. It's "redux" on the server as a service. It's a backend for tiny personal projects. It's a place to send your webhooks. I'm looking for feedback on the following: - Do you get what it is? - What would you use it for? - What would I need to iron out for you to seriously consider trying this? https://webreducer.dev July 2, 2022 at 11:47PM

प्यार का पोस्टमॉर्टम-7:वो कनाडाई लड़की, जिसने पंजाबी मुंडे के लिए छोड़ दिया बड़ा खानदान, हीर-रांझा जैसी कहानी का मां ने किया अंत, बनी फिल्में


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

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


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

मॉर्निंग न्यूज ब्रीफ:उदयपुर की तरह अमरावती में भी नूपुर शर्मा सपोर्टर का गला काटा; कप्तान बुमराह का पहले ही टेस्ट में वर्ल्ड रिकॉर्ड


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

कोरोना अपडेट:बीते 24 घंटों में 15,707 नए मामले मिले, लगातार चार दिन से कुल एक्टिव केस 1 लाख से ऊपर


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

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


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

Friday, July 1, 2022

नकली रेमडेसिविर मामले में स्वास्थ्य मंत्रालय की कार्रवाई:लैब रिपोर्ट दबाने वाले सेंट्रल ड्रग्स लैब के डॉक्टर सस्पेंड; भास्कर ने किया था खुलासा


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

Show HN: BrainTool 0.9.9a – still seeking feedback from this group https://ift.tt/TptYRjv

Show HN: BrainTool 0.9.9a – still seeking feedback from this group https://braintool.org/ July 2, 2022 at 03:05AM

Show HN: Redbean 2.0 in Docker https://ift.tt/RK3v6UY

Show HN: Redbean 2.0 in Docker https://ift.tt/LOcFlPV July 2, 2022 at 02:20AM

भास्कर LIVE अपडेट्स:हैदराबाद में भाजपा की राष्ट्रीय कार्यकारिणी की बैठक आज, दोपहर 3 बजे से शुरू होगी मीटिंग


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

शिंदे अब 'शिवसेना नेता' नहीं:उद्धव ने पद से हटाया, पार्टी तोड़ने की कोशिश का लगाया आरोप


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

भास्कर ओपिनियन:नूपुर शर्मा का बयान, उसे भड़काने वाला मौलाना और सुप्रीम कोर्ट की फटकार


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

LIVE उदयपुर में पांचवें दिन भी कर्फ्यू:पाबंदियों में राहत मिलेगी, लेकिन रविवार तक बंद रहेगा इंटरनेट; कोटा-भरतपुर समेत 5 शहर बंद


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

Thursday, June 30, 2022

भास्कर LIVE अपडेट्स:डायमंड लीग में नीरज चोपड़ा का जलवा कायम, 89.94 मीटर भाला फेंक कर तोड़ा अपना ही रिकॉर्ड


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

उदयपुर हत्याकांड का चौथा दिन:राज्य में इंटरनेट पर रोक बरकरार; घटना के विरोध में आज अलवर, सीकर,भरतपुर और कोटा बंद, उदयपुर में निकलेगी जगन्नाथ रथयात्रा


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

Show HN: UI Filler – placeholders for your designs https://ift.tt/k8u0QFJ

Show HN: UI Filler – placeholders for your designs https://ift.tt/U9eX6pg June 30, 2022 at 11:47PM

भास्कर ओपिनियन:महाराष्ट्र की राजनीति के आसमान बनने जा रहे फडणवीस को जमीन दिखाई, डिप्टी सीएम बनना पड़ा


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

शिंदे की ताजपोशी की पूरी कहानी:बगावत के 10 दिन बाद CM बने, हाईकमान की अपील पर फडणवीस ने संभाली डिप्टी CM की कुर्सी


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

Wednesday, June 29, 2022

Show HN: Sudopad – Private link sharing board for friends https://ift.tt/rlLU7d2

Show HN: Sudopad – Private link sharing board for friends https://sudopad.com June 30, 2022 at 02:36AM

Show HN: Ploomber Cloud (YC W22) – run notebooks at scale without infrastructure https://ift.tt/OfSGPel

Show HN: Ploomber Cloud (YC W22) – run notebooks at scale without infrastructure Hi, we’re Ido & Eduardo, the founders of Ploomber. We’re launching Ploomber Cloud today, a service that allows data scientists to scale their work from their laptops to the cloud. Our open-source users ( https://ift.tt/68hNMpB ) usually start their work on their laptops; however, often, their local environment falls short, and they need more resources. Typical use cases run out of memory or optimize models to squeeze out the best performance. Ploomber Cloud eases this transition by allowing users to quickly move their existing projects into the cloud without extra configurations. Furthermore, users can request custom resources for specific tasks (vCPUs, GPUs, RAM). Both of us experienced this challenge firsthand. Analysis usually starts in a local notebook or script, and whenever we wanted to run our code on a larger infrastructure we had to refactor the code (i.e. rewrite our notebooks using Kubeflow’s SDK) and add a bunch of cloud configurations. Ploomber Cloud is a lot simpler, if your notebook or script runs locally, you can run it in the cloud with no code changes and no extra configuration. Furthermore, you can go back and forth between your local/interactive environment and the cloud. We built Ploomber Cloud on top of AWS. Users only need to declare their dependencies via a requirements.txt file, and Ploomber Cloud will take care of making the Docker image and storing it on ECR. Part of this implementation is open-source and available at: https://ift.tt/e9ytO4q Once the Docker image is ready, we spin up EC2 instances to run the user’s pipeline distributively (for example, to run hundreds of ML experiments in parallel) and store the results in S3. Users can monitor execution through the logs and download artifacts. If source code hasn’t changed for a given pipeline task, we use cached artifacts and skip redundant computations, severely cutting each run's cost, especially for pipelines that require GPUs. Users can sign up to Ploomber Cloud for free and get started quickly. We made a significant effort to simplify the experience ( https://ift.tt/dlC8gJT ). There are three plans ( https://ift.tt/9R8PcXA ): the first is the Community plan, which is free with limited computing. The Teams plan has a flat $50 monthly and usage-based billing, and the Enterprise plan includes SLAs and custom pricing. We’re thrilled to share Ploomber Cloud with you! So if you’re a data scientist who has experienced these endless cycles of getting a machine and going through an ops team, an ML engineer who helps data scientists scale their work, or you have any feedback, please share your thoughts! We love discussing these problems since exchanging ideas sparks exciting discussions and brings our attention to issues we haven’t considered before! You may also reach out to me at ido@ploomber.io. June 29, 2022 at 08:34PM

Show HN: ColorTiles Browser Game https://ift.tt/7NpkSde

Show HN: ColorTiles Browser Game Hello HN! Here is a little game I made, colorful tiles must be placed next to other tiles and match in symbol or color. This game is inspired by Passage 3 and similar games like Qwirkle, Rummy or Dominoes. There exist some browser-based versions here and there, but I wasn't completely satisfied with any of them, so I made my own. This is optimized for a broad range of screen sizes and auto-rotates the playing field for narrow (portrait) viewports. As I've discovered with my own parents, folks who enjoy playing Solitaire, Hearts and similar games might enjoy this as well, so gladly spread the word. Have fun and feedback is appreciated! :) https://colortiles.net/ June 29, 2022 at 08:08PM

भास्कर ओपिनियन:अगर आरिफ मोहम्मद सही हैं तो मदरसों में दी जा रही शिक्षा का जिम्मेदार कौन है?


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

आज बंद रहेंगे जयपुर-उदयपुर, CM परिवारवालों से मिलेंगे:कन्हैयालाल के हत्यारों से दूसरे दिन भी NIA करेगी पूछताछ, जगन्नाथ रथयात्रा पर होगा फैसला


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

Show HN: Heat Pump Cost Comparison https://ift.tt/qabmgrQ

Show HN: Heat Pump Cost Comparison https://ift.tt/9NeXif5 June 30, 2022 at 12:07AM

LIVE महाराष्ट्र का सियासी संकट:उद्धव ठाकरे ने मुख्यमंत्री पद से इस्तीफा दिया, नई सरकार की राह खुली


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

Tuesday, June 28, 2022

FOX NEWS: Iranians mark anniversary of 1979 US embassy takeover by chanting ‘Death to America’


"Iranians mark anniversary of 1979 US embassy takeover by chanting ‘Death to America’" NEWS https://ift.tt/L9gTlI1

LIVE ठाकरे सरकार पर संकट:देर रात अविश्वास प्रस्ताव लेकर राजभवन पहुंचे देवेंद्र फडणवीस, कांग्रेस बोली - शिंदे की महाशक्ति सामने आई


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

भास्कर ओपिनियन:उदयपुर में दर्जी की हत्या तालिबानी कृत्य, सरेआम भाईचारे का गला काटा गया


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

Show HN: Inngest – an open-source event-driven queue https://ift.tt/SUOBhlA

Show HN: Inngest – an open-source event-driven queue Hi HN! We’re Tony and Dan, the founders of Inngest - https://www.inngest.com. We’re an event-driven queueing system. Existing queueing solutions have pretty terrible UX. We solve this by making it simple for you to write delayed or background jobs by triggering step functions from JSON-based events. At a high level, Inngest does two things: - Ingest events from your systems via HTTP (pun intended) - Triggers serverless functions in response to specific events — async, either immediately or delayed. This allows you to build out async functions (eg. background jobs, handling webhooks) much faster, without worrying about config, queues, scaffolding, boilerplate, or infra. Because of the decoupling, it also means cleaner code. We talk about the benefits here [1]. Previously, Tony ran engineering at https://ift.tt/Fz78mM3 and Dan was the CTO of https://buffer.com/. At both places, we had to build and manage a lot of complex async logic. You could say that Buffer is one big queue, and at Uniform we had lots of logic to run for compliance… managed via queues. So we're very familiar with the problem. Technicals and how it’s different: Functions are declarative. They specify which events trigger them, with optional conditionals. This is great because you can then deploy functions independently from your core systems, and you get things like canary deploys, plus immediate rollbacks. Each function can have many steps, represented as a DAG. Each step can be any code — an AWS function, custom code in a container, an HTTP call, etc. Edges of the DAG can also have conditions for traversal, and can “pause” until another event comes in, with TTLs and timeout (eg. after signup, run step 1, wait for a user to do something else, then run the next step). Because the functions are event driven, we also statically type and version events for you. This lets you inspect and generate SDKs for events, or to fail early on invalid data. It also lets you replay functions, test with historical data, or deploy functions and re-run historical events. Architecturally, we’ve focused on simple standards that are easy to learn and adopt. Events are published via HTTP requests. Functions use args & stdout. You can get started without knowing any implementation details. You only need to send events via POST requests and write functions that react to them — nothing else required. What people use us for: - A replacement for their current queueing infrastructure (eg. celery). - Running functions after receiving webhooks - Running business logic when users perform specific actions (eg. publishing things at a specific time) - Handling coordinated logic (eg. when a user signs up, wait for a specific event to come in then run another step) Where we’re at: We’ve open sourced our core execution engine [2], which allows you to run an in-memory environment locally with a single command. We’re working on opening more and more of the platform to allow you to self host — that’s currently our main goal. Right now, you can use us “serverless”. Because we record function state, we charge per ‘step’ of a function invoked. We’ve documented our core OS architecture [3], and we’ve also released the function spec and interfaces in our repo. We’ve talked more about about goals, vision, and why in our open sourcing post [4]. There’s also a minimal demo w/ a Next.js backend [5]. We know we’re far from feature complete. There’s so much more we can do. If there’s things you’d like to see, feedback, or improvements, please let us know — we’d love to hear from you and make this better, and get your initial thoughts. [1]: https://ift.tt/cWKnZ0L [2]: https://ift.tt/8mCL1W4 [3]: https://ift.tt/vzYL6Vn [4]: https://ift.tt/tCqlnvi [5]: https://ift.tt/jmMDJ5a June 28, 2022 at 11:19PM

Show HN: Free QR Code Generator https://ift.tt/cvZG9FA

Show HN: Free QR Code Generator https://ift.tt/HrtYVk2 June 28, 2022 at 07:55PM

Show HN: We made a fast audio editor for podcasting https://ift.tt/2CaEO19

Show HN: We made a fast audio editor for podcasting https://teapodo.com/ June 28, 2022 at 02:14PM

Monday, June 27, 2022

Show HN: AirScript – Like Lua, but in Rust, and Different https://ift.tt/0M5Av13

Show HN: AirScript – Like Lua, but in Rust, and Different https://ift.tt/vxeWptc June 28, 2022 at 03:48AM

भास्कर ओपिनियन:पिता के मंत्रिमंडल में बेटा मंत्री- रणजीत सिंह से आदित्य ठाकरे तक कौन सफल, कौन विफल!


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

महाराष्ट्र में रार के बीच चर्चा में रश्मि ठाकरे:मिडिल क्लास परिवार की बेटी बनी ठाकरे की बहू, पति की कुर्सी बचाने में जुटीं वहिनीसा​हेब


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

मॉर्निंग न्यूज ब्रीफ:सोनिया गांधी के निजी सचिव पर रेप की FIR, राज ठाकरे की पार्टी जॉइन कर सकते हैं शिवसेना के बागी


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

Show HN: [NSFW] Diffusion models for porn generation https://ift.tt/JSVwebK

Show HN: [NSFW] Diffusion models for porn generation https://ift.tt/nlWV8Se June 28, 2022 at 01:38AM

LIVE ठाकरे सरकार पर संकट:शिंदे गुट को सुप्रीम कोर्ट से राहत, BJP ने अपनाई वेट एंड वाच की रणनीति


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

Sunday, June 26, 2022

FOX NEWS: North Korea can make more ingredients for nuclear bombs than expected


"North Korea can make more ingredients for nuclear bombs than expected" NEWS https://ift.tt/lgPMuRF

Show HN: A Working Nintendo Gameboy Backpack https://ift.tt/O4M2Kar

Show HN: A Working Nintendo Gameboy Backpack https://www.youtube.com/watch?v=hdD7AtGhssI June 27, 2022 at 03:16AM

Show HN: Isthisabearmarket.com https://ift.tt/XqOFEWz

Show HN: Isthisabearmarket.com Hey HN! Here's a quick sideproject that I've been working on for the last week The market downturn got me thinking about stock price APIs and how I could use them, overall I had a lot of fun writing this up https://ift.tt/kDwQ5il June 27, 2022 at 01:27AM

FOX NEWS: NJ Senate race rocks Garden State political landscape


"NJ Senate race rocks Garden State political landscape" NEWS https://ift.tt/3mvwE07

भगवान विष्णु की अष्टधातु की मूर्ति गायब:नारनौल के ढ़ोसी धाम में स्थापित बेशकीमती प्रतिमा व 3 लड्‌डू गोपाल चोरी; 5 पर FIR


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

महाराष्ट्र की लड़ाई LIVE:आदित्य ठाकरे ने शाहरुख का डायलॉग बोला- हम शरीफ क्या हुए, दुनिया बदमाश हो गई; शिंदे ने राज को फोन किया


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

राजस्थान में सैकड़ों एटम बम बनाने का मटेरियल मिला:यूरेनियम की शुरू होगी माइनिंग; 3 हजार करोड़ का इन्वेस्टमेंट होगा


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

Saturday, June 25, 2022

टीम इंडिया के कप्तान रोहित शर्मा कोरोना पॉजिटिव हुए:BCCI ने बताया- वो आइसोलेशन में हैं; 24 घंटे में 11,578 नए मरीज मिले


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

Show HN: Tone v0.0.4 – now hackable command line audio tagger, any feedback? https://ift.tt/7nSaLu5

Show HN: Tone v0.0.4 – now hackable command line audio tagger, any feedback? Hey HN, I just wanted to show the progress on my little (maybe useless) side project called tone[1] to get some qualified feedback. tone is a cross plattform command line audio tagger deployed as a single static binary without dependencies, so a wget should be enough to install on any platform (seems not to work on M1 Macs atm... if someone can help here I would really appreciate it). Features: - Supports most common formats (mp3, m4a, flac, ape, etc.) - Most common AND custom metadata fields - Chapter support - Embeddable pictures - Hackable (write your own taggers with scripting language) Thanks and have fun. [1]: https://ift.tt/OXjgyu7 June 26, 2022 at 03:37AM

Show HN: Medots – Cross-platform tool to deploy dot files https://ift.tt/FkvhiLt

Show HN: Medots – Cross-platform tool to deploy dot files https://ift.tt/zTLUICj June 26, 2022 at 03:31AM

Show HN: Product Analytics in SQL with dbt https://ift.tt/KZo8Ou7

Show HN: Product Analytics in SQL with dbt Hey everyone! Like many data analysts and engineers, I love SQL and the dbt ecosystem. So it bothers me that we have to use separate tools for product analytics. We do our transformations, BI work, and ad-hoc queries in SQL, but when it's time to look at funnels and flows, we have to use (and procure) a separate platform like Mixpanel or Amplitude. This dbt package is a (very rough) start at fixing that. With it, you can create event streams and run funnel analyses via dbt[0]. More features like flows and retention are coming soon! But I'm mostly curious how you all are doing product analytics right now. Are you using a dedicated tool like Amplitude? What could be better? Do you want to do product analytics in SQL in the warehouse or would you rather it live somewhere else? Would love to get your thoughts, and thanks for taking a look! --- 0. (and soon, with dbt Server, in your favorite BI tool or SQL client): https://www.youtube.com/watch?v=MdSMSbQxnO0&ab_channel=dbt https://ift.tt/jHavozL June 26, 2022 at 12:53AM

महाराष्ट्र का राजनीतिक संकट LIVE:एकनाथ शिंदे ने MVA गठबंधन को बताया अजगर; कहा- यह लड़ाई शिवसैनिकों के हित के लिए


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

Show HN: Feather – 90 percent of Bloomberg terminal, for 5 percent of the price https://ift.tt/8KMlaIP

Show HN: Feather – 90 percent of Bloomberg terminal, for 5 percent of the price Hey, Wanted to share what my friend and I built — Feather. It provides investors with all imaginable financial data, without breaking the bank. Effectively 90 percent of the Bloomberg Terminal, at 5 percent of the price. We just opened sign ups for early access — all you need to sign up is your email address. We’ll open access to the software in order of sign ups, and we’d love to have you onboard. Check it out! https://try-feather.com June 26, 2022 at 12:05AM

Friday, June 24, 2022

26.4% पेरेंट्स ने माना लड़कियों को गुस्सा दबाना चाहिए:सेसमी वर्क शॉप इंडिया ने शहरी मलिन बस्तियों में किया सर्वे, मां-बाप बोले- बच्चे उम्र से पहले बड़े हो गए


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

अमरनाथ यात्रा में चिप्स-समोसे बैन:लंगरों में अब सलाद के साथ सिर्फ पौष्टिक खाना; पराठे, अचार-चटनी, नूडल्स, कोल्ड ड्रिंक भी नहीं मिलेंगे


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

Show HN: Coldbrew – A Web GUI for Homebrew Cask https://ift.tt/3GMj4Xu

Show HN: Coldbrew – A Web GUI for Homebrew Cask https://ift.tt/Rw6m0TF June 25, 2022 at 01:50AM

Show HN: Domfetch.com - free tool to find expired domains with history https://ift.tt/eVJZfj8

Show HN: Domfetch.com - free tool to find expired domains with history We have finally launched Domfetch! Domfetch is a free platform to find expired domains. Users can search through domains that are (almost) available for registration. We enrich these domains with extra data to help users find valuable domains. We created this tool because we found the (free) alternatives lacking certain data, such as Moz, Alexa history (we check 5 years of data) & search volume history over a period of 1 year. Let us know what you think! More features and tld's will be added in the near future. https://domfetch.com June 24, 2022 at 04:46PM

महाराष्ट्र में सत्ता का संग्राम LIVE:उद्धव ने माना- शिंदे ने कहा था कांग्रेस-एनसीपी हमें खत्म कर रही, विधायक भाजपा के साथ जाना चाहते हैं


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

Show HN: Easily Convert WARC (Web Archive) into Parquet, Then Query with DuckDB https://ift.tt/9zgDci6

Show HN: Easily Convert WARC (Web Archive) into Parquet, Then Query with DuckDB https://ift.tt/nqsbS5V June 24, 2022 at 11:56PM

Thursday, June 23, 2022

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


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

मॉर्निंग न्यूज ब्रीफ:बागी शिंदे के साथ 49 विधायक, पवार बोले- उन्हें कीमत चुकानी होगी; राजस्थान के आसमान में रहस्यमयी रोशनी


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

Show HN: Nerd Crawler – we monitor original comic art sites so you don't have to https://ift.tt/t96gERj

Show HN: Nerd Crawler – we monitor original comic art sites so you don't have to I've been a fan of comics since I watched the X-Men Animated Series in the 90s, and I fell in love with collecting original comic art when I got my first Jim Lee sketch in high school. But, after missing out on some original comic art pieces because I didn't know when they were added for sale on websites, I decided to take it upon myself to make an app that monitors original comic art sites and emails/texts you when new art drops. It's called Nerd Crawler and I'm building it myself so there might be some bugs but I'm hoping it helps comic art collectors. It works with over 40 original comic art websites like Albert Moy (Jim Lee's art dealer), Cadence Comic Art, Artcoholics, a bunch of Big Cartel sites like Jim Cheung / Jason Fabok / Dustin Nguyen, Greg Capullo Art, Skottie Young, and more. It's free to try @ https://ift.tt/B7sZJFu , and you can upgrade to a paid plan if you want text messages alerts or want to check sites every 10 minutes or 1 minute. From a technical standpoint, my tech stack is: - Ruby on Rails - Hosted on Heroku - Emails sent by Mailgun - Texts sent by Twilio - Images hosted on Cloudinary - Credit card charging handled by Stripe and the new, low-code Stripe Checkout The minimum viable product was built in about a week with minor bug fixes and new features added weekly. If you have any feedback, have art sites you wanted added, or questions, let me know! https://ift.tt/B7sZJFu June 24, 2022 at 03:40AM

Show HN: request_migrations – request and response migrations for Rails APIs https://ift.tt/w6qZYhi

Show HN: request_migrations – request and response migrations for Rails APIs https://ift.tt/yrfXwca June 24, 2022 at 03:13AM

Show HN: Translating DOOM from C to V via C2V, building under 1s and running it https://ift.tt/0aGgWRC

Show HN: Translating DOOM from C to V via C2V, building under 1s and running it https://www.youtube.com/watch?v=6oXrz3oRoEg June 24, 2022 at 02:52AM

Show HN: In-depth photographic look at all the golf courses I play https://ift.tt/EqmZQsw

Show HN: In-depth photographic look at all the golf courses I play I'm an avid golfer; it's my main hobby. I decided to start taking pictures of all the courses I play. While there's a lot of golf websites out there, none of them really try to document the courses in depth and look at each hole, along with the course facilities like the practice areas. I live in Chicago and am starting with the courses in this area (of which there are dozens of public courses to play). While I play golf, I take photos with my phone of every (relevant) aspect of the golf course I can think of. Then they're processed and organized on the website. Obviously I'm starting this journey on my own, and in that sense it's not scalable. I won't be able to visit all the courses in the US, let alone the world. I hope to find others that would like to contribute to the effort. At some point I'd like to add course news and histories to the site. Many golf courses in the US are over 100 years old and have rich histories. And of course many older courses exist in Europe. I also have started adding descriptions/commentary for each hole on courses. For example, see: https://ift.tt/1AeZCNk... And maybe went a little overboard on this one: https://ift.tt/cqi8oJU... Anyway, it's a fun project and could go in a lot of directions. PS: I'm always looking to expand my golfing circle. If you're in Chicago and want to play sometime, hit me up -- contact details are on the website. https://ift.tt/yiRItxZ June 24, 2022 at 01:23AM

महाराष्ट्र संकट LIVE:शिंदे ने इशारों में बताया उनके पीछे कौन; कुछ और MLA गुवाहाटी पहुंचे; आज हो सकता है बड़ा ऐलान


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

Wednesday, June 22, 2022

मॉर्निंग न्यूज ब्रीफ:उद्धव इस्तीफा देने को तैयार, पवार की सलाह- शिंदे को CM बना दो; 1 लाख रुपए किलो बिकी असम की चाय


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

Show HN: Pragmatic Formal Modeling (Tutorial series with runnable examples) https://ift.tt/e089Qxh

Show HN: Pragmatic Formal Modeling (Tutorial series with runnable examples) Formal modeling is a mathematical approach for designing and checking correctness of software systems. It focuses on standard software engineering and distributed systems problems of the sort programmers face every day. It takes a pragmatic engineering approach: each problem starts with UML diagrams, design decisions and sometimes even a requirements document. We work through how to get from a whiteboard design to an initial mathematical model. Then we refine it based on logical errors found by the model checker, which return with a level of detail unheard of in a standard debugger. Formal modeling is a skill every engineer should have in their toolbox. All the examples are downloadable, and their is a quick setup section at the start. Additionally, there is an explorable model error debugger build right into the website. https://ift.tt/oWbCH8h June 22, 2022 at 11:13PM

पिछले 24 घंटे में करीब तीन गुना मौतें बढ़ीं:देशभर में 13,195 नए केस मिले, केरल में सबसे ज्यादा केस और मौतें


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

Show HN: Crocodile - Better code review for GitHub https://ift.tt/68AXh3e

Show HN: Crocodile - Better code review for GitHub Hi HN! I've been working on a code review app for GitHub called Crocodile for about a year. I used to work at Microsoft where we used a tool called CodeFlow for reviewing code and I missed it after I left. I know many other ex-Microsoft engineers feel the same. Here are some of the distinguishing features of Crocodile that are inspired by CodeFlow: * Comments float above the code instead of being inline. Long discussions that are displayed inline make it really hard to review the code. * Comment on any text selection in the file, even a single character. * Comments don't get lost when code changes. I hate it when comments become "outdated" because I rebase or the line is edited. I also implemented lots of features that I wish CodeFlow had which you can read more about on the blog. [1] For those curious about the tech stack: it's mostly written in Go with Alpine.js, HTMX, and Tailwind CSS for the frontend. For storage I use PostgreSQL, S3 compatible object storage, and Redis for caching. I use Pulumi for infrastructure provisioning and Kubernetes deployments. Everything is hosted on DigitalOcean. Feedback is welcome! [1] https://ift.tt/VLFm0St https://ift.tt/fiemj3k June 23, 2022 at 01:37AM

भास्कर LIVE अपडेट्स:बुल्गारिया में 6 महीने में ही गिर गई किरिल पेटकोव की सरकार


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

महाराष्ट्र संकट LIVE:शिंदे ने शिवसेना पर दावा ठोका, बातचीत के प्रपोजल के बाद उद्धव ने खाली किया CM हाउस; आज फैसला संभव


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

Tuesday, June 21, 2022

Show HN: Issue Duration Labeler – a GitHub Action that labels issue by age https://ift.tt/GteJCs2

Show HN: Issue Duration Labeler – a GitHub Action that labels issue by age I’ve built *Issue Duration Labeler*, a GitHub Action that automat...