I see what you did there
Eager Eagle
- 22 Posts
- 2.01K Comments
Eager Eagle@lemmy.worldto Programmer Humor•This will be *really* funny, until you remember 99% of current super hyped AI stuff is running on PythonEnglish101·1 day 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 Linux Gaming@lemmy.world•Denuvo will lock you out of games on Linux, SteamOS, Steam Deck if you keep changing Proton versionsEnglish46·1 day agonice, I have some games that use denuvo in my wishlist: I’ll make sure to kick them from there.
and for anyone wondering, this profile seems to track games using it:
https://store.steampowered.com/curator/26095454-Denuvo-Games/
Eager Eagle@lemmy.worldto Programmer Humor•This will be *really* funny, until you remember 99% of current super hyped AI stuff is running on PythonEnglish54·1 day agoPython-wrapped C, for the most part.
Eager Eagle@lemmy.worldto Not The Onion@lemmy.world•Woman divorces husband after ChatGPT reads his coffee grounds and predicts affairEnglish276·1 day agogood for him
also easily mistaken for
Eager Eagle@lemmy.worldto Technology@lemmy.world•YouTube's new ad strategy is bound to upset users: YouTube Peak Points utilise Gemini to identify moments where users will be most engaged, so advertisers can place ads at the point.English68·2 days agoThat’s because it doesn’t. Just don’t tell the investors.
Eager Eagle@lemmy.worldto Games@sh.itjust.works•A note about the security of your Steam accountEnglish1·2 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.
it depends on the typeface, but pom.xml easily reads as porn.xml
my brain, every time I see a
main.go
in the wild. At least it’s better thanpom.xml
.edit: apparently Org-ASM is a thing too
Eager Eagle@lemmy.worldto Mildly Infuriating@lemmy.world•Fucking google did it again, they "fixed" something that never broken. This time they make thumbnails way too big even with 70% zoomEnglish34·2 days agoI got tired of large thumbnails long ago. For anyone already using Enhancer for Youtube, you can add the following to the custom script section:
/* Add to Enhancer for YouTube's Custom script section */ ;(function () { document.body.appendChild(document.createElement('style')).innerHTML = 'ytd-rich-grid-row{display:inline-block;width:min-content;}div#contents.ytd-rich-grid-row{margin:0;}' + 'ytd-rich-item-renderer{width:32rem !important;margin:1rem;}' + 'ytd-video-meta-block[rich-meta] #metadata-line.ytd-video-meta-block{font-size:1.5rem !important;line-height:initial;}' + '#video-title.ytd-rich-grid-media{font-size:1.75rem;line-height:initial;}' })()
Eager Eagle@lemmy.worldto Not The Onion@lemmy.world•Max, formerly HBO Max, to become HBO Max again somehowEnglish11·2 days agoAre they also renaming their plans? Can’t wait to sign up to HBO Max Max
Eager Eagle@lemmy.worldto Technology@lemmy.world•Kids Online Safety Act(KOSA) is back; Apple endorse it.English10·2 days agocause what kind of monster does it take to be against protecting children, right???
Eager Eagle@lemmy.worldto Lemmy Shitpost@lemmy.world•I love that maga will get the day they voted for and deserve. I hate that they dragged all the rest of us in with them. [FactCheck In Body And Comments]English17·2 days agothey’d be very sad if they could read
Eager Eagle@lemmy.worldto Games@sh.itjust.works•A note about the security of your Steam accountEnglish6·2 days 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.
GitHub is the most popular forge, if they want people to contribute, it’s a clear favorite.
they were using mercurial
Eager Eagle@lemmy.worldto Firefox@lemmy.ml•Firefox is now officially hosted on Github!English16·4 days agothey only had this mirror
https://github.com/mozilla/gecko-dev/
but it seems they were using mercurial at https://hg-edge.mozilla.org/
can confirm, I died once
https://github.com/dylanaraps/neofetch/issues