Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

@Static_Rocket@lemmy.world avatar

Static_Rocket

@Static_Rocket@lemmy.world

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

To me on the security side of things caddy has a feature I have yet to see anywhere else: default reverse proxy headers.

Got something you want to lock down remote js loading on unless it explicitly requests an override? Default the variable to a locked value. The application can override it with it's own header as necessary.

https://caddyserver.com/docs/caddyfile/directives/header

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

I wish nginx had the concept of default header values for reverse proxies...

I mean, you can kind of do it with macros but man...

AI meme version 2.0... because reasons (lemmy.world)

Apparently my other meme with nearly a 1,000 upvotes was reported and removed by mods for a rule violation. But just to clarify, the people in that photo were ACTORS posing for stock photography. No elderly people were actually being force fed while a photographer snapped shots and uploaded them to Adobe. Anyway, enjoy the happy...

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

Well they did a fine enough job pissing off artist and artist aligned consumers. Now it's just all the goofs from crypto happily peddling it like there's no tomorrow.

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

It was never a flex, it was a cry for help

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

We're the front line dog. Strike me down so Debian Stable's legacy may live on.

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

If you're just looking for RSS -> Push take a look at feedpushr

I use it with gotify without too many issues.

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

"You're not just wrong, you're so far off I could make this the pivotal piece of a case study in misinterpreting humor"

God damn.

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

You say that like there a large overhead to containers...

Even in this case that overhead is negligible. Container configs and artifacts are also more portable and easier to backup.

Static_Rocket , (edited )
@Static_Rocket@lemmy.world avatar

It depends on what you want. Do you want containers that don't blow away your firewall? Podman is nice, but docker can be configured a little to avoid this. Want things that autostart and don't have issues with entry points that attempt to play with permissions/users? Docker or podman as root is necessary. Want reasonable compose support? Podman now needs a daemon/socket. Want to make build containers and not deal with permission/user remapping at all? Podman is really nice.

Do not attempt to use podman-compose. That app is dead.

Unfortunately if you want to make tools that will be used by other people then you must add docker support. It just owns too much of the market.

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

Friendlyjordies watchers knowing it would be abc that advocates for this...

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

They have been around for a little while now. Had one in college ~4 years ago. Upstream kernel support was a little rough but spec wise they were impressive alternatives to the RPi 3B

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

I'm sure Ubi would still let you purchase it through the online store regardless

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

I present to you the holy hardware compatibility table:

https://networkupstools.org/stable-hcl.html

Anything not listed there is not worth buying.

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

Can confirm. Software is trash. Wanted me to connect it to the internet and setup a cloud access account. Like, dude, you're a glorified battery pack I'm not adding a backdoor because you want to tell APC when my warrenty is about to expire so I can get marketing emails.

Static_Rocket , (edited )
@Static_Rocket@lemmy.world avatar

0.12kWh / h normally (120W). I'm also running 6 HDDs in raid10 so the spin down time is not optimal.

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

Correct. I assumed a normalized kWh rating would be better than any instantaneous measurement I had on hand.

Password Manager that supports multiple databases/syncing?

I currently use keePass, and use it on both my PC and my phone. I like it because I can keep a copy of my DB on my phone and export it through a few different means. But I can't seem to find an option to actually sync my local DB against a remote one. I've thought about switching to BitWarden but from what I can see it uses a...

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

Bitwarden does use a local database and syncs. When you authenticate it unlocks the local database and does regular syncing behind the scenes.

I do recommend self-hosting vaultwarden for the primary server though.

Self Hosted IFTTT RSS Replacement

A couple of years ago, IFTTT did a thing where they asked people to sign up to premium and they could pay whatever they like and could keep the service forever. I didn't use many of the services, but thought it made sense to try and preserve something so useful for in case I did need it. In the meantime, I would allow it to...

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

I use Feedpushr + Gotify.

Works pretty well, but you may find you have to set up multiple output entries and tags to filter out the useful parts of a post. That and html entries sometimes don't get parsed correctly so you'll end up with tags in what should be a parsed content string.

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

I don't know man, I've always liked the idea of a project outliving me. Though for the sanity of future engineers I hope that is not the case. Today's solutions are usually just tomorrow's problems.

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

Yep. Battery chemistry is a real pain in the ass. Every few years someone spins a wheel and determines the next big thing that everyone needs to do to prevent batteries from dying early. For a while people were told full cycles were healthy for avoiding cell memory. Now more sporadic cycles are being peddled.

Use the device as you need it. If you complete a full cycle, cool; if not, that's fine. Just don't let the damn thing completely die and don't keep it permanently on charge. Those are the common things most people do on accident that can really screw up a cell.

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

Part of the problem is the game of telephone drops the cell chemistry related to the method almost immediately leading to general consumers applying it as a blanket rule for all batteries

Interesting source though...

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

I wish more distro's packaged librewolf. I know there's an appimage and such but I prefer native tested packages where possible.

Static_Rocket , (edited )
@Static_Rocket@lemmy.world avatar

The most useful quote to those familiar with the linux boot process:

“An attacker would need to be able to coerce a system into booting from HTTP if it's not already doing so, and either be in a position to run the HTTP server in question or MITM traffic to it,” Matthew Garrett, a security developer and one of the original shim authors, wrote in an online interview. “An attacker (physically present or who has already compromised root on the system) could use this to subvert secure boot (add a new boot entry to a server they control, compromise shim, execute arbitrary code).”

If an attack needs root then it doesn't matter. Your box is toast anyway. If you're using http boot without verification then you should have seen a MITM attack coming.

Static_Rocket , (edited )
@Static_Rocket@lemmy.world avatar

Something akin to haveibeenpwned.com password hash partial match? Can that even be done with this data?

Edit: You goofs know you can calculate the hash locally and submit it for review without actually exposing your password to them right? That's how bitwarden does it's check. https://www.troyhunt.com/ive-just-launched-pwned-passwords-version-2/#cloudflareprivacyandkanonymity

Ah, but Mozilla isn't even trying to do anything cool like that. They just use onereap and those fuckers look shady. Quotes from their privacy policy: https://onerep.com/privacy-policy#what-data-we-collect-and-how-we-do-that

We use your Personal Information for a number of purposes, which may include the following:

[snip]

  • To display advertisements to you.
  • To manage our Affiliate marketing program.

There will be times when we may need to disclose your Personal Information to third parties. We may disclose your Personal Information to:

[snip]

  • Third-party service providers and partners who assist us in the provision of the Services and Website, for example, (a) those who support delivery of or provide certain features in connection with the Services and Website (e.g. Stripe, a payment services provider; Sendgrid, an email delivery service; HubSpot, a CRM platform, and Sentry, a crash reporting platform); (b) providers of analytics and measurement services (e.g. Google Analytics, ProfitWell etc.); (c) providers of technical infrastructure services (e.g. Microsoft Azure, Google Cloud, and Amazon AWS); (d) providers of customer support services (e.g. Zendesk); (e) those who facilitate conduct of surveys (e.g. Hotjar); (f) those who help to advertise, market or promote our Services and Website (e.g. Mautic, Facebook Ads, Google Ads, Linkedin Ads, Reddit Ads, and Microsoft Ads);

The bastards

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

I'm still trying to figure out good nftables rules for ipv6 prefix delegation...

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

The above leans heavily on the idea that the political spectrum is a loop and swaying to either side too heavily incurs bias that eventually warps the initial intention

Because things weren't already confusing enough

The top five RSS readers for keeping up with your news feeds (www.theverge.com)

RSS readers allow you to collect the articles of specific sources in one app, making it a lot easier to find the content you’re interested in without crawling through a lot of noise. RSS (which may stand for Really Simple Syndication, Rich Site Summary, or one of several other possibilities — nobody seems sure) has been...

Static_Rocket , (edited )
@Static_Rocket@lemmy.world avatar

Am I the only one who didn't want another background service so I just wired a local Feedpushr instance to direct entries to my existing Gotify instance?

I mean, it works fine until some asshole puts HTML that their parser can't understand in the content section but then you just need to read between the tags...

Static_Rocket , (edited )
@Static_Rocket@lemmy.world avatar

Well, when the game is essentially running in a virtual machine with an address translation layer that scrambles the backing memory every few minutes you're lucky the game even runs. Good luck trying to decipher that hell. A few guys have done it, I remember the one dude ranting on Twitter about trying to crack Borderland's 3 back around launch.

And then the follow up which was that Denuvo was basically adding a ~30fps overhead to the game and everyone was initially blaming the devs for releasing unoptimized garbage.

Gabe had it right, piracy is a service problem. And my motto has always been if the game has some garbage like Denuvo, then you couldn't even pay me to take a copy. Not worth the headache.

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

Probably not, most of those sensors work by shining an LED light through the skin and monitoring reflection/scatter as a cheap form of photoplethysmography. Anything capable of absorbing that light, like the pigment used in tattoos, will prevent it from working correctly (at least out of the box, there may be some way to adjust for it but I do not think it would be very accurate).

An infrared sensor could work, depending on the ink type. Unfortunately those are more expensive.

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

I kind of get it. Note apps are normally horribly cumbersome data serialization ecosystems you have to invest a lot of time into before you really feel like its doing anything more than a standard text editor could

Researchers have invented a prototype new form of high-performance air purifier that promises zero harmful waste and is 99.999% efficient in removing common bacteria and viruses (www.bath.ac.uk)

Researchers have invented a prototype new form of high-performance air purifier that promises zero harmful waste and is 99.999% efficient in removing common bacteria and viruses::New purifier and filtering foam invented by University of Bath engineers is ready for commercialisation, seeking partners

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

FOAM3R can be used to produce multi-functional foam structures for a wide range of applications, including aircraft cabins, in-car air filters ...

Auto shops hate this one simple trick

Static_Rocket ,
@Static_Rocket@lemmy.world avatar

I need a better programming specific search engine. DuckDuckGo seems like it's gotten worse at code/project searches and will now just assume you misspelled some common word.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • incremental_games
  • meta
  • All magazines