@awoodsnet@phpc.social
@awoodsnet@phpc.social avatar

awoodsnet

@awoodsnet@phpc.social

First of his name, coder of #PHP applications ๐Ÿ˜ , guitar player ๐ŸŽธ , rocker of karaoke ๐ŸŽค, loves an irish accent โ˜˜๏ธ
Fan of #StarTrek #Marvel and #Yankees

#vim #bash #guitar #php #drupal #symfony

This profile is from a federated server and may be incomplete. Browse more on the original instance.

awoodsnet, to linux
@awoodsnet@phpc.social avatar

People often talk about Linux Desktops in terms of Gnome vs KDE. But there are other options, right? Whatโ€™s your favorite โ€œthird partyโ€ DE?

awoodsnet,
@awoodsnet@phpc.social avatar

@leochavez i really enjoy your history episodes BTW. Ive missed a lot of Linuxโ€™s history, so theyโ€™re a great way for me to catch up

awoodsnet, to music
@awoodsnet@phpc.social avatar

i wonder - what percentage of @Vivaldi employees listen to Vivaldiโ€™s classical music songs? Is it an employee requirement? Are they skewing Spotifyโ€™s statistics? Enquiring minds want to know๐Ÿ˜„

awoodsnet, to php
@awoodsnet@phpc.social avatar

As I prepare my Tek talks โ€” โ€œShell Scriptung for PHP Developersโ€ and โ€œBetter Dotfilesโ€ โ€” are there specific issues/aspects youโ€™d like me to cover?

awoodsnet, to KDE
@awoodsnet@phpc.social avatar

iโ€™m a mac user, and Im experimenting with Linux distros using Virtual Box. Manjaro KDE seems pretty good, and itโ€™s running Plasma 5.27. I want to try Plasma 6 โ€” So I downloaded KDE Neon after the megarelease. it tries to run, but it doesnโ€™t complete. It gets stuck on a black screen inside Virtual Box. Is there a known issue with KDE Neon in Virtual Box?

#kde #virtualbox #linux

webuiltthiscity, to animals
@webuiltthiscity@sutrofan.com avatar

Today's and blog post: Comet at 11 weeks: One adult ear, one puppy ear ๐Ÿ•โค๏ธ
https://rocketsnacks.tumblr.com/post/744054998963535872

awoodsnet,
@awoodsnet@phpc.social avatar

@webuiltthiscity Cometโ€™s fur is like camouflage for that carpet ๐Ÿ˜‚

awoodsnet, to random
@awoodsnet@phpc.social avatar

@adam @dave i was thinking the first song was more like Gin Blossoms than The Cure

system76, to random
@system76@fosstodon.org avatar

Tux is getting ready for Spring cleaning in the server closet...

awoodsnet,
@awoodsnet@phpc.social avatar

@system76 im guessing some cable management is on that list ๐Ÿ˜„

awoodsnet, to music
@awoodsnet@phpc.social avatar

i want a concert where The Midnight, The Strike, Gunship, and The Bad Dreamers are all there

Nice to have: Essenger, Crozet, FM84

Maybe call it Synthapalooza

b0rk, (edited ) to random
@b0rk@jvns.ca avatar

poll: do you use git on the command line or in a GUI?

(you can pick more than one option if itโ€™s a mix of both, sorry magit users I didn't have space for you in this poll)

awoodsnet,
@awoodsnet@phpc.social avatar

@syntaxseed @skrzatu @b0rk on the CLI i like lazygit. Itโ€™s a TUI

awoodsnet,
@awoodsnet@phpc.social avatar

@skrzatu @syntaxseed @b0rk i hate resolving conflicts on the CLI too. If the conflicts are simple enough, Iโ€™ll just edit them directly with Vim. Otherwise, a good GUI diff/merge tool is key. as a Mac user, Kaleidoscope has been awesome for this.

mborus, to til
@mborus@mastodon.social avatar

I learned that on terminal the

cd -

command will get me to the previous folder.

If I constantly have to switch between 2 folders, this is a good time saver.

I also learned about the "pushd" command that will move me into a new directory and remember where I was. It lets me return with "popd"

awoodsnet,
@awoodsnet@phpc.social avatar

@mborus the thing about pushd is you have remember to call it. i have a
bash function i named cdls (because i often cd inro a dir and list its contents) that helps me .

cd โ€œ$1โ€ && ls

becomes

pushd โ€œ$1โ€ && ls

Since this is my default way of cdโ€™ing, any directories i cd into are remembered

awoodsnet,
@awoodsnet@phpc.social avatar

@mborus striving for a minimal, default experience is admirable. The thing is though is that you create enough of these tricks, and they have to live somewhere . my cdls function lives in my ~/.bashrc . you can recreate it on each machine you use. eventually you need to create a dotfiles repo so you can copy it to any machine you use.

if youโ€™re a vim fan, put

set -o vi

in your ~/.bashrc to navigate the command line like in vim

awoodsnet, to KDE
@awoodsnet@phpc.social avatar

KDE 6 is out today! Iโ€™m looking forward to trying it out! If youโ€™re looking for a new distro, this is a good place to start.

ellie, to random
@ellie@hachyderm.io avatar

can anyone who recently learned to code recommend any resources?

I get asked by friends and family often, but I was making my first steps quite a while ago now.

The resources available today are very different, and I didn't learn in a particularly structured way anyway.

Maybe if all these interactive courses/etc had been around I'd have done it differently

awoodsnet,
@awoodsnet@phpc.social avatar

@ellie my advice is to learn the command line before actually learning to code. . The CLI plays such a big part of developer tools, and environment config, that not knowing the command line impedes the coding experience.

Itโ€™s also a good litmus test for the development/debugging temperament

awoodsnet, to nyc
@awoodsnet@phpc.social avatar

Itโ€™s finally starting to feel lighter outside. Itโ€™s 17:40 and itโ€™s not totally dark.

djumaka, to opensource
@djumaka@phpc.social avatar

I'm so used to legacy projects where structuring it properly and adding tools and best practices is a mission impossible without a revolution, that I'm looking around for a good project where I can see things done well. Do you know any? I recently saw "/kbin" repo and I liked it so far, not that I've dug deep. I may event try to contribute a bit (as scarce as my free time is anyways).

awoodsnet,
@awoodsnet@phpc.social avatar

@djumaka this project defines how to structure a PHP project https://github.com/php-pds/skeleton The /kbin repo seems to follow it

awoodsnet, to random
@awoodsnet@phpc.social avatar

Only @chriscoyier can write a blog post titled โ€œ43โ€ and people will read it (and post about it like Iโ€™m doing) https://chriscoyier.net/2024/02/14/43-2/

Why 43? Did he just turn 43? Was he reminiscing about the OG website 43things.com? Enquiring minds want to know

awoodsnet,
@awoodsnet@phpc.social avatar

@ramsey @chriscoyier I did 32. My wallet got drenched and i was attempting to dry it out. The burning leather smell was awful, and the RFID blocking insert didnโ€™t help ๐Ÿคช

jensimmons, (edited ) to random
@jensimmons@front-end.social avatar

I just landed back in NYC after two weeks in California, juggling many, many totally different projects. Meeting in person with many different teams. All of it working to make the web better.

Iโ€™m clearer than ever that privacy is incredibly important. A fundamental human right thatโ€™s deeply at risk. Iโ€™ve worked on the web for decades. I donโ€™t like watching it be a machine for vacuuming up our personal lives & selling us. No thank you.

Iโ€™m glad to get to battle against such a future.

awoodsnet,
@awoodsnet@phpc.social avatar

@jensimmons Keep up the good fight. Iโ€™m with you! ๐Ÿ’ช

awoodsnet, to StarTrek
@awoodsnet@phpc.social avatar

Show idea โ€” Star Trek: Collective. Itโ€™s an origin story โ€ฆ of the Borg! It starts in a world a little more advanced than our own - by a hundred years or so. They have space travel . This would probably be 500-700 years before TNG.. It starts with a robot workforce. And bringing an AI online to manage it for asteroid mining . Thereโ€™s some parallels to Caprica, but itโ€™s all StarTrek

awoodsnet, (edited )
@awoodsnet@phpc.social avatar

@ramsey @JosephLeedy thats due to my plot description too generic at the moment. i only just realized i want a show about the borg. it needs some elaboration. i want to know how the collective came to be. why a queen? why are borg ships cubes? Most importantly- what kind of society would create the borg? It wonโ€™t be by a billionaire technologist like Caprica

katykaty, to random
@katykaty@glammr.us avatar

My kid, a computer science major, said that the way programming is taught is "too capitalist" because it emphasizes efficiency and time saving over everything else, and I haven't stopped thinking about it.

awoodsnet,
@awoodsnet@phpc.social avatar

@katykaty @ben I disagree. Programming is about problem solving and automating away the monotonous and minutiae, so you focus on living your best life. When combined with Open Source software, its about having confidence in the software you use to manage your life

awoodsnet, to music
@awoodsnet@phpc.social avatar

im listening to Pandora for some morning music, per usual, to get me going. In the song โ€œGhost of my Hometownโ€ by The Strike, when theyโ€™re playing the verse of a song, It reminds me if The Police! The singer, in particular, reminds me of Sting. Then, they sing the chorus and The Strike sound like themselves again

Hereโ€™s a youtube link

https://youtu.be/1Zbz88-8dBU

ramsey, (edited ) to php
@ramsey@phpc.social avatar

Today, I was cut in layoffs. Iโ€™m so gutted because I loved this company, & my team was the best; Iโ€™ll miss my team most.

Now, as I look ahead, Iโ€™m searching for a staff/principal role where I can help other developers level-up through mentoring, tooling/infra, architecture, & improving DX. Iโ€™d love to work with a company contributing to open source & even to the programming language itself.

Update (27 Feb 2024): Thanks, everyone! Iโ€™ve accepted an offer. Please see update in thread below.

awoodsnet,
@awoodsnet@phpc.social avatar

@ramsey thatโ€™s great news! Congratulations on the new position!

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