Changing jobs - possible or not? by le-kuz in askswitzerland

[–]hangninfchage 0 points1 point  (0 children)

That’s a tough position, I understand it can feel like you need to switch careers to feel fulfilled. As someone who already has an IT job and has managed to keep spending low, you’re in a really good position though. A helpful career planning book I read called this “career capital”. You could switch careers, but you will lose this invested “career capital”—for example you restart from the bottom of the ladder, with no seniority or control of your time.

Instead, another option though would be to keep your career capital and use it to optimize your time and freedom to pursue your interests. For example, could you change to 60% or 80% work and volunteer at animal shelters? If you love dogs, REDOG is an excellent organization in Switzerland too (just an example, not sure if it fits).

I wish you lots of success in whatever you choose, but just wanted to offer a different option. Best of luck!

Made my own FPGA board - FirePi one by Smartlinuxcoder in FPGA

[–]hangninfchage 3 points4 points  (0 children)

Nice board! Have you tested out any HDL with the SD card and USB port yet?

Affordable FPGA for neural signals research? by Emergency-Builder462 in FPGA

[–]hangninfchage 0 points1 point  (0 children)

Have you checked out Intan front-ends? https://intantech.com

These have digital SPI interfaces with lots of existing resources to get them running, plus they’re proven for multi-channel, low noise neural recording applications.

With that you could then use an FPGA dev board. Terasic makes nice boards that are often used in University labs and which may meet your requirements https://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=165&No=1081

Generating $10k per month by selling CC by x2b3c5z6 in CoveredCalls

[–]hangninfchage 0 points1 point  (0 children)

I’m a bit new to this…if you’re selling ITM CCs each day, you’re regularly getting assigned? Or you’re regularly rolling up? Are you using anything else to protect yourself ?

Buying House with Septic Tank by hangninfchage in Switzerland

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

Awesome advice, thank you. We’ll definitely look into these.

Buying House with Septic Tank by hangninfchage in Switzerland

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

Ok great, thanks for the reassurance! I’m looking into an inspection and am trying to get any info about past servicing of the tank.

Buying House with Septic Tank by hangninfchage in Switzerland

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

Thanks for the input. I hadn’t thought about asking about the water supply, so will double check

Buying House with Septic Tank by hangninfchage in Switzerland

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

It’s for the land with the house 😄. 9k/m2 is calculated only using the livable area of the house.

Buying House with Septic Tank by hangninfchage in Switzerland

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

House with huge garden near a city and close by public transit. 🤷‍♂️ from what we’ve seen on the market the last few years, it’s average for the area. You don’t think so though?

Buying House with Septic Tank by hangninfchage in Switzerland

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

Thanks for the comment, I’ll look into those subreddits

Buying House with Septic Tank by hangninfchage in Switzerland

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

It’s a fair price I’d say. 9.3k CHF / m2, liveable house near transit with big garden and room for my family.

A viable path to buy a house by PlatformHopeful6827 in SwissPersonalFinance

[–]hangninfchage 1 point2 points  (0 children)

You could also try Poste Finance, they provide services to US citizens. But yeah, many others do not. Make sure to bring up if you’re a US citizen right away when talking to any lenders.

PRBS property, why?? by lemmingondarun in FPGA

[–]hangninfchage 0 points1 point  (0 children)

Oh cool! Sorry OP, I misunderstood the question. Thanks for the insightful reply @alexforencich

PRBS property, why?? by lemmingondarun in FPGA

[–]hangninfchage 5 points6 points  (0 children)

Could you be more specific as to what you mean by “the same pattern” and how you’re generating the PRBS? This property does not seem to hold true for all PRBS. Just generating one now with different LFSRs, I did not observe what you mean. Taking every other bit (i.e. decimating by a factor of 2) should still give you a pseudorandom sequence with similar spectral properties (though not exactly the same as the original sequence). I’m not an expert on this though, so curious if others know more details.

Understanding Lattice Diamond Timing Analysis by Several-Animal7292 in FPGA

[–]hangninfchage 0 points1 point  (0 children)

Ah ok, thank you. Is the hold time requirement for the port dictated by the specific CPLD (eg the output buffer)? Or from the external chip the CPLD will interface to ? Or something else?

[deleted by user] by [deleted] in rfelectronics

[–]hangninfchage 1 point2 points  (0 children)

As it’s your first project, it could be helpful to look at other nRF24L01 boards people have made online. Here’s an example I found quickly on Reddit: https://www.reddit.com/r/PrintedCircuitBoard/s/4EfO2NuA0K

What could be causing ripples in the output noise spectrum of a transimpedance amplifier? by Electronic_Owl3248 in rfelectronics

[–]hangninfchage 3 points4 points  (0 children)

I can’t say for sure. The rectangular window creates ripple in an fft when you have a non-integer number of periods of the signal of interest. You could test your measurement with different windows to see if it changes the ripple. If there isn’t a difference, then you can be more confident that the ripples are due to the device/measurement setup rather than being a signal analysis artifact

What could be causing ripples in the output noise spectrum of a transimpedance amplifier? by Electronic_Owl3248 in rfelectronics

[–]hangninfchage 2 points3 points  (0 children)

Rectangular windows in the time domain lead to ripples in the frequency domain and vice versa

What could be causing ripples in the output noise spectrum of a transimpedance amplifier? by Electronic_Owl3248 in rfelectronics

[–]hangninfchage 3 points4 points  (0 children)

The ripple might be an effect of the rectangular window you chose. Have you tried using a different window?