lylecheatham's comments

lylecheatham | 3 years ago | on: Fear of opiates is causing patients to needlessly suffer severe pain

For context, this article is an opinion piece co-authored by:

Jeffrey A. Singer - A senior fellow at the Cato institute, a republican think tank that receives much of its funding from large republican donors/foundations and corporate donors. I don't know how to sum up the Cato Institute in 2 sentences unfortunately, but their wikipedia says plenty [0].

Josh Bloom - The Director of Chemical and Pharmaceutical Sciences The American Council on Science and Health, which is a pro industry advocacy group [1] that has received large amounts of money from the agriculture, petroleum, tobacco and pharmaceutical industries as per leaked funding documents in 2012 [2].

[0] https://en.wikipedia.org/wiki/Cato_Institute

[1] https://en.wikipedia.org/wiki/American_Council_on_Science_an...

[2] https://usrtk.org/industry-pr/american-council-on-science-an...

lylecheatham | 3 years ago | on: The Yaml document from hell

Except that the author of ruamel.yaml:

refuses to use git [0]

refuses to take community submissions (except through Stack Overflow? Seems like a misuse of SO) [1]

and refuses to implement .dumps() [2].

He is difficult to work with, and any time I need to debug code that intimately deals with ruamel.yaml types, I wince.

[0] https://github.com/pycontribs/ruyaml/issues/1

[1] https://yaml.readthedocs.io/en/latest/contributing.html

[2] https://stackoverflow.com/a/63179923/15170511

lylecheatham | 5 years ago | on: Apple Introduces AirTag

I still think Tile lost out on a gigantic market by not making it easier for hardware manufacturers to integrate into their ecosystem.

They should have been practically begging oems to embed it.

lylecheatham | 5 years ago | on: Apple Card Disabled My iCloud, App Store, and Apple ID Accounts

I really think #EndPatents is a very software oriented view of tech. In the physical engineering space patents are the only thing that allows a small company to actually design, manufacture and sell a product before a larger company can just squash them.

I know that getting investment as a small company in the hardware space would be near impossible without patents, because any investor without a brain would see that the giant in your industry could decide to take your idea, design it faster, manufacture it cheaper and sell it to a wider audience in a fraction of the time.

lylecheatham | 5 years ago | on: 3D printing boats is becoming standard practice

Yeah I think it's just how news media works I guess. Especially since 3D printing is a cool technology that hasn't quite hit it's stride yet, people are want to see how it's going to change things.

IM has been the same old IM for the past 5 decades more or less.

lylecheatham | 5 years ago | on: 3D printing boats is becoming standard practice

They are pretty fundamentally slow because of the constraints from the melt pool. Because you are trying to locally melt the material (lots of energy) and then immediately solidify it, you pretty much have to use a melt pool under a certain size and go under a certain speed to avoid making a total mess of the part.

Also a significant amount of energy goes to waste as it gets dissipated by the material, and the powder feedstock is extremely expensive as it needs to be a certain size of round powder which is hard to manufacture.

lylecheatham | 5 years ago | on: 3D printing boats is becoming standard practice

Apple actually gets a decent amount of coverage for their very impressive injection moldings. Most advancements in IM today are not in the ability to make complex parts, but more in the ability to make them pretty.

Apple makes many parts with extremely tight tolerances with almost no visual defects, and within the industry it's understood that it's extremely hard to make your IM parts look like Apple's for that reason.

lylecheatham | 5 years ago | on: Leveraging a 3D printer “defect” to create a new quasi-textile

You'd be surprised actually! Prusa uses no gearing between the motor and the primary drive gear and it's a 200 step/rev NEMA 17.

You can transmit high frequencies quite easily, and I've actually seen bad stepper motors with high cogging torque transmit that periodic torque as an extrusion defect into walls with the correct thickness.

lylecheatham | 5 years ago | on: Leveraging a 3D printer “defect” to create a new quasi-textile

I'm pretty sure it's actually just a continuous under extrusion. It becomes periodic in nature because material gathers under the nozzle and then it hits the blob from the previous layer and gets pulled off. It's a similar effect to how droplets form and fall off of your faucet when the flow rate is low. This also leads to the diagonal angles seen as the Z-height goes up.

It's usually hard to get this to happen consistently, which they've done quite well.

I've got no citations, but I worked in FDM Additive Manufacturing for a few years, and spent 4 months of that designing extruders for a name brand company.

lylecheatham | 6 years ago | on: Raspberry Pi 4 WiFi stops working at 2560 x 1440 screen resolution

You're talking about a $40 tool just to flash the storage vs a part (micro SD adapter) that they give you with the SD card for free because it's so cheap.

Also doing a quick survey for the rated cycle counts on M.2 vs SD card slots:

M.2: I found this one [1] which is $0.768 for only 60 cycles

SD: This one [2] is $0.6256 for 5,000 cycles

I'm not sure why you'd say M.2 is more reliable, considering users often cycle storage dozens if not hundreds of times.

[1] https://www.digikey.com/product-detail/en/jae-electronics/SM...

[2] https://www.digikey.com/product-detail/en/gct/MEM2051-00-195...

lylecheatham | 6 years ago | on: Raspberry Pi 4 WiFi stops working at 2560 x 1440 screen resolution

If they didn't use SD cards, the storage would be more reliable, but users would spend a lot more time fixing bricked boards. By allowing for removeable storage (in a format that can be plugged into any other computer natively) they solved that problem because I can just re image the card and get going again.

The philosophy of the RPi is that they won't really add features to it unless a bulk of the user base would use the feature. For example they were hesitant to even build the WiFi into it because users who wanted that could always get a USB chipset, and building it in adds BOM cost.

Because with GSM you'd also need a plan for it, I don't really predict they'd add that. Especially since you can get it in hat format already.

lylecheatham | 6 years ago | on: Vibration-minimizing motion retargeting for robotic characters

> People limping might serve as example that a 'state of the art, well trained neural net' can't achieve good motion with less than perfect hardware.

I think that people limping has more to do with avoiding pain than damaged 'hardware'. An example being people who are on large amounts of drugs being able to push through pain and further injuring themselves.

> So how much of this is actually adressing the wrong problem

I think this paper addresses the right problem. By modeling the robot as a flexible system instead of a rigid system, performance improvements can be made in many scenarios.

Because there is no such thing as a perfectly rigid material (well at least within the realm of feasibility), even if the robot was designed to have extremely rigid and perfectly optimized joint angles and limb lengths, this technique would be beneficial.

Of course, where it really shines is when applied to a low cost, low weight system like the ones demonstrated in the paper. In the world of engineering, keeping things simple, low-cost and light opens many doors for using cheaper hardware and simplifying the design process.

If every time Disney wanted a new animatronic robot they had to get custom fabricated joints and limbs, the costs would be exorbitant. If instead they could just reach into their standard limbs box and slap it together, and then let the software fix it they save money and effort.

page 1