Eager Eagle
- 12 Posts
- 1.56K Comments
Eager Eagle@lemmy.worldto Programming@programming.dev•C is one of the most energy saving languageEnglish201·3 days agoand in most cases that’s not good enough to justify choosing c
Eager Eagle@lemmy.worldto Android@lemdro.id•Android 16 is out, complete with live notification updates and new camera featuresEnglish7·3 days agobad name, they’re dynamic notifications
I’ve known Zed for almost a year now, but it still lacks a lot of what VS Code offers. Especially when it comes to customization.
Eager Eagle@lemmy.worldto Programmer Humor@programming.dev•thoughts on this website?English10·13 days agosir, this is a wendy’s
on second though: “ugh, light mode”
Eager Eagle@lemmy.worldto Programmer Humor@programming.dev•Python needs an actual default functionEnglish15·16 days agothe best thing is when not even the author knows the correct order of running the cells; because of course it isn’t top-to-bottom.
Eager Eagle@lemmy.worldto Programmer Humor@programming.dev•Python needs an actual default functionEnglish35·16 days agoThe
if
block is still in the global scope, so writing the code in it is a great way to find yourself scratching your head with a weird bug 30 minutes later.
Eager Eagle@lemmy.worldto Programmer Humor@programming.dev•Python needs an actual default functionEnglish33·16 days agoI work in an academic / research environment. Depending who wrote it, even seeing a
__name__ == "__main__"
is a bit of a rare thing…
everyone knows viruses are allergic to apps
Eager Eagle@lemmy.worldto Programming@programming.dev•If AI is so good at coding - where are the open source contributions?English572·22 days agoyeah, that’s… one of the points in the article
Eager Eagle@lemmy.worldto Programmer Humor@programming.dev•This will be *really* funny, until you remember 99% of current super hyped AI stuff is running on PythonEnglish111·29 days agoPython is great, but it’s so forgiving that it’s easy to write garbage code if you’re not very proficient and don’t use the right tools with it.
The only objectively bad (major) thing against it is speed. Not that it matters much for most applications though, especially considering that most number crunching tasks will use libraries that have critical path written in a systems language:
numpy, pandas, polars, scikit-learn, pytorch, tf, spacy; all of them use another language to do the cpu intensive tasks, so it really doesn’t matter much that you’re using python at the surface.
Eager Eagle@lemmy.worldto Programmer Humor@programming.dev•This will be *really* funny, until you remember 99% of current super hyped AI stuff is running on PythonEnglish58·29 days agoPython-wrapped C, for the most part.
Eager Eagle@lemmy.worldto Games@sh.itjust.works•A note about the security of your Steam accountEnglish1·29 days agoI’ve always done it on the app, no phone call or chat. But regardless, it’s not like it’s going to happen. I have my cc info (and throwaway cards like privacy.com) in several websites and nothing like this ever happened. All times I’ve requested a refund was due to the service/product not being what was promised, not due to a data leak. The convenience definitely beats the risk.
Eager Eagle@lemmy.worldto Games@sh.itjust.works•A note about the security of your Steam accountEnglish6·1 month agoIt’s a credit card, you can dispute charges and will likely get a refund.
I’ve done it a few times for different reasons.
Eager Eagle@lemmy.worldto Programmer Humor@programming.dev•Programmers then and nowEnglish2·1 month agoIMO tables should be more used for… tabular data. Shocking, I know, but the amount of websites that try to emulate a table with
div
s andul
s out there is crazy.
Eager Eagle@lemmy.worldto Programmer Humor@programming.dev•Programmers then and nowEnglish2·1 month agoI got tired of looking up the options for each possible combination of archiving + compression, so today I have a “magic” bash function that can extract almost any format.
Then for compressing, I only use
zip
, which doesn’t need any args other than the archive name and the thing you’re compressing. It needs-r
when recursing on dirs, but unlike “eXtract” and “Ze”, that’s a good mnemonic.
Eager Eagle@lemmy.worldto [Migrated, see pinned post] Casual Conversation @lemm.ee•How do you have your toast?English11·1 month agodeleted by creator
Eager Eagle@lemmy.worldto Programmer Humor@programming.dev•docker compose illustratedEnglish5·1 month agoIt depends. At $dayjob I deploy compose on Linux VMs.
Rockstar is well known for having trailers that are in-engine
right? I don’t watch TV because of all this crap. I don’t understand how some people have the patience, honestly.