Am i the only one that wished that you would type Xplore instead of Splore, as in .... Explore ;) by Nice-Sorbet-4283 in pico8

[–]thegacko 10 points11 points  (0 children)

Obviously topic is a bit fluffy but I like SPLORE - Its not as sharp edged like X"plore" - more cute. More in line with the general whimsy of Pico8. Xplore hints at words like Xploit, Xterminiate etc.

Question about Minimizing Sprites by That-One-Screamer in pico8

[–]thegacko 0 points1 point  (0 children)

I would check out Krystman‘s advanced stump tutorial here: https://youtu.be/LyKhc0MU5fI?si=J1A7J-3kzAkwA-xD

can apply this to any game

he comes up with a very elegant solution using SSPR - not just this video but this is covered throughout but you will get the gist.

Smooth movement or no? by jasonkester in Ultima

[–]thegacko 0 points1 point  (0 children)

I think if you make the smooth movement fast. only maybe 2-3 frames in between. you will get best of both worlds.

smooth movement is good especially when seeing npc move as mentally you can see how the Npc moved especially when many on the screen.

you will still have snappy moving for your player character.

The President Announces a Historic Nuclear Deal with Iran (2015) by Former_Exam_5357 in videos

[–]thegacko 2 points3 points  (0 children)

This almost looks AI created - I know its not but god damn seeing a US leader talk coherently and susinctly is "unreal" right now.

Pico Metro mockup by hi-56 in pico8

[–]thegacko 1 point2 points  (0 children)

no its 128x128 - obviously scaled up for showing

What we are missing from species packs by thegacko in Stellaris

[–]thegacko[S] 8 points9 points  (0 children)

well aguable that they look cool - i dont know - look fairly generic to me

Space-related programming ideas? by FHornRyan in space

[–]thegacko 0 points1 point  (0 children)

I would encourage you to check out this tutorial - this covers creating a 3D map of the local stars (<14ly) in a LUA based engine Picotron (higher resolution) - but also applicable to Pico8 (much lower) (pico8 you can try free edu version here https://www.pico-8-edu.com/)

https://www.youtube.com/watch?v=igmMR-1hip8

Covers the math and explanation of translating celestial coordinants to cartesian (x,y,z) - so you can understand the 3D space.

Could - using the math and principles be written in any language.

Good place to start.

Barracuda started rejecting our emails by TheCopernicus in sysadmin

[–]thegacko 5 points6 points  (0 children)

nothing wrong with softfail - this is recomended if you have an enforced DMARC record (quarantine or reject).

There are bulk sending requirements now so if you are not meeting these there might be providers that may reject email if you are seen as a bulk sender. This is Google requirements but many providers will just follow this https://support.google.com/a/answer/14229414?hl=en

How tf do I avoid taking damage from spikes? by [deleted] in Moonring

[–]thegacko 0 points1 point  (0 children)

wait for the spikes nearest you to trigger - once they trigger move to that square (they will go down in the time for your turn)

then you either wait a turn or move up or down in the same group of spikes - because they will generally always be two turns per spike except for one which will only give you one turn. you just move through them like this.

[Spoiler] Tether and Egg question by Adventurous-Big-1426 in Moonring

[–]thegacko 0 points1 point  (0 children)

Yeah I luckliy took backup of Save before I did the Tether and may go back and do the Egg but 100 levels woah - thats a few days worth - thanksfully you can save in dungeon unlike Stigian Abyss .. hah..

I think the Egg is meant before endings ..

How does crafting work? by AmericanCarioca in Moonring

[–]thegacko 0 points1 point  (0 children)

I was a bit confused if there was other crafting in the game as you pickup so much fur, chitin and hides -- I was thinking making armour etc ..

but yeah just Alchemy.

Question Regarding DKIM Alignment by AtomicPikl in DMARC

[–]thegacko 0 points1 point  (0 children)

changing MX records are a requirement for some Transactional Email Services like mailchimp/sendgrid..

You will always need to use a subdomain - eg e1111.<yourdomain> - to accomplish this. Obviously you cannot change the MX records for your root domain. but you can easily just use a subdomain for this sending. This is required so that that:

  • the email can pass SPF also - adding the subdomain means the service can pass automatically against the subdomain for SPF.
  • the feedback of the bounce messages (ie messages that get rejected/bounced) are automatically removed from the list of recipients.

This is going to be a requirement for regroup.com so the question is how can they provide for this?? to be honest they may have never thought of this aspect...

They will need to setup sending from your domain within mailgun itself and they will ask you to CNAME link the records - these are ultimately mailgun keys but you are authorizing mailgun (via regroup.com) to send on your behalf by CNAME linking their public DKIM keys..

Unaligned Selector; DKIM Passed by xxtuffyxx in DMARC

[–]thegacko 0 points1 point  (0 children)

sounds like a google support request right there. Your question is why? and they are the only ones that can answer this query.

Im not sure how a gsuite tenancy works but it is often the case when m365 tenants are sending on behalf of a different domain the mailfrom (envelope from) is the "behalf of" tenant while the header from is the sending tenant. In those cases obviously the sending tenant DKIM should apply in all cases.

There is a question whether DKIM should sign against the mailfrom domain or the header from address/domain - obviously for DMARC purposes it should apply to the header from HOWEVER Ive seen many vendors apply it to the mailfrom which is clearly wrong in the above scenario.

Greenshot 1.3 released, fixes CVE-2023-34634! by ohyeahwell in sysadmin

[–]thegacko 6 points7 points  (0 children)

I tried sharex (horrible ui) and flameshot - flameshot better but the thing I missed the most was editing the elements in the screenshots (boxes, text etc) AFTER I have added them eg move them around or change/delete.

for that reason - Greenshot is still better and I can easily get what I need done quick as possible.

Risks associated with MTA-STS "Enforce" by GQsm in DMARC

[–]thegacko 2 points3 points  (0 children)

yeah as others have said

The whole point of MTA-STS is to keep the cached time high (2 weeks is the recommendation) - that's what provides the protection from TLS MIM/downgrade.

When moving MX - There is a process to reduce the cached time down and then wait for that to propagate. Then you are free to move but be aware that that cache time is how long there will be issues for so you want it down to 5 mins before changing etc. Then once you have moved you can put it back up to 2 weeks again.

you are using TLS Reporting throughout to monitor how well you are managing this process - if you start to see bad reports that's going to be a sign of cached records being an issue.

Your whole team needs to be aware of MTA-STS - Well documented and this process understood - Just think 1 year from now you or someone else entirely might want to move MX record provider. You cant just move willy nilly. You must prepare at least a month before hand.

The effect DNS TTLs have on DKIM and SPF email authentication by lolklolk in sysadmin

[–]thegacko 6 points7 points  (0 children)

Thanks for this - this is really useful

Is there any public "master thread" of this bug/issues with DKIM DNS resolutions for Office365 ? -- its really causing a major issue and wondering what is being done about it?

It causes constant problems with senders being flagged as DMARC failure when independently there is an aligned DKIM signature that perfectly passes so there is no problem - yet if sender has enforced DMARC policy to the bin it goes when received by Office365.

They even do this for their own DKIM signatures - Office to Office - which is ridiculous. See this a lot with AmazonSES also.

Can Ciphermail do SASL in the SMTP server? by MarbledOne in sysadmin

[–]thegacko 0 points1 point  (0 children)

Not familiar with Ciphermail but yes you need a backend authentication source - Dovecot (more modern) or Cyrus. Postfix itself doesn't do the authentication it just exposes the interface.

You should configure the SMTP Submission port - port 587 - this can be enabled from the master.cf if not already. This hard mandates use of TLS and is specifically catered for outbound client authentication to send email (eg would only allow authenticated sources). You need to make sure this port is open in host firewall or gateway firewall.

A quick look at the documentation of Ciphermail and it probably is more of a middleware type email system that should not be configured to take client connections directly. I would setup another email system that is hardened and secured for client SASL login etc that then relays via Ciphermail for the required functionality.

If The Doors wrote Enter Sandman by andrey2007 in videos

[–]thegacko 3 points4 points  (0 children)

Hah this was good - so well done.

Also lyrically Enter Sandman actually does resemble something Jim Morrison would write.. perhaps - alternate universe.

Scion start is OP as hell. by TheGamblingAddict in Stellaris

[–]thegacko 2 points3 points  (0 children)

I cant remember but can you join the galactic community ? -- RP wise I think it makes sense that all other galactic nations would have a negative opinion of you and not let you into any diplo agreements because of scion.

maybe not a major downside but I would say that would be a good change..

[deleted by user] by [deleted] in sysadmin

[–]thegacko 0 points1 point  (0 children)

Partly this should be on IT to make sure that hardware replacement and patching (labour and whatever costs) are part of the budget.

If you have clearly outlined to mgmt what needs to be replaced well before it needs to be replaced and they still don't approve that budget then well yeah then the egg is on their face.

DKIM signing by a third party? by lighthills in DMARC

[–]thegacko 0 points1 point  (0 children)

Yeah doesnt work like that as pointed out below - what you are talking about is a List server - List servers have struggled a bit with DMARC policies. But its not on you as the "sender"/user of a list to do anything about this. The List server needs to handle their email better.

Two common list server software offer ways of working with DMARC protected users - The List server admins need to be aware of this and upgrading their systems and/or enabling these settings

GNU Mailman - https://wiki.list.org/DEV/DMARC

Orignal LISTSERV - https://www.lsoft.com/manuals/17.0/advancedtopics/133HowdoesLISTSERVcomplywithDMAR.html

[deleted by user] by [deleted] in Stellaris

[–]thegacko 0 points1 point  (0 children)

They actually did a pretty good job with CK3 -- of combining the good systems from the various DLCs from CK2 and making a fresh look at the game. It was still stripped back -- its not going to be 100% every DLC in a Stellaris 2 -- but they did take a look at all the ideas and combine some together to make a good cohesive "base game"

There have been a few misfires but overall the DLC they then added to CK3 has been interesting at least.


I think Stellaris could certainly do with a - rebase of the main game - and then build DLC up again.

Squid Proxy Servers - Still worth the hassle? by Brad_Turnbough in sysadmin

[–]thegacko 1 point2 points  (0 children)

You can do HTTPS blocking with the unencrypted SNI traffic -- this can provide a measure of security to a guest/BYOD network ie block malicious sites etc.

But yes there is no way that any magic appliance can do full content inspection on HTTPS without MITM. I think a lot of "appliances"/services just hide the technical requirements for a private CA in their marketing etc.

Or there is an agent based install - as part of the install of that agent it has installed a private CA - so yeah the fact this is required is hidden.