socphoenix

joined 2 years ago
MODERATOR OF
[–] socphoenix@midwest.social 12 points 1 month ago* (last edited 1 month ago) (1 children)

~~ I wonder if Tesla’s in house insurance even offers gap insurance lol ~~

Edit: article says he has Allstate so never mind

[–] socphoenix@midwest.social 2 points 1 month ago

They sell a dock that supports up to 4K for tvs, I’d guess for that. It’s capable of doing that fairly well on less intensive games.

[–] socphoenix@midwest.social 6 points 1 month ago (4 children)

Perhaps a stupid follow up but what would this mean for things necessary for survival like food and water? Would I theoretically starve on that 4 year trip before I even realized I needed water?

[–] socphoenix@midwest.social 33 points 1 month ago (2 children)

How exactly is this not considered murder for all parties involved in a decision like this?

[–] socphoenix@midwest.social 1 points 2 months ago

I shop for two people and buy 2 days food at a time. On average each store visit have been $30 at Safeway, $26 at Kroger and $19 at Walmart. These large grocery chains are massively screwing people and the only difference I can find is at least Safeway doesn’t try to trick you with bullshit pricing.

[–] socphoenix@midwest.social 5 points 2 months ago

The 30+ years they’ve also tied up compensation in the courts saying they shouldn’t be responsible for the damages that happened bombing a city block?

[–] socphoenix@midwest.social 2 points 2 months ago

Weird, here’s the direct link without the formatting:

https://www.costplusdrugs.com/

[–] socphoenix@midwest.social 3 points 2 months ago* (last edited 2 months ago) (3 children)

cost plus drugs give me 90 day supply for about $45 of strattera without insurance, I’ve been using that since my health insurance has a carve out for mental health…

[–] socphoenix@midwest.social 2 points 2 months ago

I bet I can guess which option it is…

[–] socphoenix@midwest.social 35 points 2 months ago (12 children)

That is 10,000% people who don’t do creative work especially professionally. I am fine with gimp and darktable versus anything Adobe/paid but I also barely use them lol. I would be back off Linux in a heartbeat if I honestly couldn’t use something I needed even though I prefer it.

[–] socphoenix@midwest.social 10 points 2 months ago

To add on to this, it’s also why liberal talking points tend to really highlight savings from programs. As another easy example of good spending: if it costs $50k to send someone to drug rehab versus $75k to house them in prison for a year, with respective rehabilitation rates for 65 and 48 percent, you save and make money twice. Not only is it cheaper up front to send them to rehab, but the lack of a criminal record leaves that person more free when searching for jobs later which can make them a much more productive taxpayer from an input to the economy standard.

[–] socphoenix@midwest.social 17 points 2 months ago (1 children)

Is there a specific item you’re looking at? The issue here is in a few different areas but largely breaks down to

  1. It’s not one person but multiple
  2. A checkbook is a terrible analogy that at least in the US is just used as a way to make political points.

To 1, imagine you and someone else who disagrees with you on basically every financial aspect has to decide how to spend income together. That is likely not going to be a short or fun process.

For 2, a lot of what they are actually talking about here is debt. Debt gets trickier at a nation-state level as it’s not as simple as how much can I repay. Economies all use at least some debt and that debt comes with economic complications. For instance, let’s say we take on debt that pays for roads that will improve shipping times by 25% while reducing vehicle deaths by 5%. Both of those are economic boons, reduced shipping times means potentially more money from in country sales and exports and removed the economic losses of both the death itself and the loss of future economic gains from that individual. This kind of debt quite literally brings in more money than it costs to service that debt.

On the other hand debt that say gets wasted say reopening Alcatraz is debt that won’t go towards any meaningful economic gain and we lose money on it.

Basically (for the US at least), any time someone mentions the term checkbook when referring to the government they are either purposefully trying to mislead you, or are not appreciating the full range of government spending in a way that is a massive detriment to the way we choose to run our government.

 

Posting this for visibility: cross-posted from: https://lemmy.world/post/1299831

Hi all,

If you're just now signing in for the first time in 12+ hours, you may just now be finding out that Lemmy World and other instances where hijacked. The hijackers had the full abilities of hijacked user, mod, and admin accounts. At this time, I am only aware of instance defacing and URL redirections to have been done by the hijackers.

If you were not forced to sign back in this morning, contact your instance admin to verify mitigations were completed on your instance.

How?

This occurred due to an XSS attack in the recently added custom emojis. Instance admins should follow the issue tracker on the LemmyNet GitHub, as well as the Matrix Chat. Post-Incident Activity is still on-going.

Currently, it is likely that just your session cookie was stolen, with instance admins being targeted specifically by checking for navAdmin, an HTML element only instance admins had. I do not believe this to affect users across instances, but I have yet to confirm this.

What happens next?

As I am not the developers or affected instance admins, I cannot make any guarantees. However, here is what you'll likely see:

  1. Post Incident investigation continues. This will include inspecting code, posts, websites, and more used by the hijackers. An official incident writeup may occur. You should expect the following from that report:
  • Exactly what happened, when.
  • The incident response that occurred from instance admins
  • Information that might have helped resolve the issue sooner
  • Any issues that prevented successful resolution
  • What should have been done differently by admins
  • What should be improved by developers
  • What can be used to identify the next attack
  • What tools are needed to identify that information
  1. A CVE is created. This is an official alert of the issue, and notifies security experts (and enthusiasts), even those not using lemmy, about the issue.

  2. A code security audit is done. This will likely just be casual reviews by technical lemmy users. However, I will be reaching out to the Mozilla Foundation and Cure53 as they recently did an audit of Mastodon. If there is interest in an external audit of lemmy and the costs are affordable, I'll look into crowdfunding this cost.

 

I'm trying to set up rules so I can access a few different containers from zerotier. I've already set up an ssh-x11 container and the passthrough is working fine with:

rdr on $ext_zero proto tcp from any to $ext_zero port 8000 -> 10.1.1.3 port 22

where $ext_zero is the variable for the zerotier bridge.

However, trying to stream music with jellyfin with:

rdr on $ext_zero proto tcp from any to $ext_zero port 8096 -> 10.1.1.6 port 8096

I get consistent connection refused messages.

The full pf.conf for redirections: Code:

table <jails> persist
nat on $ext_if from <jails> to any -> ($ext_if:0)
rdr-anchor "rdr/*"
rdr on $ext_zero proto tcp from any to $ext_zero port 8000 -> 10.1.1.3 port 22
rdr on $ext_zero proto tcp from any to $ext_zero port 8096 -> 10.1.1.6 port 8096
rdr on $ext_zero proto tcp from any to $ext_zero port 8920 -> 10.1.1.6 port 8920
rdr on $ext_zero proto udp from any to $ext_zero port 1900 -> 10.1.1.6 port 1900
rdr on $ext_zero proto udp from any to $ext_zero port 7359 -> 10.1.1.6 port 7359

The system is FreeBSD, the jails are roughly equivalent to a docker compose install.

Jellyfin is set to accept remote connections, with the whitelist left blank as per their instructions to allow all addresses. Why will ssh connect but not jellyfin?>>

 

Looking to get started with FreeBSD jails? bastille is a jail manager that feels like a better, cleaner idea of what Docker was meant to be. It is easy to install, and uses zfs to cache OS versions to reduce the size and footprint of jails. There are template to make it easier to install common services.

view more: ‹ prev next ›