Marko Mäkelä

Results 11 issues of Marko Mäkelä

During `sysbench prepare`, let us use the same settings as `mysqldump` would, in an attempt to speed up `INSERT` operations. In MariaDB/server@8ea923f55b7666a359ac2c54f6c10e8609d16846 this would result in less undo log being...

While https://rr-project.org/rr.html mentions the `mmap(2)` system call (hint: in Firefox, hit Ctrl-Alt-R to exit the “slide show” mode), it does not mention one limitation that I suspect must exist, based...

A variation of the example feed that I constructed for #1104 demonstrates that Liferea only recognizes GeoRSS-Simple but not the GML format. Not even a simple `gml:Point` is recognized: ```xml...

help-wanted
easy-to-fix
feature-request

I thought that it would be nice if RSS feeds could embed calendar events. The earliest example of this that I was able to find is https://sunlightfoundation.com/2007/07/10/using-rss-for-house-committee-schedule-feeds/ I tested the...

help-wanted
easy-to-fix
feature-request

I can hardly think of a more hostile ISA to position independent code than the 6502. Here is an experiment that I just conducted with the Commodore 64 emulator of...

enhancement
p2

**Is this the right place for my bug report?** I believe yes. **Describe the bug** [zillevdr/vdr-plugin-softhddevice-drm](https://github.com/zillevdr/vdr-plugin-softhddevice-drm/) compiled with `MMAL=1` crashes on interlaced H.264 input (DVB-T2 channel). MPEG-2 DVB-T streams work...

- [x] *The Jira issue number for this PR is: MDEV-33817* ## Description Intel AVX512 instructions allow 512-bit [carry-less product](https://en.wikipedia.org/wiki/Carry-less_product) to be computed as well as 512-bit unaligned loads of...

- [x] *The Jira issue number for this PR is: MDEV-29445* ## Description The buffer pool will be mapped in a contiguous memory area that will be aligned and divided...

Yesterday, I was presented the word [Partie](https://de.wiktionary.org/wiki/Partie), I think with the translation "party". That would be the correct translation for [Partei](https://de.wiktionary.org/wiki/Partei). Not being a native speaker in either language, I...

You may be familiar with the CppCon 2016 talk "[Rich Code for Tiny Computers: A Simple Commodore 64 Game in C++17](https://www.youtube.com/watch?v=zBkNBP00wJE)". The "compiler" implementation was a hack: letting `clang` translate...

enhancement
p2