Growing India News, world news, nation news, our news, people's news, grow news, entertainment, fashion, movies, tech, automobile and many more..
Sunday, October 8, 2023
Show HN: Build WebExtensions in Go, a Native Way https://ift.tt/Vc6qdHE
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/8oheTzS [2]: https://ift.tt/X64FHf1... https://ift.tt/m4uZ8yo October 8, 2023 at 05:51AM
Show HN: Vimacs – Fast, Feature-rich & Beautiful Neovim configuration https://ift.tt/pnSq5YN
Show HN: Vimacs – Fast, Feature-rich & Beautiful Neovim configuration Vimacs project has just released! One of the most feature-rich neovim configurations out there. Manifest: There are some philosophical differences between (neo)vim & emacs (barely summarizing): (neo)vim is more minimalist and more focused on coding (unix philosophy) emacs is known to be an extensible editor that can ease the process of (almost) any text related task. (IRC, E-Mail, Note taking etc.) With Vimacs you have the efficiency of (neo)vim and (some) features of emacs. - Feature-complete (Some inspired from emacs & JetBrains) - Fast (Lazy loading ~%97.5) - Simple (configuration + usage) Vimacs some out of the box features (full list: [0]): > NOTE: This is 1/10 of the repository's list - Debugger (Polished for the best) - Profiler - Hot-reloaded themes - Magit + Github integration - On-Click updates - Project Manager (Github templates + hooks!) - Markdown tools - Code refactoring tools - Tree-sitter actions (e.g JetBrains extract function, unjoin line etc.) - Magit + Github Integration - Task framework - Testing framework - File Manager (dired like) - Leetcode Client - Org-mode - Compiler Explorer (for any language!) - Codegen tools - Refactoring tools - Pastebin Client - Smart Snippets - AI tools (assistant, code-generation, inline hints) - Multiple UI Modes for saner code editing experience Vimacs has some optional features like: - IRC Client - E-Mail Client - Discord Client - Internet Browser - And more! [0] For more information (and a feature list) please visit repository homepage [0] --------------------------------------- [0]: https://ift.tt/aRF4GLy https://ift.tt/aRF4GLy October 8, 2023 at 10:44AM
Show HN: CSSBattle – A competitive game for web designers and developers https://ift.tt/7AXSnZm
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
Show HN: Display all stories and comments for a specific Hacker News user https://ift.tt/Lby5MqY
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/gerbWS8 Caveat: For accounts with a lot of submissions, it may take a while to load. [0] https://ift.tt/mSYygZB [1] https://ift.tt/0xYmIz7... https://ift.tt/gerbWS8 October 7, 2023 at 11:42PM
Saturday, October 7, 2023
Show HN: CLI-first management of your environment secrets https://ift.tt/Niwze4a
Show HN: CLI-first management of your environment secrets https://envsecrets.com October 7, 2023 at 02:45AM
Show HN: A job application tracker with company reviews, recruiter autoresponder https://ift.tt/L9dUTs7
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/iHQCT5K - 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/TCAi9Dz 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 username=test@rolepad.com, password=hntest just for this occasion. With this release, I am also starting conversations with employers ( https://ift.tt/BGmHFCT ). 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: Cut back alcohol in a warm and supportive app https://ift.tt/kWFzZQH
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/KVsZ2PO October 7, 2023 at 02:38AM
Subscribe to:
Posts (Atom)
Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More https://ift.tt/8o2SWI1
Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More Hi HN, I’m building an agentic IDE for hardware developers. It currently supports...
-
Show HN: An AI logo generator that can also generate SVG logos Hey everyone, I've spent the past 2 weeks building an AI logo generator, ...
-
Breaking #FoxNews Alert : Number of dead rises after devastating tornadoes, Kentucky governor announces — R Karthickeyan (@RKarthickeyan1)...
-
Show HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data https://ift.tt/yrqHZtDShow HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data Hey HN, I built this tool because I wanted to understand which...