s900mhz

joined 1 year ago
 

Hey! Curious if anyone tried to communicate between GovCloud and Commercial AWS? I am aware they are separated by design. I have a task to try to have a ECS make an api call a private api gateway on GovCloud. Right now the idea is to use private API gateway on GovCloud and a VPC Endpoint on the Commercial side. I don’t think this will work..

I’m certain that this cannot be done without a VPN or having the GovCloud api be public facing, but as I’m not by any means an expert in AWS networking I am curious if anyone has any thoughts?

[–] s900mhz@beehaw.org 0 points 1 year ago

Yeah absolutely! I know I dissed it, but I was happy to have it when I was stuck on windows for work.

[–] s900mhz@beehaw.org 0 points 1 year ago (2 children)

Yeah my job recently started letting developers choose between windows and Mac now which is a step in the right direction… their excuse is that all their security software doesn’t run in Linux… Ill accept using a Mac over WSL though, that was a huge pain

[–] s900mhz@beehaw.org 1 points 1 year ago (4 children)

A little background for context. I’m gamer and professional software developer. I’ve been dual booting windows 11 and pop os for awhile. Windows for games and pop os for everything else… Over the weekend I switched to NixOS. This came with a learning curve which I spent a day or so learning. I’ve been getting the hang of it now and I love it so much. I definitely recommend it. I managed to get steam working without much fiddling and my emulators. It’s been great! The benefits for programming are obvious. Allowing me to basically stop using docker dev containers.

I completely removed windows from my computer and I’m very happy.

[–] s900mhz@beehaw.org 1 points 1 year ago

I believe once a post or comment is federated it will continue to stay even if the instance it came from is no longer in service. instances are not “streaming” the data to each other, they send copies and store it in their own dbs. So this comment right here will have a bunch copies out there on other instances.

[–] s900mhz@beehaw.org 2 points 1 year ago

What kind of space is wasted? Genuinely curious. I only really use it on my iPhone. On desktop is the comments area too narrow?

[–] s900mhz@beehaw.org 9 points 1 year ago (1 children)

I love it so much that I started contributing to the project on GitHub

[–] s900mhz@beehaw.org 1 points 1 year ago

AWS (Always Working Sometimes…)

[–] s900mhz@beehaw.org 4 points 1 year ago

Also shoutout to Logseq, love this app. Open Source and privacy focused. https://logseq.com/

[–] s900mhz@beehaw.org 3 points 1 year ago

Yeah I dabbled in rust very very lightly lol But the front end is written in inferno which is very similar to react which I’m very comfortable with. All I can say is don’t fear another language! Or don’t let it be a blocker, it may take some time to figure out but if you keep at it day after day you will be amazed how it will eventually makes sense.

[–] s900mhz@beehaw.org 6 points 1 year ago (11 children)

The rust backend, Postgres Db and UI are all available as docker images. The rust “lemmy” repo has a docker compose file (if you are familiar with the concept) allowing you to spin up the whole stack locally pretty easily if you already have docker installed.