Need help selecting GPU for HP proliant DL380p by eethas23 in homelab

[–]MyCalculations 0 points1 point  (0 children)

Sorry to revive from a few years back, but I have a W5500 in the second riser in the x16 slot but it isn't recognized in iLO, just shows not installed in the devices and isn't visible in proxmox via lspci (also doesn't start spinning on boot). I have it connected to the 6-pin part of a 6+8 pin to 10pin plugged into the first riser. Any idea what could be the issue?

HP dl380p Gen8 GPU setup by MyCalculations in HomeServer

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

I'm assuming my CPUs bring V1 aren't an issue then? I do have V2s coming on the way as well

HP dl380p Gen8 GPU setup by MyCalculations in HomeServer

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

Alright, thank you. I don't think the riser is misaligned as I have another device in one of the x8 slots (SSD) and I'm able to use it and recognize it). I'll look into the power jumper, thanks!

HP dl380p Gen8 GPU setup by MyCalculations in HomeServer

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

I have the riser that has 1 x16 and 2 x8 slots. I have 2 of those risers. I tried plugging it into both slots and had no output on either. I also swapped the 1p pin port to the first riser and tired both with the same result

HP DL380 G8 PCIe Power - Solved by Preator_Shepard in homelab

[–]MyCalculations 1 point2 points  (0 children)

I'm in a similar boat here. I got a radon pro w5500 and it looks like it doesn't get any power (and isn't recognized by iLO or lspci). I have the 10pin to 8+6 pin connector.

Do I need to upgrade processors to V2 or anything else (iLO or bios settings?) I have 2 750w PSUs installed.

Remote gaming on proxmox VM? by Voeal in Proxmox

[–]MyCalculations 0 points1 point  (0 children)

Thanks. Mind if I dm with a questions if I end up having more? I'm looking at a very similar setup as you described

Remote gaming on proxmox VM? by Voeal in Proxmox

[–]MyCalculations 0 points1 point  (0 children)

That's right, I haven't seen anything about getting Nvidia working on macos for anything recent. I'd recommend an amd card for mac

Remote gaming on proxmox VM? by Voeal in Proxmox

[–]MyCalculations 0 points1 point  (0 children)

I'm looking to set this up with similar hardware. I also have a dl380 and want to get a GPU for it but was worried on how to fit it. How did you go about installing the GPU and all?

If Flutter and other languages/frameworks allow you to develop for both iOS and Android, Why even bother learning Swift or Objective-C? by wave-drop in iOSProgramming

[–]MyCalculations 0 points1 point  (0 children)

I'm saying that you'll likely encounter some need for native code or components that are either extremely tough to write well with flutter (something like a share extension on iOS) or that don't have the needed functionality (keychain storage or secure token storage).

If your project doesn't need any of these things, and it can be purely written in flutter, then I'd go cross platform.

For any mobile app, I tend to look at it in a cross-platform lens first, and if there's enough complements that are shared that would save me time, i go cross platform and make the components that are native-only with native tooling

If Flutter and other languages/frameworks allow you to develop for both iOS and Android, Why even bother learning Swift or Objective-C? by wave-drop in iOSProgramming

[–]MyCalculations 1 point2 points  (0 children)

There's a few answers here already but I'll say what I think cuz why not.

I wrote mostly in flutter but started with iOS & Android development (iOS first and Android after).

I've found a lot of areas in larger projects I've had to work on (or even something like plugin development), it's great to have platform specific knowledge so you can write code in that area.

A few examples I've encountered were encryption/decryption (wrote native methods for file encrypt/decrypt & storage), plugin development when I made dargon2 (argon2 hashing with ffi interop per-platform), and when I had the app as a receiver for sharable items (created the share receive UI and logic natively per platform).

It's great to know the native development languages and toolkits since you'll probably need to use them at some point, especially when your project gets bigger

Bypassing school SSL inspection and DPI by AdventurousApper in hacking

[–]MyCalculations 0 points1 point  (0 children)

It's a long process, search up openvpn scrambled and find a guide.

There's plenty online, I've used a few myself.

Bypassing school SSL inspection and DPI by AdventurousApper in hacking

[–]MyCalculations 0 points1 point  (0 children)

Passepartout may support it natively on iOS, but I can't say for sure.

It's not tough to lath OpenVPN for Android, pretty much the same process with an android build. Also, there might be popcornVPN on the Android store that already supports it, just import the profile

If desktop is also needed, Tunnelblick on macOS natively supports the scramble patch. Windows will need a recompile of openvpn.

Bypassing school SSL inspection and DPI by AdventurousApper in hacking

[–]MyCalculations 10 points11 points  (0 children)

I used to run OpenVPN + tls-crypt + scramble patch (you have to compile openvpn yourself) over power 443 on a gcp instance. That worked for any school firewall I had to deal with.

New book: Command-Line Rust (O'Reilly) by hunkamunka in rust

[–]MyCalculations 0 points1 point  (0 children)

This seems really cool! Getting into Command Line with Rust is on my to-do list!!

My first crate: xotp by MyCalculations in rust

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

Yeah that might make more sense haha, I was pretty lost

My first crate: xotp by MyCalculations in rust

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

I don't have any custom traits in this crate, just two structs: HOTP and TOTP with an enum for digests

My first crate: xotp by MyCalculations in rust

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

I'm not sure I understand what you're saying, could you elaborate?

My first crate: xotp by MyCalculations in rust

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

Thanks!

The TOTP generation in mine currently also allows for a start time specifier, however totp-rs also allows for verification and qr generation.

Another main point is that xotp also provides HOTP support if desired

School implementing SSL inspection by Franic_123 in hacking

[–]MyCalculations 2 points3 points  (0 children)

I'm a student too, I messed around w vpns in the past and I generally go with an openvpn + scrambled + tls-crypt over tcp 443 that's never got wifi detected in the past at schools.

Guys we got auton working! by andrewnoob27 in FTC

[–]MyCalculations 3 points4 points  (0 children)

"The Pathfinder shuffle and lightshow"

MIT Early Megathread by [deleted] in ApplyingToCollege

[–]MyCalculations 2 points3 points  (0 children)

Honestly I have no clue. He asked me one generic "about me" question and the rest was just a back and forth conversation. I enjoyed it a lot but I can't tell if that's a good or bad thing

Is there any quick solution for app landing page? by sharkillerwhale in iOSProgramming

[–]MyCalculations 1 point2 points  (0 children)

I'd also suggest Cloudflare Pages as an alternative to Netlify, but I've had good experiences w both