Readit News logoReadit News
lazyweb commented on Micron Announces Exit from Crucial Consumer Business   investors.micron.com/news... · Posted by u/simlevesque
ErneX · 3 months ago
And it seems Supermicro also stopped selling standalone motherboards.

https://www.spectrumsourcing.com/spectrum-news-feed/industry...

lazyweb · 3 months ago
Oh snap, that's crazy. In a bad way.

> Going forward, customers must order the full server system to obtain the motherboard.

lazyweb commented on LED types by color, brightness, and chemistry (2021)   donklipstein.com/ledc.htm... · Posted by u/Lammy
lazyweb · 4 months ago
Veritasium - Why It Was Almost Impossible to Make the Blue LED

https://www.youtube.com/watch?v=AF8d72mA41M

lazyweb commented on Building a computer in the 90s (2019)   dfarq.homeip.net/building... · Posted by u/networked
Aardwolf · 7 months ago
> It wasn’t just harder or more expensive. It seemed like every new build was an adventure.

Not sure how it was in the 90's, if it was harder it was probably because the case designs were much worse, but I think PC building is not at its easiest today either and was probably easier in the mid 2000s or 2010's (but, of course, it's still fun!):

- Graphics cards and CPUs are more power hungry, e.g. there's more fire risk from GPU power connectors now

- Graphics cards are also heavier so physical strain and location/orientation matter, some even come with a "card holder" (a little pillar to support its weight)

- There now exists "RAM training" (which can make the first bootup look as if it's failing) and in general compatibility between RAM's max speed and CPUs seems less guaranteed

- I also think RAM memory is a bit more sensitive to be plugged in perfectly in its slots now

- Storage drives now need to be screwed into the motherboard (in sometimes hard to reach places like under the huge CPU cooler) and possibly need heat sinks

- PCI lanes amount feels more limiting now than it used to (multiple storage drives and GPU fighting for bandwidth on the motherboard, limitations like "if you put an nvme drive here and here, then that will be disabled..."), it seems devices outgrew what even top end consumer CPU's have to offer

lazyweb · 7 months ago
I generally agree. But then again, we had Master/Slave IDE connectors, floppy drives, _extremely_ shitty CPU sockets (broke plenty of Sockel A / 370 cooler latches), nothing (including keyboards and mice!) was hot-pluggable ...

Regarding your last point: that's just market segmentation. Plenty of lanes on server CPUs. Remember Linus' rant about Intels refusal to offer ECC for consumer CPUs?

lazyweb commented on Overengineering my homelab so I don't pay cloud providers   ergaster.org/posts/2025/0... · Posted by u/JNRowe
tehlike · 7 months ago
I moved my side project to my garage so I don't have to pay hetzner 600+$ and counting every month
lazyweb · 7 months ago
I did the exact opposite. And by that I mean physically moved my homelab into their colo earlier this year. Runs like a charm, costs about 500€ per month total.

Sounds like a lot, but I was almost paying the same before - 220€ for power at home, 110€ for a dedicated Hetzner server, 95€ for a secondary internet connection (as not to interfere with the main uplink used for home office by my partner and me).

Not having to deal with the extra heat, noise and used up space at home anymore has been worth it as well.

lazyweb commented on Setting up a trusted, self-signed SSL/TLS certificate authority in Linux   previnder.com/tls-ca-linu... · Posted by u/previnder
lazyweb · a year ago
I'm hosting my own internal CA using Hashicorp Vault and some ansible + CI. The root CA is valid for 20 years, intermediate CA 10 years, client certs three months.

Initial setup is a handful of commands interacting with Vault's CLI, from there, with CI in place, client certs are renewed automatically. Services are restarted / reloaded as well. Works flawlessly.

I should maybe write a (small) blog explaining how it works.

lazyweb commented on Scientists invent "slime" – could be used in medical, energy, robot applications   lightsource.ca/public/new... · Posted by u/gnabgib
lazyweb · a year ago
As predicted by Mass Effect 1: Introducing Omni-gel.
lazyweb commented on My Hour of Memoryless Lucidity   ericneyman.wordpress.com/... · Posted by u/surprisetalk
Noumenon72 · 2 years ago
I wasted a few minutes trying to think of an anagram for W,A,M,O,R,T,Y (uses every letter exactly once) instead of a pangram (uses every letter at least once).
lazyweb · 2 years ago
Mort Way
lazyweb commented on I figured out how DMARC works, and it almost broke me   simonandrews.ca/articles/... · Posted by u/stanislavb
josefresco · 2 years ago
This was a great article and covered most of the things I've learned "the hard way" about SPF/DKIM/DMARC.

My only beef is with this:

> If you're running a large domain, you'll get a bunch of these reports. If you're running a small one, you might be able to handle it yourself.

Even with a "small" domain, you're looking at basically another part time job to analyze these reports. It's not fun, and you grow tired of it very quickly. Sure if you're running 1 website, and that's all you do it might make sense. But for a web firm like mine (serving small biz), there's no way I can set this up for clients without charging them an extra fee and most aren't willing to pay me to spend several hours each week analyzing DMARC reports.

lazyweb · 2 years ago
I set up something like this [1] a few years ago at a previous job, mostly just because the security team wanted an interactive dashboard.

[1] https://github.com/debricked/dmarc-visualizer

lazyweb commented on Banish OEM self-signed certs forever and roll your own private LetsEncrypt   arstechnica.com/informati... · Posted by u/thunderbong
lazyweb · 2 years ago
I am running my own private CA as well, powered by Hashicorp Vault, Ansible and Jenkins.

The Vault initialization and configuration is more or less manual (just a bunch of commands, I have them in my notes). From there I am using an ansible role based on the hasi_vault module [1] which is run by a Jenkins job every night, logging into each target system, renewing certs if needed and reloading services.

Has been working very well for about a year now. Of course, there's a little more technical context needed - my CA needs to be present on all systems interacting with it, and my CI needs to be able to log into each target system (SSH keypair + sudo user). This ties into the rest of my infrastructure, which is managed by Terraform and Ansible.

I might write up a small blog post about this if I find the time.

[1] https://docs.ansible.com/ansible/latest/collections/communit...

u/lazyweb

KarmaCake day406March 18, 2021
About
https://schumacher.sh
View Original