HackerTrans
TopNewTrendsCommentsPastAskShowJobs

SomeoneOnTheWeb

no profile record

comments

SomeoneOnTheWeb
·2 months ago·discuss
I have the opposite experience, so many subtle bugs that bite you only on specific scenarios, so much that I can't count.
SomeoneOnTheWeb
·2 months ago·discuss
Hi,

I'm very interested in this position but living in Europe, is there any chance I could still apply for this?

Thanks.
SomeoneOnTheWeb
·3 months ago·discuss
You _can_ run other OSes on Macbooks. They're not locked in at all, it's simply that the drivers aren't open source and the hardware is undocumented, but with enough effort (e.g. Asahi) you can run technically anything on it.
SomeoneOnTheWeb
·3 months ago·discuss
Doesn't it work perfectly with a 2880px-wide display with 2x scaling?
SomeoneOnTheWeb
·9 months ago·discuss
Side question : what font are you using in your screenshots? I find it really nice looking
SomeoneOnTheWeb
·9 months ago·discuss
I strongly disagree.

* The performance difference can be pretty massive depending on scenarios. Sure, most programs don't need it, but still * Rust has not only memory safety but full safety around it. For instance, in Java if you iterate over a list while mutating it you'll get a runtime error. In Rust, it won't compile, preventing you from a possible bug later on * The time you spend learning Rust is so much time saved afterwards because the language is specifically designed to reduce the risk of programming errors. Many things like the absence of a `null` value like we have in Java is an immense time saver when your program gets bigger
SomeoneOnTheWeb
·10 months ago·discuss
What? Where can you find an entire computer with builtin SSD, RAM and keyboard for $50?
SomeoneOnTheWeb
·10 months ago·discuss
What's crazy to me is why they didn't go for that kind of implementation. This works well, ensures privacy, can be audited easily, and doesn't need a f*cking app on my phone.
SomeoneOnTheWeb
·10 months ago·discuss
Most people's TV show ads nowadays, be it Samsung or a competitor. The thing is, people don't care about ads. They just deal with it. Hence how Samsung gets away with this sh*t.
SomeoneOnTheWeb
·10 months ago·discuss
This means your system doesn't have enough airflow if it throttles this quickly.

But I agree this should not be a problem in the first place.
SomeoneOnTheWeb
·11 months ago·discuss
Right, if you specifically want to use an SD card and not USB, and don't want to add an adapter either, sure the A5 is the way to go.
SomeoneOnTheWeb
·11 months ago·discuss
For the same price you have the Minisforum UM760 Slim which should be 100% compatible and provide VASTLY superior performances. Or you can check cheaper models that would have the same level of performance as the A5.

Geekom make nice products but they are usually both very expensive and very noisy compared to competitors. Their selling point is mainly their top-notch design, but I find these to be function-over-form most of the time.
SomeoneOnTheWeb
·11 months ago·discuss
It's (1) but ICE is making their job to intimidate people so they don't face consequences.
SomeoneOnTheWeb
·11 months ago·discuss
Minisforum 790S7/795S7, mini-ITX desktop.

16 cores, 32 threads, only a bit less powerful than a desktop Ryzen 7950X or a 14900K, but with a comparatively low power usage.

About 500€ barebones, then you add your own SSD and SO-DIMM RAM.
SomeoneOnTheWeb
·11 months ago·discuss
What the hell is that with OP being so rude?

And following FastMail's reply

> Hello Andrew! Can you please contact our support team so we can look into this for you? fastmail.com/support

They say:

> Don't have time. Consider my tweet the bug report.

Sorry but this asshole behavior. Bugs happen. No need to do public shaming and being rude to the company for that.
SomeoneOnTheWeb
·12 months ago·discuss
The difference is between SDR and HDR. Going full blast with a full image at 500 nits or having an image averaging 200 nits with only peaks at 500 are two vastly différence things.
SomeoneOnTheWeb
·12 months ago·discuss
That's normal. For HDR to look good, you need a monitor that hits approximately 1000 nits in brightness. Your monitor only hits 250, which is completely insufficient to display HDR content.

This is one of the stupid things with many monitors, showing HDR at 250 nits is worse than showing no HDR at all. So no matter what you do, 99% of HDR content will look bad on your screen.
SomeoneOnTheWeb
·12 months ago·discuss
Honestly, I self-host about a dozen services and upgrades take me less than a minute per month usually.

I simply have one folder per service, each folder contains a docker-compose stack and a storage directory. Updating is simply a matter of running `docker compose pull` and `docker compose up -d`. Nothing more.

Breaking updates requiring to tweak the config are very uncommon, and even when they happen it's only a few minutes of checking the updated config and applying it.

IMO this is the simplest way to self-host. No VM, no complex software install, nothing more than a simple Docker Compose setup that's fully automated.
SomeoneOnTheWeb
·last year·discuss
Can't you do the exact same in compiled languages e.g. C or Rust?
SomeoneOnTheWeb
·last year·discuss
Actually the world is more or less ending because of that. People lack more and more critical thinking skills because they aren't taught about that in school.

Sure multiplying 3-digit numbers is not really useful in everyday's life, but the important part is not the knowledge itself, it's the capacity to think and solve problems.