PyTorch is now under the Linux Foundation AFAIK, but yes it did originate at FB
- 0 Posts
- 28 Comments
Kevin@programming.devtoGeneral Programming Discussion@lemmy.ml•Privy is an open-source alternative to GitHub copilot that runs locally using Ollama6·5 months agoYes it is indeed an open-source alternative to GitHub copilot that runs locally using Ollama.
I would actually bring a parallel to the device driver-firmware blob split that’s common with hardware support in Linux. While the code needed to run inference with a model is straightforward and several open source versions exist already, the model itself is a bunch of tensors whose behaviour we don’t have any visibility into. Bias is less a problem of the inference code and more an issue with the data it was trained on
Kevin@programming.devto Technology@lemmy.world•EU law mandating universal chargers for devices comes into forceEnglish9·6 months agoIf I were to guess, it would be the additional pins. USB-C PD is capable of decent power transfer while also having enough data transfer capability simultaneously. USB-C docks are a good example, seeing that you can hook up a display, charger, other USB devices, ethernet, etc and have it all go through a single cable and (compact, convenient) connector. The reversibility is an added bonus
Alright I’m probably the outlier here but… I like helping people with their IT needs, and I’ve always found the problem solving and praise kinda nice. Maybe it’s just a me thing tho
Kevin@programming.devto Open Source@lemmy.ml•Elisa: Simple music player aiming to provide a nice experience for its users. [Android and Desktop]2·7 months agoYAMPA, hmm maybe i should make that
Kevin@programming.devto Memes@lemmy.ml•When things are bad and you have an opportunity to make it worse1·9 months agoHoly hell
Kevin@programming.devto Technology@lemmy.world•Leaked Documents Show Nvidia Scraping ‘A Human Lifetime’ of Videos Per Day to Train AIEnglish3·11 months agoI remember this old website that the YouTube team had made which visualised the amount of video time getting uploaded per day on YouTube over the years of its existence, and it was on the order of several years per day or something. Gotta find that site again
Kevin@programming.devto Technology@lemmy.world•‘Google Is a Monopolist,’ Judge Rules in Landmark Antitrust CaseEnglish1·11 months agoAdd HMD Nokia to the blocking unlocks completely camp
Kevin@programming.devto Technology@lemmy.world•Things the guys who stole my phone have texted me to try to get me to unlock it - GothamistEnglish9·1 year agoDoesn’t that already exist as the Factory Reset Protection (FRP) partition?
Kevin@programming.devto Technology@lemmy.world•Actually, Winamp is not going Open SourceEnglish10·1 year agoIt really lips the whamma’s ass
Kevin@programming.devto Technology@lemmy.world•Actually, Winamp is not going Open SourceEnglish5·1 year agoUnreal Engine is a major example, you get access to a private repo containing the engine’s source code but you’re bound by an agreement regarding what you can do with it IIRC. Of course anyone is allowed to apply for access though
Kevin@programming.devto Technology@lemmy.world•Apple Patent Hints At Foldable iPhone With Self-healing ScreenEnglish1·1 year agoFor 2, the issue is most phones have a lock screen overview sorta effect, where the phone can wake up from sleep with movement or gestures. Actions on the lock screen can hence trigger things, like media playback and emergency dialling
Kevin@programming.devto Technology@lemmy.world•Streaming services are now getting out of handEnglish3·1 year agoSpecific to JS, due to the double equals being type oblivious
Kevin@programming.devto Technology@beehaw.org•Someone got Gab's AI chatbot to show its instructions14·1 year ago'tis how LLM chatbots work. LLMs by design are autocomplete on steroids, so they can predict what the next word should be in a sequence. If you give it something like:
Here is a conversation between the user and a chatbot. <insert description of chatbot>
<insert chat history here>
User: <insert user message here>
Chatbot:
Then it’ll fill in a sentence to best fit that prompt, much like a creative writing exercise
Kevin@programming.devto Technology@lemmy.world•Microsoft waited 6 months to patch actively exploited admin-to-kernel vulnerabilityEnglish2·1 year agoThe firmware has to allow it, so if you’ve got physical access to the machine that’s possible. Remote access root, on the other hand, can’t tell the firmware to register new keys as long as it’s configured correctly
Kevin@programming.devto Technology@lemmy.world•Microsoft waited 6 months to patch actively exploited admin-to-kernel vulnerabilityEnglish4·1 year agoGenerally yes. For many distros, the kernel signing key is with the distro maintainers and so the package comes with pre-signed kernel images. For distros like Arch and Gentoo, it’s the user’s responsibility to maintain the signing key and sign each updated kernel
LGPL actually, not GPL
Kevin@programming.devto Technology@lemmy.world•Middle school removes bathroom mirrors to stop kids from making TikToksEnglish6·1 year agoI feel that might be an issue from 4G onwards, considering VoLTE and VoNR are intended to avoid the use of a separate voice network to their existing data network
Pivotal Labs originally, then joined VMWare Tanzu I think, Now in turn bought by Broadcom