Posts
4338
Following
312
Followers
443
Software Engineer at Opinsys Oy
Entrepreneur at Siltakatu Solutions Oy

OpenPGP: 3AB05486C7752FE1

Jarkko Sakkinen

What an awesome documentary on #m68k #CPU:

https://www.youtube.com/watch?v=njGWWg69B4A
0
0
0
Edited 3 days 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
7
0

Our camera support is completely community driven! If you camera isn't supported, you can get it added by following the instructions at https://github.com/darktable-org/darktable/wiki/Camera-support

0
2
0

Jarkko Sakkinen

3
3
4

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 9 days ago
0
0
0

Jarkko Sakkinen

1
3
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 12 days 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 14 days 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