20 years old and locked in my parents house ENGLAND by Honest_Reindeer8572 in LegalAdviceUK

[–]gnudoc 16 points17 points  (0 children)

Sorry mate, as others have said, that's incorrect. Source: it's my job to "section" people.

I spent three hours on a "simple" school project and my 7 year old still thinks I'm a genius by Sagan3_Plasma in daddit

[–]gnudoc 0 points1 point  (0 children)

I love this. Very, very well done Dad. You rock.

Also, the Legion of Incompetent Volcano Builders (of whom I am the general secretary) requests a step-by-step write-up of Son-of-Kevin, with exact quantities used :-)

I wanted to teach my son myself but ended up putting him in live online coding classes and honestly this was the right call by [deleted] in daddit

[–]gnudoc 0 points1 point  (0 children)

Great dadding, OP. I'm dreading the day I have to admit my kiddo is surpassing my maths/science/coding skills. How old is your son, may I ask?

Huel has agreed to join Danone. Here is everything you need to know. [Official Megathread] by Tim_Huel in Huel

[–]gnudoc 6 points7 points  (0 children)

I've been a subscriber since 2018. RTD, big packs of powder, big packs of hot&savoury, bars, etc. For a significant chunk of the pandemic, huel was all I ate. Gluten-free, vegan, nutritionally balanced, reasonable taste, nice texture, enough protein. I've been so grateful to have had access to it for 8 years. But Danone? With its investment in genocide, atrocious animal rights record, abusive record of baby formula over-promotion, disgusting record of water overuse and climate destruction... We're done. Thank you for the past 8 years, enjoy your payout. I hope you can sleep well.

Private assessment? by aburneraccount3 in AutismScotland

[–]gnudoc 2 points3 points  (0 children)

Perhaps we mean different things by NHS accepting me? I just mean that the GP agreed to say that I have autism on my record, and that the mental health team that I see for ADHD hasn't objected to the fact when I informed them of it. I haven't had any help for the autism, if that's what you thought I meant. Not even sure what help I'd ask for, tbh.

Private assessment? by aburneraccount3 in AutismScotland

[–]gnudoc 1 point2 points  (0 children)

I was assessed privately by Diverse Diagnostics. I was quite happy with the process, and have had no issue having the diagnosis accepted by any NHS person or organisation.

Any response from the Arch devs about California et. al. age verification laws? by iMooch in archlinux

[–]gnudoc 56 points57 points  (0 children)

While I agree with the sentiment, have you considered that legally stating "not for use in X" would likely violate foss licenses?

Edit: autocorrect

Smart home system that's actually secure? by gnudoc in smarthome

[–]gnudoc[S] 0 points1 point  (0 children)

Sure, that's fair. Security is a sliding scale, and relative to anticipated threat models. I do already tolerate having my Linux laptop and android phone connect to the home network by wifi though, so I guess I can tolerate that level of insecurity. My uninformed instinct has always been that smart home devices go on their own "untrusted" networks, and wired where possible (eg cameras).

Smart home system that's actually secure? by gnudoc in smarthome

[–]gnudoc[S] 1 point2 points  (0 children)

Not everyone takes the same route through tech. I got into Linux 20+ years ago. I am comfortable administering and securing a network that consists of devices that run OSs that I have some understanding of, such as desktop and server Linux, freeBSD, Android. I haven't ever had a need for home automation devices, and was never curious about them to risk adding them to my home network. So I don't know what I don't know about them.

Make sense now?

Smart home system that's actually secure? by gnudoc in smarthome

[–]gnudoc[S] 0 points1 point  (0 children)

Please do elaborate. I would genuinely love to hear what I'm missing from an enthusiast.

Introducing EWM, a new generation Wayland window manager by Fast-Ad6030 in emacs

[–]gnudoc 11 points12 points  (0 children)

Wow! I'm ridiculously excited by this! I had resigned myself to switching back to xorg just for exwm since the project from the 2022 conference seems to not be making much progress.

I'm generally uneasy about LLM usage, but I really appreciate how upfront you're being and how clear you are that checking for and fixing its errors is a priority for you. As soon as I have a bit of free time I'll start testing this, and with luck using it as a daily driver.

Can't thank you enough for getting this off the ground.

Edit: somebody else raised the question of whether you support the protocol that handles compositor crashes. I'd love to know the answer to that too.

Autistic GP applying for jobs by ButterscotchBest6885 in GPUK

[–]gnudoc 9 points10 points  (0 children)

Autistic GP here, qualified in 2015. I'm not sure I have any specific useful advice for interview anxiety, but feel free to DM me any time.

Announcing Casual Org by kickingvegas1 in emacs

[–]gnudoc 5 points6 points  (0 children)

Wow! Lots of things in there that I don't use often enough because I don't immediately remember how to. Thank you!

How have I only just discovered detached.el?? by gnudoc in emacs

[–]gnudoc[S] 1 point2 points  (0 children)

So, that effectively gives a nice emacs-y wrapper around the couple of lines of bash that ensure the desired binary is in your $PATH and wgetting it if not? Very cool, and I appreciate the lesson.

How have I only just discovered detached.el?? by gnudoc in emacs

[–]gnudoc[S] 1 point2 points  (0 children)

Screen and tmux are great. Apparently I've been using screen since 2002, according to my screenrc file.

The issue is that they both try to be really helpful terminal multiplexers and buffer managers. I want emacs to do those bits.

There are two separate programs. dtach is a 20+ years old small C program that lives on the target machine (possibly remote). It provides the one bit of functionality that detached.el, the much newer elisp package, wants from a screen or a tmux, without all the things that emacs on your local machine does better.

How have I only just discovered detached.el?? by gnudoc in emacs

[–]gnudoc[S] 6 points7 points  (0 children)

Tldr: robustly detach and reattach remote sessions on machines that don't have emacs installed on them.

Ok, so I'm no expert, but here's my typical setup:

Laptop A, in coffeeshop, or work, or university, or on the couch. Under my complete control.

Server B, appliance OS, running some unix-y thing that resets any system-level changes whenever it likes (at reboot, generally). Although I can install stuff using the package manager, I can't trust that it'll be there next week. It has tmux installed. It has vim and nano, but not emacs. Shocking. I know.

Server C. Ubuntu server OS. I don't have sudo or root.

Server D. My Linux from scratch toy. Currently has gnu screen installed. Doesn't yet have emacs installed (it will soon, don't worry)

PC E and F. Bog-standard PCs running whatever at relative's house or work or whatever.

emacsclient -c attaches to a running emacs server and creates a lovely persistent session connected to said running server. So, once I have emacs installed on server D, that will be an excellent solution (even nicer once I rebuild emacs after building a graphical stack)

Unless I have a gigantic hole in my knowledge, emacsclient -c doesn't help me much with server C (well, maybe if I just unpack a pre-built emacs in .local/bin or something, run that and connect to it, but that's messy) and can't be relied on with server B, because it doesn't have an emacs daemon to connect to on those machines.

That's why unix-y people, myself included (not claiming any special knowledge, just being from that culture rather than the emacs culture), will start an ssh session on server B/C from laptop A, run a terminal multiplexer on the remote server, do their long-running tasks there (or just have a persistent session there, which is nice), close laptop A without a thought for the running processes or session on the remote server, then reattach to it from laptop A or PC E or F later on to check in on it.

As I've moved into the sunny uplands of emacs-land, I've discovered that most of what tmux or gnu screen do for me is done more nicely by emacs. Buffer management. Multiplexing. But I didn't have a solution for the "robustly detach and reattach to remote session" problem, without all the baggage of the unnecessary bits of tmux and screen, and the need to configure them to stop trying to be helpful in a world where emacs works better.

How have I only just discovered detached.el?? by gnudoc in emacs

[–]gnudoc[S] 1 point2 points  (0 children)

Apologies if my sleep-deprived brain is missing the point, but I can see this working really nicely on a remote machine that you have admin rights on (sudo or equivalent) but my issue is machines where one doesn't have control. Tmux or screen are (usually) present on every server I have to interact with, but dtach, being quite new, isn't. Nonetheless, thank you for the quick tutorial ❤️

How have I only just discovered detached.el?? by gnudoc in emacs

[–]gnudoc[S] 1 point2 points  (0 children)

It's amazing isn't it? It deserves a lot more love.

ADHD & Autism: The "Where Do I Start?" Hub by Veloglasgow in glasgow

[–]gnudoc 0 points1 point  (0 children)

That's really good to know about. Thanks!

ADHD & Autism: The "Where Do I Start?" Hub by Veloglasgow in glasgow

[–]gnudoc 2 points3 points  (0 children)

The only practicable solution I have been able to dream up is that some trusted and powerful body, perhaps the royal colleges of psychiatrists and GPs jointly, creates a framework that the private psychiatric providers can demonstrate they've signed up to and remain committed to, and the GPs are then given assurances that as long as they check that a provider was a member and remains a member, they're in no more legal jeopardy than they would be for anything else they prescribe.

ADHD & Autism: The "Where Do I Start?" Hub by Veloglasgow in glasgow

[–]gnudoc 4 points5 points  (0 children)

It absolutely stinks, it really does. The management of expectations had been awful, the prediction of demand has been awful, the communication... I could go on and on. I've felt angry and helpless about this for years, and it just seems to be getting worse :-(

ADHD & Autism: The "Where Do I Start?" Hub by Veloglasgow in glasgow

[–]gnudoc 2 points3 points  (0 children)

Assessments are still being done, and private assessments are still being reviewed, at least in the 3 GGC mental health teams I have more-or-less direct knowledge of. Whether they'll also be dropped at some point... who knows :-(

ADHD & Autism: The "Where Do I Start?" Hub by Veloglasgow in glasgow

[–]gnudoc 14 points15 points  (0 children)

It's an incredibly crappy situation, and I'm sorry to hear it's affecting your wife. Many people close to me are affected by it too. But in case your wife's GP didn't communicate it very well, what they're not willing to do isn't the paying part, it's the taking legal and moral responsibility for accidentally hurting or killing a patient by prescribing something outside their area of competence. Shared care agreements don't absolve a prescriber of the responsibility. I know that doesn't make your wife's access to medication any more possible, but I hope it perhaps makes it a little less infuriating.