Posts
3556
Following
214
Followers
361
Linux kernel maintainer. Compilers and virtualization at Parity Technologies.

Jarkko Sakkinen

To save some time upgrading all U-he plugins I did:

#!/usr/bin/env bash

set -e

wget -q --show-progress -r -np -nd -l1 -A Mac.zip https://uhe-dl.b-cdn.net/releases/ -P dl/
for file in dl/*.zip; do unzip -j -o "$file" -d staging "*.pkg"; done
for file in staging/*.pkg; do sudo installer -pkg "$file" -target /; done
1
0
0

Jarkko Sakkinen

Edited 3 months ago
0
0
0

Jarkko Sakkinen

This is great because MPE-parameters can be misused as automation parameters :-) Less automation curves better...

https://u-he.com/news/#mpe-update
0
0
0
Edited 3 months ago

Beware, there is an ongoing spambot attack in issues in several projects were random people suggest "the fix" is to download a random file from mediafire.com. Like this:

8
9
0

Jarkko Sakkinen

Edited 3 months ago
IMHO, the most useful thing in its simplicity at least I've had for MSEG in Bitwig: drop-in replacement for LFO Tool.

I actually still use LFO Tool to "design" the side-chain curve and then just match it with Curves modulator and Tool device.

Actually this is what I do a lot: use VST first given e.g. nicer visual feedback and then replicate with stock devices. Best of both worlds as far as I'm concerned :-)

#Bitwig #BitwigStudio
1
1
4

Jarkko Sakkinen

I could imagine world without virtual memory ;-) Like back 80s memory model. You could have security by CPU enforcing the borders (and actually would address quite many modern attack vectors).

Not a serious proposal. Still would be totally doable. Like if you have 128 GB of RAM with my normal use I could pretty much do all my tasks easily in partitioned environment.
0
0
0

Jarkko Sakkinen

Considering Durov's arrest, it is not huge surprise since:

1. Telegram's security is not that great. Not sure if it is legislation compliant but I doubt it.
2. It has become the place for buying malware and stole data.
3. It has become the place for buying narcotics.

For two last I have no idea why is Telegram preferred over Tor these days.

https://en.wikipedia.org/wiki/Arrest_of_Pavel_Durov
0
0
0

Jarkko Sakkinen

Hands off the best Skin for @uheplugins #Diva:

https://plugmon.jp/product/mona/

There's also one for Tyrell N6:

https://plugmon.jp/product/mona-n6/

#plugmon
1
0
1

Just in case anyone's still stuck with the SBAT issue on the Linux systems and can't easily disable secure boot for whatever reason - boot a live Fedora image, open a terminal, run

sudo mokutil --set-sbat-policy delete

and reboot. shim should now clear the sbat policy and you're back in business. Don't allow Windows Update to run again until things are sorted.

0
10
2

If you need help trying to figure out what version of Node, Ruby, Postgres, Redis, Elasticsearch, Libvips, FFmpeg, ImageMagick you need to upgrade your Mastodon instance you can always check out https://www.mastoreqs.com in addition to reading through the release notes of the new version.

0
2
0

Jarkko Sakkinen

Edited 4 months ago
Learning new cool stuff for the upcoming work, i.e. extending LLVM IR processing :-) There's no pressure to do that but cannot help myself.

If I have a options, I try to pick jobs based getting to do something I've watched from the audience but would require way too much focus without being primary job.

I find it very clever and disruptive to consider RVA20U64 as a bytecode format with only less than 50 opcodes, which trivially map to ARM and x86 user space code. LLVM plugins should be able to do all kinds of optimizations in the JIT architecture, speeding up both the turnaround time of the compilation and quality of the compiled code for the target architecture (i.e. aarch64 or x86_64 in practice).

RISC-V CPU "softcore" (invented this term now because no idea what it is) is at least the first bytecode I actually like.

https://github.com/riscv/riscv-profiles/blob/main/src/profiles.adoc#rva20u64-profile

#riscv
0
0
2

Jarkko Sakkinen

Can I buy "BTW, I don't use Arch Linux" T-shirt? Came to mind and could not help myself 🤐
0
0
2

Jarkko Sakkinen

Edited 4 months ago

After using Aerc over a year I suddenly realize that I can emulate set records= simply by commanding for a selection :move Trash.

Despite this, I’ve been using :move a lot like probably the same day I started using aerc in the first place 🌻

#email #aerc #mutt

0
0
0

Jarkko Sakkinen

PolkaVM is based on RVI20U64, which is a RISC-V profile lacking machine (M) and supervisor (S). The ALU of RVI20U64 has 47 opcodes in total.

I also noted FENCE and FENCE.I are in the profile. Are they useful for a single core CPU package?

Does this architecture have pmpcfg* registers? It would not make any possible sense to me so I’m only sanity checking here.

#polkadot #riscv

0
0
0

Jarkko Sakkinen

" It’s a paradigm shift for the Linux desktop, crafted in Rust."

OK great it is written in Rust, but what is the paradigm shift? I see windows, icons, a docker and shit.

https://www.both.org/?p=7014
0
0
0
Show older