HackerLangs
TopNewTrendsCommentsPastAskShowJobs

watermelon0

1,785 karmajoined vor 8 Jahren

Submissions

PlayStation 5 Linux project gets upgraded to support new firmware and PS5 Slim

gamingonlinux.com
6 points·by watermelon0·vor 10 Tagen·0 comments

Generative AI Is Having Its Herbalife Moment

whatwelo.st
70 points·by watermelon0·vor 22 Tagen·65 comments

USB Devices – OrbStack Docs

docs.orbstack.dev
3 points·by watermelon0·letzten Monat·0 comments

It's hard to justify buying a Framework 12

jeffgeerling.com
398 points·by watermelon0·letzten Monat·669 comments

I don't know if I like working at higher levels of abstraction

xeiaso.net
2 points·by watermelon0·vor 4 Monaten·0 comments

Wish List: SSH Keys in Passwords

sixcolors.com
1 points·by watermelon0·vor 4 Monaten·0 comments

comments

watermelon0
·vor 3 Tagen·discuss
I've been thinking about building my own NAS as well. Mind sharing how much did you pay for those hard drives, and what motherboard did you choose?
watermelon0
·vor 3 Tagen·discuss
Docker Desktop's memory saver shuts down VM when containers are not running.

Additionally, Docker/Podman/Orbstack start a single VM, where memory is shared between containers.

On the other hand, Apple Containers create a separate VM for each container, which results in higher memory usage due to Linux kernel overhead, as well as the fact that kernel will try to use most of the available memory for file caching.
watermelon0
·vor 10 Tagen·discuss
FYI Apple Passwords supports exporting of items including Passkeys, which can be then imported in e.g. Bitwarden.
watermelon0
·vor 24 Tagen·discuss
The issue here is not that they didn't test on alternative distributions of Android, the issue is that they went out of their way to prevent anything but the officially blessed distributions.
watermelon0
·vor 26 Tagen·discuss
Can you tell more about their subpar latency?

I've been using Hetzner for many years, both personally and for business use, and I've not seen any noticeable issues regarding the latency.

Granted, my use cases are webapps/backends that are not particularly latency sensitive, and are primarily used from a few European countries.

For what's worth, I've seen cases where download speeds from Hetzner are considerably higher than from AWS eu-central-1.
watermelon0
·letzten Monat·discuss
Technically, here the paying customer experience was the problem, not the free trial one, because they were automatically upgraded.

Generally, you don't want to award people/companies that don't respect you. I'm not saying that you shouldn't re-evaluate them in the future, but they will walk away with the wrong lesson if you just start throwing money at them.
watermelon0
·letzten Monat·discuss
Do you plan to refund all previous free trial customers, who didn't contact the support, and actually paid unexpected overage fees?

Invoices are legally binding documents in many countries, and even if that might not be the case in your country, not everyone might be aware of that fact.

> since it gives their AP team a real cost to work from instead of a ballpark of us vs. GitHub

Same could be achieved by showing the real cost in the web app and/or sending a report via email, without scaring them away, and possibly _extorting_ them.
watermelon0
·letzten Monat·discuss
Why would you want to use a provider, that resorts to shady practices, especially since there are a lot of alternatives out there?
watermelon0
·letzten Monat·discuss
Self-hosted runners make a ton of API calls during job execution, so they might not be completely wrong here.
watermelon0
·letzten Monat·discuss
Luckily for them, every OS has (at least one) native way of building applications, and with the power of AI they could easily make 3 different desktop UIs, while reusing the same core logic.
watermelon0
·letzten Monat·discuss
> They pioneered things like iCloud Private Relay and privacy protecting cloud backups for devices.

They didn't pioneered it, they just brought it to the masses. Tor was here before the Private Relay, and most open source backup applications offer E2EE out-of-the-box.
watermelon0
·letzten Monat·discuss
Unless something has changed recently, Slack uses AWS Chime SDK for audio/video, so at least the core technology is great.
watermelon0
·letzten Monat·discuss
Is GitHub really profitable, considering how much Actions credits are given away to open source projects as well as free users? Same goes for Copilot.
watermelon0
·vor 2 Monaten·discuss
It doesn't have a great cross platform support (no Linux client, and there are many complaints for the Windows client).

Personally, I dislike that you cannot restore an older version of a file on laptop/phone, and must instead use their web app, for which you need to disable ADP, which defeats its purpose.
watermelon0
·vor 2 Monaten·discuss
Sharing files between apps and file management in general on iOS is atrocious.

I assumed this was a solved problem before Windows 98 (first desktop OS I used), but Apple cannot get this right 28 years later.
watermelon0
·vor 2 Monaten·discuss
I'm quite sure there are many application hosting providers which rely on container runtime such as runC (default runtime of containerd/Docker), and a shared kernel between users.
watermelon0
·vor 3 Monaten·discuss
You should use a separate WhatsApp account for bot purposes.

Recently, I used a separate WhatsApp account to interact with a group chat that I have with my friends. After about a week, they disabled the account, with no way to re-enable it.
watermelon0
·vor 3 Monaten·discuss
Seems like it only supports x86_64. It would be nice if they offered a way to bring your own compute, to be able to work on projects targeting arm64.
watermelon0
·vor 3 Monaten·discuss
The main difference is that iMessages count towards iCloud quota, whereas (most?) other messaging services have free storage.
watermelon0
·vor 3 Monaten·discuss
Cloudflare Tunnel publicly exposes your services, whereas Wireguard/Tailscale are VPNs.

Tailscale (but not Headscale) offers Funnel, which is a reverse proxy, but you cannot use it with your own domain.

Pangolin is the closest alternative to CF Tunnel, but self-hosted NetBird with reverse proxy functionality can also be used.