@abcdw omg this is a huge deal! and it seems that it works automatically without any additional configuration. amazing! can't wait to try it out.
dave
Post
-
grub on Guix now asks password only once for LUKS encrypted disk! -
the js string builtins proposal for wasm is just so bad.the js string builtins proposal for wasm is just so bad. a very worst of both worlds situation.
-
don't worry about bluesky getting a new ceo, atproto has credible brexitdon't worry about bluesky getting a new ceo, atproto has credible brexit
-
a lot of y'all still don't get it.a lot of y'all still don't get it. ape holders can use multiple slurp juices on a single ape.
-
Finally, #haunt entered #debian main archive. -
mighty morphin' monomorphic methodsmighty morphin' monomorphic methods
-
"Your Personal Blog Should Have Comments""Your Personal Blog Should Have Comments"
Counterpoint: No
-
too many programmers tell other programmers not to roll their own.@tomi hell yeah! I think the ideal programmer to static site generator ratio is 1:1
-
too many programmers tell other programmers not to roll their own.I use Scheme I basically need to implement everything myself and you will not stop me!!!
-
too many programmers tell other programmers not to roll their own.too many programmers tell other programmers not to roll their own. not me. go ahead and implement that thing! it's fun! you control the stack! you learn a lot! don't tell me not to implement something myself because then I will probably do it out of spite.
-
"only prohibit what you can prevent"@ArneBab the point is that we don't want to give users a false sense of security by saying that we can prevent something we cannot. we can surely add friction, but that's it.
-
"only prohibit what you can prevent"Alice invites Bob to the chat room. Alice doesn't want Mallet to read the chat log. Can Alice prevent it? Nope!
-
"only prohibit what you can prevent"Communicating Conspirators
Alice delegates Power to Bob. Alice does not want Mallet to have Power. Can Alice prevent that? Nope!
An ACL system will gladly let you express that Mallet may not access Power but it's completely unenforceable. ACLs provide a false sense of security in this regard.
-
"only prohibit what you can prevent""only prohibit what you can prevent"
erights.org is one of the websites of all time
-
been reading up on message layer security but it seems like a dead end for distributed systems.been reading up on message layer security but it seems like a dead end for distributed systems. requires trusted central servers to handle key material. the proposal/commit system seems similar to how I did things in brassica chat but centralized and sans capability security.
-
having a normie moment because one of my dogs is "pup of the week" at her daycarehaving a normie moment because one of my dogs is "pup of the week" at her daycare
-
Please welcome Guile Hoot in Debian #guile https://tracker.debian.org/pkg/guile-hoot@jas wow, amazing! thank you!!
-
I am in Brussels.I am in Brussels. I took a two hour nap to take the edge off the jet lag. I'm still working on my talks because I can't help but continue to fiddle with minor details until it's time to present.
-
@dreampopclub sent me this and I'm losing it.@dreampopclub sent me this and I'm losing it. thank u google.
-
so I've been working on a repl for hoot.so I've been working on a repl for hoot. today I was able to connect to a repl in the browser over telnet using a dev server that pipes text to/from a websocket. not far from here to emacs.
(let ((ws (websocket "ws://localhost:8080/repl")))
(parameterize ((current-input-port ws)
(current-output-port ws)
(current-error-port ws))
(spawn-repl)))