Posts
4399
Following
315
Followers
467
Software Engineer at Opinsys Oy
Entrepreneur at Siltakatu Solutions Oy

OpenPGP: 3AB05486C7752FE1
Edited 10 months ago

Glue on pizza is apparently not enough, how about bogus AI mushroom foraging books
https://www.reddit.com/r/LegalAdviceUK/comments/1etko9h/family_poisoned_after_using_aigenerated_mushroom/

1
1
1

Thorsten Leemhuis (acct. 1/4)

Registration for @linuxplumbersconf reopened

'"This year there was a huge demand to attend Conference in person and at last we were able to add more places and reopen the registration."'

https://lpc.events/blog/current/index.php/2024/08/16/registration-is-now-reopened/

1
6
3

Hallituksen halu poistaa työntekijöitä maasta on outo https://www.hs.fi/mielipide/art-2000010631106.html
Outo, typerä, paha, valitse adjektiivisi. Taantumuskopla on sitä kaikkea.

1
2
1

It would be sometimes useful if #QEMU w/o libvirt could interpret domain XML to some level.

Like for instance if you want to CI kernel, that would be one use case for this.

For the sake of example, here’s the QEMU command-line that I use as starting point for any kernel testing/CI:

qemu-system-x86_64 \
  -M pc \
  -monitor unix:monitor.sock,server,nowait \
  -serial unix:serial.sock,server,wait \
  -drive file=disk.img,if=virtio,format=raw \
  -net nic,model=virtio \
  -net user,hostfwd=tcp::10022-:22 \
  -rtc base=localtime \
  -nographic \
  -chardev socket,id=chrtpm,path=${SWTPM_DIR}/swtpm-sock \
  -tpmdev emulator,id=tpm0,chardev=chrtpm \
  -device ${QEMU_TPM_DEVICE},tpmdev=tpm0 \
  -bios /usr/share/edk2/ovmf/OVMF_CODE.fd \
  "$@"
2
0
0
Edited 10 months ago
These people are not real. Just like from some bad 70s/80s B films. I bet he does "evil laughter" in front of mirror or something o_O https://edition.cnn.com/2024/08/15/politics/russ-vought-project-2025-trump-secret-recording-invs/index.html
0
0
0
First pull request in preparation after holidays and it is over two weeks past. I blame all those nasty interviews ;----)
0
0
0

Mein Held des Tages heute: Arnold Schwarzenegger!

5
5
2
I had also NVidia interview this week (which went well but I decided to took a position already offered elsewhere) and in that interview I was asked stuff about virtual memory.

Without going details on questions concerning I said that security USED to be a property why we use virtual memory ;-) Now it is the place inhabited by the seasonal flu with its various generations, i.e. Spectre.
0
0
2
If you want to feel how it feels to make hole with a street drill to your skull, try watching Project 2025 videos uncut ;----) Was an epic failure
1
0
1
I wonder how these AI crawlers verify that the code they feed to LLM is not copyleft licensed? Like GPL for instance? It could mean huge legal risks for companies, if fragments can be later on identified.
1
0
0

TIL Club Mate is over 100 years old 🤯
https://www.youtube.com/watch?v=fg6dFhQOk4w

0
1
1
I don't know what it is but if I have interview with 20 minutes live coding I sleep for the rest of the day. Does not have to be that complex task, super exhausting. Last week I had like two of those and one technical interview, not much else accomplished.
1
0
0
Edited 10 months ago
Do not know much about #politics but I like people who appreciate great audio equipment ;-)


https://www.youtube.com/watch?v=KIOo9psxYL0
1
2
3
I really would like to test out GCC-Rust. What would be the easy path? I'm using Fedora across the board in my Linux systems.
0
0
1

Registration is now open for the 2024 LLVM Developers’ Meeting 16 in Santa Clara, CA.
https://discourse.llvm.org/t/2024-llvm-developers-meeting-registration-workshop-announcement/80643
@llvm

0
1
1
Edited 10 months ago
This is Richard Feynman, pioneer of quantum physics and computational models playing bongos :-)

https://www.youtube.com/watch?v=2Ks8gsK22PA&t=31s
0
0
0
Edited 10 months ago
All my quantum knowledge is based on

1. Physics lab exercises while studying for my MSc (back in the day).
2. Applying numerical methods to cost functions while studying for my MSc.
3. Quantum Computing at https://brilliant.org/

I thought that since I'm ultimately stupid in this topic and want to get the gist of it, Brilliant was exactly in my level :-) It really helped me to get the gist of the topic by combining it to my knowledge of stuff that I learned while studying ages ago at a polytechnic university.

Can highly recommend that course!

And can highly also recommend studying topics that you suck at, not ones that you're good at. It is refreshing!

#brilliant #quantum #computing
0
0
0
If you have gone through a basic lab course e.g. in a polytechnic university AND know how to re-formalize an algorithm as a cost function, and apply numerical methods for that, you already have the basic theoretical and practical experience on how to program quantum computers.

That's roughly all there is to it.

#quantum #computing
1
0
0
Have some catching up to do with #LKML as I was going to job interviews last week and did not have energy to do much else. Also need to some bug fixes to Linus for 5.11.

Anyway I accepted an offer with all the usual suspect hype words except AI: Rust, RISC-V and blockchains ;-) More on that later...
0
0
2
Show older