LinuxCommand.org is a web site that helps users discover the power of the Linux command line.
Search

Linux Command: Learn The Linux Command Line. Write Shell Scripts.

Linux Command: Learn The Linux Command Line. Write Shell Scripts.
LinuxCommand.org is a web site that helps users discover the power of the Linux command line.

Linux Command: Learn The Linux Command Line. Write Shell Scripts.
LinuxCommand.org is a web site that helps users discover the power of the Linux command line.

Linux Command: Learn The Linux Command Line. Write Shell Scripts.
LinuxCommand.org is a web site that helps users discover the power of the Linux command line.

Linux Command: Learn The Linux Command Line. Write Shell Scripts.
LinuxCommand.org is a web site that helps users discover the power of the Linux command line.

Google Scholar Alternatives
Original Post
cross-posted from: https://lemmy.world/post/26113659
I'm using DDG or searx for all my casual searching, but haven't been able to find a good search engine for scholarly articles specifically. Scrolling through pages upon pages of forum posts and educational stuff for teens/kids is unfortunately too time consuming when I'm specifically looking for research papers. I'd also need to be filtering by year of publication since I need to know what's currently going on in my field, not what was going on 30 years ago.
TIA!
Resource List
Excuse the sloppy copy paste from something I was working on. Note I've not checked the urls in some time and the descriptions were mostly automated.
Literary Search Engines
- ⭐️BASE: One of the world's most voluminous search engines especially for academic web resources. You can access the full texts of about 60% of the indexed documents for free (Open Access). BASE is operated by Biel

Expert describes the health benefits of ‘Dry January’

YouTube Video
Click to view this content.

The 35 Healthiest Foods to Eat Every Day

Want to eat cleaner? This list of the healthiest foods out there is the perfect reference for finding snacks, meals, and desserts that taste good and are good for you.

Eggs, Salmon, Chicken Breast and Edamame are some of my favorites on the list.

Where have you suffered some performance penalties using GDScript, and what was the fix? Was it to rewrite it in C#?
About: This tutorial aims to be a quick reference for how to use GDScript more efficiently. It focuses on common cases specific to the language, but also covers a lot of information on dynamically ...
I'm curious because GDScript sounds like a very high and good abstraction for the engine.
Dynamic nature
GDScript is a Dynamically Typed language. As such, its main advantages are that:
- The language is easy to get started with.
- Most code can be written and changed quickly and without hassle.
- Less code written means less errors & mistakes to fix.
- The code is easy to read (little clutter).
- No compilation is required to test.
- Runtime is tiny.
- It has duck-typing and polymorphism by nature.
While the main disadvantages are:
- Less performance than statically typed languages.
- More difficult to refactor (symbols can't be traced).
- **Some errors that would typically be detec

200 Days of the Coalition Government: A somewhat comprehensive timeline/tracker of news, changes, cartoons, and reddit reactions

PC widescreen viewing recommended! You should be able to view the whole table at once on a standard laptop screen in ‘continuous scroll’ mode. On mobile, images may display enlarged and tables will need to be swiped through. File last updated: 14/06/2024 What’s this? This set of documents is ...

This is an automated archive made by the Lemmit Bot.
The original was posted on /r/newzealand by /u/MedicMoth on 2024-06-14 04:14:25+00:00.

IAEA Presents Sustainable Energy Planning Toolkit to the G20
cross-posted from: https://lemmy.sdf.org/post/17907463
Decarbonization of the energy, transportation and industrial sectors by 2050 is a formidable challenge, and getting there will require significant use of nuclear power. But whether nuclear power figures into a country’s future energy mix or not, rigorous planning is needed to determine the clean energy composition that will work best depending on country-specific factors.
The publication, entitled ‘From Knowledge to Action: IAEA Toolkit for Sustainable Energy Planning’, was presented during a side event held on the margins of a meeting of the G20’s Energy Transitions Working Group in Belo Horizonte, Brazil.

SDF Chatter: Human Rights: Key Resources + Key Conversations


This is a work in progress, keep checking back.
-==- Must Read -==-
- UN Universal Declaration of Human Rights
- International Covenant on Economic, Social and Cultural Rights
- Communicating During Contentious Times: Dos and Don'ts to Rise Above the Noise
-==- Should Read -==-
-==- Difficult Conversations -==-
- Are human rights a valid social intervention or harmful?
- Exxon Mobil predicts global temperature increase over 2 degrees Celsius by 2050
- [IAEA Presents Sustainable Energy Planning Toolkit to the G20](https://lemmy.sdf.or

United Nations Universal Declaration of Human Rights

A milestone document in the history of human rights, the Universal Declaration of Human Rights set out, for the first time, fundamental human rights to be universally protected. It has been translated into over 500 languages.

cross-posted from: https://lemmy.sdf.org/post/17661292
Whereas a common understanding of these rights and freedoms is of the greatest importance for the full realization of this pledge,
Now, therefore,
The General Assembly,
Proclaims this Universal Declaration of Human Rights as a common standard of achievement for all peoples and all nations, to the end that every individual and every organ of society, keeping this Declaration constantly in mind, shall strive by teaching and education to promote respect for these rights and freedoms and by progressive measures, national and international, to secure their universal and effective recognition and observance, both among the peoples of Member States themselves and among the peoples of territories under their jurisdiction.

Introduction to the Rights-Based Approach
cross-posted from: https://lemmy.sdf.org/post/17796500
The field of social development has seen three major approaches to dealing with problems:
the Charity Model
the Needs-Based Approach
the Rights-Based Approach
For half a century, developing nations were arguing at the United Nations sessions for the need to recognize the right to development as a human right. With a growing globalization process and several political changes around the world, and with increasing pressure from developing nations, the United Nations General Assembly adopted the Declaration on the Right to Development.
“The right to development is an inalienable human right by virtue of which every human person and all peoples are entitled to participate in, contribute to, and enjoy economic, social, cultural and politi

Learning Rust With Entirely Too Many Linked Lists
Learning Rust With Entirely Too Many Linked Lists
This might be a more interesting dive into Rust for those with a fair amount of existing c and/or c++.
I tried it out myself a few years ago. I had fun reliving the nightmare of implementing doubly-linked lists in C back in school! I never made it to the end of the book, though; it got wayyyy more complex around halfway than I could process at the time.

Understanding UMAP - Google PAIR

UMAP is a new dimensionality reduction technique that offers increased speed and better preservation of global structure.

Has nice interactive examples and UMAP vs t-SNE

MIT OpenCourseWare: Introduction To Machine Learning

This course introduces principles, algorithms, and applications of machine learning from the point of view of modeling and prediction. It includes formulation of learning problems and concepts of representation, over-fitting, and generalization. These concepts are exercised in supervised learning an...


Style Guide for Python Code: PEP 8

This document gives coding conventions for the Python code comprising the standard library in the main Python distribution. Please see the companion informational PEP describing style guidelines for the C code in the C implementation of Python.


MIT OpenCourseWare: Statistical Learning Theory

The main goal of this course is to study the generalization ability of a number of popular machine learning algorithms such as boosting, support vector machines and neural networks. Topics include Vapnik-Chervonenkis theory, concentration inequalities in product spaces, and other elements of empiric...
