• 1 Post
  • 14 Comments
Joined 10 months ago
cake
Cake day: August 19th, 2024

help-circle

  • I think Brazilians have a hard time understanding European Portuguese mostly due to the closed vowels and how fast we speak. There are also some words that are different like banheiro instead of casa de banho, or ônibus instead of autocarro , or even suco instead of sumo, but I think mostly everyone will understand what you mean, especially in more urban areas like Lisbon and its surrounding area. I reckon Porto and Braga too.

    Although I had a hard time understanding what the hell meia meant when you mention it in the middle of giving out your phone number or that jogo da velha is the Brazilian Portuguese equivalent to cardinal or hashtag.

    Anyway, I like to think it’s a softer version of an American going to the UK. You’ll probably going to do just fine in more urban areas, and will have a bit more trouble in rural areas. I’m guessing you’re visiting the country. If so, I don’t think it warrants studying European Portuguese.

    As for the attitude, yes we can be condescending towards Brazilians, unfortunately. I’m Portuguese so take this with a grain of salt, but it tends to happen more with people from around 40 years old and up and less with younger people, in my experience.




  • PieFed isn’t letting me edit the OP due to an unexpected error. The errors keep piling up, haha! [EDIT: It’s fixed now!]

    Just wanted to thank all of you wonderful people for all the help you’ve given me. I love each and everyone of you (even the ones who skimmed through my post :p). A user on the other thread I created in the Arch Linux community suggested I add the nomedeset parameter, with which I managed to boot into the system. I updated it and installed linux-lts along with linux-lts-headers. Adjusted /boot/loader/entries/arch_linux.conf to switch to the lts kernel by default and rebooted the PC. Unfortunately, didn’t work but I got logs! Here’s the relevant part, I think:

    mai 03 11:04:23 arch kernel: amdgpu: [powerplay] Failed message: 0xe, input parameter: 0x0, error code: 0xffffffff  
    mai 03 11:04:23 arch kernel: amdgpu: [powerplay] Failed message: 0x4, input parameter: 0x2000000, error code: 0xffffffff  
    mai 03 11:04:23 arch kernel: [drm:resource_construct [amdgpu]] *ERROR* DC: unexpected audio fuse!  
    mai 03 11:04:23 arch kernel: [drm] Display Core v3.2.316 initialized on DCE 12.0  
    mai 03 11:04:23 arch kernel: amdgpu 0000:0a:00.0: [drm] *ERROR* No EDID read.  
    mai 03 11:04:23 arch kernel: amdgpu 0000:0a:00.0: [drm] *ERROR* No EDID read.  
    mai 03 11:04:23 arch kernel: amdgpu 0000:0a:00.0: [drm] *ERROR* No EDID read.  
    mai 03 11:04:23 arch kernel: amdgpu 0000:0a:00.0: [drm] *ERROR* No EDID read.  
    mai 03 11:04:23 arch kernel: [drm] Timeout wait for RLC serdes 0,0  
    mai 03 11:04:23 arch kernel: [drm] kiq ring mec 2 pipe 1 q 0  
    mai 03 11:04:23 arch kernel: amdgpu 0000:0a:00.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring kiq_0.2.1.0 test failed (-110)  
    mai 03 11:04:23 arch kernel: [drm:amdgpu_gfx_enable_kcq [amdgpu]] *ERROR* KCQ enable failed  
    mai 03 11:04:23 arch kernel: [drm:amdgpu_device_init.cold [amdgpu]] *ERROR* hw_init of IP block <gfx_v9_0> failed -110  
    mai 03 11:04:23 arch kernel: amdgpu 0000:0a:00.0: amdgpu: amdgpu_device_ip_init failed  
    mai 03 11:04:23 arch kernel: amdgpu 0000:0a:00.0: amdgpu: Fatal error during GPU init  
    mai 03 11:04:23 arch kernel: amdgpu 0000:0a:00.0: amdgpu: amdgpu: finishing device.  
    

    I did a search and it seems like it’s the GPU’s fault due to the ring errors. I think. I remembered I have an old nvidia GPU laying around so I’m going to try to reseat the current GPU and, if that doesn’t work, try the old one. Not sure if I have to uninstall the amd drivers or if it’s ok to have both the amd and nvidia drivers installed. If that doesn’t work, I’m going to go through all the other suggestions y’all gave me to try and pinpoint the problem.

    Again, thank you so much!









  • No phone apps that I know of for Koha. I think it works fine on any mobile browser, though. If you know HTML, CSS, or even JavaScript you can do a ton of cool stuff on your library’s catalogue. As for FOLIO, no idea, but I don’t think any exist.

    There is VideLibri but it doesn’t add any functionality you don’t already have when accessing the online catalogue of any library on your browser, so I don’t think it’s worth it. Something like the Web Opac App, which let’s you browse a ton of libraries’ catalogues in one app would be a more interesting solution. Unfortunately, it’s stopped being maintained a while ago and went closed-source, from what I can gather.


  • Hi! In the library I work, we use Koha, which is probably the most well-known open-source library management system. This comes with the advantage of having a big community and having a lot of answers to questions you’ll probably have, albeit the documentation is kind of all over the place. Just a heads-up, though: it only runs on Linux so, whoever is going to do the implementation must familiarize themselves with it if they haven’t done so already. It’s not a flawless system by any means but as far as open-source goes, it’s the best and most mature.

    There are a few demo servers you can try on their website: https://koha-community.org/demo/

    The other open-source library management system I know of is FOLIO (their repo) but I haven’t tried it or read much about it. I only know it’s way younger than Koha (created 10 years ago, I think) and that EBSCO is one of its vendors. It may use newer technology but I honestly don’t know. You can also try a demo server if you go to their wiki.

    Hope it helped. If you have any questions, let me know :).