Data Science
- 262 Posts
- 742 Comments
ericjmorey@programming.devto
Selfhosted@lemmy.world•(Blog) How I'm Building a Trump-Proof Tech Stack Without Big TechEnglish
1·10 months agoThat’s not an affiliate link that’s an anonymous tracking link.
ericjmorey@programming.devto
Selfhosted@lemmy.world•(Blog) How I'm Building a Trump-Proof Tech Stack Without Big TechEnglish
13·10 months agoThese suggestions are essentially the same as other privacy and libre focused recommendations.
ericjmorey@programming.devto
Linux@lemmy.ml•Debian is Ditching X (Twitter) Citing These Reasons
3·11 months agoI’m talking about posting on their website a link to alternative social media accounts.
You’re right. I got lazy.
DFRA
ericjmorey@programming.devto
Linux@lemmy.ml•Debian is Ditching X (Twitter) Citing These Reasons
13·11 months agoThat doesn’t explain why they don’t start a transition by posting to both the new platform and the old. And not including links to their new account on their websites.
ericjmorey@programming.devto
Linux@lemmy.ml•Debian is Ditching X (Twitter) Citing These Reasons
4·11 months agoUnfortunately the accounts listed under Social network accounts of Debian teams and Social network accounts of Debian contributors are almost exclusively Twitter accounts.
ericjmorey@programming.devto
Linux@programming.dev•Debian is Ditching X (Twitter) Citing These Reasons
3·11 months agoUnfortunately the accounts listed under Social network accounts of Debian teams and Social network accounts of Debian contributors are almost exclusively Twitter accounts.
ericjmorey@programming.devto
Debian - The universal operating system@lemmy.zip•The Debian Publicity Team will no longer post on X/TwitterEnglish
4·11 months agoUnfortunately the accounts listed under Social network accounts of Debian teams and Social network accounts of Debian contributors are almost exclusively Twitter accounts.
ericjmorey@programming.devto
Pulse of Truth@infosec.pub•Ending Support for Expiration Notification EmailsEnglish
1·11 months agoThere are free alternatives that they provide links to.
ericjmorey@programming.devto
Programming@programming.dev•Open-R1: a fully open reproduction of DeepSeek-R1
17·11 months agoFrom the article:
DeepSeek-R1 release leaves open several questions about:
- Data collection: How were the reasoning-specific datasets curated?
- Model training: No training code was released by DeepSeek, so it is unknown which hyperparameters work best and how they differ across different model families and scales.
- Scaling laws: What are the compute and data trade-offs in training reasoning models?
These questions prompted us to launch the Open-R1 project, an initiative to systematically reconstruct DeepSeek-R1’s data and training pipeline, validate its claims, and push the boundaries of open reasoning models. By building Open-R1, we aim to provide transparency on how reinforcement learning can enhance reasoning, share reproducible insights with the open-source community, and create a foundation for future models to leverage these techniques.
In this blog post we take a look at key ingredients behind DeepSeek-R1, which parts we plan to replicate, and how to contribute to the Open-R1 project
ericjmorey@programming.devto
Programming@programming.dev•Anyone else's company getting hounded by Anaconda.com folks?
16·11 months agoI didn’t read your post correctly. Yeah, that’s harassment at the very least. No better than someone screaming at a retail worker because of some corporate policies.
ericjmorey@programming.devto
Programming@programming.dev•Anyone else's company getting hounded by Anaconda.com folks?
18·11 months agoIt’s all about your organization’s size and if the organization makes use of the Anaconda controlled
defaultschannel. I’m not a lawyer, but your company may be liable for some licensing fee if your company is using Anaconda’s repository of binaries. You’d need to consult with an actual lawyer for more reliable assessment of your potential liability.Switch to using miniforge and the conda-forge channel when installing and using Conda.
ericjmorey@programming.devto
Programming@programming.dev•Anyone else's company getting hounded by Anaconda.com folks?
4·11 months agoConda itself is outside of Anaconda, Inc’s control.
ericjmorey@programming.devto
Programming@programming.dev•Anyone else's company getting hounded by Anaconda.com folks?
3·11 months agoMiniforge should be defaulting to use conda-forge. Perhaps an old installation is configured to use the Anaconda inc maintained
defaultschannel.Conda-forge.org provides a guide to rid your environments of the
defaultschannel.https://conda-forge.org/docs/user/transitioning_from_defaults/
ericjmorey@programming.devto
Programming@programming.dev•What's Better For A Project Portfolio: Build From Scratch Or Library Knowledge?
26·11 months agoIt’s better that you don’t use resume driven decisions. Just do whatever you are interested in.
ericjmorey@programming.devto
Programming@programming.dev•Is Bare-Metal Programming Dead?
12·11 months agoEmbedded software development has dramatically advanced over the past decade. What does that mean for bare-metal programming?
At a Glance
- Bare-metal programming is an essential skill as it enables you to understand what your system is doing at the lowest levels.
- Even if you spend your days working with abstraction layers, bare-metal programming will guide you should abstractions fail.
- And bare-metal skills can provide a solid foundation for troubleshooting and debugging.
ericjmorey@programming.devto
Programming@programming.dev•Recommend me a Python book for absolute beginners
2·1 year agoThese two are my favorite balance of fundamentals and getting to purposeful application as quickly as possible (the first link is definitely not enough, but combined with the second she should be comfortable with the syntax and able to get basic things working):
https://www.kaggle.com/learn/intro-to-programming
https://www.kaggle.com/learn/pythonThis one takes its time with fundamentals and includes some projects to put them in context of building something. It’s presented on Google Colab and Jupyter notebooks: https://allendowney.github.io/ThinkPython/
Working with GIS data means cleaning data. This one covers that and a lot of common analysis tools and techniques. But it assumes a bit of programming knowledge (Good to follow up after one of the options above): https://wesmckinney.com/book/

























Discussion with the author @ https://hachyderm.io/@simontatham/114111520633445984