Hacker Newsnew | past | comments | ask | show | jobs | submit | andreynering's commentslogin

I have something on Digital Ocean and I receive emails about maintenance windows all the time.

So, not an exclusivity of Hetzner for sure.


I don't remember ever having downtime on DO when I was using them.

I used to get those emails all the time, but the type of downtime they were talking about was extremely minimal (the entire point of VPS systems).

The last email I got about possible downtime was increased latency for the UI and API for ~10s last year. The email before that was ~5s of potential lost traffic to a droplet.


Ruby on Rails is the GOAT. Nothing comes close in joy and productivity, even in 2026.


I tried crush when it first came out - the vibes were fun but it didn’t seem to be particularly good even vs aider. Is it better now?


Disclaimer: I work for Charm, so my opinion may be biased.

But we did a lot of work on improving the experience, both on UX, performance, and the actual reliability of the agent itself.

I would suggest you to give it a try.


Will do thanks - any standout features or clever things for me to look out for?



Kimi K2.5 has been great in my experience.


Exactly. Open models are a wrench in monetization plans. If a free model exists, and it’s ad free, then why pay for the proprietary model that comes with ads? It’s a worse product! Presumably you’d just use the better experience at that point


This would be really interesting, actually.

Maybe someone should submit a feature request for it.


Charm team member here. Ruby and Go are my favorite languages. Excited to see this come to life!


Would be awesome to see this come under the Charm umbrella


For those that don't know, on Settings > Appeaarance there is a setting for "Use a fixed-width (monospace) font when editing Markdown". It's already a good QoL improvements (and it should be the default, honestly).

https://github.com/settings/appearance


At the beginning of Gitcasso, I took a little survey of GitLab, Reddit, ChatGPT, Claude, etc. to see how they were doing their textboxes. Of those I just listed, GitHub is the only one still using a plain textarea, all of the rest have a wysiwyg richtext gizmo (with GitLab and Reddit you can opt-in to markdown).

But by using the same variable-width font that the rendered comment uses, GitHub's default gives you more of a wysiwyg experience than a monospace font does. With syntax-highlighting it's an even more wysiwyg feel, but with absolutely none of the content ambiguity that richtext normally brings with it.

I came away really impressed with GitHub. For any given decision, it's hard to tell if the market victor won because of their good taste or if they won in spite of that particular decision and there was somewhere else where the good decisions were decisive. But as the GitHub issue/PR commenting system stands today, I have a hard time finding much to gripe with (except the missing syntax highlighting, of course).


Task creator here.

At the time I created it, I worked on Windows more often and I had a lot of trouble trying to find a Make build that works fine on Windows. The ones available for Windows are usually incompatible with the GNU version. So cross-platform support is one advantage of alternative tools.

Other than that, Task has a lot of features, so some use cases are not covered by Make.

That said, I'm not a Make hater. If it works for you, that's absolutely fine. Many people has found value in Task, though.


Congratulations on you project, hope to have once a project as succesfull as yours. I would like to clarify that I don't mean to bash Task, just tired of critiques saying that Make is bad because is old, and Just and Task are better only because they are new.


I'm the creator and one of the maintainers of an alternative to Make: Task.

It has existed for 8+ years and still evolving. Give it a try if you're looking for something fresh, and don't hesitate to ask any questions.

https://taskfile.dev/

https://github.com/go-task/task


and another alternative: just

https://github.com/casey/just


Stop with the alternatives... just use make for this task.

Seriously. :o)


Funny coincidence, I use this often and just opened an issue earlier today: https://github.com/go-task/task/issues/2303 :)


I just responded.

And thanks for your support!


Thank you for making it! We love it


Task creator here.

How do you evaluate each tool? What do you miss on each that keeps you switching between them?

I understand you, though. I keep switching between Firefox and Chrome-based browsers because each has its pros and cons...


Passing parameters kinda sucks, someone else made a comparison in another thread about named parameters and how easy it is to pass and define them in Just. Love taskfile otherwise


Input parameter with - - is not really intuitive. It works, but the just way to handle input parameters is way more easier to remember


Personally I disagree, I think `--` is very intuitive.

Maybe it isn't super common knowledge, but `--` is in line with the POSIX argument parsing convention[0] and is used by many (most?) GNU/BSD tools and many other tools such as `kubectl`. This StackOverflow thread[1] also has some information about it.

[0] https://www.gnu.org/software/libc/manual/html_node/Argument-...

[1] https://unix.stackexchange.com/questions/11376/what-does-dou...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: