Posts
4595
Following
317
Followers
476
Linux kernel hacker and maintainer etc.

OpenPGP: 3AB05486C7752FE1

Jarkko Sakkinen

Edited 1 year ago
I know what NixOS's selling points but I just don't like it in the host. And I neither like that there is a declaration/specification that is defined by a community that I'm not involved with to getting in the way. I get it for autonomous nodes, like a data center or something. Does not fit to my workflow or how I work. Great that there are options, right?
0
0
0
@IslandUsurper I use Nix in remote shells with nix-user-chroot :-) So not really trying to put these three great tools in order. For whatever I do I just take the shortest and easiest path, no ideology here tbh :-)
1
0
0

Jarkko Sakkinen

I’ve found #ubuntu #multipass to be sweet-spot for me for creating #development environments, meaning environments with toolchains, project specific assets and stuff like that.

Like if I spin up a new project or whatever, I just:

multipass launch \
	--name project \
	--cpus 4 \
	--memory 8G \
	--disk 100G \
	--bridged \
	23.10
multipass exec project -- yes '' | ssh-keygen -t ed25519
multipass exec project -- cat .ssh/id_ed25519.pub

Totally get #Podman and #Nix but learning them only to do this would be a total overkill…

2
0
1

Jarkko Sakkinen

Edited 1 year ago
@oathboundFamiliar @spinach traditional version of this "code of conduct" is that you should look into eye when you meet a new person, associate or whatever. i somewhat get this version, not the serial killer-version really. :-) i mean when you greet that person not continuing to stare like a maniac after that...

fun related fact is that quite many table manners etc, which are recommended still today, inherit from royal courts of the old days, and their function was being security protocols. this way it was possible to mitigate the risk for murdering the ruler with a knife or other weapon at hand :-) not a joke
0
0
0
@monsieuricon @oathboundFamiliar@akko.elysium i fully get what you are saying with the attenuation factor that sometimes there can be language barriers and cultural differences can cause some misinterpretation :-)
0
0
0
@oathboundFamiliar @spinach tbh, autist or not, i'd find it creepy if someone would "maintain eye contact" through the whole discussion, like in any discussion :-)
1
0
2
one thing that came to mind about bass drums. i often start with my self-made synthesized kick but then i finally pick a kick sample possibly e.g. from a sample pack or even splice. you make much more educated pick and less time spent. thus i have more knobby kick in the template... so even if not being a professional audio engineer and have studio grade room treatment, making own kicks can be turn out to be many ways useful. at worst that gives you some idea what you are looking for
0
0
0

Jarkko Sakkinen

Edited 1 year ago
this is my project template kick ATM. it is not meant for referencing but more like finding something reasonable in bitwig, then knobs are bit nicer IMHO. i like to do presets that have barely enough stuff and refine per project :-)
1
0
1

Additional notes:

  • Signal path has the bare minimum in order not to add any possible extra latency. The point is to play in low-latency.
  • Sampler takes care of transient peak in the same instrument rack.

My next thing is to write a script that takes KICK2 preset file, parses the XML and saves two Bitwig curve presets :-) This way I get away from having to edit programmatically an actual Grid preset, which would be probably too complicated. KICK2 has pretty simple format…

1
0
0

Jarkko Sakkinen

i hope some way we get Compressor+ to #Bitwig, which is more like Glue in #Ableton, i.e. VCA/feedback-style bus compressor. I have The Glue from Cytomic now but still would nice to have at least a track template with stock only... The Glue is the exact same compressor as Ableton Glue and thus pretty good workaround to the issue. #audio
0
0
0
it would huge productivity enhancement for the grid if sub-blocks could be saved because you tend to use a lot the same patterns. then they could be just picked up and brought to the whatever is cooking :-)
1
0
0

Jarkko Sakkinen

This is my de-facto approach to kicks with #Bitwig: I put the reference made with KICK2 to the sampler and then fit my curves to it :-) #audio
1
0
4

So:

I wonder why universe decided to swallow this :-)

0
0
0
i found this blog entry most helpful to get started: https://josefbacik.github.io/kernel/2021/10/18/lei-and-b4.html
0
0
1

Jarkko Sakkinen

Edited 1 year ago
despite being #tpm maintainer had no idea of this https://lore.kernel.org/tpm2/. not eagerly subscribing because there is too much email already :-) neither idea what it is about

i think this is time give a shot lei, which @monsieuricon and synchronize maildir so i can check what is going on from time to time but it does not interrupt if i do not want to.

#linux #kernel
1
0
0
@ErikUden ... it was in 2018 and i had also legit style to visit the burger joint back then ;-)
0
0
1
@ErikUden If you ever visit LA you should definitely pick your food from In-N-Out Burger at North Hollywood :-) I wet there once (with Ueber) because it is the joint near The Dude's home in Big Lebowski.
1
0
2

Jarkko Sakkinen

Switched from "Hack" to "Iosevka" because people do not know these days what Enter-key is 🤷 #email
0
0
1

Jarkko Sakkinen

Edited 1 year ago
So how does Rust Linux use misc? I do not see bindings for misc_register(). #linux #kernel #rustlang
1
0
1

Jarkko Sakkinen

Edited 1 year ago
#cmake is all things considered pretty nice tool for orchestrating projects with e.g. #buildroot generated image, documentation and some other assets. age and maturity also brings benefits, and it is not nearly as torture as autotools...

i don't really use it as a tool build a C-program. i almost solely use it for invoking other build systems etc. to do what they are good at.
0
0
0
Show older