#computerphile — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #computerphile, aggregated by home.social.
-
This was a really nice episode by #computerphile. Earlier I knew only about race conditions. Now I know what sequential consistency and how to reason about race conditions.
-
This was a really nice episode by #computerphile. Earlier I knew only about race conditions. Now I know what sequential consistency and how to reason about race conditions.
-
This was a really nice episode by #computerphile. Earlier I knew only about race conditions. Now I know what sequential consistency and how to reason about race conditions.
-
This was a really nice episode by #computerphile. Earlier I knew only about race conditions. Now I know what sequential consistency and how to reason about race conditions.
-
This was a really nice episode by #computerphile. Earlier I knew only about race conditions. Now I know what sequential consistency and how to reason about race conditions.
-
The Hard Problem of Controlling Powerful AI Systems
-
Great video by #computerphile on how #passkey works. But the necessity of this video is kind of the problem.
https://www.youtube.com/watch?v=xYfiOnufBSk
My main confusion with passkeys are the different varieties & restrictions placed depending on where you try to log in. Even if you really want to make it work, it's SO frustrating for #Bitwarden to tell me "sorry this website does not support passkeys with Bitwarden". There's probably a good technical reason (different #WebAuthn versions, discoverability, ...) - but as a user, I don't want to have to deal with that, I just want it to work. Passwords just work
-
"Implementing Passkeys in Practice - Computerphile" - https://www.youtube.com/watch?v=lypcC79k-gg
#passkeys #programming #2fa #security #infosec #computerphile
-
„What Are Passkeys Anyway?“
Great video by Computerphile explaining passkeys on a high level.
-
PocketID here, passkeys there, OIDC all around
I’ve been talking a lot about moving all of my services’ authentication over to PocketID, a passkey only IDP
I think it’s important to understand what we run on our homelab/homeprod, and @computerphile just happened to have a video explaining how the whole thing works
Greatly laid out and illustrated, as always :)
https://youtube.com/watch?v=xYfiOnufBSk
#selfhosted #homelab #pocketid #idp #oidc #passkeys #computerphile
-
PocketID here, passkeys there, OIDC all around
I’ve been talking a lot about moving all of my services’ authentication over to PocketID, a passkey only IDP
I think it’s important to understand what we run on our homelab/homeprod, and @computerphile just happened to have a video explaining how the whole thing works
Greatly laid out and illustrated, as always :)
https://youtube.com/watch?v=xYfiOnufBSk
#selfhosted #homelab #pocketid #idp #oidc #passkeys #computerphile
-
PocketID here, passkeys there, OIDC all around
I’ve been talking a lot about moving all of my services’ authentication over to PocketID, a passkey only IDP
I think it’s important to understand what we run on our homelab/homeprod, and @computerphile just happened to have a video explaining how the whole thing works
Greatly laid out and illustrated, as always :)
https://youtube.com/watch?v=xYfiOnufBSk
#selfhosted #homelab #pocketid #idp #oidc #passkeys #computerphile
-
Very nice, simple and tangible musical analogy (well, it's a bit more than an analogy actually) for serial data transmission in this #computerphile video:
-
Because it came up again today and according to https://xkcd.com/1053/ some of you probably don‘t know it yet:
Timezones and why they‘re complicated by @tomscott
https://youtu.be/-5wpm-gesOY -
This is a particularly sobering piece from #computerphile - with more and more #llm's reading your email we have a whole new attack vector: https://youtu.be/rAEqP9VEhe8 #prompthacking
-
This is a particularly sobering piece from #computerphile - with more and more #llm's reading your email we have a whole new attack vector: https://youtu.be/rAEqP9VEhe8 #prompthacking
-
This is a particularly sobering piece from #computerphile - with more and more #llm's reading your email we have a whole new attack vector: https://youtu.be/rAEqP9VEhe8 #prompthacking
-
This is a particularly sobering piece from #computerphile - with more and more #llm's reading your email we have a whole new attack vector: https://youtu.be/rAEqP9VEhe8 #prompthacking
-
This is a particularly sobering piece from #computerphile - with more and more #llm's reading your email we have a whole new attack vector: https://youtu.be/rAEqP9VEhe8 #prompthacking
-
"Emulation sounds difficult, begins to look simple and then ends up being difficult after all! Dr #SteveBagley explains."
https://www.youtube.com/watch?v=m6l3Elk7-Hg&ab_channel=Computerphile
#DrSteveBagley #Atari #Atari2600 #2600 #SystemEmulation #HardwareEmulation #Emulator #CPU #CPUEmulation #6502
-
#DeepSeek is a Game Changer for #AI - #Computerphile
-
More on #DeepSeek from #Computerphile: https://www.youtube.com/watch?v=gY4Z-9QlZ64&t=1181
I'm still unsure on how "open source" the DeepSeek model is but I certainly prefer any steps on making these things reproducible rather than hidden behind someone's proprietary #api and server farm. My main takeaway is it is exciting to have stuff that can run on consumer hardware and didn't have to boil a small ocean to train it. #llm #genai
-
#computerphile does their year end retrospective with a montage of interviewees’ least favorite programming language. No surprise on the front runners.
-
Überraschend früh! Und in 50 Minuten gibt es schon ein neues Rätsel. Zeitzonen und Computer,“there lies madness!“ #computerphile
#pastpuzzle 62
🟩🟩🟥🟥 (+13)
🟩🟩🟩🟥 (-1)
🟩🟩🟩🟩 (0)
▪️▪️▪️▪️ -
```c
#include <stdio.h>
#include <string.h>int main() {
char bucketList[10][100];
int count = 0;strcpy(bucketList[count++], "Meet Brian Kernighan and Professor Brailsford to talk about C, Unix, and computer history");
strcpy(bucketList[count++], "Give a talk about Go, PHP, Linux or C");
...
for (int i = 0; i < count; i++) {
printf("%d. %s\n", i + 1, bucketList[i]);
}return 0;
}
```
#C #brian_kernighan #professor_brailsford #computerphile -
@ryanc like Tom Scott said - praise the giants before you and thank them for time/zone library - use unixtimestamp and retranslate back as you prefer - here the video that never get old*
https://www.youtube.com/watch?v=-5wpm-gesOY
^ @tomscott #computerphile #time #timezone #programming #library #coding -
Un peu technique et en anglais, mais j'ai bien aimé cette vidéo de #Computerphile qui explore l'hypothèse (papier scientifique à l'appui) selon laquelle l' #IA pourrait bientôt atteindre un plateau en terme de performances --contrairement à l'idée (très complaisante et pas du tout étayée) d'une progression linéaire illimitée, voire exponentielle.
https://youtu.be/dDUC-LqVrPU -
reminder zu #timezones - vor 10 Jahren bei #computerphile mit Tom Scott
aus gegebenem Anlass 😉 🕰️ 🔁
https://www.youtube.com/watch?v=-5wpm-gesOY -
@leyrer #eh21 #himmel
das Internet liefert
oder aber auch der sehr gute Videobeitrag von Tom Scott #computerphile zu Timezones https://www.youtube.com/watch?v=-5wpm-gesOY -
Neural Radiance Field (NeRF) Models
https://www.youtube.com/watch?v=wKsoGiENBHU -
Eugene Spafford on "Defining Cybersecurity", via #computerphile
https://www.youtube.com/watch?v=olgGZmkkooU -
Kernelless kernel programming with #eBPF
considering its #computerphile I anticipate they will say a thing or two about what eBPF is, and then go tangent off into something entirely related for 20 minutes and call it a day, but lets see
https://www.youtube.com/watch?v=J_EehoXLbIU -
happy 50th anniversary #Ethernet!
Here is a #ComputerPhile video:
https://youtu.be/TkOVgkcrvbg
#LAN #Networking #XeroxPARC go Bob Metcalf