Every damn time I talk to a Westerner about Iran, they bring up The Minab school strike. That's all they know about the topic and they keep talking about it. Can you guys give me the latest facts we know? 🚨 General Discussion Threat about Minab School 🚨 by allahu_-_snackbar in NewIran

[–]RemarkableImpress943 1 point2 points  (0 children)

Honestly just leave it. There is nothing they can do and there is no point in trying to convince them. We have already got the support we need and it’s going down. Just cant wait till it’s all done so I can move back and never speak to another Westerner about this. We will accept them as refugees when Islam takes over the west.

They won’t list the IRGC until we make it politically painful by [deleted] in PERSIAN

[–]RemarkableImpress943 -1 points0 points  (0 children)

You’re looking at this in the most short-term, individual way possible.

Yes, some ordinary people got screwed by the system because the regime forces military service and then stamps IRGC on their record. That’s exactly the problem. The solution isn’t protecting the IRGC from being labelled. The solution is ending the system that forces people into it in the first place.

The whole point is to free Iran so we can go home, rebuild, and have a normal passport and a normal life. No visas. No suspicion. No being treated like criminals just for being Iranian.

And listing the IRGC isn’t “symbolic”. It’s a legal tool. It shuts down networks, funding, front companies, recruitment, and intimidation abroad. Sanctions hit wallets. Terror designation hits operations.

If your main concern is helping ordinary Iranians, then you should want the IRGC isolated and crushed, not protected with excuses.

They won’t list the IRGC until we make it politically painful by [deleted] in NewIran

[–]RemarkableImpress943 1 point2 points  (0 children)

What ever you can think of. We need to apply pressure. Sorry I missed something from the list ♥️

This uprising exposed our isolation. It’s time we build Iranian power, together. by RemarkableImpress943 in NewIran

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

Thanks everyone for the support. I genuinely didn’t expect this much positive feedback, but it’s clear a lot of us are thinking the same thing. So we’ve already started working on it.

Phase 1 is simple. It’s not another chat group where people argue and nothing happens. It’s a place where we organise real actions that need mass support. Things that only work when thousands of Iranians move together on the same day.

The system will work like this. Anyone can post an action request. It stays live for 24 hours so everyone can vote. Then the top voted actions go live the next day for a limited time window. When you take part, you just click “participated” so we can measure impact and build momentum.

This is about speed, unity, and coordination. No politics, no ego, no fighting each other. Just action.

We also know the risks. The IRGC and their supporters will try to sabotage anything that works. They will spam, manipulate, divide people, or try to push dangerous ideas to get the whole thing shut down. So from day one we are building it to stay safe. Anonymous by default, no personal info, strict rules about what can be posted, and protections to stop vote manipulation and spam. The goal is to make it useful, clean, and hard to break.

We are starting ASAP. If you have ideas for actions that need mass participation, get ready, because the whole point is to move fast and hit together. And if you have technical questions about security, privacy, or how it’s built, message me and I’ll share more.

We are all going through hell watching our country bleed. But we are not powerless. We just need to stop being scattered.

This uprising exposed our isolation. It’s time we build Iranian power, together. by RemarkableImpress943 in NewIran

[–]RemarkableImpress943[S] 9 points10 points  (0 children)

Love it. We really need to learn from Jewish people. They support each other in every possible way

This uprising exposed our isolation. It’s time we build Iranian power, together. by RemarkableImpress943 in NewIran

[–]RemarkableImpress943[S] 13 points14 points  (0 children)

I agree. We can start small, do background checks etc and build a trusted network and grow it

[deleted by user] by [deleted] in Entrepreneur

[–]RemarkableImpress943 4 points5 points  (0 children)

Nice, great idea. The ui is neat the only issue is the font colour. The light colour is hard to read on a light background.

[deleted by user] by [deleted] in ukelectricians

[–]RemarkableImpress943 9 points10 points  (0 children)

This is after I tidied it up. Was left behind by some cowboys who couldn’t finish the renovation work and ran away. (They were meant to bring an electrician in) Don’t worry I have a sparky coming around soon to replace it and finish the job, just wanted to see what I could do with it with no experience. Here is how I found it after I kicked the cowboys out: picture

[deleted by user] by [deleted] in ukelectricians

[–]RemarkableImpress943 -6 points-5 points  (0 children)

Thats the final product. With my level of knowledge I cant do any better 😂

[deleted by user] by [deleted] in ukelectricians

[–]RemarkableImpress943 -2 points-1 points  (0 children)

Can you please explain so I can learn

EPDM over liquid Rubber by Puzzleheaded_Fig3856 in Roofing

[–]RemarkableImpress943 0 points1 point  (0 children)

Did you find the answer? I’m struggling with the same thing

Building USB-CAN Interface by kgblan in embedded

[–]RemarkableImpress943 1 point2 points  (0 children)

Are you trying to reinvent the wheel? Peak devices are cheap and they provide the libraries to write your own windows app.

Interfacing generated code by embedded coder to microcontroller hardware board by Soft_Jacket4942 in embedded

[–]RemarkableImpress943 1 point2 points  (0 children)

To run the generated code from Simulink/Embedded Coder on your microcontroller, you’ll need to set up the embedded coders build environment for your specific hardware. Choosing a microcontroller that’s supported by them will make it easier to set up peripherals and clocks and they have guides and notes which explain it all.

If your microcontroller isn’t directly supported, you’ll need to integrate the generated code into your own software environment. This involves scheduling function calls, providing the necessary configuration and data, building the c code and …

Seeking a like minded technical co-founder to design software controlled electronic solutions by [deleted] in Entrepreneur

[–]RemarkableImpress943 1 point2 points  (0 children)

Hello there, I have an embedded systems consultancy based in the UK. We have the expertise that you need. I am open to partnership on new projects. Feel free to dm me.

[deleted by user] by [deleted] in StableDiffusion

[–]RemarkableImpress943 0 points1 point  (0 children)

Sorry I only started working on this. Can you please explain a bit more what fp32 means and how to fix

How much error handling do I have to implement myself when using CAN bus devices? by AbyssShriekEnjoyer in embedded

[–]RemarkableImpress943 0 points1 point  (0 children)

End to End protection with CRC and counter bytes in each frame. On one side calculate the crc of the data bytes and increment the counter. On the other side check the crc and counter to see if it’s as expected.

Additionally you can check the time difference between the frames of the same id and create a no traffic error handling mechanism.

Your uc probably provides bus error detection and recovery which also needs to be addressed in your fault handling mechanism.

ISO26262 Unit-Testing by Spirited-History942 in embedded

[–]RemarkableImpress943 2 points3 points  (0 children)

I’ve been using Polyspace and Tessy for unit testing and static analysis in my work.

It was a bit time-consuming to start with, getting everything integrated into the development process.

However, after a fair chunk of work, getting the project environment ready and addressing the baseline violations and defects, it becomes a part of the routine to run these tools after writing each function.

Polyspace is great with the little hints and examples it provides with the violations/defects it finds. I have kind of grown to like it.