Skip Navigation

User banner
Posts
1
Comments
363
Joined
2 yr. ago

Permanently Deleted

Jump
  • He got scammed again? Damn. Sorry, I was referring this one. And not really the details of the scam, but it was the wrong place / wrong time element that reminded me.

    Edit: the article you linked is older, so I guess not "again".

  • Permanently Deleted

    Jump
  • Yup, what you're describing sounds inline with how Corey Doctorow fell victim to fraud.

  • Permanently Deleted

    Jump
  • I'm fairly certain I annoy the people at my bank because I always insist on calling them back at their official number if they ask for any personal information. I don't fuck around with my bank security. I did however get got a couple of more years ago back when the chrome browser window phishing attack first started and had my Steam account stolen for a solid minute.

    That's the attack where they simulate a browser window so what you think is a oauth popup is actually just inpage javascript and CSS.

  • The fundraising was for the development of Pixelfed's source code. e.g. adding new features, bug fixing, etc. - not for currently hosted servers and their infrastructure. So it went to @dansup.

  • Just like you can't directly contribute to Gnome without using gitlab.gnome.org, you can't directly contribute to Lemmy without GitHub.

    Or rather, easily. If you're submitting something simple, you could communicate with Lemmy Devs over Matrix and ask if they're amenable to receiving a git patch they can create the PR for. https://join-lemmy.org/docs/contributors/01-overview.html

  • I mean it sounds like a removable mesh pool fence is what you need. The holes might be permanent, but properly installed inserts would make them less conspicuous.

  • I hate Comcast/Xfinity with such a passion I tell myself if I had the same hatred for a person I'd be in jail for murder.

    Not only did they impose their "trial data caps" in my area and charge me out the ass for going over 2TB a month, I acceded once to being upsold and was told it was completely reversible within a month. After realizing the sales shithead lied to me about the features, I called to revert. Guess what? They couldn't. It wasn't something they could do. Fortunately I recorded all my calls, but even with that it took me more than 30 hours of phone and chat time to get it fixed, and the agent who finally helped me had to setup a recurring account credit to fix it. Absolutely horrid. She basically clarified, without saying it outright, that the sales shithead lied to my face because they're practically encouraged to.

    Long story short my home purchase decision was influenced greatly by those shitheads not being in the area, and just seeing an ad makes me want to vandalize it. It's the only thing I hate with this much passion.

  • My first impression from the adhesion issue (which doesn't appear to be the main issue of this post) is that you may need to clean your build plate. But considering it was relatively good as it is, I assume you did and the few spots may just be accidental touches to the surface. In either case, their guide is here: https://wiki.bambulab.com/en/filament-acc/acc/pei-plate-clean-guide

    As for the extrusion issue - considering the apparent randomness of it my guess would be either an issue with the filament or a partial clog.

  • Yup, with PIA the port is random but yes, there should be scripts out there to leverage PIAs forwarding with your torrent software. And yeah, if you were to port forward through your router that could lead to accidentally exposing your actual IP.

  • incompatible with port forwarding with any VPN

    I'm not sure if there is a misunderstanding here, but port forwarding through a VPN is generally agnostic of most network setups. It's a tunnel, doesn't require your network to have port forwarding setup or even for it to be capable of it.

  • Because there are alot of ignorant people in the world afraid of what they perceive as different.

    In your first two examples, regardless of not being politicians it's clear that by helping put politicians in power they benefit, so whether they genuinely care or not, it's just about money and lack of compassion to them. And continuing to drive class warfare continues to benefit them.

    In your last example, I think that person is just in the ignorant and afraid of change category with an unfortunate amount of exposure.

  • Honestly one could probably make a comparison to a loan shark, you keep paying it off but the interest is so high and you keep borrowing more you just stay in debt and keep sinking deeper.

  • Sleep debt itself is a weird metric. You can't "pay it back", lost sleep is lost sleep, period.

    The body doesn't keep track, the body just complains. You might feel weird if there is a dramatic change to your sleep schedule.

  • Roguelikes and roguelites tend to be my favorite. Ones where each run is new and you can toy with different builds and usually get pretty OP toward the end (or get cut down early because luck wasn't in your favor or you made a mistake).

  • A VPN is still a good choice, in fact if you setup your own VPN on a VPS that is an even safer choice because then you (sorta) control the certificate used for encryption. True, your hosting provider could still obtain that cert if they really wanted to, and they still have the data on your IP using it and for how long / how much, but it would make obtaining your data a targeted attack.

    But there are cons to setting up your own, such as misconfiguration exposing you, or just the setup time in general.

  • A VPN introduces a new party who can harvest your data. It doesn't avoid IP tracking, it just shifts it from your ISP to another entity.

    You have to trust that your VPN provider's claims of no logging/tracking are accurate, you can usually get fairly confident with research but it's never 100%.

    Edit: to clarify, I'm not trying to dissuade VPN use. It's a still a great choice.

  • Thanks for the correction and clarification! I just assumed from the open-r1 post that they gave everything aside from the training data.

  • Open source isn't really applicable to LLM models IMO.

    There is open weights (the model), and available training data, and other nuances.

    They actually went a step further and provided a very thorough breakdown of the training process, which does mean others could similarly train models from scratch with their own training data. HuggingFace seems to be doing just that as well. https://huggingface.co/blog/open-r1

    Edit: see the comment below by BakedCatboy for a more indepth explanation and correction of a misconception I've made