I kind of like coding against a docker container via vscode, anyone got any recommendations?
Shpong is an interesting name, redolent f a name Ik created for something else, at another time, elsewhere…
John McLaughlin & Jonas Hellborg - The Power Of Two Live From Israel 1985 (Crossover-106A/B)
Soundboard Live in Tel Aviv, Israel, Februar
tracks:
0:00:17 S̲o̲m̲e̲t̲h̲i̲n̲’̲ ̲S̲l̲i̲c̲k̲
0:06:53 ̲H̲o̲w̲ ̲H̲i̲g̲h̲ ̲T̲h̲e̲ ̲M̲o̲o̲n̲
0:14:28 ̲S̲h�
Julian Lage performing live at Moods in Zurich 2021
🔔 Subscribe, watch live and join the community of music lovers: http://www.youtube.c
I want to share a project I’ve been working on for a couple of weeks: https://akkartik.itch.io/carousel
My priorities:
Zig is a programming language that’s attempting to become “the new C” - the language of choice for low-level systems programming and e
1 Brooklyn Sky Port (Departure) 0:00
2 First Man On The Moog 12:42
3 One Step Beyond 19:21
4 Stellarphobia 25:39
5 Shaft In Space 33:31
6 Zo
Scofield too.
Magical, this trio.
In this stream, we’ll investigate a few options for improving the IRC experience so that more people might be able to join us there! The Ma
The UK government has proposed using hash scanning to detect abusive material without violating people’s privacy. Unfortunately, it won’t work.
Coolest thing I’ve seen in a while. 😃
This started as a Patreon bonus! My Patreon supporters get cool bonus content like videos, articles, and special how-tos. Support me for as
Ideas about monstrosity were fundamental to ancient and medieval debates about the nature of humanity, and the rhetoric of monstrosity was widely used to dehumanize certain groups in medieval Europe.
Although C is a very, very popular language, it is also known to be quite tiny: memory is handled manually, and much of what is available in its standard library is a given in all other languages. But C being a low level language also means it lacks a lot of other stuff other popular languages have; for instance, dynamic arrays are present in the library of most popular languages, be it JavaScript, C++, Rust and so on, but C’s simplicity forbids them from being there. If you want it in C, you have to implement it –which is exactly what I did!
Which is better for code reviews, a unified diff or a split diff?
When I first started learning about compilers, there was something important which I didn’t understand: Designing a programming language and writing a compiler are two almost entirely different skills. There is obviously some overlap between them, but less than you might think at first!
The major C++ compilers are starting to ship modules implementations so I figured I’d add more support for those in Meson. That resulted in this blog post. It will not be pleasant or fun. Should you choose to read it, you might want to keep your emergency kitten image image reserve close at hand.
Again, I’d like to emphasize that I think the idea behind OpenPubKey is extremely interesting and fundamentally valuable10. Moreover, I believe it deserves further attention (and development).
At the same time, it’s my current opinion that the current design of OpenPubKey does not inspire confidence, particularly with respect to long-term verification: there appear to be a lot of hacks that assume that arbitrary third-party OIDC IdPs are relatively static, predictable, and permissive of claim shenanigans, hacks that OIDC IdPs themselves are unlikely to be willing to ossify into guarantees (or, more precisely, cannot ossify without compromising their security practices).
Writings and software by Vitor
This one time, at Intel, I wrote a compiler…
I’m excited to share a 3 state, 3 symbol Turing Machine that cannot be proven to halt or not (when starting on a blank tape) without solving a Collatz-like problem. Therefore, solving the (BB(3, 3)) problem is at least as hard as solving this Collatz-like problem, a class of problem for which Paul Erdős famously said: “Mathematics may not be ready for such problems.”