• 0 Posts
  • 20 Comments
Joined 2 years ago
cake
Cake day: November 26th, 2023

help-circle





  • vane@lemmy.worldtoLGBTQ+@lemmy.blahaj.zoneScience!
    link
    fedilink
    arrow-up
    1
    arrow-down
    6
    ·
    edit-2
    2 months ago

    I don’t want you to understand what relativity or supernova is, how to grow crops, how to make operation or how to fix a sink so don’t make me understand what is biology past middle school. Just saying, don’t want to hurt anybody but maybe it’s not people problem but education problem. Stop blaming people that they were educated certain way and they accepted truth presented by public education system, blame country that is educating people this way. You can’t change people but you can change future of your country.





  • you can reverse proxy other ports than 443 and ex. upstream ssh, the advantage of having reverse proxy over everything is to have traffic in one place so you can manage it, that’s why for example kubernetes have ingress server, example nginx / openresty upstream ssh, you can restrict traffic to limited amount of IP etc.

    stream {
        upstream ssh {
            server          127.0.0.1:22;
        }
    
        server {
            listen          2222;
            ssl_preread     on;
            proxy_pass      ssh;
        }
    }
    



  • Buy refurbished / used Mini PC with at least 16GB RAM and 1Gbit network card. Don’t bother with M.2, SSD is enough.
    I have right now refurbished hp g4 ryzen 5 mini pc. There is 12 docker containers running there and couple applications in screen, I just add things. Don’t do ARM, as far as I remember running on ARM is compilation hell. Stick with x86. You want it to ease your life and not to make it harder.






  • Not unique because EU also classifies tomatoes as vegetables.

    Is the tomato a fruit or a vegetable?
    The classification of fruit and vegetables can be based
    on various approaches — botanical, agronomical,
    culinary — thus resulting in different definitions. For
    example, the tomato is botanically a fruit, but it is
    commonly considered a vegetable from both the
    agronomical and the culinary points of view.
    The facts and figures presented in this briefing follow
    Eurostat’s definitions based on the farm management
    and agronomical practices, according to which the
    term ‘fresh vegetable’ refers to annual (or, rarely,
    biennial) horticultural crops, and the term ‘fruit’ refers
    to perennial crops.
    Following this approach, tomatoes are included in the
    main statistical aggregate of vegetables, as well as
    melons, water melons and strawberries, which are
    commonly considered and consumed as fruit.

    https://www.europarl.europa.eu/RegData/etudes/BRIE/2019/635563/EPRS_BRI(2019)635563_EN.pdf