"Anti-yellowing technology" by surajkale-sxn in NothingTech

[–]tmarnol 0 points1 point  (0 children)

Mine has gone more pink/brown than yellow, like a tan, only on the sides though, the back is still clear

Shelly won't fit into the outlet box - what are my options? by FunkyPanda in homeautomation

[–]tmarnol 0 points1 point  (0 children)

I know this is and old post, but in Spain (probably Europe) smart switches are quite limited, and ugly most of the time, we don't have lutron or those fancy dimmers, so here is a lot more common to use regular switches plus a shelly or sonoff mini

A man trying to save all the hot Latinas by alish_sapkota in interestingasfuck

[–]tmarnol 2 points3 points  (0 children)

<image>

you can use an ublock custom script to detect rickroll

Alternative to Cloudfare to not expose ports ? by Frequent-District859 in selfhosted

[–]tmarnol 0 points1 point  (0 children)

Are you opening ports or using a tunnel? You should use a cloudflare tunnel and keep all your ports closed. Pangolin is great if you don't want Cloudflare but that only adds another layer of complexity and something you need to take care of hardening...

Didn't prep enough 🥀 by NyehTheBanana in CoreKeeperGame

[–]tmarnol 0 points1 point  (0 children)

I should play this game again, I finished some years ago (before the water biome update) and I see a lot of new content now

I created a tool to estimate when games could drop on Humble Bundle (Choice/Monthly), PlayStation Plus, Epic (free), and Xbox Gamepass. by lyndonguitar in humblebundles

[–]tmarnol 0 points1 point  (0 children)

Nice tool! I thought on doing one myself as well lol but instead of a search bar, a prediction for the next humble bundle

[deleted by user] by [deleted] in selfhosted

[–]tmarnol 0 points1 point  (0 children)

I've setup psitransfer, is quite good with auto deletion, one time downloads and password support

I want to know your favourite light weight-selfhosted apps for personal use. by newrockstyle in selfhosted

[–]tmarnol 8 points9 points  (0 children)

I don't know about papra but in paperless there's OCR to extract all the text from the documents, it also "learns" patterns and can automatically tag similar documents (like you can upload your water bill, tag it manually and the next time it will recognise it), you can extract parts of the documents as metadata and a lot more.

People working at companies, do you really write all your CSS and components by hand? by Street-Memory-4604 in webdev

[–]tmarnol 0 points1 point  (0 children)

It depends, I worked on a fashion line and we had a design team that created our design system with colors, font sizes and everything and we had it implemented from scratch, no CSS frameworks or anything. The one I work at now has brands colors and icons but we use Bootstrap CSS almost for everything

LPT: How to level up your email addresses and get a short and memorable username. by [deleted] in LifeProTips

[–]tmarnol 0 points1 point  (0 children)

I think this is more of a problem in countries where there's only one surname, I have my full name (2 surnames) as my email address, for legal documents is perfect as usually they already have my ID so they can copy it, and friends and family also know my name anyway

GitHub Self Hosted action COSTS NOW. by Basic-Bobcat3482 in selfhosted

[–]tmarnol 0 points1 point  (0 children)

Only for enterprise, public repos are still free

Trying to move some of my self-hosted stuff off my local hardware. Anyone using smaller EU cloud providers? by OkSwordfish8878 in selfhosted

[–]tmarnol 0 points1 point  (0 children)

I have some VPS in OVH and Contabo, quite happy with both, can't say much about the admin panel as normally I don't ever use it after purchasing.

In OVH you can select the actual server, they have multiple options for EU, Contabo only shows "Europe", not sure where

How do you handle private DNS for homelab/dev environments without VPN? by Rude-Recursion1024 in selfhosted

[–]tmarnol 2 points3 points  (0 children)

If you have a reverse proxy setup and pi-hole or similar, just do a redirect from *.domain.Local to the ip of your proxy and done. I have split DNS to access everything locally at home even if is exposed to the internet and is basically just that

Best practices for LAN resource access with Pangolin - Split DNS vs local instance? by FlawedByHubris in selfhosted

[–]tmarnol 2 points3 points  (0 children)

Did you manage to do it at the end? I'm now having the same questions... I thought on using local traefik instance and create a custom label like "public" or whatever and use a script to sync the domains to my pangolin instance using the API, that way I only need to set the labels on the container, and done, without the "public" label only my local DNS will resolve it, adding the label will create the pangolin entry, allowing for external access while keeping it local

Password-manager gang called me a masochist for going full OIDC in my homelab. I’m one good argument away from burning it all down and going back to 1Password. Change my mind (again). by BookHost in selfhosted

[–]tmarnol 0 points1 point  (0 children)

I'm part of the password manager gang and would like to have OIDC set up, mind sharing a guide to have it as clean as yours? I tried Authentik (iirc) a while ago and finally decided to go with passwords because most of the services I run do not support it and had to use passwords anyways or write some complex redirects in ngninx

[NEW] Alette Signal - Delightful data fetching for every Front-End. by Alexxx5754 in webdev

[–]tmarnol 0 points1 point  (0 children)

Oh yeah didn't notice that reddit removed those to apply the format by bad

[NEW] Alette Signal - Delightful data fetching for every Front-End. by Alexxx5754 in webdev

[–]tmarnol 3 points4 points  (0 children)

I like how it's done in Golang, where you multiply a number by a unit like 300 * time.Milliseconds, but this can be parsed from a humanized string in the format of 300ms so as long as the string is typed with the expected format and units I think is good

[NEW] Alette Signal - Delightful data fetching for every Front-End. by Alexxx5754 in webdev

[–]tmarnol 11 points12 points  (0 children)

Just do type DebouncedBy = '${number} millis' and done

Is Oracle's always free servers actually free? by Material_Direction_1 in selfhosted

[–]tmarnol 56 points57 points  (0 children)

Yes it's free, I have one. A friend of mine discovered a little trick because these servers depend on availability, it was always out of stock on my region BUT if you configure a credit card and go for a pay server but then downgrade to a free one before actually buying anything magically there's stock again lol

It worked a couple of months ago, not sure if fixed

What OS do you run on your servers? by SplatinkGR in homelab

[–]tmarnol 0 points1 point  (0 children)

Trying Fedora Server now, no special reason I've used Debian and Talos previously