Hacker Newsnew | past | comments | ask | show | jobs | submit | baptistejamin's commentslogin

We used Lexical intensively in my company (Crisp), and I can confirm it's definitely not in maintenance mode. What's super cool with Lexical is the package/extension system. For instance, we use the Lexical markdown package a lot; it's not the gold standard yet, but since we have a large user base, over the years we've made a few PRs to the Lexical team, and they approved/reviewed the PRs in 24 hours.

About WordGuard:

There is no community behind it; the guy building it clearly wants no AI involved and even has his own internal Git hosting system.

Finally, there is no single user on WordGuard.

I see virtually no reason to use Wordgard over lexical.


I think MySQL was not the correct tool after all. Click house is a lot more optimized


The best support on earth is when customers don't even need support, and it's the main reason why LLMs won't solve this problem :)


We are really recommending https://www.clever-cloud.com/ . Their stack is awesome, great uptime and great support.


Are you planning to make a disclosure regarding that statement, such as being co-founders with Quentin Adam, the founder of Clever Cloud, in other projects?


Ouch!

Stuff like this should always be disclosed. Something like "My co-founder / friend built ..." would be totally fine, but this comment looks like it intentionally obscures the connection. Not a good look.


I don't find it a big deal. Smart people will evaluate the offering for themselves and not make a decision based on a 1 line comment on Hacker News.

Plus, I doubt they would spend their lives building the project and not recommend it.


Other project meaning being contributor to open source together?


> Other project meaning being contributor to open source together?

Other project meaning actually founding that project together [1]:

> The Makers for Life collective and project were founded by three entrepreneurs in Nantes. Quentin Adam (CEO Clever Cloud), Baptiste Jamin and Valérian Saliou (Co-founders Crisp) [...]

You live in the same city. You founded a project with him. It's not like you have submitted patches to Linux from different parts of the world, without ever seeing each other.

I don't want to sound like I have something personal (I didn't even know your names until yesterday) but your assumption that the readers here on HN have no clue makes me sick.

If you know each other, that should be disclosed. I have no qualms about recommending a friend's startup, given that the friendship is disclosed.

[1] https://makair.life/2020/05/01/makers-for-life-the-making-of...


It was just to be clear that we do not have a financial involvements together


I use Clever cloud too for application prototyping when I have to go fast, and for my side projects.

Very reliable, I've never had a problem with it.


I have moved my side project (single server handling ~3 requests/s) from Heroku to Clever Cloud about 3 years ago and they work very reliably for me.

The truth is, on this scale Heroku worked well too. The reason to move for me was that they are an EU company so there is less questions from my clients about GDPR compliance.

I'd say the UI is quite old-school and I am missing good built-in metrics. There are some paid add-ons providing metrics but I'd really want to have it built-in.


I don’t really understand why this information is now #1 on HackerNews.

Boeing 777 engines are the world’s largest turbofans and pw4000 Engine, involved in this explosion is in production since the 80/90, and is already used on other Airframes like a330.

I know this accident looks impressive, but engine explosions like this one are things that happens years over years.

On Airbus a380, similar explosions occurred.

This kind of explosions looks very impressive, but those are things that happens quite a lot in aviation Industry.


It's why there is a second board to handle critical tasks: https://news.ycombinator.com/item?id=25671318


If I could ask -- I saw a LoRA circuit mentioned in the schematics... what is that used for?


Good question! The plan was to use it for the central alarm room in temporary hospitals where no network exists.

We planned to develop a small gateway to gather all the devices alarms, linked to bed number. It was not developed, but hardware has the feature.

The LoRa fairness will allow very few data to come up, but high level alarms vital could be transmitted several times in a second if needed.

We know we cannot use it to transfer waveforms of course.


It's why there is a second board to handle critical tasks: https://news.ycombinator.com/item?id=25671318


Hello! I work on this project.

Don't worry, the breathing system does not rely on the Rasberry at all.

We use an electronic board that was made on purpose by a Medical company and relies on STM32 hardware.

This board sends telemetry to the Rasberry PI and we have a Rust based interface that shows charts and some controls.

If the Raspberry fails, the Firmware still run fine, and you can still change the settings on the machine using physical buttons and a LCD screen that is directly connected to the firmware


A good friend of mine had the experience of nearly dying after a mobile ventilator in an ambulance failed after he was involved in a serious car accident. It was later found that the ambulance operator was using devices that hadn't been cleared by the FDA yet. Although they came from a Turkish "medical device" company, they were not cleared for use in the US and left my friend with brain damage and PTSD.

I don't care that the hardware involved in your project was "made be a medical company", it's not hardened tech. Also, rust is by no means hardened - look into "provably complete" languages if you want to see what a true "hardened" lang is. There's a reason why medical devices and serious "hardened" tech (military or otherwise) is validated and cost tens if not hundreds of thousands of dollars. It's because teams of engineers spent weeks or years coming up with every possible problem or failure pattern.

To be frank, I'd rather pay a nurse $50k in cash to pump a vent bag next to me than rely on your "project".


Sorry for your friend.

Problem with vent bag is that you cannot maintain a positive expiratory pressure (around 10mmHg of pressure during the expiration to prevent lung to collapse alveoli). For Covid-19, all the projects based on mechanized vent bag where useless because of the type of disease.

There are several companies behind the project. The company who makes the electronics is Tronico (https://www.tronico-alcen.com/en/markets/medical). It has all the medical certifications needed.

We are currently going on with ANSM certification (equivalent of US FDA). It is a long 2 years way, with lots of papers and tests... If it is approved, sure it can save life everywhere in the world. If it is not, it was a project where we learned a lot.

By the way, ambulance ventilators are harder to develop and to approve. Hardware must resist huge shocks and accelerations.

As said previously, the Rpi part and the software is not critical at all, it is here to fill a gap between the minimal UX and the expected UX. See https://news.ycombinator.com/item?id=25671617 and https://news.ycombinator.com/item?id=25671318.


> If it is approved, sure it can save life everywhere in the world.

It's worth noting that mostly regulatory approval is jurisdiction specific, so the device will need to be separately approved by a bunch of different bodies. ANSM is the french local body, but it is EU MDR you probably have to meet; this at least gets you the EU countries but for example will allow your device to be used in the USA, you would still need FDA there. Some jurisdictions, particularly smaller ones, will rubber stamp things if you have the right approvals but it's still finicky and of course with a physical device you have to deal with things like different power standards.

The approaches are similar but annoyingly different enough that this isn't easy. Luckily they are both reliant on ISO13485 at core, so there is overlap. It's not just paperwork either, you can definitely design something that will not pass in another jurisdiction if you aren't careful (e.g. due to materials used). Further, you need separate certification to a standard as both a manufacturer and developer, and these don't carry over automatically either.

People are working on making this easier to do worldwide, but it still isn't easy. For example you can use MDSAP to get a regulatory audit that meets multiple countries requirements at once.


How big portion of these approvals is to have right people to get paid and to actually make sure the product is safe? We're the any "blunders" like with Boeing?


Fwiw in my experience, a huge portion. Not that the system is perfect, but it’s trying to do the right things.


I agree that this project can be incredibly dangerous if people try to sell them in countries with well-developed, well-tested systems of healthcare.

However, billions of people don't have the luxury of tested and verified medical devices. The price of a single machine might be close to the monthly budget of the entire hospital. In those cases, any small hacks are welcome if they can help save a patient's life. A crappy, half-decent ventilator is way better than no ventilator at all. Until rich countries start buying hospital devices for poor countries en masse, providing cheap alternatives to proper medical devices can save lives.

The company behind this seems to be French and if it ever gets used in France without certification then they've probably got a huge lawsuit and potential criminal liability on their hands.

According to the project's website, they are trying to comply with European medical regulation (if Google translate got that right) and their Github mentions they're working with regulators. This isn't a hobby project by a bunch of bored students, the project seems to be a proper attempt at making capable medical devices that can be extended upon without IP problems.


While I don't disagree with your overall sentiment (I can't imagine relying on a RPi powered device -- even if it is just a display -- for clinical use), I think you're overthinking the motivation here...

> To be frank, I'd rather pay a nurse $50k in cash to pump a vent bag next to me than rely on your "project".

From what I've read (admittedly not much) -- this project isn't trying to disrupt the ventilator industry or make a bunch of sales. It isn't designed to give you a choice of a ventilator to remove a nurse. It's for situations when you don't have another choice... for when a hospital has run out of proper ventilators or there isn't a nurse available. This is not a first-choice device (even if it could be adapted to that in the future).


To be frank, more people would be saved with fallible yet cheap medical hardware than 'proven correct' hardware that costs $100,000 plus.


There is many STM32 cpus, which ones are designed for use in life support applications?


You can also find the project on GitHub: https://github.com/makers-for-life/makair


Our initial design was mostly based on 3D printed SLS bio-compatible parts.

The current design is still 3D-printable, but we had to go with metal valves for instance for long term usage, and mass-proction. 3D printed parts just don't scale.

When possible, we replaced some 3D parts with on-the-shelf parts, for instance for the medical 22mm tubing connectors.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: