rounding_error

joined 4 months ago
 

Ace Attorney: Phoenix Wright Trilogy - 110 hours on record

The Phoenix Wright trilogy works great in 3DS format. The art, animation, and sound in this game were amazing for what is essentially a refresh on the original games. I had a blast completing cases and cross examining suspects in bed. Often I found myself jamming out to the soundtracks, laughing at the characters and their antics (thank you Larry), and feeling enthralled with each case's intricate woven narrative and lies. The only minus is that the investigative phase of each episode sometimes feels confusing and hard to follow from one thread to the next. Another pain point is not being able to know what evidence you have already examined.

Legend of Zelda: Link Between Worlds - 20 hours on record

Link Between Worlds sets place in the expansive Hyrule with the addition of the latter half of the game taking place in Lorule. I really enjoyed solving each of the numerous dungeons in this game.

[–] rounding_error@lemmy.today 3 points 2 days ago

When you wake up from a dream and realize that the nightmare was actually better than your current situation, because you’ve already fucked up your life

 

Chainsmoker Cat S01E07

[–] rounding_error@lemmy.today 12 points 5 days ago

What is with the sudden surge in AI slop?

[–] rounding_error@lemmy.today 32 points 5 days ago (8 children)

Why are golfers so weird…?

[–] rounding_error@lemmy.today 16 points 6 days ago

This is maybe the most logically extreme example of malicious GDPR compliance.

[–] rounding_error@lemmy.today 1 points 1 week ago

I love giving free information about myself to corporations and three-letter agencies

[–] rounding_error@lemmy.today 6 points 1 week ago

This guy's lawyers

[–] rounding_error@lemmy.today 55 points 1 week ago (4 children)

Transphobes can fuck right off. The fact that a SINGLE person contributed this much says quite a lot about their own abilities, and whether they are trans or a woman is irrelevant.

[–] rounding_error@lemmy.today 1 points 1 week ago

I would rather be Canada’s ass than the US’ boot.

[–] rounding_error@lemmy.today 6 points 1 week ago* (last edited 1 week ago) (2 children)

I had a badly deviated septum too. I highly recommend the septoplasy surgery. The strips just DO NOT work 😭. My nose hurt like hell and bled for two weeks (during covid too), but it’s worth it. I would also look into getting proper pillow support, if yours is not tall enough. I add some towels underneath my head to correct my neck’s shape.

[–] rounding_error@lemmy.today 28 points 1 week ago (4 children)

You might have sleep apnea.

 

Pic is how I feel acquiring more software to replace my Big Tech dependency.

(Not all services could be listed here, obviously. Just the ones I personally use)

34
submitted 1 week ago* (last edited 1 week ago) by rounding_error@lemmy.today to c/selfhosted@lemmy.world
 

If it helps others this was my config. To be honest I have a weak grasp of what it actually does so there might be some security issues with it.

Apparently you can also add lemmy as a search engine. Will work on that later.

config

# docker-compose.yml
name: searxng

services:
  core:
    container_name: searxng-core
    image: docker.io/searxng/searxng:latest
    restart: always
    network_mode: "service:gluetun"
    volumes:
      - ./core-config:/etc/searxng
      - core-data:/var/cache/searxng

  gluetun:
    image: qmcgaw/gluetun:v3.41.3
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    environment:
      - VPN_SERVICE_PROVIDER=custom
      - VPN_TYPE=openvpn
      - OPENVPN_CUSTOM_CONFIG=/gluetun/custom.conf
    ports:
      - 8080:8080
    restart: always
    volumes:
      - ./gluetun:/gluetun
    devices:
      - /dev/net/tun:/dev/net/tun

  nginx:
    container_name: nginx
    image: nginx:latest
    ports:
      - 80:80
      - 443:443
    volumes:
      - ./nginx:/etc/nginx/conf.d
      - ./cert:/etc/nginx/cert

  valkey:
    container_name: searxng-valkey
    image: docker.io/valkey/valkey:9-alpine
    command: valkey-server --save 30 1 --loglevel warning
    restart: always
    volumes:
      - valkey-data:/data/

volumes:
  core-data:
  valkey-data:

# nginx/default.conf
server {
  server_name localhost;
  listen 443 ssl;

  ssl_certificate /etc/nginx/cert/cert.pem;
  ssl_certificate_key /etc/nginx/cert/private.key;

  location / {
    proxy_pass http://gluetun:8080/;

    proxy_set_header   Host             $host;
    proxy_set_header   Connection       $http_connection;

    proxy_set_header   X-Forwarded-Proto $scheme;
    proxy_set_header   X-Real-IP        $remote_addr;
    proxy_set_header   X-Forwarded-For  $proxy_add_x_forwarded_for;
  }
}

server {
  server_name localhost;
  listen 80;
  location / {
    return 301 https://$host$request_uri;
  }
}

 

My Mom sent me an AI reel of this Wikipedia page.

111
submitted 1 month ago* (last edited 1 month ago) by rounding_error@lemmy.today to c/3ds@lemmy.world
 

RIP. 🫡

 

Anubis rarely ever annoys me (I still prefer it over cloudflare's Mitm) but this specific visit feels almost vindictive. It used half my CPU cores at full blast for three straight minutes.

It seems to be effective since I can't really "bypass" it with extensions, so AI crawlers probably can't either, but damn there really should be an option to complete a manual captcha or email the administrators to complain.

As I'm typing this the challenge is still running xD

 

Started using Startpage a few months ago at the recommendation of a co-worker. It uses Google instead of Bing for search results, which is why I started using it, but I learned that it describes itself as:

"an Industry-leading omnichannel digital marketing platform, powered by Machine Learning and AI, that monetizes internet traffic by putting the right ads in front of the right people at the right time."

https://system1.com/what-we-do#privacy>

1
submitted 1 month ago* (last edited 1 month ago) by rounding_error@lemmy.today to c/kagi@programming.dev
 

I'm looking to use Kagi, but one thing that I really dislike about it is that the pricing below 10 usd / month limits you to just 300 searches / month. That's 10 web searches a day. I would be fine with this if it didn't feel like I was rationing searches. Hitting the back button on a site somehow uses a "search" too.

 

Bought an active 25ft displayport cable for 2K@160 and now I can shove my PC into the closet and forget about it

The jet engine (during BG3) now has a muffler xD (Yes, IK I need to set fan curves)

view more: next ›