TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What development tools have you been using lately?

5 点作者 chainwax超过 1 年前
I&#x27;m working on a personal project and found myself looking for an alternative to Postman&#x2F;Insomnia this morning. This made me realize i&#x27;ve been using the same tools for so long for work (mobile development, finance) that this project may be a good time to try out some new things.<p>Here are a few tools that i&#x27;ve been using lately that I really enjoy:<p>https:&#x2F;&#x2F;pocketbase.io&#x2F; - A dead-simple self-hosted firebase&#x2F;supabase-like &quot;backend in a box&quot; using golang and sqlite. So far i&#x27;ve been really impressed. I&#x27;ve gone the route of extending the base offering with more go code and am really enjoying the experience.<p>https:&#x2F;&#x2F;excalidraw.com&#x2F; - An open source whiteboarding tool. Slick to use and after learning some keybinds I&#x27;ve gotten pretty fast at throwing together diagrams to explain things to people on my team. The killer piece though is that the filetype is just json, so I can source control my diagrams. Even better, their &quot;export to png&quot; function has a box to embed the json data _into_ the png, allowing me to slap the diagram in places that only accept images (think confluence) and still be able to change the diagram later if needed. 10&#x2F;10.<p>https:&#x2F;&#x2F;docs.gitlab.com&#x2F;ee&#x2F;ci&#x2F; - Gitlab&#x27;s CI&#x2F;CD toolset is really impressive, and I&#x27;ve gotten really intimate with it&#x27;s deeper features over the past year. I&#x27;d be curious though to hear from someone who&#x27;s familiar with it vs it&#x27;s competitors. The only other CI &quot;platform&quot; i&#x27;ve used (barely) is Github Actions, which I didn&#x27;t like off the bat.

1 comment

mikewarot超过 1 年前
I&#x27;m using VScode and Lushay Code, with YoSys, to do Verilog coding for a Tang Nano 9K FPGA board, once I got the fact that I had to use a specific release date of YoSys due to build issues in the latest release, it all works great. I&#x27;m learing how to use the PLLs on board, and hope to build an all mode transceiver for 0-150 Mhz around it.<p>I&#x27;m a fan of WSL (Windows Subsystem for Linux), which allows me to have Ubuntu on tap at any time on my Windows 10 machines. I also like Virtualbox for running older systems like OS&#x2F;2.<p>On my phone, I use Termux, and SimH to carry around a VAX 11&#x2F;780 running VMS 7.2<p>When it comes to DSP, I find that GNU Radio works well enough to do experiments with Software Defined Radio.<p>Across everything, GIT is one of the best software tools since the days of PKzip files on floppy disks for keeping a handle on source code versions. I push everything to GitHub for backups.