home.social

#pointers — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pointers, aggregated by home.social.

  1. Discover the Unique World of PUNKX.org Card Games

    PUNKX.org is a hub for intellectually stimulating and entertaining card games, perfect for those who love programming, problem-solving, or just a good challenge.

    Read More: machaddr.substack.com/p/discov

    #Programming #Cards #Game #Pointers #Encode #Decode #Punkx #UNIX #Linux #OpenSource #Computer #Science

  2. Go: передача значений VS передача указателей

    Go - один из немногих языков, в которых структуры можно передавать параметрами и возвращать из функций как по значению, так и по указателю. Это приводит к большей выразительности языка, но также разделяет общество разработчиков Go на два лагеря: сторонников указателей и сторонников значений. В данной статье предлагается во многом субъективное сравнение обоих способов и делается попытка убедить читателей передавать и возвращать значения в тех случаях, где это возможно.

    habr.com/ru/companies/it-guide

    #go #heap #pointers #указатели #code_style

  3. Scientists May Have Solved The Mystery Of How The Andes Got So Big
    --
    sciencealert.com/scientists-ma <-- shared article
    --
    doi.org/10.1016/j.epsl.2023.11 <-- shared paper
    --
    [although my postgrad was in geology and I am licensed in the field, it has been a number of years since I worked directly in a geologic discipline; that said, I very much like to try and keep up with ‘things geology’…]
    #GIS #spatial #mapping #geology #southamerica #data #modeling #model #mathematics #mathematicalmodeling #structuralgeology #andes #chile #peru #platetectonics #tectonics #tectonic #movement #mountain #mountainbuilding #remotesensing #geologists #orogeny #vulcanism #pointers #APM #RPM

  4. i have added ranged pointers to XLS (except for the boundary checking features, which i'll add later)

    ranged pointers are like pointers but they store an additional value, the range of a pointer. essentially this range value acts as the count of the number of elements in an array that a pointer interfaces to.

    even without boundary checking, storing this information is a very useful convenience.

    (visibility: #XLS #LLVM #ProgrammingLanguage #Pointers #RangedPointers)