Viewing profile — openmarkand
openmarkand
HN member- Joined
- Wed, Jul 24, 2024, 12:36 PM UTC
- HN karma
- 46
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About openmarkand
No profile information was provided.
Recent public activity
-
comment
Comment #49035206
The best thing I've seen in 2026. Thank you codeberg.
-
comment
Comment #49004754
Thank you so much codeberg for supporting - artists, - creators, - translators, - writers, - climate
-
comment
Comment #49004748
Thank you so much codeberg for supporting - artists, - creators, - translators, - writers, - climate
-
comment
Comment #48033722
I'm vim poweruser since around 2009. When I use VSCodium (not that much today) I obviously use Vim emulation. When I use a different editor, there will be lots of jjkk or ,w (I nma…
-
comment
Comment #48007343
Started with vim in 2009. Using sometimes VSCodium for few reasons (embedded dev) and now on neovim. AI is a cancer.
-
comment
Comment #47001385
macOS 26 (and other *26) are terrible. I wonder how the hell they could release like that. On Apple, there is even this screenshot that they validated on purpose. https://www.apple…
-
comment
Comment #46708339
> The same thing happened when higher level languages were introduced and developers didn't need to use assembly. You're comparing vi vs microsoft word. We're still writing C, C++ …
-
comment
Comment #46708021
The day I'll have to use an AI will be the day I either resign to be developer or quit my job. My company first disallowed AI and now they say "if you don't keep up we will pay tha…
-
comment
Comment #45461017
Hmm, why not. Though most of the software do the right thing by checking if the standard output is an actual tty (isatty) to avoid colors when redirecting to something else (e.g. s…
-
comment
Comment #45299566
First, we got 3D accelerated terminals, then AI assisted terminals, now web browser enabled terminals. Tomorrow we have operating system in the terminal.
-
comment
Comment #45299529
> Prompt for user input. If a user doesn’t pass an argument or flag, prompt for it. (See also: Interactivity) prompting is usually the worse choice in a command line utility. on er…
-
comment
Comment #44711522
I think removing a joke to be considered as corporate is a bit exaggerated. It's okay to have "fun". I consider a software more corporate when it has a large website with dozen of …
-
comment
Comment #44709452
Do I miss something? I've been following the project since the beginning and just checked the wiki, the website and all over the documentation and haven't found something relevant …
-
comment
Comment #44633138
Yay, another software to escape. A logging daemon really needs AI!
-
comment
Comment #44633105
Why Objective-C? This language has use only in Apple ecosystem and even Apple is ditching it out as newer frameworks are going Swift only.
-
comment
Comment #44633095
Liquid Glass is an abomination of UX and accessibility. It would be a shame to copy it. I hope this time competitors won't follow
-
comment
Comment #44633080
I don't understand which problem its trying to solve
-
comment
Comment #44569589
I'm more of a mercurial guy (since 2009) and I honestly never understood the success of git with its total nonsense of options, UX and documentation. Each command does too much thi…
-
comment
Comment #44041863
Was about to asked but you were faster.
-
comment
Comment #43716201
I use IRC every day, in fact it's the best way to communicate for techies IMHO, focus on the content and no gif, emoji, images and all other nuisances that you'd get on any other p…
-
comment
Comment #43125569
I currently dont.
-
comment
Comment #42812900
> The plugins are also very flashy with tons of animations, colors and emojis, which to me is just distracting I also have seen that the very first time I tried neovim. Some people…
-
comment
Comment #42811323
I have tried several times and I always switched back to vanilla vim. Neovim has various nice features but it requires a lot of time to migrate correctly IMHO. 20 years of habits a…
-
comment
Comment #42738218
> In my opinion, Lua would kill for many use cases... If it had a bigger standard library, and batteries-included module/packaging system. I know LuaRocks exists, but it doesn't se…
-
comment
Comment #42646335
I love Zephyr. In fact, the RTOS term is sometimes a bit misnomer. I'd rather name Zephyr as a embedded OS framework: you can even use it without scheduling (even though it will be…