Mara
Maybe a cartoon shark
- 3 Posts
- 38 Comments
Mara@pawb.socialto
Technology@beehaw.org•Windows users don't want copilot on their taskbar
5·2 years agoAmusingly enough, the steam deck has made a lot of the state of this art get better. Usually if you mount the ISO and then tell Lutris to install it, it’ll work.
Mara@pawb.socialOPto
Technology@lemmy.world•Xeact: The femtoframework you've been waiting forEnglish
3·2 years agoI still reserve the right to be astounded. One of my beta readers said I needed to add a disclaimer that this talk is satire, so I went through a few rounds to make the warning right. I guess we didn’t expect someone to get caught up in the title!
Mara@pawb.socialOPto
Technology@lemmy.world•Xeact: The femtoframework you've been waiting forEnglish
8·2 years agoI’m astounded, I would have thought that putting an explanation that the article was satire would like…work. Should I have made it giant screaming red text?
Mara@pawb.socialto
Gaming@beehaw.org•Weekly “What are you playing” Thread || Week of January 21st
1·2 years agoPalworld. So much palworld.
Mara@pawb.socialto
Gaming@beehaw.org•What are some good games that have a bad reputation due to unreasonable expectations?
3·2 years agoNo Man’s Sky, but they vastly redeemed themselves.
Mara@pawb.socialto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•i gotta ask... why so many plex over kodi users?English
181·2 years agoI can use Plex on my PS5 and share it with my friends without having to do DevOps work.
Mara@pawb.socialto
Technology@lemmy.ml•Nintendo Shutting Down 3DS and Wii U Online Servers in 2024
1·2 years agoWasn’t that intended to fix an issue where other players in your multiplayer session could cause your console to execute arbitrary code? Imagine the fallout if it became “play Mario Kart and then have your console refuse to boot again”
Mara@pawb.socialto
Linux@lemmy.ml•Do you think it is safe and secure to disable Mitigation in Fedora for the sake of performance?
3·2 years agoWhat workload makes that much of a difference?
No prob! If you run into any problems, feel free to DM me or /u/tailscale@hachyderm.io. We’re more than happy to help.
Note my bias as I work for Big VPN (Tailscale), but I don’t think that teaching people to ignore security warnings is a good thing to do. The CA system is kind of a scam in general, but I think that at least in its current implementation it’s better for us to encourage people are aware of those errors and what they mean.
As the sacred texts say: self-signed certificates beget the use of
curl -kbeget the use of self-signed certificates.
Tailscalar here. Use
tailscale serve. It is a reverse proxy inside tailscaled. It will handle HTTPS certificates for you too. As an example, here’s a sample HTTP server proxied to both my tailnet viatailscale serveand to the world with Funnel.Also as far as I know you need to use Serve in order to use Funnel.
What would an ideal prompt for summarization look like with this model? I’ve tried a few summarization prompts but they haven’t panned out into something consistent (MacBook Pro M2 Max, llama.cpp, q4_S). I know this is fundamentally more random technology, but it’s not even coalescing into a consistently relevant output.
This is true with ARM in general. There’s no “standard Linux” to boot because every board needs its own device tree and set of core kernel modules for detecting important things like local storage. It’s fairly intractable due to how different the hardware is.
Mara@pawb.socialto
Technology@lemmy.ml•Amazon to Run Ads in Prime Video Shows and Movies
6·3 years agoYo ho ho and a bottle of rum for me!
Mara@pawb.socialto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•How to get into private trackersEnglish
81·3 years agoCarefully.
Mara@pawb.socialto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•How to route transmission through Mullvad?English
17·3 years agoI personally shove Transmission into Docker:
services: wireguard: image: ghcr.io/linuxserver/wireguard container_name: wireguard cap_add: - NET_ADMIN - SYS_MODULE environment: - PUID=1000 - PGID=1000 - TZ=Europe/Stockholm ports: - 9091:9091/tcp volumes: - ./config:/config - /lib/modules:/lib/modules sysctls: - net.ipv6.conf.all.disable_ipv6=0 - net.ipv4.conf.all.src_valid_mark=1 restart: unless-stopped transmission: image: ghcr.io/linuxserver/transmission container_name: transmission ulimits: nofile: 1048576 environment: - PUID=1000 - PGID=996 - TZ=Europe/Stockholm - USER=azurediamond - PASS=hunter2 volumes: - ./config:/config - /data:/data - /data/Torrents/dl:/downloads - /data/Torrents/inbox/start:/watch network_mode: "service:wireguard" depends_on: [ "wireguard" ] restart: unless-stoppedMake sure your mullvad config is called
wg0.confin./config.
Mara@pawb.socialto
Selfhosted@lemmy.world•Mullvad and Tailscale Announce PartnershipEnglish
1·3 years agoFor the record, I’m pretty sure using Mullvad for XDCC is super overkill, but I wanted to have an excuse to break out userspace wireguard in a project and writing it all in Go made it so damn easy: https://github.com/Xe/x/commit/3d0647e946014516df33de0b18d2a16eec835bed



Training GPT-3 (a model from 3 years ago) from scratch requires as much energy as is spent to raise two cows for meat.