Posts
4359
Following
315
Followers
456
Software Engineer at Opinsys Oy
Entrepreneur at Siltakatu Solutions Oy

OpenPGP: 3AB05486C7752FE1
Edited 2 months ago

It is with great sorrow that we share the news that Hannu 'Haa' Aronsson, a regular at the Alt Party, and winner of the latest Most Obscure Computer Competition (with a Canon Cat) has passed away. He also created the world's first ever demo for that machine. Haa was an amazing force of positive energy who never forgot the joy that we have all experienced from tinkering with some new computer gadget or technology. He will be very greatly missed.

1
2
0

Sailfish OS Linux for Phones Gets 5.0 'Tampella' Update https://www.howtogeek.com/sailfish-os-5-0-tampella-release/

1
1
0

Eric Trump plainly admits that his father’s Sunday social media post about the “crypto strategic reserve” was intended to manipulate the crypto markets

2
8
2

I'm glad Hellwig is no longer blocking Rust development in the Linux kernel, but I feel like some of the posts I'm seeing about it are unnecessarily harsh: he did good work too, and I hope we can avoid driving him away from contributing altogether.
If nothing else, some of his refactoring work has helped the rust devs as they would have had to do it themselves otherwise to make the C side clean enough for Rust bindings.

Thank you, Christoph Hellwig!

3
6
0

Currently shopping for ideas and opinons on how `sbctl` should approach the revocation list in Secure Boot (`dbx`).

https://github.com/Foxboron/sbctl/issues/23

Feel free to come with ideas but trying to keep things simple is the goal here.

1
2
0

The latest cover of French magazine "Le Point":

Reads:

"The Man from Moscow"
"Putin & Trump, an alliance of predators."

0
3
0

Jarkko Sakkinen

Edited 2 months ago
0
0
1

Jarkko Sakkinen

One of my favorite "made with Rust" applications: dua

https://github.com/Byron/dua-cli

Let's put another I use daily:

https://github.com/ClementTsang/bottom

There's not whole a lot command-line / TUI Rust programs that I use but these are definitely my go-to choices for what they do...
1
0
1

it's called ssh-keygen but doesn't even play cool tracker music?

1
24
2

If anyone is confused about 18F: imagine an in-house consultancy who could show up and solve your problems but who would then be able to use that knowledge to solve someone else's problems without billing them for the prior work, saving everyone money and also making a bunch of it open source. People took pay cuts to work there. Destroying them is a tragedy

2
13
0

Jarkko Sakkinen

first work day at new job tomorrow
1
0
7

Jarkko Sakkinen

Edited 2 months ago
It's hard to keep some of the days head together when the world events are so distracting, and hell is breaking loose from all directions and angles.

#news #politics #war
1
3
5

Intel's Pentium processor (1993). Looking inside the chip , I found a large, complicated circuit just to multiply by 3 (lower right). Why? The Pentium uses a fast technique to multiply 64-bit numbers and it turns out that 3 is a special case. Let's take a closer look at multiplication... 1/N

1
12
0

Jarkko Sakkinen

So that you know, this is the correct path to export AAVMF (counter-intuitively when comparing to x86-64):

https://gitlab.com/jarkkojs/linux-tpmdd-nixos/-/commit/f24224f0065df3376649e21492a1475f225d95e0

Took a while to figure this out :-)

Also figured out the appropriate options on macOS (with Apple Silicon) how to launch my build with QEMU:

# After doing docker compose up --build:
qemu-system-aarch64 -machine virt -cpu host -accel hvf -m 2G -nographic -bios output/firmware.fd -hda output/tpmdd-nixos.qcow2

I think I've now substituted my legacy BuildRoot environment with this NixOS based system, and gained some new benefits, such as being able to do aarch64 kernel development on macOS and test Rust kernel code.

Next up: send MAINTAINERS update (BuildRoot -> NixOS).

I guess my last week of holiday has been spent well :-)

#linux #kernel #nix #nixos
0
1
1

Jarkko Sakkinen

Edited 2 months ago
Nix:

1. Claims to be a functional language.
2. Still complains about declaration order.

I purposely put declarations in alphabetical order in my kernel testing shenanigans because I thought that it would stand the test.

What disappointment ;-)

#nix #nixos
2
0
1

In 2012, right before aarch64 toolchain became public, I wrote a post "what interest me in Arm world".

During last months I was thinking should I write an update.

There is a plan for a new blog post then. Content would not surprise.

https://marcin.juszkiewicz.com.pl/2012/09/29/what-interest-me-in-arm-world/

0
2
0

Jarkko Sakkinen

Edited 2 months ago
I tried for a while Zed as GUI editor, as I like the model where I use vim heavily, and some separate GUI editor for more like code browsing and understanding what I'm looking at (and meetings).

It's great in some areas but once you end up situation where you don't have your GPU driver temporarily available you are literally fucked. LLVMpipe experience is a horror story.

That's why I've returned on using my paid version of Sublime Text when I need a GUI editor because it just works in all situations and hardware generally quite well. It has both well implemented software and GPU pipelines.

This is also why I would look at its performance comparisons with a grain of salt as you could call Zed as unfinished implementation. It's not uncommon to boot a machine to some kind safe or rescue mode and it still would be nice to have full text editor experience.
1
0
1

Jarkko Sakkinen

Edited 2 months ago
Data source injection will definitely be a thing in AI-powered world. Especially in state level actors can implement this at scale and indirectly orchestrate both the learning process of LLM's and execution process of AI powered services (as many of them combine the static LLM with external resources scavenged during execution).

Michael Pound is pretty known researcher in various topics so definitely worth of watching:

https://www.youtube.com/watch?v=rAEqP9VEhe8

#ai #infosec
0
1
0
Show older