Thank you to the admins and those who donated to get this bus back on the road
azl
- 0 Posts
- 57 Comments
Just a couple thoughts (I have a mix of 2.5Gb and 10Gb):
-
Mikrotik switches are a nice alternative to Unifi. Much less lipstick on the UI but reliable and fairly priced.
-
If possible, you’ll probably want to use your own router rather than the all-in-one provided by the ISP. In my case, the router provided to me (Eero brand) did not even have a port fast enough for my service, and would have been an instant bottleneck.
-
Options for 10Gb-capable PCIe adapters (what you might put in your server or desktops) are more limited (at least they were when I transitioned a couple of years ago). Intel-based network adapters seem to require less effort to get working (driver-wise) vs. some of the other 10Gb / SFP+ capable adapters.
Finally, you are correct: nobody needs an 8Gb internet connection. Aside from well-seeded torrent file transfers, you will never reach that limit (and probably still never). And, you’ll need an adequate storage backend to write that fast.
-
I’ve had a folding Samsung for the past year and it’s really great. The hardware and software do need time to mature (in fact, the phone is nearly useless in “folded” mode without third-party apps), but at this point I don’t think I could go back.
azlto
Technology@lemmy.world•Amazon customer receives fake Ryzen 7 9800X3D, turns out to be decade-old AMD CPUEnglish
17·1 year agoI was shopping for this same CPU last week and found an Amazon third-party store named something like “Big Tech Deals WE RECORD SERIAL NUMBERS”.
If you have to name your store that, it’s obviously an unsolved problem in the marketplace.
Thanks, this was well written and I really enjoyed reading it.
azlto
Technology@lemmy.world•Reddit will lock some content behind a paywall this year, CEO saysEnglish
31·2 years agoThere are definitely high-IQ car guys and they are soul of car forums/reddits. But based on my observation of the diagnostic and critical thinking skills of the other 90%, they are probably never going to figure out how to use Lemmy.
And somehow we need both types (maybe for sample size?) in order to have a thriving niche community about anything.
azlto
World News@lemmy.ml•Trump pardons Silk Road dark web market creator Ross Ulbricht
10·2 years agoWas it? It wasn’t mentioned in the article and I don’t think I’ve ever heard that before.
“Ulbricht was found guilty of charges including conspiracy to commit drug trafficking, money laundering and computer hacking.”
I have renewed my CA registration with a credit card going back to at least 2016. A responsible driver would know their renewal failed when their registration document did not arrive via mail.
azlto
World News@lemmy.ml•US, British Jets Rain Fire on Yemeni Capital in New Late Night Attack
5·2 years ago“No photos or videos of the attack have been released or circulated on social media. US Central Command (CENTCOM) has not claimed responsibility for the attack.”
azlto
Technology@lemmy.world•WordPress.org statement threatens possible shutdown for all of 2025 – ComputerworldEnglish
17·2 years agoWe also have a Lemmy instance!
azlto
Fuck Cars@lemmy.world•Trump's infrastructure "fantasy": Ditch mass transit for self-driving cars, private highwaysEnglish
5·2 years agoSounds a lot like railroads to me.
Having moved server racks, copiers and other equipment from site to site, I am thankful for my (light) truck. Cargo vans are more popular in IT since they protect from rain and sun but a flatbed is certainly better than trying to put heavy, sharp-cornered things on fabric or leather in the back of a passenger car nearly the same size as my (light) pickup.
azlto
Technology@lemmy.world•Startup will brick $800 emotional support robot for kids without refundsEnglish
34·2 years agoI would like to think the community could work out the API’s and replicate them on a free server, but if this was just a glorified Alexa box, there is probably a lot more server-side processing that needs to happen to keep it running.
azlto
World News@lemmy.ml•Why sanctions on Russia are literally backfiring: Moscow appeared ripe for Western-imposed economic pain after its invasion of Ukraine but today the country is thriving - Responsible Statecraft
134·2 years agoSure - that’s why people are resorting to stealing butter from grocery stores. Positively thriving.
azlto
Fuck Cars@lemmy.world•I’m walking here!’: jaywalking legalized in New York City | The GuardianEnglish
313·2 years agoI support this law (fuck cars), but if you step into the street thinking an oncoming car won’t destroy you like a pinata stuffed with ketchup packets, you have survived the luckiest lawsuit-free 28 years.
Pretty cool. I wonder if this could be scaled up to a more life-sized print? Maybe go-kart sized???
The STL files are $27 - not free, but I’m sure the designer put a ton of hours into this.
azlto
World News@lemmy.ml•China’s plan to get around Western tariffs: Fill the world with factories
8·2 years agoAnd this behavior is somehow sold to the public as a way to boost the economic wellness of the people living under the isolationist programs, but instead it enables profiteering corporations to exert more control over the artificially narrowed market space.
Locking the door with the fox(es) in the henhouse.
What’s the difference between one technology you don’t understand (AI engine-assisted ) and another you don’t understand (human-staffed radiology laboratory)?
Regardless of whether you (as a patient hopelessly unskilled in diagnosis of any condition) trust the method, you probably have some level of faith in the provider who has selected it. And, while they most likely will choose what is most beneficial to them (cost of providing accurate diagnoses vs. cost of providing less accurate diagnoses), hopefully regulatory oversight and public influence will force them to use whichever is most effective, AI or not.
azlto
Technology@lemmy.world•Meta: “Introducing Orion, Our First True Augmented Reality Glasses”English
11·2 years agoThey could have gone with a “visor” frame design that would have been more fashionable, but I think this is pretty impressive for demonstrating the bare minimum amount of plastic needed to house holographic transparent displays, internal/external tracking sensors, and a sound system.
What they claim these glasses can do is absolutely incredible (we won’t really know because they are only being used internally for further development).




I would like to know more about how this bypassed server certificate validation. microsoft.com might resolve to a malicious IP address, but your web browser will break as soon as the server certificate check fails. One would need to ignore a fat warning page and click the “Accept risk and continue” button.
Also, if the attackers have hijacked DNS, why do they have these fake domains (m365-owa., etc.)? They can be microsoft.com; they don’t need a copycat domain. This suggests a fair amount of victim participation:
If certificate validation didn’t stop this kind of attack, then a VPN is useless. The attacker can simply redirect your initial handshake with your VPN provider and impersonate your VPN gateway. But because you most likely have some kind of prearranged trust (shared keys or a stored certificate), you can authenticate the VPN provider and establish an encrypted tunnel through all of the untrusted networks between your laptop and the VPN host.
So, while spoofing microsoft.com is the big trick here, there are other failures the operator must commit to allow the attack to succeed.
In many cases, a VPN is redundant to any TLS-encrypted HTTP session. The benefits of a VPN in these cases are to obscure your origin (location, IP address, etc.) from the web sites you are visiting, and to prevent the hotel/coffee Wi-Fi/ISP from tracking or potentially intercepting which sites or services you are accessing. The only time a VPN is not redundant encryption is if you are visiting unencrypted web sites (i.e. a URL starting with http:// and not https://), which by and large have not existed in nearly a decade.