That's exactly their business plan. So seems like they are executing on it very well.
HN user
GGO
If you wait for more segfaults, OOMs and other issues, than you have failed to avoid the problem. In my opinion this direction is correct and history will show who's right.
HTMX is just a bad advice and non-starter for any modern web application. It becomes more complex faster than you think. Just dont.
Rails engines are one of the most underrated features that everyone should be using more.
I like rate-limiting. I know none of my users will need more than 10qps. I set that for all routes, and all bots get throttled. I can also have much higher rate-limit for authenticated users. Have not had bots slamming me - they just get 429s
so far no diff here (https://speed.yjit.org/). But the build is from May 14 so maybe it will show up in new build?
I still prefer Vue3 with Vite over hotwire and stimulus. It is much easier to be productive on frontend if you need anything beyond usual CRUD
I have seen the variation of this question so many times - I am surprised HN does not auto-delete AHA posts.
S3 on us-east-2 stabilized for us as of 2 minutes ago
is there going to be D0 stepping for the 8GB version?
I am happy to see this example project is using Vue instead of React. It is a great framework and it deserves more visibility.
I dont understand the recommendation of using bigserial with uuid column when you can use UUIDv7. I get that it made sense years ago when there was no UUIDv7, but why do people keep recommending it over UUIDv7 now beats me.
64bit coming soon
2 different machines
why wait this long (until Sept 2024) to opensource the code?
you can be required to keep logs - they need to design a system that cannot collect logs - You cannot share what you cannot have.
I buy hard drives based on these reports. Thank you Backblaze.
The big difference is that Tesla is the manufacturer and thus has much higher credibility (and responsibility not to deceive), than a random YouTube video.
Exactly. Tesla shares responsibility for marketing something deceptively that can cause serious incidents. We require toy manufacturers to put clear labels that the toy is not appropriate for certain ages, but allow Tesla to market something as dangerous as Autopilot and FSD, implying that the user is not needed.
I use linkding for that? Have you tried it? https://github.com/sissbruecker/linkding
account is locked. I wanted to see how email integration works. Do you do any DKIM/SPF checks to avoid spoofs and spam?
restic is also great
yeap - 60 for collocation only. 99.9% uptime SLA (power/network). I've had 5-minute blips 3 times in last 12 months. The hardware itself is bought used $400 for the whole server (not including HDD). HDD was around $400 too. so last 2 years: (24 * 60 + 800)/24 = ~$94/month and going down every month
I have 14core/128GB RAM, 2x900GB nvme + 60TB spinning rust with 33TB traffic in someone else's closet and paying only $60 ¯\_(ツ)_/¯. Prices vary a lot when it comes to colocation
is BSL frowned upon? is it a bad choice if I wanted to provide a service and make source code available for those who want to self-host for free?
I thought it is licensed under BSL 1.1 until 2027, after that it will become Apache 2. You can install and use it as long as you don't provide commercial service with it.
I have not come across this sentiment before. Is there something specific about Ruby that makes you think this way or is this your general view of dynamic languages without a strong type system?
I have been using adblocker on youtube for years now, both browser and ios app and have not had issue yet.
I was sad to not see vuetify in the reviews. I was wondering how it stacks up since it lists a11y as core feature.