HN user

phoenix3200

35 karma
Posts0
Comments22
View on HN
No posts found.

As best as I could understand, the hardware wasn't dead. It was "soft bricked" due to no fault of my own. And they wouldn't stand behind their product and instead insisted I upgrade to a newer and less capable product.

No, I wasn't expecting replacement hardware. I was expecting support for a product that they were still releasing software for.

Six years ago my box shit the fan. Synology could have recovered it for me, but they insisted I "upgraded" to their newest box. That was when I realized that I would never buy from them again. Thank goodness their hybrid raid is at least MDRAID.

https://www.reddit.com/r/synology/comments/d3cmq2/ds1512_tha...

Honestly, old server equipment is more powerful than most of these RAID boxes. The only caveat there is that old server equipment is often not quiet, and rather power hungry (200W at idle with no power save mode).

Photonics and copper both travel at about the speed of light. Photonics requires special circuitry to do the conversion to/from light. And don't get me started on how PCIe just isn't designed for optics, or really any kind of amplifier. Over a long distance, or due to signaling rate, it makes sense, but onboard it makes little sense unless we have optic switches which are faster than silicon.

I found OpenSCAD to be very friendly for parametric designs, but after a while I switched to the SolidPython wrapper as it was more flexible.

However, I'm hunting for a better way to create 3d models via code (Blender Python?) because 'extrude_along_path'->SolidPython->OpenSCAD->stl export simply could not handle my model.

LED Strain 8 years ago

LEDs are better modeled as constant current because it's the I part of the curve which is typically more unreliable. The junction voltage is largely consistent, but due to the exponential increase in current, to balance the amount of power it's easier to regulate the I component of P=I*V for consistency than it is the V portion.

That is one of the key things which empowered the jailbreak/tweak community. It becomes quite simple to understand (as well as manipulate) interfaces between software components.

We sure didn't. I think one guy got hired by Apple because he came out with an innovative app switcher, and I know a few others who got internships there, but largely speaking, Apple took over a lot of features we put into play.

P.S. There's another reason why jailbreaks are few and far in between. There is close to no trust between the people who create the jailbreaks...I had several good exploits that became public without my permission.

Nah, Tomasulo and all that jazz (microarchitecture) is about improving performance once you've got a defined instruction set.

Microcode (which is one of those highly confidential things that both Intel and AMD hold close and dear) is about doing an on-the-fly CISC to RISC transformation because you realized that the legacy x86 ISA is an absolute pain to handle (but you aren't willing to give it up).