pafurijaz, to car
@pafurijaz@mstdn.social avatar

Eric Stoddard the founder of is using Gravity Sketch to do a live trace of a Tesla Model 3, and then export to for a CAS model he working on to boost his Class A surfacing skills. AR is a great way to quickly capture a digital representation of a real vehicle or clay model. but I think soon AI will replace that. Personally I see many problem but is the show for customers.

video/mp4

julienbarnoin, to programming
@julienbarnoin@mastodon.gamedev.place avatar

I've been working a lot with for a while now, writing complex code. Overall, I feel like the single improvement that would make the most difference for the language would be support for pass-by-reference instead of copy in/copy out syntax, as suggested here https://github.com/KhronosGroup/GLSL/issues/84

This would make it possible to do a lot of things that are either not possible or ridiculously inefficient to compile, including object oriented programming.

dneto,
@dneto@mastodon.gamedev.place avatar

@gfxstrand @julienbarnoin

has pass by ref but we call them pointers.

And it also has a no aliasing restriction; you can't have two names for the same variable memory and have a RW, WR, or WW hazard in the same function.
https://www.w3.org/TR/WGSL/#alias-analysis

And with all that our compiler does call site specialization until it boils those pointer params away. It's convenient for the programmer but can bloat code size (hopefully no more than hand rolling it yourself)

archer72, to linux
@archer72@mastodon.sdf.org avatar

alias ds='date +"%Y_%b_%d_%H_%M_%S_%N"'

If a file is made in this way: "ds"
the output will look like this.

ie.
todo_2024_Mar_31_04_23_31_051692831.md

If there is a better way, comments are welcome.

protonprivacy, to random
@protonprivacy@mastodon.social avatar

A on the national public employment service France Travail exposed the personal data of up to 43 million people.

Here’s what you need know.

⬇️ 1/6

protonprivacy,
@protonprivacy@mastodon.social avatar

Use an email alias

offers hide-my-email aliases to protect your actual email address.

An email allows you to forward incoming messages to another address while keeping your identity hidden.

⬇️ 5/6

rowest,
@rowest@mastodon.social avatar

@protonprivacy if only sending mails from those would be dead simple, which it isn’t right now! You need another app to reverse the addressees mail address. 🫣

pasqualeberesti, to Cybersecurity French
@pasqualeberesti@piaille.fr avatar

On me prend pour un fou quand je dis que j'ai un mail par usage, soit aujourd'hui 450 adresses différentes, qui sont autant d'alias. Le piratage des données des mutuelles montre que j'ai raison. Seul truc à faire : changer l'adresse mail et le mot de passe de ma mutuelle, rien de plus. Pas la peine de le faire sur les 450 sites où j'ai des comptes. Du coup, c'est qui le malade ? hein ?

real_jamescain, to random
@real_jamescain@techhub.social avatar

Why the fuck does autocorrect freak out over the word Alia’s?

yakkoj, to random
@yakkoj@fosstodon.org avatar

[0] DAYS SINCE USB STACK FELL OVER WHILE TRYING TO WRITE TO DISK.

kkarhan,
@kkarhan@mstdn.social avatar
threecoloured, to random German
@threecoloured@skeptics.social avatar

Es ist wieder einmal Zeit für einen Klassiker! Aktueller denn je:

"Von den fernen Bergen kommen wir
Einmal quer durch die Wüste und das Meer
Uns will hier keiner haben, doch man darf ja wohl noch sagen
Ohne eure Waffen wär'n wir gar nicht hier"


https://youtu.be/_iALWlTN4Sc?si=UsQ5UplLd_xo3F-1

conkbin, (edited ) to linux in SHARE WITH THE CLASS: What aliases are you using?

I got so much crap gathered throughout the years... some of them I don't even use, but, here they are:

#!/usr/bin/zsh
# vi: ft=zsh

#############
# zsh aliases
#############

# grep
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
alias zgrep='zgrep --color=auto'

# processes
#alias pss='ps auxww | grep -v grep | grep'   # show all processes with user, hide grep itself
alias top='top -i -e m -E m'                # hide inactive and zombie processes, show ram in MB

# update system
alias p='sudo pacman'
alias pu='paru -Sua --noconfirm'
# clean up
alias pc='sudo pacman -Rsn $(pacman -Qdtq) --noconfirm 2>/dev/null; paru -Sccd --noconfirm'

# lvim
alias nvim='lvim'
alias vim='lvim'
alias vi='lvim'
alias v='lvim'

# cpg & mvg
alias cp='/usr/bin/cpg -ig'
alias mv='/usr/bin/mvg -ig'

# other useful ones
alias rm='trash'
alias duu='du -d 1 -h'

# wayland
alias gparted='sudo /bin/env WAYLAND_DISPLAY="$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY"  XDG_RUNTIME_DIR=/user/run/0  /usr/sbin/gparted'

# edit configs
alias vcs="$EDITOR $XDG_CONFIG_HOME/starship/config.toml"     # starship
alias vca="$EDITOR $XDG_CONFIG_HOME/alacritty/alacritty.yml"  # alacritty
alias vct="$EDITOR $XDG_CONFIG_HOME/tmux/tmux.conf"           # tmux
alias vcv="$EDITOR $XDG_CONFIG_HOME/nvim/init.vim"            # neovim
alias vcl="$EDITOR $XDG_CONFIG_HOME/lvim/config.lua"          # lunarvim
alias vch="$EDITOR $XDG_CONFIG_HOME/hypr/hyprland.conf"       # hyprland
alias vcw="$EDITOR $XDG_CONFIG_HOME/waybar/config"            # waybar

# edit & source zsh configs
alias scz="source $ZDOTDIR/.zshrc"
alias vcz="$EDITOR $ZDOTDIR/.zshrc && source $ZDOTDIR/.zshrc"
alias vczo="$EDITOR $ZDOTDIR/options && source $ZDOTDIR/options"
alias vczb="$EDITOR $ZDOTDIR/bindkeys && source $ZDOTDIR/bindkeys"
alias vcze="$EDITOR $ZDOTDIR/exports && source $ZDOTDIR/exports"
alias vcza="$EDITOR $ZDOTDIR/aliases && source $ZDOTDIR/aliases"
alias vczc="$EDITOR $ZDOTDIR/completions && source $ZDOTDIR/completions"
alias vczf="$EDITOR $ZDOTDIR/functions && source $ZDOTDIR/functions"

# other cool toys
alias exa='exa --long --header --git --sort=name --group-directories-first'
alias ls='exa'
alias cat='bat -pp'
alias bat='bat --style=full'

# x11
# alias X='startx ${XDG_CONFIG_HOME}/X11/xinitrc'
# alias XX='~/.screenlayout/home2.sh'
# alias kb='setxkbmap -rules evdev -model pc105 -layout "ro,de" -variant "basic" -option "grp:shift_caps_toggle"'

# tmux
alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf"
alias t="tmux new-session -A -s id"

# dmenu stuff
# alias dnm='networkmanager_dmenu'
# alias dbt='dmenu-bluetooth'

# other cli utils
alias pm='pulsemixer'

# locations
alias lab='cd ~/priv/code/lab'
alias own='cd ~/priv/code/own'
alias pixl='aft-mtp-mount ~/priv/pixl'

# cleanup home
alias irssi="irssi --home ${XDG_CONFIG_HOME}/irssi"
alias svn="svn --config-dir ${XDG_CONFIG_HOME}/subversion"
alias wget="wget --hsts-file=$XDG_DATA_HOME/wget-hsts"

# dotfiles
alias stowe="sudo stow -d $HOME/.dotfiles/etc/ -t /etc/"

# ansible
alias ansible-vault='EDITOR=lvim ansible-vault'

# acme
alias acme='acme.sh --home "$XDG_CONFIG_HOME"/acme.sh/'

# vscode
alias code='vscodium --enable-features=UseOzonePlatform --ozone-platform=wayland'

# time sync
alias synctime='echo "time now:" && date && sudo systemctl stop ntpd && sudo ntpd -gq && sudo systemctl start ntpd && echo "new time:" && date'

# nordvpn
alias nvro='sudo systemctl start nordvpnd && nordvpn c ro && nordvpn whitelist add subnet 10.0.0.0/8 && nordvpn set dns 10.10.10.10'
alias nvdown='nordvpn d && sudo systemctl stop nordvpnd'

# work
alias vpnup='nmcli con up vpn-work --ask'
alias vpndown='nmcli con down vpn-work'
alias vpn='nmcli con down vpn-work; nmcli con up vpn-work --ask'
alias vault-connect='source $HOME/work/secrets/vault.work'
alias terraform-connect='source $HOME/work/secrets/terraform.work'
alias teamsx='killall -15 teams'
alias adm='sudo mount /home/$HOME/work/adm'
alias mongo='ssh -L \*:27777:appserver:27017 jumphost'
robertgforge, to Revelation French
@robertgforge@imaginair.es avatar

J'ai une annonce à faire qui devrait changer ma façon de me présenter sur les réseaux... mais j'avoue j'ai le trac.

DaNanner, to random
@DaNanner@mastodon.coffee avatar

Who is this man (the BF)…. He’s never watched . Ok, well, here we go.

Yes, I’m a Jennifer Garner stan.

DaNanner,
@DaNanner@mastodon.coffee avatar

Garber has grey hair but ISTG he doesn’t age. I mean between and

deirdresm, to music
@deirdresm@hachyderm.io avatar

SO'C's (Shuhada's) "No Man's Woman" (which is actually a Rastafarian religious song) was used in Alias ep 1. Naturally, that song wasn't used on the DVD. grump.

Anyhow, that scene is currently up on YT if you want to see it as originally broadcast. Dunno how long it'll last.

https://www.youtube.com/watch?v=C1GgTr9ml7g

kuketzblog, to random German
@kuketzblog@social.tchncs.de avatar

Habt ihr das auch schon erlebt? Ihr wollt euch für einen Dienst oder einen Newsletter anmelden, aber möchtet eure persönliche oder private E-Mail-Adresse nicht preisgeben? Es gibt verschiedene Gründe dafür: Ihr wollt eure Anonymität wahren oder einfach unnötige E-Mails und Spam vermeiden, die oft mit einer Registrierung bei einem Dienst einhergehen. Die Lösung: 👇

https://www.kuketz-blog.de/anonaddy-anonyme-e-mail-weiterleitungen-zum-schutz-der-privatsphaere-identitaet/

kuketzblog, to random German
@kuketzblog@social.tchncs.de avatar

AnonAddy ist ein Dienst, der es Benutzern ermöglicht, temporäre E-Mail-Adressen (Aliase) zu erstellen, um ihre Privatsphäre/Identität zu schützen. 👇

https://www.kuketz-blog.de/anonaddy-anonyme-e-mail-weiterleitungen-zum-schutz-der-privatsphaere-identitaet/

#anonaddy #alias #tracking #datenschutz #anonymity

timb, to microsoft German
@timb@swiss.social avatar

Wenn von auf wirklich mit den umgehen könnte, dann wäre Outlook tatsächlich das Mailprogramm meiner Wahl, sogaaar auf dem Mac, ja ;-)

Leider scheint man da noch etwas (länger) warten zu müssen?!

MediaActivist, to random

I can't recommend rss.app - the site allows you to sign up for a free period of time with an alias email address, then when you want to close your account they refuse to let you sign in with the alias because they "don't allow emails from this domain." Arseholes.

liquidparanoia, to roadtrip
@liquidparanoia@aus.social avatar

Jumped into this and never did an / post.
I'm Gareth, I'm in Victoria, Australia.

Twitter was one of my main social outlets, and with that going down the plughole I'm hoping to have some connections here. I'm a little bit socially anxious and not good at being outgoing or interacting with people in the physical world.

I enjoy a , I've been to all the states / territories by road except the Northern Territory (it's on my to do list).

I like , and try to . But if I'm honest these past few years have been hard on the creativity. I did find for a time listening to did help my creativity process a bit.

Writing wise it's mostly blogs from road trips, other experiences, the occasional long form research and which is the bulk of my long form fiction-based writing. Do have one or two other original fiction pieces which I've been working on for years and not getting anywhere.

Supporter of CC BY 4.0 and free culture. I like to help categorise stuff on Wikicommons, and upload photos there. Also try to upload other random content on the Internet Archive.

I'm a fan of , , , , , , , , also enjoy; , , , , ,

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • khanakhh
  • InstantRegret
  • Youngstown
  • ngwrru68w68
  • slotface
  • rosin
  • tacticalgear
  • mdbf
  • Durango
  • megavids
  • modclub
  • osvaldo12
  • ethstaker
  • cubers
  • normalnudes
  • everett
  • tester
  • GTA5RPClips
  • Leos
  • cisconetworking
  • provamag3
  • anitta
  • lostlight
  • All magazines