Mein neuer Track „Endlich Wieder Frühling“ zusammen mit Jon Becker als Sänger ist da – diesmal im Rock-Pop-Stil statt EDM. Lasst euch von der Frühlingsmagie anstecken und tanzt mit uns durch die blühende Jahreszeit!
Hört rein:
▶️ YouTube: https://www.youtube.com/watch?v=JIzHanPd4wA
🎧 Spotify: https://open.spotify.com/intl-de/album/6AOsL0OqitgIntxq7BWSBc
🍎 Apple Music: https://music.apple.com/de/album/endlich-wieder-fr%C3%BChling-single/1795678727
📻 Deezer: https://www.deezer.com/en/album/711297861
🛒 Amazon: https://www.amazon.de/dp/B0DWT1F4C6
🌊 Tidal: https://tidal.com/browse/track/417258782
🎵 YouTube Music: https://www.youtube.com/watch?v=9FOIlKbRaMI
#Frühling #NeueMusik #RockPop #EndlichWiederFrühling
19.3.2025 08:09Mein neuer Track „Endlich Wieder Frühling“ zusammen mit Jon Becker als Sänger ist da – diesmal im Rock-Pop-Stil statt EDM. Lasst...A personal message, every contribution counts: Supporting my creative journey through tough times
https://www.youtube.com/watch?v=oDza8u-VDxw
22.1.2025 09:57A personal message, every contribution counts: Supporting my creative journey through tough timeshttps://www.youtube.com/watch?v=oDza8u-VDxwSomething on my personal front:
Creating is my passion, and with your support, I can keep it alive. Support my work and help me continue creating innovative and interesting projects. Every contribution makes a difference. Learn more and donate here:
Thank you for your support.
21.1.2025 07:47Something on my personal front: Creating is my passion, and with your support, I can keep it alive. Support my work and help me continue...Here a quick tinymembench benchmark performance comparison between the PasRISCV (Object-Pascal, FPC 3.3.1) and RVVM (C, GCC 14.2.1) RISC-V emulators.
15.1.2025 16:42Here a quick tinymembench benchmark performance comparison between the PasRISCV (Object-Pascal, FPC 3.3.1) and RVVM (C, GCC 14.2.1) RISC-V...Now let's look at the details of the PasRISCV SMP multicore CPU emulation:
Each RISC-V CPU core HART context runs as its own native host CPU thread, fully independent from the others. The tricky part wasn’t that, but properly emulating LR/SC atomic instructions on systems with only CAS support (no native LR/SC). Done wrong, you’ll end up with Linux kernel panic salad, boot deadlocks or something else like that. 😅
14.1.2025 11:33Now let's look at the details of the PasRISCV SMP multicore CPU emulation: Each RISC-V CPU core HART context runs as its own native host...PasRISCV also now with working SMP multicore CPU emulation 🙂
14.1.2025 10:52PasRISCV also now with working SMP multicore CPU emulation 🙂Regarding how the instruction interpreter part in PasRISCV roughly works:
13.1.2025 04:06Regarding how the instruction interpreter part in PasRISCV roughly works:RV64GC RISC-V emulator PasRISCV now with Sound and host directory mounting per 9p protocol
https://www.youtube.com/watch?v=Febvi1FGCBI
12.1.2025 06:50RV64GC RISC-V emulator PasRISCV now with Sound and host directory mounting per 9p protocolhttps://www.youtube.com/watch?v=Febvi1FGCBIThe beginning of network support in my Pascal 64-bit RISC-V PasRISCV emulator. 🙂 Although I still have a few routing issues here at the moment.
8.1.2025 06:17The beginning of network support in my Pascal 64-bit RISC-V PasRISCV emulator. 🙂 Although I still have a few routing issues here at the...A small comparison of Linux boot times with PasRISCV and JIT disabled RVVM (git 56f3510be) to show that my RV64-RISCV CPU emulation in Pascal (compiled with FPC) is faster than the one in C at RVVM (compiled with Clang).
5.1.2025 02:36A small comparison of Linux boot times with PasRISCV and JIT disabled RVVM (git 56f3510be) to show that my RV64-RISCV CPU emulation in...PasRISCV demonstration of the new state, an RV64GC RISC-V emulator implemented in Object Pascal.
Now with PCIe, NVMe, PS/2 Keyboard&Mouse, VirtIO Keyboard&Mouse, VirtIO Block and FrameBuffer emulations. VirtIO GPU, VirtIO NET and VirtIO Sound are also coming.
31.12.2024 05:33PasRISCV demonstration of the new state, an RV64GC RISC-V emulator implemented in Object Pascal. Now with PCIe, NVMe, PS/2...Good news! I've launched .masterknecht, a new free browser-based PWA tool for mastering audio using WebAssembly! Master your tracks with reference files. No ML, just efficient algorithms for fast mastering on your device. Try it & donate! https://masterknecht.klangknecht.com/ #audiomastering #pwa
6.12.2024 00:29Good news! I've launched .masterknecht, a new free browser-based PWA tool for mastering audio using WebAssembly! Master your tracks with...PasVulkan now includes an external HTML5/JS-based tool for visualizing Vulkan memory allocations. Note that PasVulkan's custom Vulkan memory manager predates AMD's first public VMA release, addressing any questions about why VMA isn't used.
12.11.2024 02:13PasVulkan now includes an external HTML5/JS-based tool for visualizing Vulkan memory allocations. Note that PasVulkan's custom Vulkan...Hm, it looks like the newer Vulkan Validation Layers (1.x.275+) are struggling with handling multiple acceleration structures in a single vkCmdBuildAccelerationStructuresKHR call. I keep running into a SIGSEGV crash. 🧐
My workaround, when validation layers are active? Simply split the call, building one acceleration structure per command. Stupid, but it works.
2.10.2024 12:07Hm, it looks like the newer Vulkan Validation Layers (1.x.275+) are struggling with handling multiple acceleration structures in a single...Good news! The https://github.com/BeRo1985/berotinypascal repository has been reinstated by GitHub. However, I've removed the self-hosted-built `btpc.exe` binary from the repo history to prevent any further false positives now.
3.9.2024 18:57Good news! The https://github.com/BeRo1985/berotinypascal repository has been reinstated by GitHub. However, I've removed the...Here an update about the blocked BeRoTinyPascal GitHub repo:
9.8.2024 21:50Here an update about the blocked BeRoTinyPascal GitHub repo:Doom running inside my PasRISCV emulator 🙂
https://www.youtube.com/watch?v=ejljO5JiAEU
Ok, it was only a conflict with alpha-to-coverage, so opaque transmission objects have disabled it now while the transparency rendering pass.
5.7.2024 14:54Ok, it was only a conflict with alpha-to-coverage, so opaque transmission objects have disabled it now while the transparency rendering...Why NVIDIA???
5.7.2024 13:40Why NVIDIA???PasRISCV demonstration, a RV64GC RISC-V emulator implemented in Object Pascal
https://www.youtube.com/watch?v=adgOU4lP3X8
⬆️
⬇️