Eager Eagle
- 4 Posts
- 645 Comments
Eager Eagle@lemmy.worldto Linux@lemmy.ml•Trying to recreate a version control system for my music collection, with one crucial difference ... 🤯English8·2 days agoI want to convert all lossless files to lossy, preferably before uploading them
so it’s not exactly a mirror, right?
here’s an idea:
- A - the source containing lossless files
- B - the local storage of lossy files
- C - a remote mirror of B
With that, you can do:
- A -> B: a systemd service that makes this conversion.
- B -> C:
git
or syncthing to mirror and/or version control.
This uses more storage than you probably intended to (lossy files are also stored locally), but it’s a mirror.
Eager Eagle@lemmy.worldto Selfhosted@lemmy.world•Release v0.6.11 · open-webui/open-webuiEnglish7·3 days agoBecause that’s a release page. The first paragraph in the readme tells you what open webui is.
Eager Eagle@lemmy.worldto Programmer Humor@programming.dev•Python needs an actual default functionEnglish14·3 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·3 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 functionEnglish32·3 days agoI work in an academic / research environment. Depending who wrote it, even seeing a
__name__ == "__main__"
is a bit of a rare thing…
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% zoomEnglish2·8 days agonot really, but yeah I hate those too, especially channels that schedule a premiere not hours, but X days from now. What’s the point of showing it in my subscriptions tab if I can’t watch it? And by the time I can, the video will already be buried by newer videos.
everyone knows viruses are allergic to apps
Eager Eagle@lemmy.worldto Linux@lemmy.ml•Is there a way to monitor memory bandwidth utilisation?English7·8 days agoIt seems pcm-memory can do it on Intel CPUs and uProf for AMD.
Other than these I’ve mostly seen benchmarking and profiling tools (like
perf
) but I guess these are not what you’re looking for.
Eager Eagle@lemmy.worldto Linux@lemmy.ml•Is there a way to monitor memory bandwidth utilisation?English2·8 days agoIs that for a specific process or the system?
Eager Eagle@lemmy.worldto Programming@programming.dev•If AI is so good at coding - where are the open source contributions?English56·9 days agoyeah, that’s… one of the points in the article
Eager Eagle@lemmy.worldto Mildly Infuriating@lemmy.world•The interface to log in on Overleaf is maddening. What appears to be a log in field is actually for signing up. Taking you to a "an account with email already exists" page after attempting to log in.English1·10 days agoThey might ask you to create a password, but you don’t need to use the password to sign in.
Eager Eagle@lemmy.worldto Mildly Infuriating@lemmy.world•The interface to log in on Overleaf is maddening. What appears to be a log in field is actually for signing up. Taking you to a "an account with email already exists" page after attempting to log in.English10·10 days agowell, you were looking at the home page, not the login page
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 PythonEnglish11·16 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·16 days agoPython-wrapped C, for the most part.
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% zoomEnglish37·17 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;}' })()
Forget the dependency, I don’t want another language in my code.
idk the context, but…
block?
sir, this is a wendy’s
on second though: “ugh, light mode”