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

Show HN: Attach Gateway – one-command OIDC/DID auth for local LLMs https://ift.tt/WzLAplN

Show HN: Attach Gateway – one-command OIDC/DID auth for local LLMs We’ve been building local and on-prem agent workflows for open-source LLM...