Friday, September 2, 2022

गंगा में डूबे काशी के श्मशान, 5000 क्विंटल लकड़ी बर्बाद:गलियों में हो रहे दाह संस्कार, बाढ़ ने मणिकर्णिका-हरिश्चंद्र घाट के 30% डोम समाज की आमदनी छीनी


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

Show HN: SMS Interface for Stable Diffusion https://ift.tt/SGcahKV

Show HN: SMS Interface for Stable Diffusion If you text 8145594701, it will send back an image with the prompt you specified. Currently only US numbers can send/receive texts because Twilio. Sorry to the rest of the planet! I think this will likely fall over but I figured this would be a cool little thing to demo. I removed the NSFW filter so be mindful of your prompts! I don't persist numbers and there is no linkages being saved between the original text message and the generated images. September 3, 2022 at 04:52AM

नौसेना के ध्वज से लाल क्रॉस हटा:मोदी बोले- गुलामी की निशानी मिटी; सिर काटने की धमकी देने वाला तालिबानी मुल्ला ढेर


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

Show HN: Redactle Unlimited – a Wikipedia based game https://ift.tt/4XhEM2k

Show HN: Redactle Unlimited – a Wikipedia based game I created this game based on the original game (redactle.com). I built it to play more than one game a day (hence the name) but I've since added many features; lemmatized word matching, multiplayer, multiple languages and several small things like annotations and letter counts. The front end is SvelteKit (static-apapter), back end is mostly node.js, go+Redis streams for multiplayer WS and it's running on k8s. Lemma dictionaries are cached in Azure blob storage. https://ift.tt/vNktbeh September 3, 2022 at 01:13AM

भास्कर अपडेट्स:ब्रिटेन में मंकीपॉक्स के नए वैरिएंट की पहचान; हेल्थ एक्सपर्ट बोले- पहले से ज्यादा खतरनाक है नया स्ट्रेन


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

Thursday, September 1, 2022

FOX NEWS: Brigitte Bardot fined by French court for calling La Reunion islanders ‘degenerate savages’


"Brigitte Bardot fined by French court for calling La Reunion islanders ‘degenerate savages’" NEWS https://ift.tt/7jEmTlM

FOX NEWS: Armorer demonstrates how to identify a dummy round


"Armorer demonstrates how to identify a dummy round" NEWS https://ift.tt/xwUnBmp

FOX NEWS: Ray Liotta reveals why Frank Sinatra’s daughters mailed him a horse head


"Ray Liotta reveals why Frank Sinatra’s daughters mailed him a horse head" NEWS https://ift.tt/Ym3WTk9

Show HN: DocQuery, an OSS tool for analyzing documents with LLMs https://ift.tt/pfZQbek

Show HN: DocQuery, an OSS tool for analyzing documents with LLMs https://ift.tt/I3bz5DR September 2, 2022 at 02:10AM

Show HN: Work Carpools https://ift.tt/pxJ3YcS

Show HN: Work Carpools https://ift.tt/6EabqjI September 2, 2022 at 12:50AM

Show HN: Pith language. JavaScript with a little bit of Python syntax https://ift.tt/83KQ1aE

Show HN: Pith language. JavaScript with a little bit of Python syntax I've been writing a lot of JavaScript and Python lately. I like Python's syntax, so I created a language called Pith that's JS with some Python-like syntax (but without trailing colons). It's not a full compiler. It really just does search-and-replace, but I find it fun and useful in spite of some sharp edges. I use it on my smartphone to write and run short programs. Here's an example using the HN API: max = 6 ids = await getApi('topstories') for id in ids.slice(0, max) getItem(id) async def getItem(id) const d = document.createElement('div') results.appendChild(d) d.style = 'padding-bottom: 1em;' i = await getApi('item/' + id) ? i.title, '|', i.score u = '//news.ycombinator.com/item?id=' d.innerHTML = i.title.link(u + id) async def getApi(path) u = '//hacker-news.firebaseio.com/v0/' return getJson(u + path + '.json') https://ift.tt/XBnuHWS September 2, 2022 at 12:17AM

Wednesday, August 31, 2022

मूसेवाला के कातिलों का जश्न:कार के बाद समंदर किनारे मस्ती, 8 महीने में भर्ती 90% कोरोना मरीजों ने नहीं लगवाया बूस्टर डोज


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

Show HN: Encrypted Git hosting should be easy https://ift.tt/7SzuEa4

Show HN: Encrypted Git hosting should be easy https://ift.tt/hCSRcw6 September 1, 2022 at 05:12AM

किंग मेकर बनेंगे या मैदान में उतरेंगे आजाद:2014 विधानसभा चुनाव में कांग्रेस चौथे नंबर पर रही, पार्टी के वोट में 26% गुलाम के समर्थक


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

भास्कर अपडेट्स:PM नरेंद्र मोदी आज केरल दौरे पर, करोड़ों की परियोजनाओं का करेंगे उद्घाटन


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

कश्मीर छोड़ चुके पंडितों की संपत्ति किराए पर लेगी सरकार:600 से ज्यादा संपत्तियां किराए पर लेने का चल रहा विचार, करार इसी महीने से


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

Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman https://news.ycombinator.com/item?id=32665347

Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman Hey HN, I built this because I wanted a portable version of Insomnia I could access anywhere I am, without installing anything. The application is a PWA, so it will not load resources again after the first load, unless there's an update. It uses IndexedDB and loads quite fast even with a lot of nested requests and folders. Import from Postman and Insomnia is available making it easy to import your pre-existing request collections. Only limitation is that it only supports CORS enabled endpoints for now. I plan to add cors proxy support later on. There is of course the electron build ( https://ift.tt/BhkxblA ), which can be used to bypass cors but that kinda defeats the portability of the app but it is an option. GitHub repo: https://ift.tt/w98u7th https://restfox.dev August 31, 2022 at 10:46PM

Show HN: Reach 100 – a (unsolvable?) puzzle game https://ift.tt/dXpHg6o

Show HN: Reach 100 – a (unsolvable?) puzzle game I recently remembered a game we used to play with pen and paper some 20 years ago, where you need to fill a 10x10 grid writing numbers in the grid up to 100 following 2 simple rules. After showing it to my kids I thought it would be nice to adapt it digitally so that they could play it more often (not needing to draw the grid etc.) and so that other people could play it as well. What I'm really interested in with this submission (beyond general feedback) is wether anybody knows the origin of the game and if it's solvable. Because that's the catch, my highest score of all time is 97 and it doesn't seem to be possible to go higher. I have the feeling this game is an adaptation of a more general problem and probably has its origin in some lecture. So, once again, if you know where it comes from I'd be really grateful. Alternatively I would love to know if there is a possibility to prove if it's solvable or not. (It's made for mobile but it works on desktop as well with keyboard shortcuts around the S key in a QWERTY layout) https://reach-100.com August 31, 2022 at 10:42PM

Show HN: Scittle – run Clojure directly from browser script tags https://ift.tt/abWwltQ

Show HN: Scittle – run Clojure directly from browser script tags https://ift.tt/BSTPNbj August 31, 2022 at 11:34PM

Tuesday, August 30, 2022

Show HN: AutoHotkey for Linux https://ift.tt/iIe4wjC

Show HN: AutoHotkey for Linux Hello HN, this is the first functional reimplementation of AutoHotkey [1] for Unix-like systems, as far as I am aware. Half the commands are still missing, but everything important is done, as I have worked a lot on it over the past two months. Converting scripts into stand alone binaries is also supported. Hope this will find some adoption eventually. :-) - This implementation focuses on v1.0-like classic syntax from 2004 (!). This is a significant subset of the popular current v1.1 syntax from Windows (AHK_L). The reason this does not (yet?) target the full Windows spec is how complex it is. Notably, there's also another ongoing project which targets v2 called KeySharp [2]. If you are not aware of what AHK is, it is an easy but capable scripting language for automation and Hotkeys, and all sorts of visual things like GUIs. If you want to learn more, there plenty of info on the repo, the docs html, and there's an active AHK Discord too, and I am personally also checking the forums and HN of course. [1] https://ift.tt/3E1ck42 [2] https://ift.tt/2UcqVAI https://ift.tt/Op4QDxs August 31, 2022 at 12:56AM

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/GQauRgE

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for de...