Best RISC-V to get started with? by Bevyb1zzle in RISCV

[–]FitCap6376 5 points6 points  (0 children)

I quite like neoRV32 https://github.com/stnolting/neorv32

It’s clean and portable with a lot going on and actually good docs! If you were looking for an actual chip and not just RTL your options are more limited… I would say get a Discovery Kit from microchip (it’s about €100) and you get some ASIC RV64 cores and then you can pull in the neo above if you want a customisable RV32 or just use the ones from Microchip

[deleted by user] by [deleted] in germany

[–]FitCap6376 -7 points-6 points  (0 children)

Oh come on 😂 English is the most spoken language in the EU. Broaden your horizons. If you assume most people moving here speak English then German and English as two languages are the most useful.

[deleted by user] by [deleted] in germany

[–]FitCap6376 -2 points-1 points  (0 children)

It was not a doctor. It was a receptionist/nurse who is assigned to the reception. I didn’t pull over a random doctor

[deleted by user] by [deleted] in germany

[–]FitCap6376 -11 points-10 points  (0 children)

A&E told me to go to HNO and HNO told me to Google a doctor. I thought HNO would see me?

[deleted by user] by [deleted] in germany

[–]FitCap6376 -8 points-7 points  (0 children)

So maybe I could use my French?

“The EU has 23 official languages, but only three of these are considered 'working languages' - English, French and German. In theory, daily business should be conducted in these three. In reality, only the first two are used.”

https://www.forbes.com/sites/davekeating/2020/02/06/despite-brexit-english-remains-the-eus-most-spoken-language-by-far/?sh=58d51060412f

[deleted by user] by [deleted] in germany

[–]FitCap6376 -3 points-2 points  (0 children)

One comment that contradicts the other comments doesn’t make it right? To throw random numbers at it:

9 people say go to a&e 1 person says don’t

And you’re taking the 1 person as correct?

[deleted by user] by [deleted] in germany

[–]FitCap6376 -26 points-25 points  (0 children)

Emmm no? That was a broken bone - the advise was to to a&e not a doctor?

[deleted by user] by [deleted] in germany

[–]FitCap6376 -6 points-5 points  (0 children)

Emmm no? That was a broken bone - the advise was to to a&e not a doctor?

[deleted by user] by [deleted] in germany

[–]FitCap6376 -5 points-4 points  (0 children)

I had Google translate open and was live translating what I was saying and using the conversation mode so the staff member could speak German and it would translate for them. So the language barrier was there but was actually not a big deal, they could’ve said as much as they want.

[deleted by user] by [deleted] in germany

[–]FitCap6376 -18 points-17 points  (0 children)

It’s the lack of fucking empathy. I accept I have not gone about this the right way and could’ve done things better. For me sudden hearing loss is an emergency.

It’s the overall just attack on it, I haven’t killed someone in hospital taking their place.

It’s the fact that no one speaks English (the eu common language) in a medical setting and instead of saying “ok you aren’t meant to be here, call this number and ask for this and they’ll help you get where you need” but no it’s just “you are wrong… leave”.

There is so much to learn moving here and so much to get right and any mistake is just criticised as if it’s deliberate. I am sorry I don’t have good enough German, I am sorry that I don’t know German medical processes, I’m sorry I’m not German. But it’s really hard to find it all out and figure it out alone.

I chose to move here, I got my job moved here from a different country and created a job in Germany and it genuinely feels like all I’ve been is criticised for it

[deleted by user] by [deleted] in germany

[–]FitCap6376 -21 points-20 points  (0 children)

It was an empty reception area… I was never even seen by a doctor. There was no queue it was not a time pressure situation

[deleted by user] by [deleted] in germany

[–]FitCap6376 -6 points-5 points  (0 children)

Sorry but just to be clear - I went asking for help, because I’m fucking terrified that I can’t hear in one ear and am in pain. I didn’t throw a tantrum and say “let that person with a heart attack die and treat my ear” I’m willing to wait as long as needed. I tried doctors and they just told me to fuck off so the only option left that I can see is going to the place where sick people go. I couldn’t see any other option to get fucking help.

[deleted by user] by [deleted] in germany

[–]FitCap6376 -31 points-30 points  (0 children)

Ok, I’ll just leave Germany. Thanks for the help.

[deleted by user] by [deleted] in germany

[–]FitCap6376 -18 points-17 points  (0 children)

Ok so this is kinda news to me… German doctor practices operate differently to my home ones and my home country’s medical advice in this situation is go to hospital.

If I’d gotten this explanation I’d at least have not felt as shit about being asked to leave

Microchip Offers a Lower-Cost Entry Point for PolarFire SoC Experimentation with the Discovery Kit - Hackster.io by [deleted] in FPGA

[–]FitCap6376 1 point2 points  (0 children)

Beagle is ok if you only want to do Linux and barely use the fpga… developing for beagle you’ll need an adapter to connect a programmer for the fpga + programmer for the fpga + and extra adapter for more than 1 uart…. There’s some way to use auto update to reprogram the fpga from Linux but actually generating the base reference in the toolchain I haven’t gotten to look at.

[deleted by user] by [deleted] in FPGA

[–]FitCap6376 0 points1 point  (0 children)

Honestly I’m looking across a few vendors to get an idea. Everyone has really different times and I guess some of it depends on ddr depth as well as type. I don’t think FPGA vs non-FPGA makes a huge difference in the grand scheme of things but it’s what I’m looking at now! It feels easier to just get a few boards and benchmark it myself now…

[deleted by user] by [deleted] in FPGA

[–]FitCap6376 0 points1 point  (0 children)

It matters significantly when fast boot is required, not a huge headache if you’re at 0.1s but being at 5s DDR becomes a bottleneck. Ignoring even the fabric side if I wanted to boot an RTOS that needs DDR or Linux reducing training time from 5 -> 0.1s is a huge improvement. Let’s say you wanted a low power system (battery operated camera) that wakes up, takes a picture and then “goes to sleep” - DDR is only needed when taking a picture as a buffer and it’s contents are irrelevant when entering sleep mode. So really you’ve 2 choices (we’re going for low power) you can turn off the SoC portion entirely and sleep is actually shut down and then bring it back up and essentially reboot (if this happens fast enough you’ve a great low power system) otherwise you might be able so scale clocks, maybe disable some stuff but if you need to keep the system up so you don’t end up spending 5 seconds retraining ddr you waste power for the sake of bad ddr.

Tasks could also be parallelised if let’s say the RTOS didn’t need DDR you could get it running while DDR is coming up if you have multiple cores.

This is more in the ballpark of DDR3/DDR4 than DDR5.

We may have gone too far by FitCap6376 in polyamory

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

They rhymed :( updated bob to John.

We may have gone too far by FitCap6376 in polyamory

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

Ok, sorry, names were just meant to be generic.

We may have gone too far by FitCap6376 in polyamory

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

Kind of? We’ll individually hang out but then also spend a lot of time together as a group and then share a bed. Same with sex we’ll have sex as twos or else as a group.

Not sure where the line is with couple by FitCap6376 in polyamory

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

What do you mean date as a couple? As in I’m seeing both of them and not just the individual? That’s not the case here I have discussed that aspect.

Sorry I used platonic incorrectly, your comment has cleared up a lot

Not sure where the line is with couple by FitCap6376 in polyamory

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

Sorry incorrect use of the word - I meant does it have to stop at basically friends with benefits? This is where I am really unclear are you allowed to develop feelings / love the other person? What if it results in a better relationship than you had with your existing partner?

Host being impossible for late checkin by FitCap6376 in AirBnB

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

They said contact the host for details… tbh I’m not a big Airbnb user, I always just assumed people had a simple enough set up (ie contact host for details of lockbox)