Posts

New Show Hacker News story: Show HN: Talk with ChatGPT using your VOICE

Show HN: Talk with ChatGPT using your VOICE 2 by reluct35-MATT80 | 0 comments on Hacker News.

New Show Hacker News story: Show HN: I made a one button snake game variant

Show HN: I made a one button snake game variant 3 by puzzledpenguin | 1 comments on Hacker News.

New Show Hacker News story: Show HN: Pollux – A Message Passing Cloud Orchestrator

Show HN: Pollux – A Message Passing Cloud Orchestrator 3 by xtofalex | 1 comments on Hacker News.

New Show Hacker News story: Show HN: This is what social media could be

Show HN: This is what social media could be 3 by terencehf | 0 comments on Hacker News. I made what I believe is a joyful slow social media. Would love to know what you think!

New Show Hacker News story: Show HN: BadUSB that can exfiltrate stored WiFi passwords

Show HN: BadUSB that can exfiltrate stored WiFi passwords 2 by 42-is-the-num | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Focus-time, a tool to trigger your OS Focus Mode based on your calendar

Show HN: Focus-time, a tool to trigger your OS Focus Mode based on your calendar 3 by mshekow | 0 comments on Hacker News. focus-time is a CLI tool for macOS and Windows that triggers your desktop OS's Focus Mode feature (and other arbitrary shell commands), based on blocker events you defined in your calendar. Without this tool, I would always have to _manually_ stop (and restart) programs during planned focus periods, or trigger the focus (assist) mode on and off manually. See this blog post for more details and background: https://ift.tt/ji9butY...

New Show Hacker News story: Show HN: Build WebExtensions in Go, a Native Way

Show HN: Build WebExtensions in Go, a Native Way 2 by Leotard6963 | 0 comments on Hacker News. 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/18ZPLBk [2]: https://ift.tt/KyT7EUh...

New Show Hacker News story: Show HN: CSSBattle – A competitive game for web designers and developers

Show HN: CSSBattle – A competitive game for web designers and developers 3 by _kush | 0 comments on Hacker News. 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 tar...

New Show Hacker News story: Show HN: Buyidentities.com

Show HN: Buyidentities.com 2 by alfonmga | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Display all stories and comments for a specific Hacker News user

Show HN: Display all stories and comments for a specific Hacker News user 2 by simonpure | 0 comments on Hacker News. 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/0dcljuo Caveat: For accounts with a lot of submissions, it may take a while to load. [0] https://ift.tt/4HCV3rx [1] https://ift.tt/ZLVcF9n...

New Show Hacker News story: Show HN: A job application tracker with company reviews, recruiter autoresponder

Show HN: A job application tracker with company reviews, recruiter autoresponder 12 by romanhn | 0 comments on Hacker News. 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 oppor...

New Show Hacker News story: Show HN: Cut back alcohol in a warm and supportive app

Show HN: Cut back alcohol in a warm and supportive app 6 by francoisboulais | 0 comments on Hacker News. 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!

New Show Hacker News story: Show HN: Universal adapter for TypeScript schema validation

Show HN: Universal adapter for TypeScript schema validation 2 by decs | 0 comments on Hacker News.

New Show Hacker News story: Show HN: Use Python docstrings as exception messages

Show HN: Use Python docstrings as exception messages 5 by yeti-sh | 0 comments on Hacker News. 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.

New Show Hacker News story: Show HN: An image generator that embeds headline text for X / Twitter Cards

Show HN: An image generator that embeds headline text for X / Twitter Cards 2 by hapsize | 0 comments on Hacker News. - 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.