Object

joined 5 months ago
[–] Object@sh.itjust.works 1 points 10 hours ago

No not yet... What I'm doing is closer to academia rather than practical, but I do want to do practical. I'm thinking of going for Android system security, and I feel that I need to find what I will specialise in first.

[–] Object@sh.itjust.works 4 points 16 hours ago* (last edited 16 hours ago) (2 children)

Live off of finding CVEs. I'm currently messing with Android's TEE, hoping that hasn't been picked clean.

[–] Object@sh.itjust.works 7 points 16 hours ago

Try Soulseek, it has just about everything.

[–] Object@sh.itjust.works 5 points 17 hours ago

Huh. I always thought those barriers were meant to be a way for people to navigate their way out when the automatic firewalls come down.

[–] Object@sh.itjust.works 4 points 1 day ago

No, not a mix of both. Either exclusively wins only, or losses only. Only way to tell these two apart is to see if this information is being celebrated or not...

[–] Object@sh.itjust.works 2 points 1 day ago* (last edited 1 day ago)

Do you have Bluehost web hosting plan? In that case, Bluehost would do the most heavy lifting regarding the derliverability. Email deliverability with big hosts like that shouldn't be a problem.

[–] Object@sh.itjust.works 43 points 1 day ago* (last edited 1 day ago) (8 children)

Owning a domain for yourself and having a provider send/receive email on your behalf is a common choice, and it has its own benefits such as being able to migrate to other providers easily. As long as you renew your domain properly, it should be fine. Though do note that only you would use that domain, so anyone would know it was you who sent that email.

Owning a domain for yourself AND handling email sending/receiving can be challenging because there's a chance your email gets filtered as spam, and the receiver doesn't get what you sent. It's also possible that your server goes down, and the email sent to you doesn't arrive properly, though the email server usually try to send again a number of times before giving up.

If you are confident about setting a server, I can personally recommend Mailcow. As long as you set up SPF, DKIM, DMARC, it should pass most spam filter including Gmail. If you don't want to deal with the potential headache, getting a provider to send/receive emails for you is a good choice too.

[–] Object@sh.itjust.works 10 points 1 day ago* (last edited 1 day ago) (1 children)

Do you have ad blockers? The EBay link and Microsoft link are both ads, which is why they appear first. I do get results similar to this if the ad blocker is disabled, but with Amazon instead.

[–] Object@sh.itjust.works 12 points 1 day ago (2 children)

연패

Can mean "to lose multiple times in a row" (連敗) or "to win multiple times in a row" (連霸).

[–] Object@sh.itjust.works 2 points 2 days ago* (last edited 2 days ago)

The users and mods would decide that. Sure, mods can abuse it, but they already have the means to censor someone (ban users, tag their post as NSFW, delete their posts). I don't expect it to be perfect, but it still would be an improvement, especially in communities that you would usually expect to be light-hearted, such as showerthoughts or mildlyinfuriating.

[–] Object@sh.itjust.works -4 points 2 days ago (2 children)

I don't see how it can be abused in a way it harms users though. Overusing it just means their post won't be visible to many people, so abusing it just harms themselves. It would be abuse it they didn't tag it, but that still would be an improvement compared to the current situation, and we could enforce a rule to ensure things that are political without a doubt gets tagged. (Eg: Mentioning politicians, ideas, etc)

[–] Object@sh.itjust.works 18 points 5 days ago (4 children)
29
Lace Card (en.m.wikipedia.org)
 
 

I use around 10 browser profiles, each of which has its own set of bookmarks, plugins, self-enforced rules, etc. I want to synchronise browsing history, bookmarks, plugins using a single account. They are managed with a dedicated Firefox account, but I was wondering if I can self host accounts so that I can synchronise stuff over my VPN, and I don't have to do mail verification every time I create a new profile. But I can't find much on how online.

I know syncserver-rs but that is not enough. The accounts are still registered with Mozilla's server.

262
Not until I read the docs (sh.itjust.works)
submitted 4 months ago* (last edited 4 months ago) by Object@sh.itjust.works to c/linuxmemes@lemmy.world
 

Add this to your home-manager

    let
      f = pkgs.factorio.override {
        username = "<Your Username>";
        token = "<Token>";
        versionsJson = ./factorio.json;
      };
    in
    {
      home-manager.users."<Your Username>".home.packages = [ f ];
    };

In factorio.json

{
  "x86_64-linux": {
    "alpha": {
      "stable": {
        "name": "factorio-space-age_linux_2.0.7.tar.xz",
        "needsAuth": true,
        "sha256": "1zvk1skkm37kyikq4l1q285l8zhxc6lqvs1x2y2ccxwd4cdm6r96",
        "tarDirectory": "x64",
        "url": "https://factorio.com/get-download/2.0.7/expansion/linux64",
        "version": "2.0.7"
      }
    }
  }
}

To get your Factorio working.

view more: next ›