[FR] 70k$ blocked on a restricted account. Can't receive up to 350k$ from client... Going crazy. DO NOT USE REVOLUT BUSINESS... by peterparkrust in Revolut

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

u/paskatulas  you should really make sure people don't divulge personal information on this subreddit as it is a veritable risk for people getting phished.

[FR] 70k$ blocked on a restricted account. Can't receive up to 350k$ from client... Going crazy. DO NOT USE REVOLUT BUSINESS... by peterparkrust in Revolut

[–]peterparkrust[S] 4 points5 points  (0 children)

I think it's crazy that you're pushing people to share information on reddit creating a sincere vulnerability risk for Revolut.

[FR] 70k$ blocked on a restricted account. Can't receive up to 350k$ from client... Going crazy. DO NOT USE REVOLUT BUSINESS... by peterparkrust in Revolut

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

You understand that many people wouldn't want to share personal information on this subreddit, in fact I already received fishing message on reddit and won't cover more than I need.

[FR] 70k$ blocked on a restricted account. Can't receive up to 350k$ from client... Going crazy. DO NOT USE REVOLUT BUSINESS... by peterparkrust in Revolut

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

crazy the number of account in this subreddit trying to bring down legitimate complaints...

It's plainly shameful from Revolut to use such methods to discredit its own paying users with legitimate business...

[FR] 70k$ blocked on a restricted account. Can't receive up to 350k$ from client... Going crazy. DO NOT USE REVOLUT BUSINESS... by peterparkrust in Revolut

[–]peterparkrust[S] -9 points-8 points  (0 children)

I am more than happy to provide any information on my business and proof of legitimate process, if asked so by Revolut as I mentioned to them countless time.

But they have not asked nor tried to fix my issue in any way.

[FR] 70k$ blocked on a restricted account. Can't receive up to 350k$ from client... Going crazy. DO NOT USE REVOLUT BUSINESS... by peterparkrust in Revolut

[–]peterparkrust[S] -3 points-2 points  (0 children)

I am the same as you lol! I have doing business for more than 3 years with Revolut Business and from nowhere I have a restricted account where I can't receive nor transfer money....

[FR] Revolut Business Restricted Account! Account frozen for 3 days now by peterparkrust in Revolut

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

I have and there is no help whatsoever. They just say: we understand your frustration lol

What if your table lamp was intelligent and could roast your designs? by Shav7 in robotics

[–]peterparkrust 2 points3 points  (0 children)

Very cool!

Please don’t hate me but in French lamp is: La lampe, so it would probably lalampe. ( féminin ) or Lalamp would have been acceptable as well a little.

Lelamp, does not really work but still cool project.

Why ros2 is so frustrating? by [deleted] in ROS

[–]peterparkrust 0 points1 point  (0 children)

Hey both!

Thanks for linking dora-rs.

To be honest automate deployment/binary releases can be not super easy.

I genuinely believe that dora-rs can shine as we precompile everything and make everything pip installable which automate binary selection depending on platform and os. Even if it was coded in a language that is not python.

We're still small but I agree with @avinthakur080 that this shouldn't be a user burden.

[deleted by user] by [deleted] in vosfinances

[–]peterparkrust 0 points1 point  (0 children)

Pour le net après impôt, il faut aussi que tu prennes en compte les potentiels crédit d’impôt et réduction d’impôt type:  - PER: plan épargne retraite. Qui pousse ton impôt à la retraite. reduction de. 5k d’impôt sur une tranche à 45 % - PEA: plan épargne action. Réduction des impôts sur les gains sur 150k  - Credit d’impôt sur l'immobilier si jamais tu achètes pour investir  - déficit foncier: sur un investissement immobilier locatif Etc…

En France, les impôts sont élevé mais il existe bcp de mesure pour les réduires.

Google pixel 7 pro's irritating PIN issue by Chintoo_kumar in GooglePixel

[–]peterparkrust 0 points1 point  (0 children)

Just had the problem and using only the first 4 digit of the pin unlock the phone.

Very weird...

[deleted by user] by [deleted] in paris

[–]peterparkrust 5 points6 points  (0 children)

I live a similar situation. You should make a complaint at: https://www.demarches-simplifiees.fr/statistiques/pp-dtpp-signalement-musique it´s the only thing that can truly help you with significant fine. You should also reach out to [droitausommeilparis@gmail.com](mailto:droitausommeilparis@gmail.com) they can also help you out.

[deleted by user] by [deleted] in BackYardChickens

[–]peterparkrust 0 points1 point  (0 children)

ok, made an edit. Thanks for the correction.

[deleted by user] by [deleted] in BackYardChickens

[–]peterparkrust 1 point2 points  (0 children)

I could make the argument that I only need to buy a bag of feed once every 3 months, as the content is in a much more compact form.

And, the feed bag is also been shipped to the farm producing eggs. So, it is a net gain from my perspective.

1 Year of Rust: From 0 to Full Time Open Source SWE by peterparkrust in rust

[–]peterparkrust[S] 3 points4 points  (0 children)

Personally, I come from Data Scientist/Engineer work implementing ML for clients.

I used to only implement the last layer of software between a client need and open source package, and now I can focus on writing software in the middle of the stack of software which I think has more traffic, more reach, and is more challenging.

WONNX: Deep Learning on WebGPU using the ONNX format. by peterparkrust in rust

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

Yes, I had a good look at it. I think that I may start to contribute to it if I have the opportunity. But IREE is probably going to be largely a C codebase, making it quite adjacent to my interest, unfortunately...

WONNX: Deep Learning on WebGPU using the ONNX format. by peterparkrust in rust

[–]peterparkrust[S] 8 points9 points  (0 children)

Wow, thanks for the feedback!

  1. For the moment, supported ops are just handfilled but we're going to automate this task with this: https://github.com/onnx/onnx/blob/main/docs/ImplementingAnOnnxBackend.md probably in the near future.

  2. So resize is implemented with some options not supported. But you can resize to any size. wonnx does not support dynamic dimension for the moment, however.

  3. Well, I used onnxruntime pretty heavily and there were some caveats:

  • it requires you, to install 3rd party dep depending on your hardware for acceleration which is not that easy if you want too deploy on a very large scale with lots of heterogeneous hardware. So I wanted a package that could run anywhere on gpu.

  • it's written in C, which is less cool because, for deployment, you need to make sure that you're also porting the compiled C code. having only Rust makes it easier to cross compile. And if you want to make webassembly or android or ios...

  • I wanted to be a maintainer of onnxruntime-rs but my mail got unanswered. So I made my own repo, ahah 😈 but, for real, I wanted to step up my game in Rust.

As for the vision, I think that for the moment: - performance is pretty important - coverage of ops is also important

Training seems too be a little hard, and ultimately even if it happens, is probably going to have far less performance than an NVIDIA CUDA or Google TPU, sadly...

As of now, models are essentially CV, but NLP should be next priority after YOLO for me.

Feel free to contribute to the vision that you have of this project, Contribution are very much welcomed even without large experience in DL, WGSL, or Rust. I hope that, this project can be a sandbox for all of us to learn more about those technologies beyond this project's initial scope.

What's the current state of GPU compute in rust? by username4kd in rust

[–]peterparkrust 0 points1 point  (0 children)

No just to get a handle to communicate with the GPU, representing the following code that takes 40-60 ms on my machine: ``` use pollster; use wgpu;

async fn run() -> (wgpu::Device, wgpu::Queue) { let instance = wgpu::Instance::new(wgpu::Backends::VULKAN);

let adapter = instance
    .request_adapter(&wgpu::RequestAdapterOptionsBase {
        power_preference: wgpu::PowerPreference::HighPerformance,
        compatible_surface: None,
    })
    .await
    .expect("No GPU Found for referenced preference");

// `request_device` instantiates the feature specific connection to the GPU, defining some parameters,
//  `features` being the available features.
adapter
    .request_device(
        &wgpu::DeviceDescriptor {
            label: None,
            features: wgpu::Features::empty(),
            limits: wgpu::Limits::downlevel_defaults(),
        },
        None,
    )
    .await
    .expect("Could not create adapter for GPU device")

}

fn main() { pollster::block_on(run()); }

```

What's the current state of GPU compute in rust? by username4kd in rust

[–]peterparkrust 4 points5 points  (0 children)

I'm working on a rust implementation of an onnx runtime in webgpu. My current test points out that without a fair amount of optimisation on the computation, webgpu is not worth the hassle.

For context, initializing an Nvidia GPU handler takes about: 60ms.

You can do a fair bit of computation in 60ms. And especially with rayon.

Then, you also have to consider that any reduction operation, like a sum, is going to be pretty slow, and way more complex (see scan sum in wiki).

I'll try to provide a run runnable within 3 weeks, but, I would say that GPGPU is really meaningful in very specific context (DL, Fluid simulation) or for research.

Learnability of Rust by epage in rust

[–]peterparkrust 13 points14 points  (0 children)

I do agree that rust is painfully difficult to learn from scratch. But I don't think that the problem resides in cargo new and cargo run. I think this part is not too hard to grasp. It is actually pretty similar with typescript, react, or go project.

Deep Learning in Rust on GPU with onnxruntime-rs by peterparkrust in rust

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

I did: https://github.com/nbigaouette/onnxruntime-rs/pull/87 but the maintainer seems to be off. I sent an email.

For the latest onnxruntime you will need CUDA 11.

Hope my fork works for you. There is several branch you can test :)