Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
antongribok
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
antongribok
4mo ago
As someone who's in charge of close to an exabyte on Ceph, I couldn't disagree with you more. Done correctly, Ceph is extremely reliable, resilient, and fast. Once you get over the initial learning curve, dare I say, even a joy t
2.
▲
by
antongribok
7mo ago
I think more people should know about the existence of ZRAM on modern Linux distributions. It's really changed the way I look at swap configs. ZRAM is a compressed block device that is stored in RAM. It's great! Previously, if I
3.
▲
by
antongribok
7mo ago
Make sure you have solid Linux system monitoring in general. About 50% of running Ceph successfully at scale is just basic, solid system monitoring and alerting.
4.
▲
by
antongribok
7mo ago
Not sure what you mean about Ceph wanting to be in a single rack. I run Ceph at work. We have some clusters spanning 20 racks in a network fabric that has over 100 racks. In a typical Leaf-Spine network architecture, you can easily have su
5.
▲
by
antongribok
7mo ago
Monash University is also a Ceph Foundation member. They've been active in the Ceph community for a long time. I don't know any specifics, but I'm pretty sure their Ceph installation is pretty big and used to support critical
6.
▲
NTSB Animation of Flight 5342 2025 Potomac River mid-air collision [video]
(youtube.com)
3 points
by
antongribok
8mo ago
|
0 comments
7.
▲
by
antongribok
10mo ago
What did the provider do? Did they put your IMEI onto some list of other customers that complained, where all of you get better network prioritization? I'm genuinely curious.
8.
▲
by
antongribok
11mo ago
I've lived most of my adult life in houses with forced air furnaces (albeit powered via natural gas, not propane), and what you are saying is inaccurate regarding indoor air pollution unless your furnace is in need of immediate replace
9.
▲
Armed police swarm student after AI mistakes bag of Doritos for a weapon
(dexerto.com)
693 points
by
antongribok
11mo ago
|
436 comments
10.
▲
by
antongribok
1y ago
I know I'm going to sound crazy here, but there is one more alternative. How about: Reduce, Reuse, Repair, Recycle? I recently got a sewing machine for an unrelated project and around the same time I ordered it I had one of these clot
11.
▲
by
antongribok
1y ago
While most of what you speak of re Ceph is correct, I want to strongly disagree with your view of not filling up Ceph above 66%. It really depends on implementation details. If you have 10 nodes, yeah then maybe that's a good rule of
12.
▲
by
antongribok
1y ago
Thank you for this detailed reply! I only want to add a small suggestion. I get that large distributed production systems will occasionally go down, but it would be great if you could look into reducing the latency of your status page. By
13.
▲
by
antongribok
1y ago
I opened a support case at 9:04 AM EDT. So far, no response yet.
14.
▲
by
antongribok
1y ago
Another thread here: https://news.ycombinator.com/item?id=44824034
15.
▲
by
antongribok
1y ago
Having the same problems. It started out as not being able to search, but the situation is quickly deteriorating and now I'm unable to open pretty much any email message. Some content seems to briefly show up and then it quickly disapp
16.
▲
by
antongribok
1y ago
Because you need to know who is logging in before you know what IP policy to enforce, no?
17.
▲
by
antongribok
2y ago
Distro: Fedora (default Gnome) Laptop: LG Gram 16" There are several variations of the laptop with spec differences, the main thing you want is Intel CPU with integrated graphics. Great screen (16:10 ratio), great battery life (80Wh),
18.
▲
by
antongribok
2y ago
The way it looks reminds me of the Handspring Visor[1] for some reason (with less buttons). 1: https://en.m.wikipedia.org/wiki/Handspring,_Inc .
19.
▲
by
antongribok
2y ago
This is complete nonsense. No one running business critical installs of Ceph runs single-monitor. You can also tell Ceph to use a single disk as your failure domain. No one does that either. Homelabbers maybe, but then why are you compar
20.
▲
by
antongribok
2y ago
I had to get a new setup spun up very quickly, didn't know what to get, so I went out and got a bunch of cameras ranging from $49 to $500 from MicroCenter. For my requirements the cheapest cameras ended up serving my needs the best. I
21.
▲
by
antongribok
2y ago
Ceph actually works very well with swap on zram. I have some older Ceph clusters that have 48GB zram devices used for swap. It sometimes helps with defragmenting memory, memory pressure in general, and depending on your workload and other
22.
▲
Why scientists say we need to send clocks to the moon
(cnn.com)
35 points
by
antongribok
2y ago
|
29 comments
23.
▲
by
antongribok
2y ago
CephFS works great at home. I've got an all-Linux setup, and it works great on Laptops as they go to sleep and resume. Works great over Tailscale on a modile hotspot too. My home cluster is running on some 7 Raspberry Pis currently,
24.
▲
by
antongribok
2y ago
You're mixing software defined storage options with public cloud offerings, which is kind of strange. If you have your own hardware, Ceph is solid. I wouldn't put more than 200 million objects in a single bucket, but other than th
25.
▲
by
antongribok
3y ago
Makes sense. I should have read your comment more carefully! :)
26.
▲
by
antongribok
3y ago
Not sure if I agree with you on RAID 0, but RAID 1 certainly is, and that's indeed what I'm running. The 3x20TB btrfs setup I mentioned is configured with RAID1C3 for metadata, and RAID1 for data, and works just fine with even or
27.
▲
by
antongribok
3y ago
I actually recently switched from my laptop to my desktop as my main work machine, and due to some weird partition choices previously (long story), I temporarily ended up with my /home/<work_user> directory on a btrfs filesy
28.
▲
by
antongribok
3y ago
I've been using Xonsh as my main shell for about the same time. I love it as well. However, I feel like your criticism re fzf is not really fair, because I run into this with other tools quite often. So often in fact that it took me
29.
▲
by
antongribok
3y ago
In case you ever have to work with a directory that has lots of files in it, sometimes it's useful to remember the -U flag in ls. For example to count the number of files, I sometimes use this: ls -U1 |wc -l Can be very fast wi
30.
▲
by
antongribok
3y ago
I am honestly curious, what do you run on your server that you can't connect to with Tailscale?
More ›