beacham | 6 days ago | on: War prediction markets are a national-security threat
beacham's comments
beacham | 1 year ago | on: Sway Medical Announces FDA 510(k) Clearance- Comprehensive Concussion Management
This clearance expands on Sway Medical’s previous FDA clearance for balance testing in head injuries, officially recognizing Sway as the first fully integrated tool that combines both cognitive and balance testing into one product for concussion management.
beacham | 1 year ago | on: 2M users but no money in the bank
beacham | 1 year ago | on: Daylight Computer – New 60fps e-paper tablet
beacham | 2 years ago | on: iPhone that fell from hole in Alaska 737 MAX flight is found, still open to Mail
“Air safety investigators attributed Vulović's survival to her being trapped by a food trolley in the DC-9's fuselage as it broke away from the rest of the aircraft and plummeted towards the ground. When the cabin depressurized, the passengers and other flight crew were blown out of the aircraft and fell to their deaths. Investigators believed that the fuselage, with Vulović pinned inside, landed at an angle in a heavily wooded and snow-covered mountainside, which cushioned the impact.[1][a] Vulović's physicians concluded that her history of low blood pressure caused her to pass out quickly after the cabin depressurized and kept her heart from bursting on impact.[7] Vulović said that she was aware of her low blood pressure before applying to become a flight attendant and knew that it would result in her failing her medical examination, but she drank an excessive amount of coffee beforehand and was accepted.[3]”
beacham | 2 years ago | on: Beeper Mini is back
beacham | 2 years ago | on: Who makes the most reliable new cars?
I think it’s just a matter of preference. Just like you might prefer to spend money and time on some other form of entertainment, some people who have to drive every day prefer to get some enjoyment out of it. Regardless of your judgement on “car culture”, it is enjoyment and happiness for that people nonetheless.
>I think it is ruining America.
This is not an America thing. And it’s not new. Many modern societies, ever since cars have been invented, have had this “car culture” you speak of.
beacham | 2 years ago | on: OpenAI just replaced its core values with completely different ones
beacham | 2 years ago | on: My solopreneur story
I am curious where you came up with the 30,000 guess for bootstrapped startups in the following statement:
“X (My guess is 30000 startups) start bootstrapping —-> 2868 list on IH —-> 915 making 10k$ MRR
That puts the actual percentage to be : 3.5% chance of success.”
beacham | 2 years ago | on: Memories from old LAN parties
At the time, Call of Duty releases were all the rage. The night of the Modern Warfare 2 release, we all closed up at 10pm, invited a few of our friends, and brought in our monitors (mostly 40inch TVs) and Xboxes. We set them all up on the Chick-Fil-A tables and booths and made several batches of Chick-fil-A nuggets and fries. We played 6v6 from about 11:00pm - 4:00am.
I remember thinking how ridiculous it must have looked from the interstate to see a Chick-Fil-A lit up with 12 screens inside through those translucent shades at 2:00 in the morning on a weekday.
That is one of the greater memories of my childhood. It delights me just to think about it!
beacham | 2 years ago | on: Tesla created secret team to suppress thousands of driving range complaints
I now own a Long Range Model X. It is MUCH closer to the EPA mileage. I average ~330wh/m but I have a 100kwh battery, so much closer to a legitimate 300 mile range. Once again, doesn’t really make a different unless you happen to have an exact 275 mile trip. Either way, you’ll be stopping at a halfway supercharger to stay in optimal charge range (15-85%).
beacham | 2 years ago | on: Don't Take VC Funding – It Will Destroy Your Company
It wouldn’t be called “IPO” anymore, but a company can offer subsequent market shares through a Follow-on Public Offering (FPO.) This occurs when a business raises capital in a second round of stock through either dilutive or non-dilutive options. Good to know.
beacham | 2 years ago | on: How to Do Great Work
beacham | 2 years ago | on: Ask HN: Favorite infrastructure/architecture articles about real world products?
https://engineering.linkedin.com/blog/2019/apache-kafka-tril...
beacham | 3 years ago | on: Ask HN: Entrepreneurs, leaders, hackers: How do you deal with household chores?
(Just a joke HN!)
beacham | 3 years ago
AI is arguably just another form of abstraction that exports real code. Telling ChatGPT “build me component XYZ” could be considered similar to dragging and dropping on a customizable UI.
beacham | 3 years ago | on: Ask HN: How do you exercise?
beacham | 3 years ago | on: Wild mammals are making a comeback in Europe
beacham | 4 years ago | on: Ask HN: Those making $500/month on side projects in 2021 – Show and tell
beacham | 9 years ago | on: It's 2017 and I have a great mobile app idea. Start with Android or iOS?
I need to keep this short due to wife so I probably won't be able to get my full opinion across. From my experience, I believe that the additional layer of abstraction provides a faster and easier development experience upfront, but generally (not always) comes with an additional layer of bugs, troubleshooting, updates, etc. I read an article on here the other day about whether Xamarin was worth learning. I loved a comment that one user name eonil left:
What you have to deal with;
Xcode = iOS bugs + UIKit bugs
Xamarin = iOS bugs + UIKit bugs + different runtime, language, memory model abstractions + .NET bugs + P/Invoke bugs & overheads + GC inter-op bugs & overheads + C# bugs + slow followup of platform updates
Xamarin Forms = iOS bugs + UIKit bugs + different runtime, language, memory model abstractions + .NET bugs + P/Invoke bugs & overheads + GC inter-op bugs & overheads + C# bugs + slow followup of platform updates + extra UI abstraction layers + lack of fine level controls & features
https://news.ycombinator.com/item?id=12948611
While I know this is specific to Xamarin and is only an opinion, I tend to think similarly about layers of abstraction over a language. Clearly there is abstraction all over the place that I couldn’t go without, but maybe I’m not just not yet ready to accept another one.