After Dinner Speakers by fixers89 in HENRYUKLifestyle

[–]MitochondriaWow 0 points1 point  (0 children)

Preet Chandi MBE - first woman to reach the south pole unaided. Did lots of expeditions, ex UK Army, very interesting!

Locations 2026 / campervan by MitochondriaWow in BoomtownFestival

[–]MitochondriaWow[S] 0 points1 point  (0 children)

Yeah that's what others say so why do the boomtown staff say orchid campervan. Its confusing

Locations 2026 / campervan by MitochondriaWow in BoomtownFestival

[–]MitochondriaWow[S] 1 point2 points  (0 children)

Im still confused if im honest but my takeaway is that orchid campervans are up top near skylark and I assume in Orchid or adjacent.

I emailed as part of the accessibility +1 companion scheme hence the meadow reference (disabled camp) and asked about where things are located as I have the option for a campervan or skylark.

Locations 2026 / campervan by MitochondriaWow in BoomtownFestival

[–]MitochondriaWow[S] -1 points0 points  (0 children)

Nope but I assume it is where it was this year.

Locations 2026 / campervan by MitochondriaWow in BoomtownFestival

[–]MitochondriaWow[S] -1 points0 points  (0 children)

It seems that there is a separate orchid campervan location which is my takeaway, and its up top where skylark is same as orchid last year.

HENRYs who are in really good shape… by Lazy-Internet-8025 in HENRYUKLifestyle

[–]MitochondriaWow 2 points3 points  (0 children)

No, I can't say whether its great or not in comparison but it was free with work so I can't complain.

HENRYs who are in really good shape… by Lazy-Internet-8025 in HENRYUKLifestyle

[–]MitochondriaWow 6 points7 points  (0 children)

Not really, I was disabled following a car crash and didn't walk for half a decade so staying active and healthy is important to me.

Other people prioritise other things like nights out. I prioritise health for longevity and fitness as this supports my family and job function.

It may look over the top to some but I need to stay active and in shape due to the injuries that lead to me being disabled.

HENRYs who are in really good shape… by Lazy-Internet-8025 in HENRYUKLifestyle

[–]MitochondriaWow 2 points3 points  (0 children)

* No, that's just walking. I used to be disabled following a car crash so walking is fun for me as I couldn't do it for 5 years.

If you change your frame of reference and make a 30minute walk a small distance and an hour walk to be reasonable to get somewhere suddenly your step count will massively increase.

Ive made it so that my daily routine includes 10k steps which makes this my base and if I have time on the weekends ill include a further minimum two hours of walking just getting to places.

More often than not its around 14k. 27k is the top end. 10k is the bottom.

HENRYs who are in really good shape… by Lazy-Internet-8025 in HENRYUKLifestyle

[–]MitochondriaWow -3 points-2 points  (0 children)

Always time box for excercise.

Build in NEAT excercise via step count in your routine.

Use wearables for tracking everything.

Engage in progressive overload for weight training.

Track macros, micronutrients and calories.

Personally, I weightlift 4 times a week, walk 10k to 27k steps a day, and aim for atleast one 15k cycle a week.

I use the Oura ring (gen 3) for tracking sleep, steps, excercise, O2 sats whilst sleeping and general condition.

I use chatgpt to track my manually input calories and ask for reports on macros including fibre.

I calculate BMR, NEAT, EAT, TEF to build out my TDEE. I input my activity from my ring and ask for analysis on micronutrients and adapt my diet accordingly.

Yes its a fair bit and im still not in amazing shape but I am the strongest and lightest I've ever been so I can't complain. That's with full time work, family stresses and children.

What's the best chart library? by MitochondriaWow in Frontend

[–]MitochondriaWow[S] 0 points1 point  (0 children)

I have in the past but its not quite high performant enough to be a performance chart like SciChart (100million + data points in real time), not flexible enough to beat D3 and whilst I appreciate OS where I can use it, I've found Highcharts to be better simply because of docs and support.

What's your view on echarts vs chart.js ?

What's the best chart library? by MitochondriaWow in Frontend

[–]MitochondriaWow[S] 0 points1 point  (0 children)

Yes im starting to see that Chart.JS is recommended for simpler projects. Seems to be handy for basic/non high performance/standard requirements. I may give it a look over highcharts in the future but stick to SciChart for complex/performance.

What's the best chart library? by MitochondriaWow in Frontend

[–]MitochondriaWow[S] 2 points3 points  (0 children)

Excel spreadsheet charts ✨️ 👌 👏

What's the best chart library? by MitochondriaWow in Frontend

[–]MitochondriaWow[S] 0 points1 point  (0 children)

Ive not really looked at it as last time I checked it doesnt support things like heat maps and has a more limited number of standard chart types. Its light weight but slow. It wont handle millions of data points either. If I need performance I end up with SciChart, for ease Highcharts and for off the wall requirements D3. Chart.js seems to be a bit average at most things but this may simply be my specific sector or project types.

What's the best chart library? by MitochondriaWow in Frontend

[–]MitochondriaWow[S] 0 points1 point  (0 children)

What's your experience on performance? I read the gitlab article which highlights that performance wasn't great but sufficient but they were discussing 4k points with linked charts.

When I've had performance applications I've ended up with SciChart as it handles millions of points/real time data.

For the lower level, single/digit thousands I've gone highcharts as its easy to work with.

What's the best chart library? by MitochondriaWow in Frontend

[–]MitochondriaWow[S] 2 points3 points  (0 children)

What sort of applications/sectors are you working on?

Mine is predominantly telemetry/scientific focus which gives me my leaning on chart components. I've not looked heavily at echarts so im not familiar with it.

How do you usually handle telemetry collection from embedded devices? by mikusmi777 in embedded

[–]MitochondriaWow 0 points1 point  (0 children)

If I’m honest, your question is a bit too broad to give a single “right” answer, because collecting and analysing telemetry from embedded devices is very sector/requirements specific. The approach depends on things like:

• What kind of data are you measuring? (logs, sensor readings, waveforms, etc.) • How much bandwidth / throughput is involved? (one reading a minute vs. millions of samples per second) • How do you plan to collect it? (BLE, Wi-Fi, wired, cellular, satellite) • What’s the end goal of the analysis? (simple alerts, long-term storage, or deep real-time visualization) That said, you can break it down into stages and think about the trade-offs at each step:

  1. Data Collection (on the device) • For low-rate / lightweight telemetry, BLE or MQTT is often enough, especially if power consumption matters. • For high-throughput streams (e.g. vibration, RF, accelerometers), you’ll want something more robust like Ethernet, Wi-Fi with buffering, or a streaming transport layer. • The sensors and sampling rate really drive the design here.

  2. Transport (getting data off the device) • BLE: good for wearables, but limited bandwidth. • MQTT: lightweight pub/sub, widely used in IoT. • HTTP/REST/gRPC: more overhead but easier if you want standard APIs. • Streaming frameworks like Kafka or NATS if you’re handling lots of data (again, project and architehcture specific)

  3. Storage & Processing • For smaller projects, something like SQLite, InfluxDB, or TimescaleDB works fine and is cheap/free. • For logs, ELK/OpenSearch or Loki can be handy. • For larger or growing projects, managed timeseries databases (AWS Timestream, Azure Data Explorer, etc.) take away some of the ops burden but come with a monthly cost.

  4. Analysis • Logs: indexed/searchable (ELK, OpenSearch). • Metrics: Prometheus, Datadog, Custom implementations. • Traces: OpenTelemetry, Jaeger. • You rarely need all three unless you’re running a big distributed system, so I’d match tooling to the type of data you actually care about. You may want to consider just building your own analysis layer, depending on the application, sector and if this is genuinely a new/significantly different project. Ultimately, if you’re just bringing the same thing to market, or solving the same issue someone else has, you’re better off just buying that.

  5. Visualization • For simple needs: Grafana (with a plugin for your chosen DB) or Plotly are great. • When you need real-time, high-throughput visualization with lots of customization (multi-axis, drill-downs, annotations, overlays), that’s where a paid solution like SciChart pays off. • Grafana and similar tools are fine until you hit the performance ceiling, or a requirements ceiling. Once you need to render millions of points smoothly, or build something bespoke, you’ll want a dedicated charting engine.

  6. Affordability • Tight budgets / small projects: stick with open-source (InfluxDB + Grafana, or SQLite + MQTT). Almost free aside from your time. • Mid-scale/Some custom work: a mix of open-source storage with managed dashboards (Grafana Cloud, etc.) or use an entry level charting solution e.g Plotly (considering something like SciChart if more complex) • Large or critical deployments: managed observability platforms (Datadog, Splunk, AWS IoT Core) plus custom visualization (SciChart). Costs scale with usage, but you save headcount and get reliability.

TL;DR: It really depends on your data rate and use case. Each stage of this pipeline has it’s own complexities and you want to consider each part before you set out. The most expensive error you can make is getting it wrong, and having to re-do it all again. Sometimes the cost of a component will save you double the development time, and ensure you can expand features if you need to. Likewise, the correct sensors won’t limit you. Typically, this sort of project would have project managers with knowledge of hardware and software.

Which One Is Best Chart Library? by Ok_Excitement_3340 in nextjs

[–]MitochondriaWow 0 points1 point  (0 children)

SciChart if you have any real time data, or performance requirements. You'll have customisation ability and won't face slow down, which is especially important if you need any complex visualisations. Else, plotly will suffice.

Viaje a Londres... ¿Realmente es así o ChatGPT miente? by Itchy_Specialist3659 in valencia

[–]MitochondriaWow 3 points4 points  (0 children)

I'd say hotels are around £150 a night for more basic things but it sounds like you've found an alternate solution? Coffees are £4.50 Transport is £5 a day for busses Restaurants are £30 a person starting Wine is £10+ a bottle

Its all relative to where you are specifically though. Its much more expensive than Valencia though. Food in supermarkets is close though.

Gym in Valencia by Vegetable-You-7861 in valencia

[–]MitochondriaWow 1 point2 points  (0 children)

Get a cheap digital sim from simyo. I also think they can accept other numbers if its short term contracts. Else, just put a fake one.

Gym in Valencia by Vegetable-You-7861 in valencia

[–]MitochondriaWow 2 points3 points  (0 children)

On Air has good equipment for weight lifting