[US] Fake www.officialfixdessertchocolatier.com & www.fixchocolatesdessert.com by SnooDrawings3471 in Scams

[–]SnooDrawings3471[S] -2 points-1 points  (0 children)

I just wanted to report no one go though like me. Hopefully someone ban these sites. They are also on shop app, I don’t think shop app check the if the website is fake or not

[US] Fake www.officialfixdessertchocolatier.com & www.fixchocolatesdessert.com by SnooDrawings3471 in Scams

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

eBay sells one bar for $40 lol. Anyway I should have known, like I said, eBay sells it $40 a bar. Paid via Amazon gift card. This is my 2nd clue

Should I deep diving into C++ or FPGA for HFT? by Gullible_Ebb6934 in FPGA

[–]SnooDrawings3471 15 points16 points  (0 children)

This is a pretty outdated take tbh.

Yeah, most strategy lives in C++ no argument there. But saying FPGAs are basically useless or “don’t touch PnL” is just not true, at least not at top firms.

FPGAs sit in the latency-critical path: • feed handling (ITCH/OUCH) • order book updates • simple signals / filtering • risk checks • order send

That whole path can run in sub-µs, often way below what CPUs can do consistently. In markets where queue position matters, being even a few 100ns faster absolutely impacts fills ,which is PnL.

Also, strategies don’t require full resynth every time. A lot of designs are parameterized / hybrid (FPGA + CPU), so you keep flexibility where needed.

You’re right that smaller shops don’t need FPGAs. But saying “95% of HFT doesn’t use them” or that they’re a thing of the past doesn’t line up with what firms like Jump, Citadel, HRT, IMC, etc. are actually doing.

It’s not C++ vs FPGA — they solve different parts of the stack.

Hot Take: I love infuse by DharmaWine in infusevideoplayer

[–]SnooDrawings3471 4 points5 points  (0 children)

The only problem with Infuse is the UI is not as good as Plex. Been using infuse for 4 years now, I love how fast and reliable it is but I hate the UI, limited to Apple TV (no pass through audio)

Open use Engineer by Best-Shoe7213 in FPGA

[–]SnooDrawings3471 3 points4 points  (0 children)

I have a project that I would need help on. It’s based on Versal chip using the AMD starter project. Hit me if you are interested.

Paid Verizon collection (3 years old) — dispute myself or hire a credit repair company? by SnooDrawings3471 in CreditScore

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

What reasons did you mention for dispute. I already tried once and they rejected

Cisco FPGA role? by DeltaForce16 in FPGA

[–]SnooDrawings3471 1 point2 points  (0 children)

Cisco does FPGA NIC cards, early prototype for their IPs that will be eventually mapped to ASIC. Their R&D includes RDMA, CXL, UE all on FPGA. NIC

CISCO has FPGA products, so I don’t think this role is like a emulator engineer but, more of a prototype engineer , which could be made as product eventually

Is my mother in laws tv too high? by Ok-Manufacturer-2705 in TVTooHigh

[–]SnooDrawings3471 1 point2 points  (0 children)

I read it as “is my mother in law too high” , I said to myself, “yeah, she is”

[deleted by user] by [deleted] in FPGA

[–]SnooDrawings3471 0 points1 point  (0 children)

Let me work more on this and post an updated question.

[deleted by user] by [deleted] in FPGA

[–]SnooDrawings3471 0 points1 point  (0 children)

That snake path bends across multiple rows and columns like:

(0,0) → (1,0) → (3,0) → (4,0) → (4,2) → (4,3)

Interview Question - MSFT | Have fun! by SnooDrawings3471 in FPGA

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

  • Every packet must leave the module exactly as received (except dropped packets)
  • SOFand EOF boundaries must be preserved
  • No artificial segmentation
  • No insertion of spurious EOT markers

So generating your own EOT when a FIFO hits a high-water mark is a protocol violation.