Don’t worry, @[email protected] already integrated OpenAI in Emacs.
Don’t worry, @[email protected] already integrated OpenAI in Emacs.


14 hours of LSD was OK, with enough time and starting early with enough sleep, that’d be a lot of fun
I normally wouldn’t even get up to do the laundry. I need meds (weed) to even begin.


Fuck duolingo, it’s nothing but advertisement towards vulnerable (braindead by social media) people
My main problem is stress, the permanent feeling of “you have stuff to do” is ruining any immersion or fun.
In any case, weed helps a lot.
Sativa for actually doing stuff, indica for relaxing
It’s much harder to confirm either hypothesis, now that I’ve moved from Discord to Matrix and from my old friend “group” to a much better one.


Chilling as in positive


You sure he didn’t just go on a DMT trip while paranoid?
That’s fucked up


sry that’s not a shower
On the venn diagram, there’s a very small overlap.


So stuff that already existed more than ten years ago.


Old small desktop towers. Powerful, very open (so I can run my NS infra and WG server and bridge on there, and easily have them redundant), and very extendable (need a 10G NIC or SFP+? Plug in a PCIe card!), and easily replaceable. I now have some old Cisco APs, which will be for my 2nd Home, so I can use my FritzBox as only a modem. In my 1st Home, I’ll hopefully soon actually have fibre in addition to using my dads FritzBox as uplink. And I could add a Mobile Modem too. There, I don’t need a wireless network, as in contrast to my 2nd Home, that infra is only for servers, to which I can just connect from my dads network/FB.


Home 1’s Routers, Home 2’s Router, public IPv4/v6 VPS. All as the native arch package.
“A toy? A Lego set??”, she asked excitedly, and wagged her tail.


Rust:
fn getofmylawn(lawn: Lawn) -> bool {
lawn.remove()
}
C:
bool getofmylawn(Lawn lawn) {
return lawn.remove();
}
With Rust you safe 1 char, and gain needing to skip a whole line to see what type something is.


Average Rust code:
macro_rules! sum {
( $initial:expr $(, $expr:expr )* $(,)? ) => {
$initial $(+ $expr)*
}
}
fn remove_prefix<'a>(mut original: &'a str, prefix: &str) -> &'a str
let mut up = 1;
'outer: loop {
This is on the level of the esolang I made at 8 y/o, with random characters denoting random actions everywhere, at random positions.


Also looking at Rust. Yeah, I totally like recompiling thousands of crates for a single webapp single-threaded.
Though the worst flaw is still there then, which is needing to use Copilot.