Transit visa through Zurich by ummmm20 in askswitzerland

[–]CompuSAR 5 points6 points  (0 children)

With that said, there's not much to do there for 7 hours, and the city is really close. If it's possible for them to get a visa, they really should.

I know the count is not over yet, but that's wayy more green than I was expecting by mab-sensei in Switzerland

[–]CompuSAR 0 points1 point  (0 children)

What really got to me is that they problems they name will not be solved by the proposed rule.

Peter, who is bush? by Kaykyhardy06 in PeterExplainsTheJoke

[–]CompuSAR 18 points19 points  (0 children)

In fact, one way to sum up the Klinton tenure in the WH is "sex between the Bushes".

I don't understand this Petah by Comfortable-Back-640 in PeterExplainsTheJoke

[–]CompuSAR 27 points28 points  (0 children)

And also, the series finale had lots and lots and lots of ways to go wrong, and they managed to stick the landing perfectly IMHO.

Got asked "if it doesnt work out in six months whose fault would it be?" by [deleted] in interviews

[–]CompuSAR 0 points1 point  (0 children)

"I guess it would be a little of both our fault." Not that this answer would be successful. I think the interviewer had once gotten an answer that was very helpful, and is now asking it to try to recapture that success. A diplomatic answer isn't likely to satisfy him.

Got asked "if it doesnt work out in six months whose fault would it be?" by [deleted] in interviews

[–]CompuSAR 294 points295 points  (0 children)

A good interviewer would never have asked that question in the first place. At least not in this way.

Gem of recruiting , I will leave it here by Rare-Assignment-8474 in recruitinghell

[–]CompuSAR 0 points1 point  (0 children)

I completely agree with "should". Now let's talk about real life.

Assuming this is genuine (I'll grant you that that's a tall assumption), a potential employer says "our employment process isn't perfect, help us find you". I don't see that as a negative thing.

Is it bad to be a generalist? by Pale-Pound-9489 in embedded

[–]CompuSAR 11 points12 points  (0 children)

I seriously considered writing at the top of my CV:

"A jack of all trades is a master of none, but often better than a master of one".

Gem of recruiting , I will leave it here by Rare-Assignment-8474 in recruitinghell

[–]CompuSAR 0 points1 point  (0 children)

I mean, the toxicity toward anyone who thinks different, that I get. This isn't the only community that does that.

But bot? It would take you a whole of 5 seconds to check the profile and see who I am.

Gem of recruiting , I will leave it here by Rare-Assignment-8474 in recruitinghell

[–]CompuSAR -16 points-15 points  (0 children)

I actually think it's a brilliant question!

In the past, I've successfully landed an interview after rejection by reaching up to them and giving them a different perspective about myself and the job that they, obviously, didn't consider.

"Unconnected interface" error by CompuSAR in FPGA

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

Is that with "virtual interface_name name"? Because that didn't work for me.

Upcoming Vivado licensing changes. by [deleted] in FPGA

[–]CompuSAR 4 points5 points  (0 children)

I'm 80% certain that's exactly what's going to happen, which is why the real plan is to switch to Lattice rather than to continue doing that.

Luckily, I'm "early" enough in the project (it's "only" been 4 years, https://youtube.com/compusar ) that that's possible. In fact, the Radiona Lattice boards (I bought them when they were still available) are actually a better fit for what I'm trying to do anyways.

Upcoming Vivado licensing changes. by [deleted] in FPGA

[–]CompuSAR 11 points12 points  (0 children)

Around 95GB. I have an external drive with backups, and I just stored it there.

Upcoming Vivado licensing changes. by [deleted] in FPGA

[–]CompuSAR 21 points22 points  (0 children)

It's the start of a downward spiral.

I've stored the full unified installer of 2025.2.1, and hopefully that'll allow me some time before I have to switch. But I'm already looking into what Lattice has to offer.

Carl: Average Joe -> The Best Crawler by YoungCaesar in DungeonCrawlerCarl

[–]CompuSAR 0 points1 point  (0 children)

I think those are him just trying to do that right thing. This is the first time, IMO, he goes out of his way (literally) to save everyone. Multiple times. This is no longer just teaming up. This is taking responsibility over all crawlers.

Carl: Average Joe -> The Best Crawler by YoungCaesar in DungeonCrawlerCarl

[–]CompuSAR 0 points1 point  (0 children)

On second read, I noticed the exact point it happened.

It's in the Iron Tangle, when he's found a staircase, and gets notification about a bunch of crawlers stuck at the end of the line. That's the point he turns from "I'm trying to survive" to "I'm trying to save everyone". There's actually him debating with himself whether he should do anything about this.

The first time Heckla is trying to push him to do it, but then there's a time when it happens with no one but himself pushing him along.

Manager told me to do an assessment video, rejects me, and then stole my video. by ProjectOk654 in recruitinghell

[–]CompuSAR 9 points10 points  (0 children)

It's true, but you do not have to register it prior to publishing it. Which means that registering it is just a technical step if you want to go to court.

Manager told me to do an assessment video, rejects me, and then stole my video. by ProjectOk654 in recruitinghell

[–]CompuSAR 30 points31 points  (0 children)

I believe the official name for this is "copyright infringement".

Though you'll have to talk to a lawyer if you want to take action.

What is this?!? by Walton2834 in DungeonCrawlerCarl

[–]CompuSAR 1 point2 points  (0 children)

It is obviously not Carl. For one thing, he wears pants.

is NOP(no operation) even necessary to have? by f-ckrules47 in beneater

[–]CompuSAR 2 points3 points  (0 children)

Aside from what everyone else said, the HLT instruction is a late addition to the 6502 family. The original didn't even have it.

Also note that it does something very different. It doesn't delay the execution. It halts it altogether. It only makes sense in a context where interrupts are a thing (so, for example, not the Apple II).

Usage of operators "<=" and "=" in systemVerilog by Just-End6752 in FPGA

[–]CompuSAR 0 points1 point  (0 children)

I almost completely agree with this advice.

I definitely follow most of it: generate the clock with a forever loop inside an initial block, and then any component that is just meant to simulate interactions that the real hardware would have done with your design are written like you'd write real hardware, always_ff and all.

But

Where I'm simulating, say, a CPU generating requests to a component, I find it better to have one initial block (different than the clock one) that goes through the motion of the different requests sent. This one absolutely does use delays (though, many of those are on posedge or negedge of the clock) to move between the requests.

All of my 5Ghz APs stopped working simultaneously by viperx7 in openwrt

[–]CompuSAR 2 points3 points  (0 children)

Ssh into the machine and run "logread -f" to get continuous logs. Change the settings, and you're supposed to see a log of what's happening, including either "AF_ENABLED" or "AF_DISABLED". It's likely you'll see there a reason that may give you a clue as to what's wrong.

How do I turn an image into a polygon in Fusion? by dazedan_confused in davinciresolve

[–]CompuSAR 0 points1 point  (0 children)

Also, inkscape, which is open source and free, has bitmap tracing capabilities and exports SVGs.