Skip to content

Elon Musk’s SpaceX Starship explodes on test stand

Technology
28 18 0
  • Apple to Australians: You’re Too Stupid to Choose Your Own Apps

    Technology technology
    38
    1
    276 Stimmen
    38 Beiträge
    0 Aufrufe
    T
    I respectfully disagree. If I’m out at a restaurant with app-based ordering, or my Real Estate agent requires payment through their gateway, or to track my utilities usage, or am required to use any other number of niche apps that become only available through alternate app stores? Then I very well risk being put in a situation where I am otherwise forced to. Let alone the headaches that will inevitably come from the older, less technologically savvy, and more vulnerable having their default app stores highjacked, and spoof apps stealing their credentials/credit cards. Then we get into the more general issues of allowing unsigned code to be loaded and run on our smartphones - it will lead to the era of viruses, Trojans and ransomware. I am reminded of this piece that Last Week Tonight did on Encryption, which is quite cogent given the topic at hand. Best security practices involve minimising the number of places your sensitive (financial) data is stored. If a website doesn’t accept a known and reputable intermediary like Apple Pay, PayPal or a BNPL provider - I would refrain from using it. If this is something that you want - then go ahead and Jailbreak your iPhone, or get an Android - more power to you; but please stop trying to enshittify iOS.
  • A receipt printer cured my procrastination [ADHD]

    Technology technology
    21
    1
    120 Stimmen
    21 Beiträge
    0 Aufrufe
    cygnosis@lemmy.worldC
    Good to know. Also an easy problem to fix. Just use phenol free paper.
  • 934 Stimmen
    196 Beiträge
    0 Aufrufe
    M
    In the end I popped up the terminal and used some pot command with some flag I can't remember to skip the login step on setup. I reckon there is good chance you aren't using windows 11 home though right?
  • What Happens If an Asteroid Heads for Earth?

    Technology technology
    13
    1
    34 Stimmen
    13 Beiträge
    2 Aufrufe
    M
    Well, shi
  • Building a slow web

    Technology technology
    37
    1
    175 Stimmen
    37 Beiträge
    16 Aufrufe
    I
    Realistically, you don't need security, NAT alone is enough since the packets have nowhere to go without port forwarding. But IF you really want to build front end security here is my plan. ISP bridge -> WAN port of openwrt capable router with DSA supported switch (that is almost all of them) Set all ports of the switch to VLAN mirroring mode bridge WAN and LAN sides Fail2Ban IP block list in the bridge LAN PORT 1 toward -> OpenWRT running inside Proxmox LXC (NAT lives here) -> top of rack switch LAN PORT 2 toward -> Snort IDS LAN PORT 3 toward -> combined honeypot and traffic analyzer Port 2&3 detect malicious internet hosts and add them to the block list (and then multiple other openwrt LXCs running many many VPN ports as alternative gateways, I switch LAN host's internet address by changing their default gateway) I run no internal VLAN, all one LAN because convenience is more important than security in my case.
  • 109 Stimmen
    22 Beiträge
    5 Aufrufe
    I
    Their previous GPU used an old AMD GPU design if I recall correctly. I wonder if they have in-house stuff now.
  • 62 Stimmen
    12 Beiträge
    3 Aufrufe
    merde@sh.itjust.worksM
    is the linked article or the title edited? This was a post about VA GPT
  • @chrlschn - Beware the Complexity Merchants

    Technology technology
    6
    1
    57 Stimmen
    6 Beiträge
    5 Aufrufe
    S
    I'm a big fan of the manta "Make your designs as simple as possible and no simpler". Pointless complexity drives me nuts, but others take it too far and remove functionality by making things too minimal. It doesn't help that a lot of businesses optimize for people who make changes, so the positive feedback loop is change for the sake of change rather than improving the product.