Tuesday, May 24, 2022

भास्कर LIVE अपडेट्स:टेक्सास के स्कूल में फायरिंग, 14 छात्रों और 1 शिक्षक की मौत; 18 साल का हमलावर भी मारा गया


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

Show HN: My free course for learning Imba https://ift.tt/uJSlvMH

Show HN: My free course for learning Imba Today I launched an Imba course for Scrimba.com. Imba is an amazing language for building web applications, that deserves more attention. Watch my announcement video: https://www.youtube.com/watch?v=CDSIsvZJhow Take the course (it's free): https://ift.tt/qAPS6aG Some context: I fell in love with the Imba programming language a couple years ago and quit my job to spend all my time building projects with Imba. The first one being TaskTXT ( https://www.tasktxt.com ), a plaintext notepad with built-in timers. It's full of UI details that were a joy to build with Imba. Trying to build things like this with React in the past honestly made me feel dumb. Imba ( https://www.imba.io ) is a language that compiles to Javascript, like TypeScript or JSX. Imba's syntax diverges much more from Javascript, looking more like Python or Ruby. It's compatible with Javascript and Typescript and NPM modules. It also has fantastic VSCode tooling and even supports TypeScript types. I like Imba syntax better than JS, but the real selling point is the built-in features for building web UI. Imba has first-class support for html tags, css styles, and custom web components. Those are all parts of the language. For me, Imba has replaced Javascript, HTML, CSS and React. Imba's "Memoized DOM" model for updating the UI is an order of magnitude faster than virtual DOM approaches. This allows for simple state management, because you can pretty much re-render the whole UI whenever you want and Imba manages to do that very efficiently. There's an older article about this here ( https://ift.tt/FEKd6ux... ) if you want to dig into the technical details. People often ask for examples of things made with Imba, and the most prominent one is the learn-to-code site, Scrimba.com and its interactive editor. Scrimba was was built by Sindre (creator of Imba) and the Scrimba team. The fact that Scrimba's editor was made with Imba grabbed my attention when I first learned about the language. It's one of the most impressive web applications I've ever seen. Sindre originally built Scrimba to share Imba, but until now there's not been a real Imba course on Scrimba! So, I'm pleased to be fixing that today. I know Imba looks strange to a lot of people. Imba programmers are used to people looking at it and declaring it to be stupid and wrong. An open mind is required. Imba doesn't have to be for everyone, but for a certain type of developer who values design, and wants to build expressive UI quickly, it's pure magic. https://ift.tt/6AOz47g May 24, 2022 at 08:51PM

Show HN: WaifuXL - SOTA image upscaling neural network that runs in the browser https://ift.tt/C9KAkvu

Show HN: WaifuXL - SOTA image upscaling neural network that runs in the browser WaifuXL is our state of the art super resolution model trained on ~1,200,000 anime style images from the Danbooru2021 dataset. You can run it straight from your browser, entirely client-side, at https://waifuxl.com . Using the Onnx Runtime, we stream the weights of our ML models directly onto your device to be executed locally in WebAssembly. Doing so allows us to provide this service solely through a static webpage, no backend for model execution needed. This has the added benefit of enabling the privacy of your images--your images are not, and never will be, sent to us. Our original inspiration for this project was waifu2x ( http://waifu2x.udp.jp ). In general, our model will outperform those used on waifu2x by a significant margin, without the need for multiple models trained on various noise reduction levels. Note that while you _can_ upscale natural (real) images, the model was only trained on anime style drawings, so don’t expect good results. It does work quite well on non-anime graphic art, however. For more information, see our blog post at https://ift.tt/qxRIT1G https://waifuxl.com May 24, 2022 at 11:46PM

Show HN: Make your Gmail Inbox easier to use with a better rule manager https://ift.tt/9iyGNUq

Show HN: Make your Gmail Inbox easier to use with a better rule manager Been building something that will hopefully be useful to the community and Gmail users in general - would love to get any feedback / thoughts! So my Gmail inbox used to be a mess, especially after I signed up for a few newsletters. I tried creating filters by using "Filter messages like these", but I ended up with 50 rules that could be condensed to ~20. It was also difficult to get a good overview of what all the different rules are doing. So a friend and I built a website called SortEm to help us out. Check out some the rules we added in this link and apply them to your inbox if you find them useful! The 10 rules in the link are for stuff like: Marking large emails with the label ">10MB" Marking emails from eBay and Amazon with "e-com" labels Marking emails with keywords of newsletters and promotions as "Newsletter | Promotion" and making them skip the inbox Marking emails with keywords of security notifications as "Security notification" and making sure they are in Primary Marking emails from sites like GitHub, Reddit etc. BTW: In SortEm you can also upload a Gmail filter file, edit the different filters, add some useful filters that we collected from friends and from our own inboxes, and apply them all to your own Gmail. Also, you can create a unique link that will save your rules. Would love to hear what you guys think, and feel free to spread the word! :) https://ift.tt/Z60pGUE May 24, 2022 at 08:49PM

Monday, May 23, 2022

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


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

Show HN: IndigoStack – a new native macOS app for local web development https://ift.tt/kWY1uiN

Show HN: IndigoStack – a new native macOS app for local web development Hi HN, I'm opening up the beta for IndigoStack. It's a native macOS app which provides a fresh take on how to run all the services you need for local web development. I've been building it for myself as a Laravel & Drupal developer and I'm now looking to get some beta testers on board! Check it out, and don't forget to sign up to the forums to give us your feedback! https://indigostack.app My motivation: Like many developers I've developed a love-hate relationship with the existing options for local development on a Mac. If they're virtualised, you'll often get... * high CPU usage * high RAM usage * poor filesystem performance / syncing * command line and configuration complexity And existing native solutions tend to be either too simplistic, or command line-based or both. So I've built IndigoStack with everything I liked and wanted, running everything natively on your Mac: * services are all native & fast * services are standalone; macOS updates won't ruin your setup * able to run multiple services (eg PHPs) simultaneously * easily build / start / stop / rebuild your stacks in the GUI * run multiple projects which don't interfere with each other * config-in-code; quickly and easily share stacks within a team https://ift.tt/qdVirZU May 24, 2022 at 04:29AM

Show HN: Deploy NLP models with grid-computing https://ift.tt/nSbo3Hm

Show HN: Deploy NLP models with grid-computing https://www.hulse.app May 23, 2022 at 11:43PM

Sunday, May 22, 2022

कोर्ट में पेश होगा सिद्धू का डाइट चार्ट:मेडिकल बोर्ड देगा रिपोर्ट; लीवर प्रॉब्लम, ब्लड क्लॉटिंग बता दाल-रोटी नहीं खा रहे


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

Show HN: Coming Soon Kit – 50+ coming soon pages built with tailwind CSS https://ift.tt/6uGiHbU

Show HN: Coming Soon Kit – 50+ coming soon pages built with tailwind CSS https://ift.tt/6jDdhus May 23, 2022 at 02:48AM

21 घंटे बाद कुएं से निकला एक शव:हिसार में NDRF-सेना को सुबह 4:37 बजे मिली पहली सफलता; खेत मालिक का सुराग नहीं


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

भास्कर LIVE अपडेट्स:कान्स के रेड कार्पेट इवेंट को यूक्रेन समर्थित महिला प्रदर्शनकारियों ने बाधित किया, धुएं के गोले फेंके


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

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


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

Show HN: Quizdle – 5 daily quiz questions https://ift.tt/Xsvl6eB

Show HN: Quizdle – 5 daily quiz questions https://ift.tt/S9AvQiI May 22, 2022 at 07:57PM

WHO ग्लोबल हेल्थ लीडर्स अवॉर्ड्स:10 लाख महिला आशा कार्यकर्ताओं को मिला अवॉर्ड, कोरोना के दौरान रहीं फ्रंट लाइन वर्कर


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

Saturday, May 21, 2022

Show HN: Enable element transformation between containers https://ift.tt/fTZbewy

Show HN: Enable element transformation between containers https://ift.tt/7ohqZ9z May 22, 2022 at 12:07AM

Show HN: AWS Should Be Easy https://ift.tt/9V8Mg5p

Show HN: AWS Should Be Easy https://ift.tt/yUEbWDP May 22, 2022 at 02:40AM

Show HN: TypeManager.TS – Transform plain JSON into JavaScript model classes https://ift.tt/URfn24b

Show HN: TypeManager.TS – Transform plain JSON into JavaScript model classes https://ift.tt/io6LEm3 May 22, 2022 at 01:12AM

Show HN: A fully automated podcast – actually 12 podcasts https://ift.tt/IPHyBiV

Show HN: A fully automated podcast – actually 12 podcasts "That Horoscope Podcast - Aquarius" and it's eleven siblings - are daily podcasts that are end-to-end programatically generated e.g. scripted, voiced, post-produced and uploaded. Would love to get some first impression feed back and hear how others would achive the same thing! https://ift.tt/UmvtZjk May 22, 2022 at 12:53AM

Show HN: Binary Counting https://ift.tt/vuFraUJ

Show HN: Binary Counting https://ift.tt/1HfebRr May 21, 2022 at 10:47PM

FOX NEWS: Biden administration gives vaccination deadline for Border Patrol


"Biden administration gives vaccination deadline for Border Patrol " NEWS https://ift.tt/HxKfYTv

Friday, May 20, 2022

Show HN: Unidata – Providing Easy Access to Human-Friendly Web3 Data https://ift.tt/vcJjMVq

Show HN: Unidata – Providing Easy Access to Human-Friendly Web3 Data We all know that it is not that easy for web3 developers(especially for front-end) to access and present Web3 data due to the infrastructure design of blockchains. To resolve this issue, I came up with this human-friendly open-source project Unidata a few days ago. I believe this tool will make Web3 data much easier to access and display for developers. Docs: https://unidata.app/ GitHub: https://ift.tt/zlORnwK Let's take the most commonly used web3 data ETH NFT as an example to elaborate on the issue. The EIP-721 standard ETH NFT used has a very "flexible" format. An NFT image may use various fields, such as image image_url or animation_url. Depending on the publisher's preference, it might not even be an image at all; it could be a video, a 3D model, etc. The inconsistent formats cause a lot of problems for its front-end presentation. Getting all the Ethereum NFTs owned by a given address is also problematic. Ethereum's design requires you to read all the transaction records of that address to get all its Ethereum NFTs. This is an impossible task for the front-end, but can be partially solved by the various data indexing services currently available. However, the data returned by these services are in different formats, each having its own advantages and disadvantages, while each supports different chains. So how should we choose which one to use? To address the first issue, Unidata has designed a series of user-friendly and uniform data specifications, divided into four sections - Profiles, Links, Assets, and Notes, and Ethereum NFTs fall under the Assets specification. With a fixed data format returned by Unidata, the front-end no longer has to do the troublesome work of adapting a confusing data format. Unidata currently supports Ethereum NFT and Solana NFT as well, and the data specifications for Ethereum NFT and Solana NFT are unified. In addition, Unidata will continue to support more Assets sources, all of which will also have unified specifications. Once the first issue was solved, the second is easy: Unidata's approach is to unify and aggregate the data returned by the various services into the same format. For example, the OpenSea service supports the mainnet, the Alchemy service supports Polygon, the Moralis service supports BSC, Arbitrum, and fantom, and the POAP service supports POAP NFT for the Gnosis chain. With a single line of code from Unidata, you can use these services to get all the NFTs for mainnet, Polygon, BSC, Arbitrum, fantom, and POAP at the same time. An online demo can be seen here( https://ift.tt/vKLc3Io ). Unidata currently supports not only Assets, but also Profiles, Links, and Notes sections. All the services and data sources currently supported can be seen in documentation. - Assets currently support Ethereum NFT(mainnet, Polygon, BSC, Arbitrum, Fantom, Gnosis, POAP), Solana NFT, Flow NFT, and even Gitcoin Contribution. - Notes currently support Mirror Entry, Ethereum NFT Activity(mainnet, Polygon, BSC, Arbitrum, Fantom, Gnosis, POAP), Gitcoin Contribution. - Profiles currently support ENS, Crossbell Profile. - Links currently support Crossbell Link. Many more features are in progress and will be active very soon. Please feel free to give me any feedback. I would like to welcome everyone to join this open-source project. https://unidata.app/ May 20, 2022 at 10:21PM

Show HN: Chipotle nutritional calculator using form builder plus rules engine https://ift.tt/l53VUZp

Show HN: Chipotle nutritional calculator using form builder plus rules engine https://ift.tt/rshanFu May 21, 2022 at 03:27AM

Show HN: A simpler infrastructure as code specification https://ift.tt/nIkywZX

Show HN: A simpler infrastructure as code specification https://ift.tt/hdbsEKP May 21, 2022 at 03:07AM

Show HN: Releasing Vulnerabilities of Open Source Software https://ift.tt/Buh7HGi

Show HN: Releasing Vulnerabilities of Open Source Software Thrilled to announce that very soon The List Of Vulnerabilities collected from multiple platforms including ( npm, Maven, Go, NuGet, PyPI, RubyGems, crates.io, Packagist, Linux, OSS-Fuzz ) will be live at https://ift.tt/C0uv5ix. In short we are making sure that no vulnerability is left unreported and your software/service is always protected from unexpected attacks. Who doesn’t know Vulert Yet: Vulert, without any integration, notifies you if a Security Issue is found in any of the open-source software you are relying upon. HOW DOES VULERT PROTECT YOU ? PRIVACY: You don't need to share your codebase or integrate anything, all you need to do is to upload the list of open-source software you use. IMPROVED SECURITY: Existing solutions check the Current Security of your software. Unlike them we track your application not only for current but also for Future Security Issues. ECONOMICAL: You don’t need security staff just to keep track of your dependencies, Vulert can do it efficiently and it's very economical. HOW DOES VULERT WORK ? We keep an eye on open source code, our security team analyzes changes in the open source software. On an hourly basis, we gather the security advisories of the Vendors / Security Researchers. In case we find any security advisory for a software used by our customers, We notify them. Feel free to give feedback or ask any query, to contact info@vulert.com May 21, 2022 at 01:44AM

FOX NEWS: Officials tell AP that Iran seized Vietnamese oil tanker


"Officials tell AP that Iran seized Vietnamese oil tanker" NEWS https://ift.tt/jxmnYt6

अमेरिकी डिफेंस इंडस्ट्री संकट में:भारतीय टैलेंट के बिना पूरा नहीं हो रहा कंपनियों का टारगेट, साइंस डिग्री होल्डर्स को ग्रीन कार्ड की सीमा से मिल सकती है छूट


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

Show HN: Chrome Extension for eBay Kleinanzeigen (German Only) https://ift.tt/jEwhJib

Show HN: Chrome Extension for eBay Kleinanzeigen (German Only) https://ift.tt/DRIr8HV May 21, 2022 at 12:21AM

Show HN: Online dice roller for tabletop roleplaying games https://ift.tt/8Vo1fI9

Show HN: Online dice roller for tabletop roleplaying games https://ift.tt/FUtMKgA May 20, 2022 at 05:55PM

Thursday, May 19, 2022

FOX NEWS: Haunted US hotels you can stay at this Halloween


"Haunted US hotels you can stay at this Halloween" NEWS https://ift.tt/SF5pgk0

Show HN: Trybsync – A Social RSS Aggregator https://ift.tt/fPz7i8A

Show HN: Trybsync – A Social RSS Aggregator https://ift.tt/3edY7pJ May 20, 2022 at 02:25AM

Show HN: Tree-view visualization of threaded Twitter conversations https://ift.tt/siNpErh

Show HN: Tree-view visualization of threaded Twitter conversations https://threadtree.xyz May 20, 2022 at 12:45AM

पुणे में दर्दनाक दुर्घटना:दो अलग-अलग डैम में डूबने से 9 लोगों की हुई मौत, मरने वालों में 5 महिलाएं और 4 युवक शामिल


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

Show HN: Mprocs – TUI for controlling multiple processes in one terminal https://ift.tt/VTyhoSC

Show HN: Mprocs – TUI for controlling multiple processes in one terminal https://ift.tt/DkFOphW May 20, 2022 at 12:42AM

Show HN: I built a VR laser tag course you can run around in https://ift.tt/sCnriJB

Show HN: I built a VR laser tag course you can run around in https://www.youtube.com/watch?v=ABuk6jXdKw0 May 20, 2022 at 12:19AM

Wednesday, May 18, 2022

Show HN: Comtrya – Configuration Management for Localhost https://ift.tt/2tJz7rQ

Show HN: Comtrya – Configuration Management for Localhost https://ift.tt/j0wm9G2 May 19, 2022 at 04:53AM

FOX NEWS: ICE has dropped requests to arrest at least 130 criminal illegal immigrants in Texas


" ICE has dropped requests to arrest at least 130 criminal illegal immigrants in Texas" NEWS https://ift.tt/6m2QNic

Show HN: The opposite of a job board, an ideal role board for product folks https://ift.tt/AYvuSaf

Show HN: The opposite of a job board, an ideal role board for product folks https://ift.tt/BGUfEnQ May 18, 2022 at 11:28PM

Show HN: Pickcode – A graphical code editor for education https://ift.tt/9VvM5H8

Show HN: Pickcode – A graphical code editor for education https://ift.tt/0VxMJdI May 19, 2022 at 12:25AM

ज्ञानवापी पर अखिलेश का विवादित बयान:अयोध्या में बोले- हिंदू धर्म में कहीं पत्थर रख दो, सिंदूर लगा दो मंदिर बन जाता है


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

Tuesday, May 17, 2022

शृंगार-गौरी केस लड़ने वाली 5 महिलाओं के पीछे किसका हाथ?:सीता बोलीं- हरिशंकर और सोहन लाल न होते तो हम मुकदमा न लड़ पाते


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

पंजाब CM किसान नेताओं पर भड़के:भगवंत मान बोले- आंदोलन अनचाहा और अनावश्यक; मुलाकात का मतलब मुर्दाबाद नहीं; नारेबाजी बंद करें


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

बर्थडे पार्टी के नाम पर बच्ची का बाल-विवाह:मां-बाप ने 12 साल की बेटी की शादी 35 साल के रिलेटिव से की, रिश्ते में लगता है भाई


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

आज का कार्टून:सियासत में करप्शन की पैठ गहरी, जेल भरो आंदोलन को जेब भरने का अभियान समझ बैठे नेताजी


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

Show HN: Hyper: A bookmarklet and web application to optimize reading speed https://ift.tt/jmqM3FN

Show HN: Hyper: A bookmarklet and web application to optimize reading speed https://ift.tt/2mgtcuE May 18, 2022 at 03:54AM

Monday, May 16, 2022

19 साल की लड़की ने रुकवाईं 8 बच्चियों की शादी:रेप की धमकी मिली, मां-बहन सबको डराया, पत्थर भी फेंके गए, पर नहीं रुकी


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

आज का इतिहास:230 साल पहले 24 लोगों ने की थी न्यूयॉर्क स्टॉक एक्सचेंज की शुरुआत, आज है दुनिया का सबसे बड़ा स्टॉक एक्सचेंज


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

आज का कार्टून:गर्मी में आम आदमी को एक बूंद पानी की दरकार, बाजार में बोतलबंद पानी की भरमार


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

Show HN: Securely collect and send emails directly to Web3 wallets addresses https://ift.tt/Oyzia58

Show HN: Securely collect and send emails directly to Web3 wallets addresses https://ift.tt/pIg0mu8 May 17, 2022 at 01:46AM

Show HN: Open-source system helping vulnerable nations become climate resilient https://ift.tt/Ji0gVok

Show HN: Open-source system helping vulnerable nations become climate resilient https://ift.tt/2Afrlpo May 17, 2022 at 01:09AM

Show HN: Open-source tool to deploy infrastructure in any cloud https://news.ycombinator.com/item?id=31400792

Show HN: Open-source tool to deploy infrastructure in any cloud We have been working on multy.dev, an open-source cloud agnostic API that makes it easy to deploy the same infrastructure to any cloud provider using native managed services. The motivation was the realisation that, even when using Terraform, migrating infrastructure code requires an end-to-end re-write. Even though most core resources are the same in any major cloud, developers need to learn a new provider to deploy the same infrastructure when moving providers. We are still in early days of development and currently support the core services from AWS and Azure: - Networking (virtual_network, subnet, route_table, security_group, network_interface, public_ip) - Compute (virtual_machine, managed kubernetes) - Database (managed MySQL databases) - Vault (managed secrets) - Storage (managed storage) - Abstraction of cloud differences (Azure VM public vs AWS EC2 private by default) - Deployment through Terraform We’re looking for feedback from other developers about our approach. Let us know your thoughts! GitHub: https://ift.tt/xIdgWSj https://multy.dev May 16, 2022 at 11:05PM

Sunday, May 15, 2022

Show HN: Receive and send money through GitHub comments https://ift.tt/CdaYpjS

Show HN: Receive and send money through GitHub comments https://ift.tt/cVSdkMN May 16, 2022 at 03:09AM

भास्कर LIVE अपडेट्स:कैलिफोर्निया में चर्च में फायरिंग, 1 की मौत, 4 घायल; एक आरोपी हिरासत में


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

Show HN: KittenDNS – easy to setup, rule engine, LetsEncrypt compatible https://ift.tt/JEbrc0i

Show HN: KittenDNS – easy to setup, rule engine, LetsEncrypt compatible My goal was to create a DNS server as simple as the LDAP server I've been contributing to (glauth) and here it is: https://ift.tt/i6S4IHQ A few things to know about it: - It is easy to configure using a Toml file - I am using it to bail my coredns/etcd instances when under attack - (yes, it also works as a service location server) - It comes with a simple, plain English, rule engine that doesn't do much at this point - It can be used with LetsEncrypt. I use it to retrieve certificates for my home servers. - RFC: all the nice ones :) Anyway, feedback is welcome. May 16, 2022 at 03:04AM

Show HN: Simple Financial Planner https://ift.tt/V9SoWJZ

Show HN: Simple Financial Planner https://ift.tt/neS5DXT May 16, 2022 at 12:06AM

Show HN: I made a Turing machine programing language https://ift.tt/Z0f36w4

Show HN: I made a Turing machine programing language https://ift.tt/3T7aDQ5 May 16, 2022 at 01:24AM

Show HN: Babeloop, a new music sight-reading webapp https://ift.tt/DGSYZ9E

Show HN: Babeloop, a new music sight-reading webapp Backstory: I have a kid learning to play the clarinet in a music conservatory, which involves compulsory sight reading classes. Teaching for sight reading is done on books. The idea for this app is to port the method online, so that it's easier to practice and follow one's progress. It should also be more fun, and, for those so inclined, competitive. The learning method is based on landmarks: for each clef one first learns the position of 2-3 landmarks, and then each note is in relation to a landmark. So for example, if you know where the middle G is on the treble clef, then you can learn fast that 2 positions up (next line) is B, and two positions down is E. (Anecdotally, in an earlier iteration of the app, landmark notes were displayed using specific colors; but users learned colors instead of the note position on the staff, and when they moved to a level without colors (or an actual score) they were completely lost.) The app doesn't try to teach keyboard playing, or fingering for any other instrument for that matter. It only helps associate the position of a note on the staff with a name, in a given clef. It doesn't deal with octaves: a C3 is a C4 is a C; or accidentals: a sharp G is a flat G is a G. It also doesn't wait for user input, as other apps do. Music doesn't work that way; but more importantly, the point is to learn to recognize intervals instantly, not count them. No account is necessary to use the app, only to participate in the leaderboard, and save one's score in case of device reset (or to use more than one device). When an account is created, the data is stored on the server in SQLite; I'm curious to see how far it can go. (Without an account, no data leaves the device.) It's still a little rough around the edges but should work ok in reasonably recent browsers. On the client side, it uses VexFlow to display notes, staff and clefs, but animations are done using CSS transitions (not JS), to be mobile friendly. Tone.js helps provide a more accurate timing than a simple setInterval. Icons are coded in SVG by hand; for simple shapes, this is surprisingly fun and straightforward to do. https://ift.tt/jXSIi5Q May 15, 2022 at 10:25PM

Show HN: Organize your open Chrome Tabs like apps on a desktop https://ift.tt/CXxedBu

Show HN: Organize your open Chrome Tabs like apps on a desktop https://ift.tt/ntJf36F May 15, 2022 at 07:42PM

Saturday, May 14, 2022

Show HN: A collaborative pixel drawing game for when you're bored (Attempt #2) https://ift.tt/SjL3N7H

Show HN: A collaborative pixel drawing game for when you're bored (Attempt #2) Previous thread: https://ift.tt/OJmXEgt Hello again HN! It's been 3 months since I last submitted this project and the back-end server software melted down. I was really bummed that many people didn't get to play, so I've spent most of my spare time since that last post completely rewriting the back-end server software using small, carefully selected dependencies (C99, sqlite, mongoose.ws & cJSON) I've done some basic performance testing and I'm cautiously optimistic that it can now handle up to ~1000 concurrent users. If you have any ideas for improvements, do let me know! Bots are permitted, but try and do something creative instead of just filling the canvas with junk :^) You can view the source code for the new back-end here: https://ift.tt/LZIvSa4 You can also check out a recent time-lapse here: https://www.youtube.com/watch?v=FUmnUvTqn6M The time-lapse gets generated from the server log output using this tool: https://ift.tt/8odZ13H (Note to HN staff: It wouldn't let me repost this unless it had a 'slightly different url', hence the sneaky redirect there. If this is a big no-no, I apologize, otherwise feel free to swap out the URL to the redirected one :^)) https://ift.tt/JrU4Mwn May 15, 2022 at 01:26AM

भास्कर LIVE अपडेट्स:न्यूयॉर्क के सुपरमार्केट में फायरिंग, कम से कम 8 की मौत, कई घायल


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

Show HN: Monitor delivery of automated emails – catch broken email alerts https://ift.tt/gEs3BXx

Show HN: Monitor delivery of automated emails – catch broken email alerts https://notimon.com/ May 15, 2022 at 12:39AM

Show HN: A new way to write and publish research https://ift.tt/qfwIKrO

Show HN: A new way to write and publish research https://dystr.com May 14, 2022 at 11:28PM

8 साल की बेटी की हत्या:सोनीपत में मुर्गियों को दाना डालना भूल गई मासूम; रस्सी से बांध कर डंडों से पीटा


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

सर्जन दंपती ने रचा इतिहास:माउंट एवरेस्ट फतह करने वाला पहला भारतीय डॉक्टर कपल, दिया खास मैसेज


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

Friday, May 13, 2022

FOX NEWS: ICE has dropped requests to arrest at least 130 criminal illegal immigrants in Texas


" ICE has dropped requests to arrest at least 130 criminal illegal immigrants in Texas" NEWS https://ift.tt/1kJwPIB

बलजीत चढ़ी 2-चोटियां, लक्पा ने तोड़ा अपना रिकॉर्ड:एक भारतीय तो दूसरी नेपाली महिला, पहाड़ पर कदम रखा तो रच दिया इतिहास


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

PHOTO में देखें दिल्ली बिल्डिंग की अग्निकांड:आग के बाद सब कुछ जल कर राख, 27 मौतें; NDRF की टीम राहत बचाव में जुटी


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

दिल्ली की बिल्डिंग में आग से 27 की मौत:मरनेवालों में दो दमकल कर्मचारी, बढ़ सकता है मरनेवालों का आंकड़ा; बिल्डिंग मालिक हिरासत में


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

Show HN: A Full-Stack Web Framework for Go https://ift.tt/d0uPj7Z

Show HN: A Full-Stack Web Framework for Go Hey HN! I want to share my side project with you. It's called Bud and it's a full-stack web framework for Go. I created a short video to show you how to create a minimal Hacker News clone with Bud: https://www.youtube.com/watch?v=LoypcRqn-xA . The framework is free, open source and MIT Licensed. You can find it on Github: https://ift.tt/m8a1ILk . I started working on Bud 2 years ago after watching the introductory Laracast videos about the Laravel web framework. I was just blown away by how productive you can be in Laravel. However, like many of you, I've been so spoiled by Go. I didn't want to go back to writing PHP, so I decided to try creating Laravel for the Go ecosystem. At this point, I just had the following goal: • Be as productive as Laravel in a typed language like Go. I got the first version working in 6 months and tried building a blog from it... It fell flat. You needed to scaffold all these files just to get started. If you're coming from Rails or Laravel you may shrug, this is pretty normal. Unfortunately, I've also been spoiled by the renaissance in frontend frameworks like Next.js. What I love about Next is that it starts out barebones and every file you add incrementally enhances your web application. This keeps the initial complexity under control. With these newly discovered constraints, I started working on the next iteration. Bud should: • Generate files only as you need them. Keep these generated files away from your application code and give developers the choice to keep them out of source control. • Feel like using a modern JS framework. This means it should work with modern frontend frameworks like Svelte and React, support live reload and have server-side rendering for better performance and SEO. With these new goals, the Bud you see today started to take shape. But along the way, I discovered a few more project goals: • The framework should be extensible from Day 1. Bud is too ambitious for one person. We're going to need an ambitious community behind this framework. • Bud should be able to provide high-level APIs for developers while compiling down to performant low-level Go code for production. • Bud should compile to a single binary. With platforms like Fly.io and Heroku, these days it's easy to not care about this, but I still cherish the idea that I can build a single binary that contains my entire web app and secure copy it up to a tiny server that doesn't even have Go installed. It's still super early days. You can find the the Roadmap on Github: https://ift.tt/7GeNiln . I encourage you to contribute your thoughts. And here's the current documentation for what's already in Bud: https://ift.tt/Ggx9wIM... . Comments are enabled for anyone to chime in. I have big plans for the framework. I hope you'll join me on this journey to build ambitious websites faster with Go! https://ift.tt/m8a1ILk May 14, 2022 at 12:31AM

Show HN: We optimize your finances, for free - Uprise.us https://ift.tt/5CcvLj0

Show HN: We optimize your finances, for free - Uprise.us https://uprise.us/ May 13, 2022 at 11:38PM

Thursday, May 12, 2022

Show HN: Display daily records and normal temperatures from across the US https://ift.tt/3SV82fB

Show HN: Display daily records and normal temperatures from across the US https://ift.tt/sFQI6uf May 12, 2022 at 08:54PM

Show HN: Get a US Company and US Bank Account. Remotely. No SSN Required https://ift.tt/5UTvVlz

Show HN: Get a US Company and US Bank Account. Remotely. No SSN Required https://ift.tt/ExPCSVp May 12, 2022 at 07:47PM

पंजाब में इस बार टैक्स फ्री बजट:​​​​​​​वित्तमंत्री हरपाल चीमा बोले- कोई नया टैक्स नहीं लगाएंगे; मौजूदा टैक्स से ही रेवेन्यू बढ़ाएंगे


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

अंबाला में बनी आतंकियों की गाड़ियों की फर्जी RC:करनाल में गिरफ्तार खालिस्तान समर्थक आतंकियों की गाड़ियों की RC अंबाला के नितिन ने बनाई


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

Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs https://ift.tt/Dqmia54

Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs https://ift.tt/wnvTS90 May 12, 2022 at 07:19PM

FOX NEWS: Top baby names list for 2021 reveals familiar trends


"Top baby names list for 2021 reveals familiar trends" NEWS https://ift.tt/5EFv2SZ

FOX NEWS: California couple gets married at 'most beautiful' Taco Bell: 'It was the best of both worlds'


"California couple gets married at 'most beautiful' Taco Bell: 'It was the best of both worlds'" NEWS https://foxnews.com/lifestyle/california-couple-married-most-beautiful-taco-bell

Wednesday, May 11, 2022

Show HN: Receipt Cat – Effortless expense and income tracking for Entrepreneurs https://ift.tt/qsYRl6i

Show HN: Receipt Cat – Effortless expense and income tracking for Entrepreneurs https://ift.tt/H3nDL4W May 12, 2022 at 12:47AM

Show HN: Automated Capital https://ift.tt/Je4N9SQ

Show HN: Automated Capital https://ift.tt/DHnPK5v May 11, 2022 at 09:16PM

Show HN: Ddosify – Simple Load Testing Tool https://ift.tt/pUcqjO7

Show HN: Ddosify – Simple Load Testing Tool https://ift.tt/WZei8QA May 12, 2022 at 12:17AM

FOX NEWS: Southwest pilot cited after allegedly fighting with flight attendant over masks at hotel


"Southwest pilot cited after allegedly fighting with flight attendant over masks at hotel" NEWS https://ift.tt/Mxjok4m

Show HN: Catchy melodies made with a diffusion-based neural net assistant https://ift.tt/zfwBSPZ

Show HN: Catchy melodies made with a diffusion-based neural net assistant I've created a diffusion-based neural net generative assistant that makes creating new melodies much easier, even for non-musicians like me. These are meant to be just the catchy "hook" parts of songs, so more work is required to make them into full songs, but this is already handled well by existing products (e.g. there are plugins that can suggest a few possible chord progressions based on the melody and there is even good singing software that I used without any tweaks to make the “voice” playlist: Synthesizer V Studio). This side project turned out to be quite challenging because of how little data there is to train on - several orders of magnitude less than DALL-E or GPT-3 had available for its training, so it required a deep dive into research of new generalization and augmentation techniques and some feature engineering. Various other instruments: Voice: https://www.youtube.com/playlist?list=PLoCzMRqh5SkE1yC8_WtJ-... Synth: https://www.youtube.com/playlist?list=PLoCzMRqh5SkFj7RNZvjr7... Bell: https://www.youtube.com/playlist?list=PLoCzMRqh5SkEYHYvHX9m9... Guitar: https://www.youtube.com/playlist?list=PLoCzMRqh5SkGKvfkP2Oex... Sax: https://www.youtube.com/playlist?list=PLoCzMRqh5SkHfsZgzzdSh... Grand Piano: https://www.youtube.com/playlist?list=PLoCzMRqh5SkFMch5x60uh... SoundCloud electric piano: https://ift.tt/9oWQX3i... SoundCloud vocal: https://ift.tt/9oWQX3i... https://www.youtube.com/playlist?list=PLoCzMRqh5SkFwkumE578YO4qa1NTkmMi4 May 12, 2022 at 12:00AM

Tuesday, May 10, 2022

Show HN: Privaxy – Like uBlock but through a MitM proxy and no browser extension https://ift.tt/RihgqYo

Show HN: Privaxy – Like uBlock but through a MitM proxy and no browser extension https://ift.tt/2Fzhbwq May 11, 2022 at 01:19AM

साइक्लोन असानी LIVE:तूफान ने 24 घंटे में बदला रास्ता, रेड अलर्ट पर आंध्र प्रदेश; भारी बारिश के साथ समुद्र में उठेंगी ऊंची लहरें


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

Show HN: TWIBS — map-based financially-transparent dating https://ift.tt/RMb8QFA

Show HN: TWIBS — map-based financially-transparent dating TWIBS is a new kind of dating app where you can place pins at locations on the map and specify who would pay for the date. Then wait for people to message you or browse the map to see where other people put their TWIBS. https://twibs.io May 11, 2022 at 01:17AM

Show HN: I have built an app that identifies plug types like USB-C, HDMI or DP https://ift.tt/H5yFCL4

Show HN: I have built an app that identifies plug types like USB-C, HDMI or DP https://ift.tt/JFWQnxV May 11, 2022 at 12:48AM

Show HN: Peridot – A functional language based on two-level type theory https://ift.tt/uzcsTpw

Show HN: Peridot – A functional language based on two-level type theory https://ift.tt/3G0nlK4 May 10, 2022 at 04:26PM

Show HN: TypeHub – A GitHub like platform to model open data specifications https://ift.tt/v0Iykb5

Show HN: TypeHub – A GitHub like platform to model open data specifications https://typehub.cloud/ May 10, 2022 at 11:41PM

Monday, May 9, 2022

FOX NEWS: Alec Baldwin ‘Rust’ shooting: Real bullet on movie set ‘completely mental and unprecedented,’ filmmaker says


"Alec Baldwin ‘Rust’ shooting: Real bullet on movie set ‘completely mental and unprecedented,’ filmmaker says" NEWS https://ift.tt/Z0VYQgi

भास्कर LIVE अपडेट्स:नागपुर रेलवे स्टेशन पर विस्फोटक सामग्री मिलने से हड़कंप, मौके से पुलिस बल तैनात


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

Show HN: I'm transitioning from software into the arts. Here's the gist https://ift.tt/Yc6fIDh

Show HN: I'm transitioning from software into the arts. Here's the gist https://ift.tt/EK2SUi5 May 10, 2022 at 02:00AM

Show HN: A simple but effective chess engine in JavaScript https://ift.tt/VtOcYfb

Show HN: A simple but effective chess engine in JavaScript https://ift.tt/3AlsKpt May 10, 2022 at 12:02AM

पंजाब पुलिस के इंटेलिजेंस ऑफिस पर हमला:मोहाली स्थित हेडक्वार्टर पर रॉकेट प्रोपेल्ड ग्रेनेड से हमला, शीशे टूटे; हाई अलर्ट पर पुलिस


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

Show HN: Pythondocs.xyz – Live search for Python documentation https://ift.tt/SGgdHc8

Show HN: Pythondocs.xyz – Live search for Python documentation Hi everyone! I've been working on a web search interface for Python's documentation as a personal project, and I think it's ready for other people to use... Please give it a go (and join me in praying to the server gods): https://pythondocs.xyz/ Here's the tech stack for those interested: - Parser: Beautiful Soup + Mozilla Bleach - Database: in-memory SQLite (aiosqlite) + SQLAlchemy - Web server: FastAPI + Uvicorn + Jinja2 - Front end: Tailwind CSS + htmx + Alpine.js I have ideas for future improvements but hopefully the current version is useful to someone. Let me know what you think! https://pythondocs.xyz/ May 9, 2022 at 11:57PM

Sunday, May 8, 2022

साइक्लोन असानी LIVE:भीषण चक्रवात में बदला 'असानी'; पश्चिम बंगाल, ओडिशा और आंध्र प्रदेश में तूफान और बारिश का अलर्ट


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

Show HN: Pointless – Endless drawing canvas desktop app https://ift.tt/YjryFEz

Show HN: Pointless – Endless drawing canvas desktop app https://ift.tt/ZtHxqa3 May 9, 2022 at 03:00AM

Show HN: Decision engine – AI-assisted decision making https://ift.tt/0bA3glx

Show HN: Decision engine – AI-assisted decision making https://ift.tt/BVbPpIH May 8, 2022 at 11:47PM

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


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

Show HN: A tool that complements Google & Reddit for finding niche information https://ift.tt/58pI43i

Show HN: A tool that complements Google & Reddit for finding niche information https://ift.tt/I3WoMYR May 8, 2022 at 11:21PM

Show HN: Optimal Stock Weights in a Portfolio, Tangency & Global Min Variance. https://ift.tt/iKqGT8f

Show HN: Optimal Stock Weights in a Portfolio, Tangency & Global Min Variance. https://ift.tt/UmSu6y5 May 8, 2022 at 10:31PM

Saturday, May 7, 2022

Show HN: Jira to Gitlab Issue Migration Tool https://ift.tt/2jCBpcJ

Show HN: Jira to Gitlab Issue Migration Tool $DAYJOB needed to migrate from JIRA to Gitlab due to business reasons (not related to the recent outage), so I wrote this issue migration tool [1] to help us preserve our historical data. This tool will copy issues from various JIRA projects to mirrored Gitlab projects (e.g. A jira project named JIRA-PROJECT1 will have its issues migrated to a gitlab project GL-PROJECT1). The tool also migrates issue comments to Gitlab notes and will recreate the existing issue links. YMMV, but this is working well for us. Comments welcomed. 1: https://ift.tt/G45CWil May 8, 2022 at 05:31AM

Show HN: Core – open source memory graph for LLMs – shareable, user owned https://ift.tt/mVZIBn6

Show HN: Core – open source memory graph for LLMs – shareable, user owned I keep running in the same problem of each AI app “remembers” me i...