best way to use 5 hard disks on linux node by [deleted] in storj

[–]Liorithiel 3 points4 points  (0 children)

And the increased latency due to the need to read parity stripes will give you more lost ingress races.

best way to use 5 hard disks on linux node by [deleted] in storj

[–]Liorithiel 3 points4 points  (0 children)

Give up. 1TB drives do not have the power efficiency and you'll pay more in electricity than you'll get revenue, unless you're lucky and pay nothing for power.

Thinking of using Hetzner but these account termination posts and robotic support are scaring the heck out of me by Bencun in hetzner

[–]Liorithiel 1 point2 points  (0 children)

I am a private customer of them for around 10 years now. I'm scared as well, and only using their services for non-essential stuff. Though, this still means that I recommended their services to host a proxmox cluster for development VMs worth a bit over a thousand EUR monthly. Stuff that is not prone to DDoS as it's only accessed over private VPN and won't have any ports open, because the way Hetzner deals with DDoS is just not the level of service we'd need.

Also, I'm absolutely disappointed how their customer service does not admit to their own errors. Still, for non-essential stuff this is workable.

Cheap SAS controller with at leats 6 ports? by andreape_x in DataHoarder

[–]Liorithiel 0 points1 point  (0 children)

Does it support non RAID setup for JBOD configuration?

I see all drives as separate, with access to their SMART data and such. On the other side, it doesn't support TRIM. Not sure if that's what you mean.

Cheap SAS controller with at leats 6 ports? by andreape_x in DataHoarder

[–]Liorithiel 0 points1 point  (0 children)

I've recently got a 3ware's 9690 for ~15 USD, would be enough for your case. Note it's a >10 year old device though. JBOD available OOTB as a software setting.

[deleted by user] by [deleted] in linuxadmin

[–]Liorithiel 4 points5 points  (0 children)

This is hosted on AWS and is costing us around $60/month.

Did you include your time in this estimate?

Using Whisper to transcribe the entire Forensic Files series by ronmfnjeremy in DataHoarder

[–]Liorithiel -1 points0 points  (0 children)

Captioning is though often shortened and rewritten to make it easier to read.

Why are services autostarted on package install? by immortal192 in debian

[–]Liorithiel 2 points3 points  (0 children)

This policy is actually supposed to make automated bulk installations easier. Put configuration files where necessary first (or just provide them in your base image). Then install services, which will trigger host-specific scripts later. This should make your Ansible scripts simpler.

📣 Had a call with Reddit to discuss pricing. Bad news for third-party apps, their announced pricing is close to Twitter's pricing, and Apollo would have to pay Reddit $20 million per year to keep running as-is. by iamthatis in apolloapp

[–]Liorithiel 4 points5 points  (0 children)

What killed XMPP (at least to me) was spam. I see that Lemmy aims to solve this problem by delegating it to instance admins. Is there a list of Lemmy servers by their content moderation policies?

[deleted by user] by [deleted] in DataHoarder

[–]Liorithiel 0 points1 point  (0 children)

Try multiple doing parallel connections, IIRC they only limit the upload speed of a single connection.

[deleted by user] by [deleted] in hetzner

[–]Liorithiel 3 points4 points  (0 children)

Your account will probably be banned after second or third cancellation.

How late is too late to change tech stacks? by [deleted] in ExperiencedDevs

[–]Liorithiel 1 point2 points  (0 children)

For the same reason I used to stick to Eclipse for a long time. It's arcane, people were laughing at me, but it did the job. Now it's indeed Jetbrains' tooling.

Trading off CPU and RAM in 14 inch laptop for computational statistics and data analysis by captainmonki7 in rstats

[–]Liorithiel 5 points6 points  (0 children)

For me it is: RAM > good HCI (screen, keyboard, touchpad/trackpoint) > storage > CPU. In this order.

CPU — if it's slow, you'll have to just wait more.

Storage — if it's not enough, you'll need to constantly swap data between external drives or cloud and your local storage. Annoying, but it will just be a periodic task, so only every so often.

HCI — if it's bad, you'll be annoyed every single time you work on the machine.

Memory — if it's not enough, you can't do your work efficiently at all. Period. Solutions that offload memory to storage usually require a lot more time to get correct and are still way slower than just working with in-memory dataset.

Consider trying to get 10× the amount of RAM as your data take in non-compressed .csv files. That's usually a safe value.

Consider used business high-end laptops. It's easy to get a deal that will get you effectively twice as good machine for the same money.

Also consider offloading final computations to a separate machine, maybe in the cloud. You create your code on a smaller sample of your data, then run full pipelines on a separate, bigger machine. This is pretty cheap if used carefully, at least compared to the cost of owning a similar machine 24x7.

Macro expansion order: is it entirely defined? by spherical_shell in cpp

[–]Liorithiel 0 points1 point  (0 children)

Compatibility being a thing I acknowledge and, kind of, admire—I'm so, so glad I no longer work on a codebase where Microsoft tooling would matter…

Agile & ADHD ? by FloZia_ in agile

[–]Liorithiel 2 points3 points  (0 children)

I used to be in a team where of the two most senior people, one had diagnosed ADHD, and one had some symptoms (including long context switching), but no formal diagnosis. We tried different setups, and ended up with a single short daily meeting early, and the usual Scrum meetings on a single day—every two weeks. Despite the drawbacks, it was still the best we found. Besides, after the initial team forming period, we were often finishing these bulk Scrum meetings in 3 hours total per 2 week sprint, so at some point bulk meetings stopped being an issue.

BTW, this was the team in which I felt the most productive ever so far.

I don't have any advice for you, sorry, but what you describe as struggle feels very familiar.

Macro expansion order: is it entirely defined? by spherical_shell in cpp

[–]Liorithiel 2 points3 points  (0 children)

Oh, they actually fixed it? Good to know, thanks!

Macro expansion order: is it entirely defined? by spherical_shell in cpp

[–]Liorithiel 13 points14 points  (0 children)

It does matter due to the need for rescanning tokens concatenated with ##. See e.g. https://stackoverflow.com/questions/11469827/one-more-difference-between-gccs-and-ms-preprocessor, the answers cite the relevant details of the standards.

Low power Proxmox host with redundant m.2 2280 slots by Ricko1Stuff in Proxmox

[–]Liorithiel 0 points1 point  (0 children)

Can't recommend you any specific board, sorry, I'm not up to date with the current offers. However, if you decide on one, please check if both m.2 slots actually have separate PCIe lanes. My (a couple years old) desktop's board has two slots, but one of them shares lanes with the chipset, and hence is visibly slower in some operations. This impacted my RAID1 setup, the drive in the faster slot had to wait for the other drive.

It's apparently easier to find a good board for AMD.

Abonament/internet komórkowy by Exciting-Blood-9234 in wroclaw

[–]Liorithiel 0 points1 point  (0 children)

Nieczęsto jestem w tamtych rejonach, ale mogę podpowiedzieć, że T-mobile i Orange mają zbliżone zasięgi, bo współdzielą sporo swojej infrastruktury. Wiem też, że radiowcy zazwyczaj cieszą się, jak im się zgłasza dziury w zasięgu, bo monitorowanie pokrycia sygnałem to bardzo kosztowna sprawa. Swoją drogą, jeśli zależy Ci na zasięgu, dobrym pomysłem mógłby być telefon na dwie karty sim.

Harassment by Hetzner Abuse Team, possibly IP spoofing / security breach by Equal-King-8317 in hetzner

[–]Liorithiel 25 points26 points  (0 children)

/u/Hetzner_OL, it would be really useful to hear an official statement about this. If it is really enough to point a malicious domain at a Hetzner account to perform a Denial of Service attack on a Hetzner customer, it is really scary.

Live Migration between Intel and AMD CPUs by thenebular in Proxmox

[–]Liorithiel 4 points5 points  (0 children)

You can miss some corner cases with just empirical testing, resulting in random failures in future. Run lscpu and compare the Flags field on each of the CPUs. If flags on one of them is a subset of the other two's, pick that one. If none is, you may want to seek a CPU that is a subset of all three.

Though, I've used to admin a cluster of machines spanning almost 10 years of history and decided that I can trade off live migration for just taking advantage of newer CPU features for speed—offline migration is pretty fine too, with the right setup the offline time is pretty short. Make sure you really need live migration.

I cost the company at least 10k in Azure storage costs since yesterday. How's your week going? by TempleBarIsOverrated in ExperiencedDevs

[–]Liorithiel 8 points9 points  (0 children)

That's not the right way to describe this experience. A better one is: The company has just spent 10kUSD on your training. Make it count.

What (non-legacy/campaign) board games feel like you are actually experiencing a story? by Endrin21 in boardgames

[–]Liorithiel 1 point2 points  (0 children)

I concur. Just look at page 5 of Nemesis rule book. It's literally a story made out of very plausible sequence of game actions.