DarkSirrush
@DarkSirrush@lemmy.ca
- Comment on So THAT'S where I parked my car! 1 day ago:
Hopefully a mew decides to come check out the tattoo of one I have on my leg!
- Comment on So THAT'S where I parked my car! 1 day ago:
My favourite thing is we have discovered it is possible to get a mew in red/blue/probably green directly after finishing nugget bridge.
Its not even that difficult, though catching Abra can be time consuming if you aren’t abusing save states.
I can’t remember which trainer triggers the mew fight, but the basic steps are as follows:
- After beating the last trainer on nugget bridge, go immediately to the left and down, and hunt for an Abra in the patch of grass (avoid the trainer there as they can be used for an advanced version of this glitch later. Make sure you do not delete teleport when you get the Abra.
- Go to the right of nugget bridge. Try and keep the trainers 1 space off screen, and line yourself up with where they will appear.
- Step into their line of sight, and press start before the encounter script triggers.
- Go to pokemon, select Abra, and use teleport.
- Walk back up towards nugget bridge. Once you cross over to another area (eg enter a route from town) a battle will trigger!
- This pokemon will always be level 7, with set stats. Each trainer will always force the spawn of the same pokemon, and when you are able to encounter dittos, you can actually forcefully spawn any pokemon you want based on your Pokemon’s special stat.
- Comment on Mommy, Why is There a Server in the House? 4 days ago:
I mean, I make fun of my home server all the time - its 2 old computers screwed to a wall.
- Comment on Tesla sales plunge 40% in Europe as Chinese EV rival BYD's triple 4 days ago:
10%? Try 1%… For every 1 of me in this area there are literally 10 lifted king cab shortboxes that never get used for truck purposes on the highway for the same commute as me.
The excuse is always “but I need it if I go offroad or want to tow my boat/camper to the lake!” as if they do that more than once a year.
- Comment on Tesla sales plunge 40% in Europe as Chinese EV rival BYD's triple 4 days ago:
That’s… Not at all what I am saying.
Go read the rest of the thread, where I agree the ideal is great, but we should be taking realistic steps towards it, instead of an unrealistic, all or nothing attitude that doesn’t take rural Canadians into consideration.
- Comment on Tesla sales plunge 40% in Europe as Chinese EV rival BYD's triple 4 days ago:
And I don’t drive a large crossover, I drive an escape phev, carpool with 2 other people, and use it for more than just ‘30 pounds of groceries’.
I have filled it to the brim and gone camping multiple times this year, use it to transport my recycling to the transfer station every couple months, and at least twice a year do a large grocery shop at the Costco 4 hours away, stuffing it as full as I can manage.
I regularly use it to transport things that wouldn’t fit in a vehicle smaller than this one. Hell, I managed to stuff my stove in the thing, though only just barely.
For my daily commute, since I charge it both at home and at work, I only burn 3-4L of gas, which I would say is quite good for nearly 150km.
The only way for my daily/weekly/monthly/yearly routine to be more eco friendly is if I could afford to trade it in for a full electric vehicle - and with the trips I do on a regular basis (including camping, day trips to the ‘nearby’ lakes, occasional work driving), I would need something with a range above 600km, preferably 700km to be safe in the winter. Otherwise I would have to maintain 2 vehicles - one an electric with a range of at least 200km and the other a small truck or mid sized SUV, and that kind of defeats the entire purpose.
- Comment on Tesla sales plunge 40% in Europe as Chinese EV rival BYD's triple 1 week ago:
While Canada making its own affordable, long range EV’s would be ideal in the long run, we literally have no canadian-owned production facilities or brands that currently can, or do produce low or mid end cars, and Canada seems to have no interest in subsidising those.
Which means, in the short run, I want a vehicle I can afford to buy that doesn’t give me range anxiety, and the only reason I can’t is because Canada literally doubled the price of the cars that currently exist that fit my requirements because the US asked them to.
- Comment on Tesla sales plunge 40% in Europe as Chinese EV rival BYD's triple 1 week ago:
That works in the city but i live in a remote area, and have an hour and a half round trip to work every day because its not economically viable for me to move closer.
Since I doubt Canada/BC will spend the money putting in viable public transit/high speed rail, I just want them to do the bare minimum to allow me to afford to stop burning gas to afford my next meal.
While striving for turning every small town into a walkable city sounds great and amazing on paper, the reality is it won’t happen, so we should push for baby steps in the right direction instead only focusing on the absolute ideal.
- Comment on Tesla sales plunge 40% in Europe as Chinese EV rival BYD's triple 1 week ago:
Come on Canada, let us have cheap BYD, fuck the US economy.
- Comment on Out of 10. Be specific! 1 week ago:
Fuck OP for posting this awful fork/10
- Comment on Spotifies come and Spotifies go, but that folder of badly-sorted MP3s will still be there in the 2050s. 1 week ago:
Slskd is an app that is meant to be run in docker to integrate with your arr stack for music
- Comment on Spotifies come and Spotifies go, but that folder of badly-sorted MP3s will still be there in the 2050s. 1 week ago:
Picard is literally the only Jellyfin related tool I use that isn’t fully automated, because somehow the automated versions I could find were doing things like renaming files on a 60% confidence of the filename and I had to nuke and re download my library.
So instead I open Picard, click 6 whole buttons, and my entire library/new files are renamed, tagged, and sorted 100% accurately.
- Comment on Spotifies come and Spotifies go, but that folder of badly-sorted MP3s will still be there in the 2050s. 1 week ago:
Slskd is something that you should never consider using
- Comment on How do I manage docker&Traefik behind a reverse proxy not on docker. 1 month ago:
- Comment on In the cave 1 month ago:
Which gives you really fucky barred windows that face a cement wall the same size as the window, that lets in less light than an angled window 1/4 of the size.
PS: fuck illegal basement suites in new builds in Vancouver.
- Comment on In the cave 1 month ago:
I’m pretty sure its illegal to advertise a windowless room as a bedroom in Canada.
- Comment on Pi-hole client filtering without DHCP? 1 month ago:
I am definitely not the best at networking, but can’t you do that through your current dhcp client?
- Comment on I self hosted a World of Warcraft server. 1 month ago:
The server has been reverse engineered for literal decades at this point.
- Comment on 🔒 Setting Up Headscale & Tailscale on NixOS: A Zero-Trust Networking Guide for ❄️ NixOS - YouTube 1 month ago:
I can share my traefik setup - note I am doing this on my phone at work, so I might miss something
compose.yaml labels: - "traefik.enable=true" - "traefik.http.routers.traefik.middlewares=authwares@file"
GNU nano 7.2 /config/traefik/dynamic/middlewares.yaml http: middlewares: limit: buffering: memRequestBodyBytes: 5000000000 memResponseBodyBytes: 5000000000 maxRequestBodyBytes: 5000000000 maxResponseBodyBytes: 5000000000 authwares: chain: middlewares: - default-headers - authelia - limit default-headers: headers: accessControlAllowHeaders: "content-type,authorization" accessControlAllowMethods: - GET - OPTIONS - PUT - POST - DELETE frameDeny: true accessControlAllowOriginList: "*" accessControlMaxAge: 100 addVaryHeader: true browserXssFilter: true contentTypeNosniff: true forceSTSHeader: true stsIncludeSubdomains: true stsPreload: true stsSeconds: 15552000 customFrameOptionsValue: SAMEORIGIN referrerPolicy: "strict-origin-when-cross-origin" customRequestHeaders: X-Forwarded-Proto: https customResponseHeaders: X-Robots-Tag: "none,noarchive,nosnippet,notranslate,noimageindex" server: "" X-Forwarded-Proto: "https,wss" hostsProxyHeaders: - "X-Forwarded-Host" authelia: forwardAuth: address: http://auth/api/verify?rd=https%3A%2F%2Fauth.example.com%2F trustForwardHeader: true authResponseHeaders: - "Remote-User" - "Remote-Groups" - "Remote-Email" - "Remote-Name"
GNU nano 7.2 /config/traefik/traefik.yaml global: checkNewVersion: false sendAnonymousUsage: false entryPoints: web: address: :80 proxyProtocol: insecure: false trustedIPs: - 172.32.0.0/16 - 192.168.1.0/24 forwardedHeaders: insecure: false trustedIPs: - 172.32.0.0/16 - 192.168.1.0/24 http: redirections: entryPoint: to: websecure scheme: https permanent: true websecure: address: :443 proxyProtocol: insecure: false trustedIPs: - 172.32.0.0/16 - 192.168.1.0/24 forwardedHeaders: insecure: false trustedIPs: - 172.32.0.0/16 - 192.168.1.0/24 http: tls: options: modern@file certResolver: letsencrypt domains: - main: "example.com" sans: - "*.example.com" providers: docker: # constraints: "!Label(`com.docker.compose.service`,`auth`)" exposedByDefault: false network: compose_proxied allowEmptyServices: true endpoint: "http://socket:2375/" defaultRule: "Host(`{{ index .Labels \"com.docker.compose.service\"}}.example.com`)" file: directory: /config/dynamic watch: true api: insecure: false dashboard: true certificatesResolvers: letsencrypt: acme: email: acme@example.com storage: /certificates/acme.json dnsChallenge: provider: cloudflare resolvers: - "1.1.1.1:53" - "1.0.0.1:53" log: level: DEBUG filePath: /config/logs/traefik.log format: json accesslog: filepath: /config/logs/access.log bufferingSize: 100 format: json
- Comment on Self-hosted meteo apps ? 1 month ago:
Guess I am making this in excel now.
- Comment on 🔒 Setting Up Headscale & Tailscale on NixOS: A Zero-Trust Networking Guide for ❄️ NixOS - YouTube 1 month ago:
Note that its also possible to set up service auto discovery with traefik, the only traefik related config I do on new containers is
Traefik.enabled=true
- Comment on Just how visible is your butthole to a gynecologist? 1 month ago:
Pretty sure Lemmy has a display name feature, yes
- Comment on Hmmm who could it possibly be? 1 month ago:
Only if you are an alcoholic.
- Comment on Hmmm who could it possibly be? 2 months ago:
I know someone who did go into food science to get into a chocolate production factory - they were done eating chocolate for good after their first 6 months.
Turns out all you can eat samples is a great way to get food fatigued real fast.
- Comment on Everybody poops 2 months ago:
Merperson touring a human city - presumably they have both lungs and gills so can spend a day out of water.
- Comment on [DISC] Isekai Shachuuhaku Monogatari - Outrunner PHEV - Ch. 34 2 months ago:
Literally sent th3e last page to my spouse to complain that its so suddenly done, since the storyline seemed very promising.
- Comment on How to propose to short people (by Khyle. (khyleri)) 2 months ago:
Did you check the magazine cover too?
- Comment on Japan can't seem to catch a break 2 months ago:
Oh no, they are all different people, they all just look the same and are named Jenny.
Lore-wise, they are just a huge family that all have the same vocation and look near identical (same with nurse joy). Theory-wise, they are all clones of the original officer jenny/nurse joy and are essentially brainwashed from a young age to be the face of the pokemon world, for unknown reasons.
- Comment on Startup Hack! 2 months ago:
♪Aperture Science~♪
- Comment on Better music management 3 months ago:
I gave up on automating it, I download with slskd, and run musicbrainz Picard (import slskd download folder, and set it to always save to the jellyfin music folder/rename with my preferred sorting method). This has the bonus of downloading the cover art, and rarely has issues.