but that’s how git works… if you have public commits anyone can get that email, it’s not github leaking it, it’s you
Eager Eagle
- 6 Posts
- 549 Comments
if this is an address publicly visible from commits, anyone can do it
set a noreply address for future commits
git config --global user.email "username@users.noreply.github.com"
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world•as a noob, should I connect jellyfin with tailscale using OIDC?English
3·4 days agonot true, you can enable authentication via CF Access
https://developers.cloudflare.com/cloudflare-one/access-controls/applications/http-apps/
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world•Laptop as server, how to best manage battery?English
471·5 days agoI’d just take it out if it’s removable. If you really care about keeping it on during power outages, I’d get an actual UPS to have router and potentially other equipment also plugged in, because I don’t see a “remote” laptop on its own as being very useful without at least the local network up.
if you decide to leave it plugged in, you can configure it to stop charging at e.g. 80% and charge it again at e.g. 30%, that way it keeps a percentage that will extend the battery life.
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world•as a noob, should I connect jellyfin with tailscale using OIDC?English
5·5 days agothat section 2.8 was removed https://blog.cloudflare.com/updated-tos/
new terms https://www.cloudflare.com/terms/
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world•as a noob, should I connect jellyfin with tailscale using OIDC?English
3·5 days agoI believe that’s not in their terms for years now, at least in my untrained eyes
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world•as a noob, should I connect jellyfin with tailscale using OIDC?English
8·5 days agoworth mentioning the old TOS banned video streaming across cloudflare products, but I don’t see a similar umbrella restriction in the current base terms, or in the terms of cloudflare zero trust.
also, make sure you have the rights to transmit the content and are not infringing anyone’s intellectual property rights, ofc 😇
Eager Eagle@lemmy.worldto
Programmer Humor@lemmy.ml•The truth will set you free 🥲English
21·5 days agoso she wants to be forgotten?
Eager Eagle@lemmy.worldto
Linux@lemmy.ml•This Week in Plasma: 6.7 Beta 2 ReleasedEnglish
4·14 days ago6.6.6 is mentioned
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world•How many and how much are your subscriptions?English
2·16 days agois that a bundle, or are you rally paying like $0.50 a month for a VPS?
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world•I wanted Claude Code-style workflows without sending code to the cloud, so I built CoyoteEnglish
1·17 days agoafaict they just run the LSP automatically when the agent uses the file edit tool, passing errors/warnings as a response of the tool. Maybe they run it before and after to get only the warnings introduced after the change, maybe they filter by the lines changed, I’m not sure.
Eager Eagle@lemmy.worldOPto
Selfhosted@lemmy.world•Jellyfin to quadruple their prices following Plex's price increasesEnglish
205·22 days agosomething is wrong with my instance, I’m not getting any ads here
Eager Eagle@lemmy.worldto
Linux@lemmy.ml•Any way to compress game files on linux?English
21·25 days agoBtrfs is usually last in perf benchmarks, so I wouldn’t do it myself
in fact, I have regretted using btrfs because it made my laptop noticeably slower
the phoronix benchmark posted in this thread uses artificial loads and doesn’t compare performance against other file systems, just compression on vs off for btrfs
Eager Eagle@lemmy.worldOPto
Selfhosted@lemmy.world•18-Year-Old NGINX Rewrite Module Flaw Enables Unauthenticated RCEEnglish
1·29 days agogood to know!
Eager Eagle@lemmy.worldto
Linux@lemmy.ml•Which specs are as low as reasonable possible for local LLM models? Do you recommend some distro in particular?English
131·29 days agoheavily depends on the model and quantization level
choose the model you want on this website and it’ll give you some specs likely to run it
any/most distros will do, especially if you run it on Docker
if you’re going with intel cards (best $ per GB VRAM right now), you could get a decent machine under $3k
Eager Eagle@lemmy.worldOPto
Selfhosted@lemmy.world•Dirty Frag: Universal Linux LPE - CVE similar to Copy FailEnglish
12·1 month agoright, but remote code execution comes in many different ways. Having a machine vulnerable to this kind of privilege escalation is a really bad thing.
Eager Eagle@lemmy.worldto
Selfhosted@lemmy.world•Docker Engine 29 has changed the default image store to containerd, duplicating storage of (compressed) base image layersEnglish
11·1 month agowdym by duplicating?
Eager Eagle@lemmy.worldto
Mildly Infuriating@lemmy.world•Reddit is finally entirely dead to meEnglish
24·1 month ago
I’ve been seeing this for a long time now, as they blocked VPN and anonymous access, so I use a combination of cached pages and libredirect if I really want to bother going there.
Eager Eagle@lemmy.worldto
Linux@lemmy.ml•Are you on which team: vim, nano, micro, er ed for you terminal based text editor?English
24·1 month agomicro for sensible defaults out of the box, and because I don’t like modal editors.




I don’t think it violates ToS, it’s public data. One can even search for emails directly like this and get millions of matches
https://github.com/search?q=%2F.*%40gmail.com%2F&type=commits
it’s a shitty thing to do, and I wouldn’t want my name or company associated to it, but I don’t think it violates ToS