This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Sunday, October 8, 2023
Show HN: Talk with ChatGPT using your VOICE https://ift.tt/h7cI8M2
Show HN: Talk with ChatGPT using your VOICE https://ift.tt/AaTbi7R October 9, 2023 at 10:15AM
Show HN: I made a one button snake game variant https://ift.tt/7PlgkKI
Show HN: I made a one button snake game variant https://tapsnake.com October 9, 2023 at 06:20AM
Show HN: Pollux – A Message Passing Cloud Orchestrator https://ift.tt/scWGZj5
Show HN: Pollux – A Message Passing Cloud Orchestrator https://ift.tt/9LB4w2Y October 9, 2023 at 02:44AM
Show HN: This is what social media could be https://ift.tt/8OtxDcl
Show HN: This is what social media could be I made what I believe is a joyful slow social media. Would love to know what you think! https://bloom.tendtoyourgarden.xyz/ October 9, 2023 at 02:04AM
Show HN: BadUSB that can exfiltrate stored WiFi passwords https://ift.tt/VEwUOtS
Show HN: BadUSB that can exfiltrate stored WiFi passwords https://ift.tt/HpnlX5W October 8, 2023 at 06:09PM
Show HN: Track time spent on activities that matter to you https://ift.tt/EVHCxdm
Show HN: Track time spent on activities that matter to you https://ift.tt/YJ4fycL October 8, 2023 at 01:53PM
Show HN: Build WebExtensions in Go, a Native Way https://ift.tt/bAFcNkn
Show HN: Build WebExtensions in Go, a Native Way Less than a week ago, we announced a new stdlib & runtime `pcz` for Golang, focusing on platform native support, along with full access to Web APIs. [1] (and we were not joking.) Today we are releasing the full access to WebExtension APIs for Go js/wasm target in pcz std[2], and now you can build WebExtensions in Go natively, happy toying with it! [1]: https://ift.tt/0FJSaCD [2]: https://ift.tt/LV2s5N0... https://ift.tt/NJf9UIO October 8, 2023 at 05:51AM
Show HN: CSSBattle – A competitive game for web designers and developers https://ift.tt/NYekV73
Show HN: CSSBattle – A competitive game for web designers and developers My name is Kushagra, and I am the co-founder of CSSBattle[1]. We built CSSBattle to make web designing a bit more fun. CSSBattle is an online competitive game where you have to replicate a given target image with CSS. When you submit your CSS code, you get a score based on how well you replicated the image + how short your code is. Our community has now grown to 320k+ players across the world. Over the past 3 years, we've been working hard to make it even more fun and educative for our players. I am very excited to show you a completely revamped version of CSSBattle with great new features which makes it the best frontend gaming platform on the web. Here's what's new: - Daily Targets: after talking to our users, we realized that not all players liked the pressure of leaderboards and competition. So we've introduced Daily Targets where players get a new target every day. These targets don't have leaderboards and are great for beginners who are just getting started - CSS Courses: We've also introduced game-like interactive courses for learning CSS - Monthly Battles: We now host monthly battles for players who crave competition. These are heated battles where players spend hours on shaving off a single character from their code just to rise up on the leaderboards! - Redesign: We've revamped the whole site to make it look nicer, and the whole experience smoother. We've also optimized it to work on mobile devices We would love it if you get a chance to check it out and are excited to hear all your feedback. Thank you for the support! [1] https://cssbattle.dev https://cssbattle.dev October 8, 2023 at 06:32AM
Saturday, October 7, 2023
Show HN: Buyidentities.com https://ift.tt/7N6m5Og
Show HN: Buyidentities.com https://ift.tt/kCNRaGz October 7, 2023 at 07:22PM
Show HN: Display all stories and comments for a specific Hacker News user https://ift.tt/Uuzl90i
Show HN: Display all stories and comments for a specific Hacker News user Hi HN, I have been exploring the Hacker News API [0] a bit and came up with this simple way of exploring a user's past submissions including the comments [1]. It's been fun to dig through some of the old submissions and reading the comments, so I thought I'd share. https://ift.tt/Vc6HLKu Caveat: For accounts with a lot of submissions, it may take a while to load. [0] https://ift.tt/g4w3Z7b [1] https://ift.tt/VTkcxiE... https://ift.tt/Vc6HLKu October 7, 2023 at 11:42PM
Friday, October 6, 2023
Show HN: A job application tracker with company reviews, recruiter autoresponder https://ift.tt/F57kQg2
Show HN: A job application tracker with company reviews, recruiter autoresponder Hey folks. Rolepad is a product born out of my dissatisfaction with hiring processes - both as a candidate and as a hiring manager. Processes that are non-transparent, inefficient, and full of frustration for both sides. This early iteration has focused on the application tracking aspects with a few extra goodies. These days it is common to apply to dozens of positions (some users track over a hundred opportunities). Without a record-keeping system, it can quickly become an unmanageable mess. Even the better-organized among us often end up juggling spreadsheets, emails, and various notes. Rolepad was built to keep this data (company facts, role details, interview stages, contact info, freeform notes, follow-up actions, and more) in one place. Some of the other neat additions: - Forward emails to save@rolepad.com to save them as notes connected to specific opportunities. Forward recruiter messages to no@rolepad.com to have the system automatically reply with a decline response. - Generate shareable Sankey charts of your progress like this: https://ift.tt/kbmIa0M - Submit anonymous reviews and insights about application/interview/offer processes at a company . This is new and there aren’t great examples to share yet ( https://ift.tt/JwufCr1 is an early glimpse), and I didn’t want to create fake data as a matter of principle. Oh yeah, and it’s totally free :) Creating an account is passwordless and takes seconds, but if you want to kick the tires even faster, I created test credentials for this occasion: username: test@rolepad.com password: hntest With this release, I am also starting conversations with employers ( https://ift.tt/5LfvbzG ). A unified platform for candidates and employers can significantly reduce frustration for both in ways that email cannot. I should note that any solutions here have privacy implications and will require an exceedingly thoughtful execution. And now for the tech stack. The main application uses React with Tailwind on the frontend, C# on the backend, hosted in AWS (App Runner, Lambda, RDS Postgres, SES), with auth provided by Google Firebase, and CI/CD via GitHub Actions. The home page is actually an SSR (server-side rendered) application built with vite-plugin-ssr (now vike) and hosted in a Cloudflare Worker that hits the AWS-hosted API. This is basically a best-of-all-worlds SSR configuration - very fast, zero cold start (!), and essentially free. Any and all feedback is sincerely appreciated! https://rolepad.com October 6, 2023 at 09:31PM
Show HN: Fetchbook – Run and test your HTTP requests 100% locally https://ift.tt/lHvJ2ks
Show HN: Fetchbook – Run and test your HTTP requests 100% locally https://ift.tt/JfQU6Wx October 7, 2023 at 02:55AM
Show HN: Cut back alcohol in a warm and supportive app https://ift.tt/XDpzPCH
Show HN: Cut back alcohol in a warm and supportive app I've always been a heavy drinker and tried multiple time to cut back alcohol, but failed every time. As a mobile developer, I had the idea to create a dedicated app to track alcohol consumption in quick and fun way. That's why I've developed Drylendar, an iOS app translated in French (I'm French) and English that allows people to track their drink every day in a beautiful calendar. To help people staying motivated, I've added medals to unlock and possibility to add friends to share calendars and positive energy. My app is available on App Store for 10 days, and it's been 215 days that I didn't drink alcohol at all, I've never felt healthier & happier! https://ift.tt/6Wax4R9 October 7, 2023 at 02:38AM
Show HN: Use Python docstrings as exception messages https://ift.tt/a2ktRz6
Show HN: Use Python docstrings as exception messages The following exception @dataclass class PodBayDoorsStillClosed(DocumentedError): """ I’m sorry, {self.user_name}. I’m afraid I can’t do that. """ user_name: str when raised as raise PodBayDoorsStillClosed('Dave') will print PodBayDoorsStillClosed: I’m sorry, Dave. I’m afraid I can’t do that. Reduce the boilerplate, use more exception classes to better express the business logic, or invent your own use cases :) Can be tried out as: pip install documented which works for Python ⩾ 3.8.1. https://ift.tt/QWAid4f October 6, 2023 at 11:39PM
Thursday, October 5, 2023
Show HN: An image generator that embeds headline text for X / Twitter Cards https://ift.tt/HQyORxY
Show HN: An image generator that embeds headline text for X / Twitter Cards - add headline text of article - drag and drop image - make adjustments by dragging, resizing, zooming with mouse wheel - download twitter card it's not perfect but i hope it helps. any constructive criticism is appreciated. happy to make adjustments or new features. thanks for your valuable time. https://ift.tt/PioU8b0 October 6, 2023 at 05:43AM
Show HN: Using File System as Database https://ift.tt/IuFmkcP
Show HN: Using File System as Database https://ift.tt/YfIbJ0z October 6, 2023 at 01:12AM
Show HN: JsonGenius – Open-Source Web Scraping API with GPT https://ift.tt/qf5yXts
Show HN: JsonGenius – Open-Source Web Scraping API with GPT Hello HN! I decided to open-source my own web scraping API that I'm using to get information from different websites without using any selectors or XPath. Just provide the URL and a desired JSON schema, and it will return extracted data. Hope this can be helpful for someone. Cheers! https://ift.tt/Zei1pP9 October 5, 2023 at 09:46PM
Show HN: An app store just for installable web apps https://ift.tt/XkP0ZiF
Show HN: An app store just for installable web apps https://store.app October 6, 2023 at 12:20AM
Show HN: Stocknear – AI Copilot for Retail Investors https://ift.tt/DuUFcKw
Show HN: Stocknear – AI Copilot for Retail Investors https://stocknear.com/ October 5, 2023 at 11:20PM
Show HN: Dittofeed v0.5.0 – Self-host SMS and email customer messaging https://ift.tt/iTmfJ7N
Show HN: Dittofeed v0.5.0 – Self-host SMS and email customer messaging Hey HN, we’ve just released Dittofeed v0.5.0, with the primary change being the addition of SMS as a messaging channel. Dittofeed is an open source (MIT licensed) omnichannel customer engagement platform, similar to Customer.io and Iterable. We added: - Twilio-based SMS messaging. You can create SMS templates and customer journeys within Dittofeed. SMS is a great channel for B2C software companies, looking to engage with their users. For example, e-commerce businesses commonly use SMS to support checkout flows. We'll be making further enhancements to Dittofeed's SMS support in the coming weeks! - We added a new "Trait Exists" segmentation option, which can be used to create a segment of all users with phone numbers, for example. - We made some fairly large improvements to our settings UI. Big shout out to our contributor! https://ift.tt/3wO5hfi The full feature release blog post can be found here: https://ift.tt/zQ6DSXH . Looking forward to your thoughts and feedback! Github Repo - https://ift.tt/9pbuCdv Demo - https://ift.tt/1hPtwGb Docs - https://ift.tt/iKDIdOj October 5, 2023 at 11:04PM
Subscribe to:
Posts (Atom)
Show HN: Lemonade: Run LLMs Locally with GPU and NPU Acceleration https://ift.tt/0S3CUos
Show HN: Lemonade: Run LLMs Locally with GPU and NPU Acceleration Lemonade is an open-source SDK and local LLM server focused on making it e...
-
Show HN: A directory of 800 free APIs, no auth required Explore reliable free APIs for developers — ideal for web and software development, ...
-
Show HN: Locksmith – detect locks taken by Postgres migrations https://ift.tt/0cBueJt February 10, 2025 at 02:26AM
-
Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I bui...