<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: dergachev</title><link>https://news.ycombinator.com/user?id=dergachev</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 02 May 2026 00:06:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dergachev" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dergachev in "I ditched the algorithm for RSS"]]></title><description><![CDATA[
<p>Worthy to note that 3 of those sites are powered by Drupal. Sometimes dated open-source monolithic solutions are quite helpful.</p>
]]></description><pubDate>Thu, 16 Jan 2025 18:02:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=42728616</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=42728616</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42728616</guid></item><item><title><![CDATA[New comment by dergachev in "Electric (Postgres sync engine) beta release"]]></title><description><![CDATA[
<p>Super excited!</p>
]]></description><pubDate>Wed, 11 Dec 2024 01:35:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=42383771</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=42383771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42383771</guid></item><item><title><![CDATA[New comment by dergachev in "Show HN: A free course on how to write a good Midjourney/ChatGPT prompt"]]></title><description><![CDATA[
<p>FYI - the main Call to Action button on the homepage, "Start Learning" linking to /docs, gives a 404 error. On the other hand, the menu items "AI 101", "Chat GPT" work fine to navigate to the content.</p>
]]></description><pubDate>Mon, 14 Aug 2023 14:42:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=37121579</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=37121579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37121579</guid></item><item><title><![CDATA[New comment by dergachev in "Redmine – open-source project management"]]></title><description><![CDATA[
<p>I'm still insisting on using redmine at our Drupal shop after 15 years instead of switching to Jira (fight me!). We also tried using trac back in 2007 but realized we needed multi project. Every few months/years I keep looking for a more modern alternative (open source or extensible SaaS) but never find anything worth trying beyond adding a few "test" issues. (So far: Jira, Clickup, Linear, Monday, Asana)<p>We even taught several of our devs Ruby on Rails over the years to write various plugins. One of them quit to go try and work at Shopify, no less!<p>In the spirit of making my comments useful, here are the custom redmine plugins we built and maintain for ourselves:<p><a href="https://github.com/evolvingweb/redmine_default_members">https://github.com/evolvingweb/redmine_default_members</a> - This plugin allows to create default members on project creation, based on Redmine groups.<p><a href="https://github.com/evolvingweb/redmine_slack">https://github.com/evolvingweb/redmine_slack</a> - This plugin allows to send notifications from your Redmine installation to Slack.<p><a href="https://github.com/evolvingweb/redmine_atjs">https://github.com/evolvingweb/redmine_atjs</a>
Redmine plugin that integrates At.js library to enable auto-completion based on issue titles, while editing wiki and issue pages.<p><a href="https://github.com/evolvingweb/redmine_evolvingweb_extensions">https://github.com/evolvingweb/redmine_evolvingweb_extension...</a> - bunch of random UX hacks we can’t live without. Some aren’t documented in the readme, including ability to search archived projects, and adding extra fields to redmine timesheet reports like Custom Fields on users.<p><a href="https://github.com/evolvingweb/redmine_paste_text/">https://github.com/evolvingweb/redmine_paste_text/</a> - integrates puppypaste.com functionality into Textile “wysiwyg” editor, allowing pasting HTML content (eg from emails) that gets automatically convert to textile<p><a href="https://github.com/evolvingweb/redmine_easy_edit">https://github.com/evolvingweb/redmine_easy_edit</a> - allowing CMD/Ctrl + double clicking on rendered text (wiki body, issue comments, or issue description) to jump to edit page and scroll to source textile<p><a href="https://github.com/evolvingweb/redmine_shortcuts">https://github.com/evolvingweb/redmine_shortcuts</a> - Simple Redmine plugin that provides keyboard shortcuts. (forked<p><a href="https://github.com/davidegiacometti/redmine_shortcuts">https://github.com/davidegiacometti/redmine_shortcuts</a>, simply to add ? shortcut for showing list of shortcuts, a la gmail)<p><a href="https://github.com/evolvingweb/redmine_timesheet_filter_autocomplete">https://github.com/evolvingweb/redmine_timesheet_filter_auto...</a> - This plugins adds a super-powered autocomplete filter to time report filters so that you can filter by user, project and other available fields by simply autocompleting.<p><a href="https://github.com/evolvingweb/redmine_mentions_suggestions">https://github.com/evolvingweb/redmine_mentions_suggestions</a> - Extends <a href="https://www.redmine.org/plugins/redmine-mentions" rel="nofollow noreferrer">https://www.redmine.org/plugins/redmine-mentions</a>. The first user you mention in an issue comment will be suggested to set as assignee for the current ticket. You can uncheck the box to not change the assignee, otherwise, it will be assigned to this user.<p><a href="https://github.com/dergachev/redmine_git_remote">https://github.com/dergachev/redmine_git_remote</a> - Automatically clone and fetch remote git repositories<p>There’s a few others community plugins that we use:<p><a href="https://projects.littlestreamsoftware.com/projects/redmine-misc" rel="nofollow noreferrer">https://projects.littlestreamsoftware.com/projects/redmine-m...</a> - This plugin adds a wiki macro to make it easier to list the details of issues on a wiki page.<p><a href="https://github.com/haru/redmine_wiki_extensions">https://github.com/haru/redmine_wiki_extensions</a> - Wiki Extensions is a plugin which adds several useful wiki macros to Redmine. - <a href="https://www.r-labs.org/projects/r-labs/wiki/Wiki_Extensions_en" rel="nofollow noreferrer">https://www.r-labs.org/projects/r-labs/wiki/Wiki_Extensions_...</a><p><a href="https://github.com/twinslash/redmine_omniauth_google">https://github.com/twinslash/redmine_omniauth_google</a> - This is a plugin for Redmine registration through google<p><a href="https://github.com/savoirfairelinux/redmine-list-of-roles-members">https://github.com/savoirfairelinux/redmine-list-of-roles-me...</a> - Show a list of all the members of a role grouped by project.<p><a href="https://github.com/akiko-pusu/redmine_issue_templates">https://github.com/akiko-pusu/redmine_issue_templates</a> - Plugin to generate and use issue templates for each project to assist issue creation.<p><a href="https://github.com/peclik/clipboard_image_paste">https://github.com/peclik/clipboard_image_paste</a> - Paste (cropped) image from clipboard as an attachment.<p><a href="https://www.redmineup.com/pages/plugins/checklists" rel="nofollow noreferrer">https://www.redmineup.com/pages/plugins/checklists</a> - This is a issue checklist plugin for Redmine<p><a href="http://redmineup.com/pages/plugins/agile" rel="nofollow noreferrer">http://redmineup.com/pages/plugins/agile</a> - Scrum and Agile project management plugin for redmine (pro version)<p><a href="https://github.com/alphanodes/additional_tags/">https://github.com/alphanodes/additional_tags/</a> - bunch of hacks from alphanodes, no idea what they do</p>
]]></description><pubDate>Fri, 28 Jul 2023 05:34:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=36903395</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=36903395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36903395</guid></item><item><title><![CDATA[New comment by dergachev in "Tesla.com/.gitignore"]]></title><description><![CDATA[
<p>Drupal</p>
]]></description><pubDate>Fri, 25 Nov 2022 20:21:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=33746353</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=33746353</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33746353</guid></item><item><title><![CDATA[New comment by dergachev in "Anti-Café"]]></title><description><![CDATA[
<p>There are two great ones in downtown Montreal, apparently owned by some cool Russian people. <a href="https://www.anticafe.org/" rel="nofollow">https://www.anticafe.org/</a><p>They are often the place of Russian language and culture events, which is how I heard of them.<p>I love the concept, but personally having to sign in to track time seems less "streamlined" to me than just buying a drink, so I didn't have a reason to go back, but maybe if the first hour was free in exchange for installing an app, it would be worth it. (I also don't hang out in cafes or coworking spaces much these days).</p>
]]></description><pubDate>Thu, 14 Oct 2021 10:13:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=28862367</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=28862367</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28862367</guid></item><item><title><![CDATA[New comment by dergachev in "Show HN: QuikPub – Write, Publish and Share rich text via short URLs"]]></title><description><![CDATA[
<p>Looks like gist.github.com with a wysiwyg, cool stuff.</p>
]]></description><pubDate>Fri, 05 Feb 2021 20:53:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=26041038</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=26041038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26041038</guid></item><item><title><![CDATA[New comment by dergachev in "Show HN: Sortado – Organize your Google docs, from within a doc"]]></title><description><![CDATA[
<p>Good initiative! I use Google Drive many times a day and share your frustrations.<p>At some point I was frustrated enough to research some of the promising "workarounds" for their primitive and clunky document browsing/search UI, and typed them up as comments in this LinkedIn post:
<a href="https://www.linkedin.com/posts/alexdergachev_ux-search-googledocs-activity-6656928248070496256-i32o" rel="nofollow">https://www.linkedin.com/posts/alexdergachev_ux-search-googl...</a></p>
]]></description><pubDate>Tue, 24 Nov 2020 05:59:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=25195730</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=25195730</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25195730</guid></item><item><title><![CDATA[New comment by dergachev in "My best SEO tactic so far"]]></title><description><![CDATA[
<p><a href="https://www.google.com/search?q=my+best+SEO+tactic+so+far&oq=my+best+SEO+tactic+so+far" rel="nofollow">https://www.google.com/search?q=my+best+SEO+tactic+so+far&oq...</a><p>Looks like his tactic worked ;)</p>
]]></description><pubDate>Fri, 14 Aug 2020 22:57:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=24164245</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=24164245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24164245</guid></item><item><title><![CDATA[New comment by dergachev in "Incremental Builds in Gatsby Cloud"]]></title><description><![CDATA[
<p>Our team's been waiting on this for a year to start moving larger sites to Gatsby. Can't wait to try it.</p>
]]></description><pubDate>Wed, 22 Apr 2020 21:39:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=22950484</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=22950484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22950484</guid></item><item><title><![CDATA[New comment by dergachev in "Jitsi Meet – Improving Scale and Media Quality with Cascading SFUs (2018)"]]></title><description><![CDATA[
<p>I've been excited to try it with our company for a few months, but is it as "user friendly" as Zoom for non-technical users?</p>
]]></description><pubDate>Thu, 02 Apr 2020 14:12:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=22759153</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=22759153</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22759153</guid></item><item><title><![CDATA[New comment by dergachev in "Cloudflare silently deleted my DNS records"]]></title><description><![CDATA[
<p>Out of this very fear, when Evolving Web started using CloudFlare for DNS, we wrote this backup script that runs on cron and pushes our settings to a git repo. <a href="https://github.com/evolvingweb/cloudflare-dns-backup-tool" rel="nofollow">https://github.com/evolvingweb/cloudflare-dns-backup-tool</a></p>
]]></description><pubDate>Mon, 24 Feb 2020 19:51:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=22407706</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=22407706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22407706</guid></item><item><title><![CDATA[New comment by dergachev in "Show HN: An app to help overwhelmed PMs never miss an important request"]]></title><description><![CDATA[
<p>Many ATS tools like Workable already access your email history, so it's not so crazy to offer it. Many people will use and appreciate this service.</p>
]]></description><pubDate>Fri, 30 Aug 2019 17:28:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=20840613</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=20840613</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20840613</guid></item><item><title><![CDATA[New comment by dergachev in "Mate: Netflix browser extension for learning words via subtitles"]]></title><description><![CDATA[
<p>Many years ago, I created BabelFrog, a chrome extension to to  instantly displaying the translation for any highlighted text. Unlike other similar extensions, I don't have access to your pages until it's activated, slowing down your browsing or risk your privacy.<p>It's activated with a keyboard shortcut: Cmd-E or Ctrl-E.<p><a href="https://babelfrog.com" rel="nofollow">https://babelfrog.com</a></p>
]]></description><pubDate>Fri, 05 Apr 2019 22:15:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=19587529</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=19587529</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19587529</guid></item><item><title><![CDATA[New comment by dergachev in "Babel 7 Released"]]></title><description><![CDATA[
<p>Congrats Logan!</p>
]]></description><pubDate>Tue, 28 Aug 2018 00:11:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=17855588</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=17855588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17855588</guid></item><item><title><![CDATA[New comment by dergachev in "Show HN: A smart app to repair syntax errors in very large CSV files"]]></title><description><![CDATA[
<p>Great job Francois! Look forward to playing with it. :)</p>
]]></description><pubDate>Thu, 28 Jun 2018 02:32:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=17413632</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=17413632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17413632</guid></item><item><title><![CDATA[New comment by dergachev in "Things I Regret About Node.js [video]"]]></title><description><![CDATA[
<p>I first read this as "Things I regret about Node.js by Roald Dahl" and was instantly intrigued!</p>
]]></description><pubDate>Wed, 06 Jun 2018 14:38:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=17247473</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=17247473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17247473</guid></item><item><title><![CDATA[New comment by dergachev in "Gatsby, Open Source React-Based Static Site Generator, Gets Commercial Backing"]]></title><description><![CDATA[
<p>Huge congrats to Kyle and the team! I'm very excited about this.</p>
]]></description><pubDate>Fri, 25 May 2018 05:00:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=17150743</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=17150743</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17150743</guid></item><item><title><![CDATA[New comment by dergachev in "I'm Peter Roberts, immigration attorney who does work for YC and startups. AMA"]]></title><description><![CDATA[
<p>I'd like to know this as well.</p>
]]></description><pubDate>Wed, 05 Jul 2017 17:59:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=14704723</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=14704723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14704723</guid></item><item><title><![CDATA[New comment by dergachev in "No bullshit guide to linear algebra – v2"]]></title><description><![CDATA[
<p>Congrats Ivan, this was long in the making!</p>
]]></description><pubDate>Fri, 14 Apr 2017 17:28:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=14115740</link><dc:creator>dergachev</dc:creator><comments>https://news.ycombinator.com/item?id=14115740</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14115740</guid></item></channel></rss>