Been using vim for 10 years+, converted configs to Lua and modulized everything. Amazing rework on a piece of technology as old as computers.
Ask HN: What was the best software that you used during 2022?
101–110 of 144 posts
Re: Ask HN: What was the best software that you used during 2022?
#102- Ideavim (amazing emulator, emulates vim in IntelliJ; I love it)
- IntelliJ features (quick lists, GitHub integration, etc)
- Raycast (What I would want Mac Spotlight to be)
- QMK (Open Source Firmware for keyboards. Allows you to program the hell out of your keyboard, amazing tool. As an example I’ve placed all commonly used vim symbols in very comfortable positions on the home row via the Layers feature)
Re: Ask HN: What was the best software that you used during 2022?
#103Linkhorse has been great for organizing my links. Like my own personal bibliography.
Re: Ask HN: What was the best software that you used during 2022?
#104The GoLand IDE. Makes Go programming a breeze. Can't imagine programming in Go without it. Also used some of the other Intellij IDE's, including Intellij Idea (Java) and WebStorm (JavaScript). All very nice products.
I’m asking because I’m starting a new job and wondering whether to ask for IntelliJ license or GoLand license. Advantage of InteliJ is that it works for most programming languages (Java, Kotlin, Python, Typescript/JacaScript: all via Plugins) and I don’t think GoLand is as flexible.
Re: Ask HN: What was the best software that you used during 2022?
#105I primarily use it to keep work logs, write high-level system designs, remember dinner recipes - or generally anything valuable or useful that can be expressed in list form.
Re: Ask HN: What was the best software that you used during 2022?
#106It has been an AI year for me: - ChatGPT - Stable Diffusion - MidJourney - Dall.e 2 - GitHub Copilot / OpenAI Codex - The new Tesla Copilot
Re: Ask HN: What was the best software that you used during 2022?
#107Stable Diffusion and its derivatives by far. I have always thought that our digital world should service humanity, meaning I want software that augments my human abilities, I extract value from it vs how things are now where services only exist to monetize human activities. For example: I want an AI mind that helps me discover and use information while factoring in my personal biases, morals and needs. I know that re…
Can you share any pointers to resources like step-by-step guides for self-hosting SD? Also curious, what sort of hardware are you using for SD? Thanks in advance!
I have a M1 Max and have mostly avoided running SD on my machine since many SD implementations are built for windows or linux, supporting apple silicon had been less of a priority. Many of these frameworks will work on an M1 but i find using colab is simpler with similar performance.
However, since apple has released[1] Core-ML support SD models I have been trying some native apps like Mochi-diffusion[2] they seem to work well but are not yet as feature rich as the older webuis
1: https://github.com/apple/ml-stable-diffusion 2: https://github.com/godly-devotion/mochi-diffusion
Re: Ask HN: What was the best software that you used during 2022?
#108The GoLand IDE. Makes Go programming a breeze. Can't imagine programming in Go without it. Also used some of the other Intellij IDE's, including Intellij Idea (Java) and WebStorm (JavaScript). All very nice products.
I’m curious, have you tried just IntelliJ+Go plug-in ? From what I understand IntelliJ and Go plug-in = GoLand? I’m asking because I’m starting a new job and wondering whether to ask for IntelliJ license or GoLand license. Advantage of InteliJ is that it works for most programming languages (Java, Kotlin, Python, Typescript/JacaScript: all via Plugins) and I don’t think GoLand is as flexible.
They're slightly different as a lot of the java-only features are removed and a few things are preconfigured making the initial experience great.
I value that enough to spend the extra money for the full license (all products) vs just intellij from my personal money.
Re: Ask HN: What was the best software that you used during 2022?
#109The GoLand IDE. Makes Go programming a breeze. Can't imagine programming in Go without it. Also used some of the other Intellij IDE's, including Intellij Idea (Java) and WebStorm (JavaScript). All very nice products.
I’m curious, have you tried just IntelliJ+Go plug-in ? From what I understand IntelliJ and Go plug-in = GoLand? I’m asking because I’m starting a new job and wondering whether to ask for IntelliJ license or GoLand license. Advantage of InteliJ is that it works for most programming languages (Java, Kotlin, Python, Typescript/JacaScript: all via Plugins) and I don’t think GoLand is as flexible.
Re: Ask HN: What was the best software that you used during 2022?
#110I'm a longtime (10+ years) user of Sublime Text (on macOS) personally and professionally, and I wish I could agree.
I've tried multiple times to get behind Sublime Merge, but the interface is just so complex and convoluted compared to tools like Tower, resolving a merge conflict on GitHub, or these days even using GitHub Desktop.
I don't love any of these git or merge tool alternatives the way I do Sublime Text, but it's always baffled me how different Sublime Merge feels in comparison. To me, Sublime Text looks and feels streamlined and well-designed, while Sublime Merge looks like someone in an Intro to Java GUIs class made while they were first learning about toolbars and widgets and just started spewing GUI components everywhere. It's never actually made merge resolutions easier than the alternatives to me.