Skip to content

Building with Limits: Creating AI Projects on Just a Phone

Technology
22 10 0
  • 654 Stimmen
    42 Beiträge
    178 Aufrufe
    T
    Half a year...
  • OpenAI says new GPT-5 AI model can provide PhD-level expertise.

    Technology technology
    36
    1
    30 Stimmen
    36 Beiträge
    199 Aufrufe
    M
    Saying I'm wrong without a logical reason doesn't make you right
  • 0 Stimmen
    1 Beiträge
    12 Aufrufe
    Niemand hat geantwortet
  • Insurance giant says most US customer data stolen in cyber-attack

    Technology technology
    19
    1
    242 Stimmen
    19 Beiträge
    102 Aufrufe
    P
    Might be a cringe talking point, but it could be done with zero-knowledge proofs.
  • 75 Stimmen
    2 Beiträge
    39 Aufrufe
    nkat2112@sh.itjust.worksN
    This is beautiful - and a noble service for humanity. Thank you for posting this, OP!
  • 31 Stimmen
    6 Beiträge
    84 Aufrufe
    moseschrute@piefed.socialM
    While I agree, everyone constantly restating this is not helpful. We should instead ask ourselves what’s about BlueSky is working and what can we learn? For example, I think the threadiverse could benefit from block lists, which auto update with new filter keywords. I’ve seen Lemmy users talk about how much time they spend crafting their filters to get the feed of content they want. It would be much nicer if you could choose and even combine block lists (e.g. US politics).
  • 9 Stimmen
    6 Beiträge
    61 Aufrufe
    F
    You said it yourself: extra places that need human attention ... those need ... humans, right? It's easy to say "let AI find the mistakes". But that tells us nothing at all. There's no substance. It's just a sales pitch for snake oil. In reality, there are various ways one can leverage technology to identify various errors, but that only happens through the focused actions of people who actually understand the details of what's happening. And think about it here. We already have computer systems that monitor patients' real-time data when they're hospitalized. We already have systems that check for allergies in prescribed medication. We already have systems for all kinds of safety mechanisms. We're already using safety tech in hospitals, so what can be inferred from a vague headline about AI doing something that's ... checks notes ... already being done? ... Yeah, the safe money is that it's just a scam.
  • Building a slow web

    Technology technology
    37
    1
    175 Stimmen
    37 Beiträge
    534 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.