Posts
4784
Following
319
Followers
489
Linux kernel hacker and maintainer etc.

OpenPGP: 3AB05486C7752FE1

Jarkko Sakkinen

Edited 4 months ago
i know that i'm doing pretty good in my life if i don't post a lot to social media :-)

this is more like an implication i.e, i might post a lot once in a while and still do well.
0
0
1

Jarkko Sakkinen

What an awesome documentary on #m68k #CPU:

https://www.youtube.com/watch?v=njGWWg69B4A
0
0
1
Edited 4 months ago

I came across information that the original quote in Futurism which said 99% electricity use was incorrect.
https://futurism.com/google-ceo-congress-electricity-ai-superintelligence

The transcript says “3% to 9%”.
https://www.techpolicy.press/transcript-us-lawmakers-probe-ais-role-in-energy-and-climate/

The larger point remains, though. AI and data center energy and water use is surging, and we are only at the beginning of this whole thing. For years, data centers energy use stayed below 1% and we were told not to worry. In countries like Ireland, data center energy use is now already over 20%

2
6
0

Jarkko Sakkinen

3
3
5

Jarkko Sakkinen

hmm... robocop -80% at steam
0
0
0

Jarkko Sakkinen

remarkable work, Ultima II for VIC-20 by Aleksi Eeben:

https://www.youtube.com/watch?v=16feIwUHB9w

#games #ultima #commodore #vic20
1
1
2

Jarkko Sakkinen

Edited 4 months ago
0
0
0

Jarkko Sakkinen

1
2
5

Jarkko Sakkinen

these posts are like a virtual version of water torture
0
0
1

Star trekissä oli vuorossa legendaarinan natsijakso. Tämähän oli yllättävän hyvin kirjoitettu, odotin jotain paljon pöhkömpää.

1
1
1

Jarkko Sakkinen

After fighting with container nesting, I think that this concept would still make sense:

https://lwn.net/Articles/723477/

It's not discussed in the cover letter but obviously this would be much better tool for "full user space nesting" than namespace based containers.

I.e., kind of between Podman and Kata Containers as an infrastructure.
1
0
0

Jarkko Sakkinen

Edited 5 months ago

my #build #container framework:

sudo unshare \
  --fork \
  --mount \
  --uts \
  sh -c "
    mkdir -p $ROOTFS/proc
    mkdir -p $ROOTFS/sys
    mkdir -p $ROOTFS/dev
    mount -t sysfs /sys $ROOTFS/sys
    mount -t proc /proc $ROOTFS/proc
    mount --rbind /dev $ROOTFS/dev
    hostname $MACHINE
    su $USER
    export PUAVO_CACHE_PROXY=$PUAVO_CACHE_PROXY
    sudo unshare --root $ROOTFS $CMDLINE
  "

Nests nicely with #Docker and #Podman :-)

1
0
1

Jarkko Sakkinen

Edited 5 months ago
I wonder if I could apply for Nobel for this one:

https://bsky.app/profile/jarkk0.bsky.social/post/3lmkaiqxdb22o
0
0
1
Show older