Skip Navigation

Search

Linux @sh.itjust.works
cm0002 @lemmy.world

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

@linux on Linux.Community @linux.community
Pro @programming.dev

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

Linux @lemmy.world
Pro @programming.dev

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

Linux @lemmy.ml
Pro @programming.dev

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

Linux @programming.dev
Pro @programming.dev

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

Academia @mander.xyz
fossilesque @mander.xyz

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
Food and Cooking @beehaw.org
Hirom @beehaw.org

Expert describes the health benefits of ‘Dry January’

Food and Cooking @beehaw.org
Recant @beehaw.org

The 35 Healthiest Foods to Eat Every Day

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

Godot @programming.dev
Psyhackological @programming.dev

Where have you suffered some performance penalties using GDScript, and what was the fix? Was it to rewrite it in C#?

I'm curious because GDScript sounds like a very high and good abstraction for the engine.

Dynamic nature

Pros & cons of dynamic typing

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
Aotearoa / New Zealand: Tomorrow's Sideswipe, Today! @lemmit.online
Lemmit.Online bot @lemmit.online
BOT

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

docs.google.com Moth's List: Landing Page + Key Issue tracker

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 ...

Moth's List: Landing Page + Key Issue tracker
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.

Technology @lemmy.ml
Kashif Shah @lemmy.sdf.org

IAEA Presents Sustainable Energy Planning Toolkit to the G20

cross-posted from: https://lemmy.sdf.org/post/17907463

archive.org link

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.

Human Rights @lemmy.sdf.org
Kashif Shah @lemmy.sdf.org
resource

SDF Chatter: Human Rights: Key Resources + Key Conversations

Secular Humanism @sh.itjust.works
Kashif Shah @lemmy.sdf.org

United Nations Universal Declaration of Human Rights

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.

Privacy @lemmy.ml
Kashif Shah @lemmy.sdf.org

Introduction to the Rights-Based Approach

cross-posted from: https://lemmy.sdf.org/post/17796500

archive.org link

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 and Lemmy @lemmy.ml
Jayjader @jlai.lu

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.

Magnagothica @lemmy.dbzer0.com
db0 @lemmy.dbzer0.com

Printable Haunts Maps

Learn Machine Learning @sh.itjust.works
ShadowAether @sh.itjust.works

Understanding UMAP - Google PAIR

Has nice interactive examples and UMAP vs t-SNE

Learn Machine Learning @sh.itjust.works
ShadowAether @sh.itjust.works

MIT OpenCourseWare: Introduction To Machine Learning

Learn Machine Learning @sh.itjust.works
ShadowAether @sh.itjust.works

Style Guide for Python Code: PEP 8

Learn Machine Learning @sh.itjust.works
ShadowAether @sh.itjust.works

MIT OpenCourseWare: Statistical Learning Theory