No one on LinkedIn has a real job, they’re all just bragging about being self-employed or paid to post there to “generate positive public opinion on 50 hour work weeks”.
- 0 Posts
- 83 Comments
cs () { cd $1; ls ${@:2} }
You (probably) only want to pass the first argument to
cd
, this’ll send the rest tols
.
Artyom@lemm.eeto Programming@programming.dev•Readers Annoyed When Fantasy Novel Accidentally Leaves AI Prompt in Published Version, Showing Request to Copy Another Writer's Style0·2 months agoOr, more accurately, ‘a novel that is at most partially by Lena McDonald’.
Oh good, now I don’t have to disable it anymore when I setup Firefox. Not sure why proprietary tech was ever in my browser in the first place, but I’m glad it’s gone.
Artyom@lemm.eeto Android@lemdro.id•Android 16's new 90:10 split-screen is a game-changer for multitaskingEnglish0·2 months agoThe new trick is that when you tap on the bottom 10%, it’ll make that app take up 90%, and the app you were just in will be downsized to the remaining 10%. As for why this is considered better than pressing the multitasking button twice, I have no idea. I’ve honestly never enjoyed the split screen feature on my phone, but I multitask a lot.
Engineers need to stay busy I guess, even if every feature a phone needs has been implemented.
And MinusJs depends on AngularJs and VueJs for some reason, but that’s just the cost of doing business!
Because Mozilla is the master of bad ideas and most open source projects are leaving github, not joining it.
Artyom@lemm.eeto Programmer Humor@programming.dev•Mom can we have Scratch? We have scratch at home. Scratch at home:0·2 months agoRemember the meme where all the parentheses are on the right hand side? This meme is the same.
As a former student who tried to stay on top of the absurd logistics of making use of my premium license, it sucks. Once a year you have to dig up your old account credentials, and it’s always when you’re in the middle of a high stakes project. Worrying about licensing sucks, even when someone else is paying for it.
Yes, but they usually came at the same price.
Almost certainly, they’re counting on their “audits” consisting of a script that looks for “$500 per week” in the descriotion to confirm that they’re posting ads.
dd
literally has the nickname “disk destroyer”, and it is a well-earned title. Once you have a bad default choice and no pre-installed alternative, you’ll have at minimum 3 competing tools. Just the way the world works.
Artyom@lemm.eeto Programmer Humor@programming.dev•This might have some impact on efficiency0·3 months agoPandas was always 200% slow, nothing lost there.
Don’t worry, he’s probably being disingenuous and likely has ulterior motives.
Artyom@lemm.eeto Technology@lemmy.world•Python Performance: Why 'if not list' is 2x Faster Than Using len()English1·3 months agoIn my experience, if you didn’t write the function that creates the list, there’s a solid chance it could be
None
too, and if you try to check the length ofNone
, you get an error. This is also why returningNone
when a function fails is bad practice IMO, but that doesn’t seem to stop my coworkers.
I always go with password2 cuz everyone throws a fit about password1 being insecure.
I could have sworn there is a puffer fish-themed SSH file manager GUI, but I can’t for the life of me find it right now.
Someone actually invented Tony the Toilet Buddy
Artyom@lemm.eeto Selfhosted@lemmy.world•I wrote a python script to backup my home directoryEnglish31·3 months agoPython does not need to be compiled, have you ever used it?
I mean, some of those things are just because online recipes are usually shit. You can pretty much always use a spice blend instead of salt and pepper, you can always add Chile powder at any concentration you desire, and you should always double the garlic (at least). Granted, some of this is because most recipes are written by AI nowadays.