Object

joined 5 months ago
[–] Object 1 points 16 hours ago

Kinda, but I'm in for research rather than for job opportunities.

[–] Object 3 points 23 hours ago (2 children)

First year post-grad! Pay is 1500 USD/month but it's nice getting paid to study, I suppose. Also doing TA too.

[–] Object 4 points 1 week ago* (last edited 1 week ago)

https://massgrave.dev/

Get pirated get pirated get pirated get pirated

[–] Object 3 points 1 week ago (1 children)

If you are on Firefox:

  1. Click on 三 at the top right corner
  2. Select "Passwords"
  3. Search for your password entry in the top left search box
  4. If Lemmy entry is there, click on it
  5. Click on the eye logo next to the "Password" field to reveal your password
[–] Object 3 points 1 week ago

The site admins probably know your email, but they definitely doesn't know what your password is. They store the password in a way that it cannot be recovered.

[–] Object 9 points 1 week ago (2 children)

Funny seeing NixOS being touted as an efficient OS when it's the ultimate coomfiger's OS

[–] Object 1 points 1 week 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 4 points 1 week ago* (last edited 1 week ago) (2 children)

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

[–] Object 8 points 1 week ago

Try Soulseek, it has just about everything.

[–] Object 5 points 1 week 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 4 points 1 week 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 2 points 1 week ago* (last edited 1 week 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.

 

And my sincere condolences to everyone stuck in a traffic jam, yesterday's weather has been brutal.

29
Lace Card (en.m.wikipedia.org)
submitted 2 months ago by Object to c/[email protected]
79
Chilling Capybara (sh.itjust.works)
submitted 2 months ago by Object to c/[email protected]
 
 

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 to c/[email protected]
 

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 ›