HackerTrans
热门最新趋势评论往期问答秀出招聘

edtech_dev

no profile record

提交

[untitled]

1 分·作者 edtech_dev·6个月前·0 评论

Ehtml

e-html.org
2 分·作者 edtech_dev·7个月前·0 评论

Ask HN: Best Windows/Linux developer laptop in 2025

62 分·作者 edtech_dev·去年·74 评论

.NET 9 Is Out

github.com
83 分·作者 edtech_dev·2年前·38 评论

GlazeWM v3 (Rust rewrite) is out

github.com
2 分·作者 edtech_dev·2年前·0 评论

Ask HN: Those of you who don't use AWS/Azure/GCP, what do you use for hosting?

28 分·作者 edtech_dev·2年前·57 评论

Ask HN: Those of you who don't use K8s, what are you using for deployment?

7 分·作者 edtech_dev·2年前·7 评论

Ask HN: My father is starting to lose his hearing. What should I do?

16 分·作者 edtech_dev·2年前·24 评论

评论

edtech_dev
·5个月前·讨论
Visited the UK recently and had to obviously go through the same thing; had to click "I just want to use the online thing" 3 times. Was very frustrating.

Someone else commented on this already, but I had to fly Ryan Air while I was there and after booking the tickets, I found out that the only way to get a boarding pass is by installing their app.

It's quite bleak.
edtech_dev
·9个月前·讨论
Signal is also down for me.
edtech_dev
·10个月前·讨论
Author of Odin is also against adding a package manager: https://www.gingerbill.org/article/2025/09/08/package-manage...
edtech_dev
·11个月前·讨论
Avalonia - https://avaloniaui.net/
edtech_dev
·12个月前·讨论
Just the amount of perf improvements they have added since .NET 4.8, year after year, is staggering.
edtech_dev
·12个月前·讨论
Have you tried Rider?
edtech_dev
·12个月前·讨论
I hear a lot of complaints about dotnet watch, but my experience doesn't match. I just use it from the terminal (instead of running it from an IDE) and it mostly just works.
edtech_dev
·12个月前·讨论
I'll add Orchard CMS to this list. Also a lot of the seven seas software.
edtech_dev
·12个月前·讨论
csharpier is great. It is what "dotnet format" should be.
edtech_dev
·去年·讨论
I mentioned this another comment, but the LLM requirement is more of a nice to have. What's more important is the overall experience: linux support, good trackpad, nice keyboard, battery life, screen, customer support experience, etc.
edtech_dev
·去年·讨论
One of the issues was with a Thinkpad and another was with an Ideapad.
edtech_dev
·去年·讨论
Running LLMs is more of a nice to have. If I can run something like DeepSeek-Coder-V2 even if it's a bit slow, I'll be happy.
edtech_dev
·2年前·讨论
Stephen Toub does an impressive performance deep dive blog post [0] every release. It's over 300 pages long!

[0] - https://devblogs.microsoft.com/dotnet/performance-improvemen...
edtech_dev
·2年前·讨论
I recently read Stoner by John Williams. Would recommend.
edtech_dev
·2年前·讨论
Thanks. I have only recently become aware of the Cloudfare tunnels. What's your use case for running them exactly?
edtech_dev
·2年前·讨论
> many start-ups begin on VPS' and only move to the cloud when scalability becomes a real issue.

This is the idea, yes. But I am hoping we can scale vertically for a long time.
edtech_dev
·2年前·讨论
This is my thinking as well! That is why I want to avoid the big 3.
edtech_dev
·2年前·讨论
A lot of people have asked about more details. I am going to reply here and hope it gets enough visibility.

Right now, it's a simple web app + db + redis queue. We'll start with just one prod server (and a test/staging server perhaps?) with some kind of a failover setup. My goal is to keep operational complexity to a minimum. I plan to avoid k8s and just use docker compose/docker swarm/dokku.

I have seen enough places burned by going with the big 3 - either through billing, support, or the sheer complexity of managing everything. You might start of with good intentions but you tack on a service because it's easily available and the next thing you know your costs have creeped up and moving things has become a non trivial project that you don't have time for.

I am just looking for a box I can run my setup on with fair pricing, good support, and enough reputation where I have faith they are not going to fold in 6 months. And if things go south, I want to be able to migrate easily.
edtech_dev
·2年前·讨论
Do you use all 3? How do they compare in your opinion?
edtech_dev
·2年前·讨论
Thanks. I hadn't heard about vultr. How does it compare to Hetzner and Linode?