dbat · @dbat
78 followers · 760 posts · Server mastodon.gamedev.place

I haz sad.

Wanted to use an emoji in a class_name in Godot.

class_name 🧂Settings

For a plugin that scatters stuff! Would have been cool. Alas.

One must namespace stuff, but that pushes strings to the right along with the sense of what it says. Like:

"scatterSettings" <-- if you see that in a tight list-box all you see is "scatte.." and there's no way to know what kind of "scatte" it is.

Thinking of namespacing at the end of strings now:
"Settings_scatter"

#godotengine #namespaces

Last updated 1 year ago

OpenStreetMap BaWü · @OSM_tourism
116 followers · 208 posts · Server en.osm.town
Boiling Steam · @boilingsteam
3927 followers · 9919 posts · Server mastodon.cloud
· @robertology
20 followers · 155 posts · Server phpc.social

Do you add a `use` statement for things in the same namespace (when not needing an alias for it)?

namespace My\Project;
use My\Project\OtherThing; // <--- Do you do this?
class Thing {}

#php #namespaces

Last updated 2 years ago

Mark McElroy · @markmcelroy
375 followers · 330 posts · Server pkm.social

@phpmacher Ha! Thanks for speaking up. I had a entry under my notes that reads, "What the heck are ?"

PS: Nothing about the word "namespaces" would ever make me picture hierarchal tags in my head!

#questions #logseq #namespaces

Last updated 2 years ago

Kettwachsler · @phpmacher
873 followers · 2576 posts · Server sueden.social

@markmcelroy IIRC that is named

#namespaces

Last updated 2 years ago

BlueSpice · @bluespice
4 followers · 2 posts · Server fosstodon.org

📣The final part of our series of articles shows the variety of that are possible with in . Is it better to create or separate wikis? And is worth the effort?
bluespice.com/more-use-cases/

#usecases #wikis #knowledgemanagement #namespaces #multilingualism #bluespice #mediawiki #knowledgebase #documentation #opensource #BestPractice

Last updated 2 years ago

Volkan Özçelik · @volkan
24 followers · 1006 posts · Server z2h.dev

Capsule is a multi-tenancy and policy-based framework for Kubernetes.

github.com/clastix/capsule

#kubernetes #capsule #multitenancy #tenants #namespaces #infra

Last updated 2 years ago

Chris · @chr1stian
58 followers · 22 posts · Server mastodon.social

quicktip #11: Making use of Linux namespaces for regular processes (without containers) with the "unshare" tool.

Here: Starting a bash shell in its own pid namespace.

#linux #namespaces #containers

Last updated 2 years ago

Rémi Ferrand · @remiferrand
4 followers · 9 posts · Server mastodon.gougere.fr

Using network and to redirect all network traffic
wireguard.com/netns/

#linux #namespaces #wireguard

Last updated 2 years ago

John Goerzen · @jgoerzen
714 followers · 2225 posts · Server floss.social

@ND3JR On a related note, while I agree about the criticisms of as monolithic, it is an INCREDIBLE improvement for running daemons. Ability to grant only certain , restrict access to the filesystem or network via (ProtectSystem/ProtectHome/etc), have a solid understanding of whether a daemon is running, etc. are great improvements in and usability. Also makes it a lot easier to write daemons. 1/

#security #namespaces #capabilities #systemd

Last updated 3 years ago

FOSSlife · @FOSSlife
865 followers · 1026 posts · Server mastodon.fosslife.org

Getting Started with Kubernetes: Allyson Larcom provides a list of common terms to help you understand how this container management platform functions buff.ly/300aHLG

#volumes #namespaces #pods #nodes #terminology #cloud #Kubernetes #containers

Last updated 3 years ago

Julien M. · @julm
485 followers · 4935 posts · Server framapiaf.org


> : Use of as File System
> Firejail is a security sandbox program that reduces the risk of breaches by restricting the running environment of untrusted applications using and -.
> [...] a [...] allows creation of or granting write access to arbitrary files.
unparalleled.eu/publications/2
unparalleled.eu/blog/2021/2021

#racecondition #bpf #seccomp #namespaces #linux #security #suid #sandbox #overlayfs #insecure #firejail #infosec

Last updated 4 years ago