236 links
  • Zertrin's links
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 12
  • Online communities with free online services
    https://www.4d2.org/
    https://envs.net/
    Mon 17 Feb 2025 02:11:54 AM +08 - permalink -
    - https://shaarli.zertrin.org/?5SbCww
    free online opensource privacy services
  • Cryptpad instances
    https://pad.4d2.org/index.html
    https://cryptpad.malacher.fr/index.html
    Mon 17 Feb 2025 02:07:00 AM +08 - permalink -
    - https://cryptpad.org/instances/
    encryption end-to-end privacy services
  • Calculating Empires
    A Genealogy of Technology and Power Since 1500
    Sun 04 Aug 2024 04:33:01 PM +08 - permalink -
    - https://calculatingempires.net/
    history technology time visualisation
  • Falsehoods programmers believe about undefined behavior
    Sun 04 Aug 2024 02:21:26 AM +08 - permalink -
    - https://predr.ag/blog/falsehoods-programmers-believe-about-undefined-behavior/
    c++ code compiler dev programming
  • rr: lightweight recording & deterministic debugging
    rr aspires to be your primary C/C++ debugging tool for Linux, replacing — well, enhancing — gdb. You record a failure once, then debug the recording, deterministically, as many times as you want. The same execution is replayed every time.

    rr also provides efficient reverse execution under gdb. Set breakpoints and data watchpoints and quickly reverse-execute to where they were hit.
    Sun 04 Aug 2024 01:31:37 AM +08 - permalink -
    - https://rr-project.org/
    c++ debug dev programming tool
  • How to build highly-debuggable C++ binaries
    Tue 30 Jul 2024 02:15:53 AM +08 - permalink -
    - https://dhashe.com/how-to-build-highly-debuggable-c-binaries.html
    c++ debug programming tips
  • Carto GRAOU
    Carte interactive ferroviaire France en temps réel.
    Tue 12 Mar 2024 02:02:44 PM +08 - permalink -
    - https://carto.graou.info/
    carte cartographie france interactive map train
  • WizTree - The Fastest Disk Space Analyzer
    Wed 07 Feb 2024 02:04:49 AM +08 - permalink -
    - https://diskanalyzer.com/
    analysis filesystem free software windows
  • PairDrop | Transfer Files Cross-Platform. No Setup, No Signup.
    Alternative to AirDrop that works on all platforms.

    - File Sharing on your local network
        - Send images, documents or text via peer to peer connection to devices on the same local network.
    - Internet Transfers
        - Join temporary public rooms to transfer files easily over the internet!
    - Web-Application
        - As it is web based, it runs on all devices.
    Tue 30 Jan 2024 06:12:17 PM +08 - permalink -
    - https://pairdrop.net/
    file p2p transfer
  • WinPython
    WinPython is a free open-source portable distribution of the Python programming language for Windows 8/10 and scientific and educational usage.

    It is a full-featured Python-based scientific environment:

        - Designed for scientists, data-scientists, and education (thanks to NumPy, SciPy, Sympy, Matplotlib, Pandas, pyqtgraph, etc.):
            - interactive data processing and visualization using Python with Spyder and Jupyter/IPython, Pyzo, IDLEX or IDLE
            - fully integrated Cython and Numba! See included example
            - connectors (cffi, odbc, rpy2, scilab2py, requests, ...) for advanced users
        - Portable:
            - Runs out of the box(*) on any Windows 8+ with 2GB Ram (Jupyter Notebook will require a recent browser)
            - The WinPython folder can be moved to any location (**) (local, network, USB drive) with most of the application settings
        - Flexible:
            - You can install as many WinPython distributions as you want on the same machine: each one is isolated and self-consistent
            - These installations can be of different versions of Python (3.7/3.8/3.9...)
        - Customizable:
            - The integrated WinPython Package Manager (WPPM) helps installing, uninstalling or upgrading Python packages
            - It's also possible to install or upgrade packages using pip from the WinPython command prompt
            - A configuration file allows you to set environment variables at runtime

    WinPython is something different from other Python Distributions (see historic motivation and concept):

        - non-invasive: WinPython lives entirely in its own directory, without any OS installation
        - customizable: add your missing packages, zip the WinPython directory and give it to your students
        - do your own version: a winpython-creator kit is made available for you
    Fri 19 Jan 2024 06:04:33 PM +08 - permalink -
    - https://winpython.github.io/
    install jupyter portable python windows
  • SQLite, VACUUM, and auto_vacuum | Jim Nelson + Yorba Foundation archives
    Sun 14 Jan 2024 05:43:49 AM +08 - permalink -
    - https://blogs.gnome.org/jnelson/2015/01/06/sqlite-vacuum-and-auto_vacuum/
    blog sql sqlite
  • Android games - No-Bullshit Games
    Tired of crappy mobile games full of ads, or semi-good games that try to squeeze as much money as possible out of you in the form of in-app purchases?

    Lucky for, you No-Bullshit Games is here to help you discover good, non-annoying, enjoyable games.
    Wed 06 Dec 2023 09:59:30 PM +08 - permalink -
    - https://nobsgames.stavros.io/android/
    android free games list
  • Rewriting wipEout
    The source code for the classic PSX launch title wipEout was leaked in 2022. A few month ago I finally sat down to take a look at it. The result is a (nearly) complete rewrite that compiles to Windows, Linux, macOS and WASM.
    Tue 29 Aug 2023 12:27:47 PM +08 - permalink -
    - https://phoboslab.org/log/2023/08/rewriting-wipeout
    blog games programming web
  • Home, Not So Sweet Home
    This post is a detailed discussion into user profiles, their directories, and how they are—to put it bluntly—in total disarray on Windows and Linux (I haven't used a Mac in ages, but I assume the situation is very similar there, too). Applications treat the user profile as a dumping ground, and any user with a reasonably wide list of installed software will find their user profile very difficult to traverse after some time in use. There are platform conventions and attempts to standardise things on more open-source platforms, but a lot of developers resolutely refuse to change the behaviour of their software for a variety of reasons (some less valid than others).

    The first part is a deep dive into user profiles on Linux and Windows, and the conventions that have been established on these platforms over the years. The second section details how they are broken on each platform, and why they are broken.
    Mon 28 Aug 2023 11:10:45 AM +08 - permalink -
    - https://gist.github.com/sharadhr/39b804236c1941e9c30d90af828ad41e
    linux programming windows
  • C++ Rvalue References Explained
    Wed 21 Dec 2022 11:55:50 PM +08 - permalink -
    - http://thbecker.net/articles/rvalue_references/section_01.html
    c++ doc programming reference
  • Online Color Blindness Simulator | DaltonLens
    This page lets you simulate various color vision deficiencies (CVD) directly in your browser. There are many simulation methods, with varying degrees of accuracy. Several are proposed here and they all have been carefully implemented in DaltonLens-Python by reviewing the state-of-the-art and testing them against reference implementations.
    Mon 29 Aug 2022 02:40:32 PM +08 - permalink -
    - https://daltonlens.org/colorblindness-simulator
    blind color simulation
  • Vim color schemes
    Sat 02 Apr 2022 03:04:53 PM +08 - permalink -
    - https://vimcolorschemes.com/
    color linux vim
  • Do you need a blockchain?
    most probably
    NO
    Wed 09 Dec 2020 03:24:40 PM +08 - permalink -
    - http://doyouneedablockchain.com/
    blockchain crypto
  • BashPitfalls - Greg's Wiki
    This page is a compilation of common mistakes made by bash users. Each example is flawed in some way.
    Wed 09 Sep 2020 12:10:26 PM +08 - permalink -
    - https://mywiki.wooledge.org/BashPitfalls
    bash linux programming
  • How Earth’s Climate Changes Naturally (and Why Things Are Different Now) | Quanta Magazine
    Earth has been a snowball and a hothouse at different times in its past. So if the climate changed before humans, how can we be sure we’re responsible for the dramatic warming that’s happening today?

    In part it’s because we can clearly show the causal link between carbon dioxide emissions from human activity and the 1.28 degree Celsius (and rising) global temperature increase since preindustrial times.

    But paleoclimatologists have also made great strides in understanding the processes that drove climate change in Earth’s past. Here’s a primer on 10 ways climate varies naturally, and how each compares with what’s happening now.
    Wed 22 Jul 2020 02:36:07 PM +08 - permalink -
    - https://www.quantamagazine.org/how-earths-climate-changes-naturally-and-why-things-are-different-now-20200721/
    earth science
Links per page: 20 50 100
◄Older
page 1 / 12
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation