Skip to content

Front Brake Lights Could Drastically Diminish Road Accident Rates

Technology
336 164 2
  • What editor or IDE do you use and why?

    Technology technology
    37
    1
    25 Stimmen
    37 Beiträge
    0 Aufrufe
    T
    KEIL, because I develop embedded systems.
  • Building a slow web

    Technology technology
    33
    1
    159 Stimmen
    33 Beiträge
    0 Aufrufe
    I
    Hi, The internal port will also be the same as the external port 80 and 443. If the router is running in bridge mode, that would mean that your dhcp, dns and nat is happening on the upstream router. That means you will have to go to the upstream router to setup the port forwarding. Also depending on how it works internally with the VPN. It might try to port forward the ports on the VPN's ip address Which none of the VPN I tried allowed to port forward port 80 and 443 With a linux or openwrt router this could be as easy as the following iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNAT --to-destination 192.168.1.199:80 iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j DNAT --to-destination 192.168.1.199:443 But the problem with store bought router is that every one of them has a different way of doing the things so it gets confusing really fast. All of this confusion about port forwarding was engineered to discourage ordinary people from using their internet to host their own files and instead because cloud-dependant techno-serfs. Another way, would be to go on the forum low end talk and obtain a VPS, and host your apache server there. That would work, but you would be back to renting someone else's computer (aka cloud bull) but it's still better than paying squarespace about it. Keep at it, you'll figure it out, it's actually very easy once you know all the complicated bits, I do it all the time.
  • The AI girlfriend guy - The Paranoia Of The AI Era

    Technology technology
    1
    1
    6 Stimmen
    1 Beiträge
    0 Aufrufe
    Niemand hat geantwortet
  • Britain’s Companies Are Being Hacked

    Technology technology
    9
    1
    21 Stimmen
    9 Beiträge
    0 Aufrufe
    D
    Is that "goodbye" in Russian? Why?
  • 35 Stimmen
    1 Beiträge
    1 Aufrufe
    Niemand hat geantwortet
  • 50 Stimmen
    15 Beiträge
    1 Aufrufe
    A
    it's an insecurity.
  • 21 Stimmen
    3 Beiträge
    2 Aufrufe
    B
    We have to do this ourselves in the government for every decommissioned server/appliance/end user device. We have to fill out paperwork for every single storage drive we destroy, and we can only destroy them using approved destruction tools (e.g. specific degaussers, drive shredders/crushers, etc). Appliances can be kind of a pain, though. It can be tricky sometimes finding all the writable memory in things like switches and routers. But, nothing is worse than storage arrays... destroying hundreds of drives is incredibly tedious.
  • 0 Stimmen
    4 Beiträge
    0 Aufrufe
    D
    I don't think accuracy is an issue either. I've been on the web since inception and we always had a terribly inaccurate information landscape. It's really about individual ability to put together found information to an accurate world model and LLMs is a tool just like any other. The real issues imo are effects on society be it information manipulation, breaking our education and workforce systems. But all of that is overshadowed by meme issues like energy use or inaccuracy as these are easy to understand for any person while sociology, politics and macro economics are really hard.