Navigating copyright as a self-published author can feel daunting. But understanding permissions is crucial! Always check the usage rights before including any third-party material in your book. What are your go-to resources for copyright info? #Copyright #IntellectualProperty #SelfPublishing #Permissions #SelfPublishingTips

#Copyright #IntellectualProperty #SelfPublishing #Permissions #SelfPublishingTips

Noah Zweben (@noahzweben)

Dispatch의 코딩 작업 권한 모드를 설정할 수 있게 됐다. 안전하고 원활한 사용을 위한 Auto 모드를 권장하며, 허용된 다른 권한 모드도 선택 가능하다. Bypass Permissions 사용 시 세션 시작 승인이 필요하다.

https://x.com/noahzweben/status/2039407002913513477

#dispatch #coding #permissions #developertools #aiagent

Noah Zweben (@noahzweben) on X

You can now set the permission mode for coding tasks in Dispatch. We recommend using Auto mode for the safest and most seamless Dispatch experience but any of your allowed permissions are available. Note if you use Bypass Permissions you need to approve session start.

X (formerly Twitter)

Ibus-table error "Permission denied: '/home/username/.local'" #permissions #python #2404 #ibus

https://askubuntu.com/q/1565169/612

Ibus-table error "Permission denied: '/home/username/.local'"

I have set up Ubuntu on ZFS under LUKS as described here. However, I have used Ubuntu 24.04 instead of 22.10. This seems to work just fine, except for one thing: Directly after installation, on the...

Ask Ubuntu

Boris Cherny (@bcherny)

프롬프트 없이 더 이상 권한 요청을 하지 않게 되었다는 간단한 업데이트입니다. Claude 관련 제품의 사용 흐름과 권한 처리 방식 변화로 보이며, 개발자 경험 개선에 해당하는 내용입니다.

https://x.com/bcherny/status/2036555259997462541

#claude #permissions #developerexperience #aitool #update

Boris Cherny (@bcherny) on X

no 👏 more 👏 permission prompts 👏

X (formerly Twitter)

System doesn't recognize external hard drive (LaCie) but there is a LaCie file in home that says I am not the owner #permissions #mount #harddrive #root

https://askubuntu.com/q/1564837/612

System doesn't recognize external hard drive (LaCie) but there is a LaCie file in home that says I am not the owner

I am very new to Ubuntu and really don't understand much of how this all works, so I apologize if this is a stupid question. I used to be able to back up my files to my external hard drive, but the...

Ask Ubuntu

I think there should be app store guidelines that prohibit apps from having permissions prompts that make it unclear which permissions are required, for what, and that the control about the permissions is exclusively done via system prompts and settings.

In particular, this would prohibit:
* Asking for permissions randomly or preemptively. Only ask for permissions on initial setup and after explicit user request of a feature that requires or uses the permission.
* Showing an app-controlled permissions popup with an option to reject that will trigger a further system popup if the app popup is accepted.

Here is a shitty example from Spotify.
The layout makes it look like this screen is asking me to give Spotify the permission. It isn't. It looks like tapping continue, the only obvious choice, will grant the permission. It won't.
The popup appears even though no functionality related to Bluetooth devices was requested.
It is not made clear what will happen when the permission is rejected. "Why do you need this?" implies that the user does in fact need the permission. They don't.
The statement that "You're in control" is not helpful. It directly contradicts "Why do I need this?". It also suggests that the only way to deny the permission is to disable it in system settings. You can just deny the permission in the system prompt.

#mobileui #permissions #uidesign

🎩 GitHub's latest #magic trick: a context-aware babysitter for #Claude #Code. Now you can pretend to be in control of #permissions while your code takes a #coffee #break ☕. Spoiler: #AI is the real boss here, folks! 😂
https://github.com/manuelschipper/nah/ #GitHub #HackerNews #ngated
GitHub - manuelschipper/nah: Context-aware safety guard for Claude Code. A permission system you control.

Context-aware safety guard for Claude Code. A permission system you control. - manuelschipper/nah

GitHub

ACLs & Masks in Linux

ACLs (Access Control Lists) extend basic Linux permissions — you can grant access to specific users/groups beyond the traditional owner/group/others model.

Masks act as a safety limit. They define the maximum effective permissions for group entries and named users.

Use setfacl -m u:username:rwx file and getfacl file to manage them.

Powerful. Precise. Essential. 🔐

#Linux #SysAdmin #DevOps #Permissions #Security

How do I fix my /home directory on my server?

While working on my server I accidentally changed the permissions on my entire /home directory. When I tried to log in again, my server switched back to password authentication. Can I change it bac...

Ask Ubuntu