gratux

joined 1 year ago
[–] gratux@lemmy.blahaj.zone 8 points 3 days ago

fundamentally, an llm doesn't "use" individual sources for any answer. it is just a function approximator, and as such every datapoint influences the result, just more if it closely aligns with the input.

[–] gratux@lemmy.blahaj.zone 12 points 1 week ago (3 children)

it was forbidden before?

[–] gratux@lemmy.blahaj.zone 27 points 2 months ago* (last edited 2 months ago) (37 children)

Yes, but why would you want to? We have enough addresses for the foreseeable future.

[–] gratux@lemmy.blahaj.zone 1 points 2 months ago (1 children)

AFAIK, they only offer the opt-out form in the EU and UK

[–] gratux@lemmy.blahaj.zone 4 points 3 months ago

Note: not every provider supports this.

Also, gmail addresses ignore periods. my.email@gmail.com and myem.ail+service@gmail.com will end up in the same inbox

[–] gratux@lemmy.blahaj.zone 1 points 5 months ago (1 children)

I think SFTP would work plenty. On linux you can use rclone to mount it, and Android has many file managers that support it (personal favorite is Total Commander with the SFTP plugin)

You could also certainly host a full Nextcloud instance, but it might be a bit overkill

[–] gratux@lemmy.blahaj.zone 5 points 5 months ago (8 children)

Homeoffice + MS Teams

[–] gratux@lemmy.blahaj.zone 14 points 5 months ago (1 children)

Den Zuhause Ordner schon

[–] gratux@lemmy.blahaj.zone 14 points 6 months ago
[–] gratux@lemmy.blahaj.zone 7 points 6 months ago (8 children)

You can use a DNS challenge to show you are in control of the domain without having anything exposed to the net. Essentially LE gives you a special value you have to add as a TXT DNS entry. LE will check if this record exists for your domain, and gives you a certificate, no public IP involved. This even allows you to create wildcard certificates.

[–] gratux@lemmy.blahaj.zone 1 points 6 months ago

I use sendgrid, it only requires some DNS entries for Domain Authentication. Also regarding the catch-22, if you use Cloudflare for DNS, you could use their email routing to forward incoming mails to Gmail

[–] gratux@lemmy.blahaj.zone 19 points 6 months ago (5 children)

Reverse Polish Notation works almost like you describe. You put the operands first, then the operation. For example:

  • 3 + 4 --> 3 4 +
  • 3 • (5 + 2) --> 5 2 + 3 •

Probably the reason why we are not using it is because most tools today use algebraic notation, and it would be a lot of effort to switch

view more: next ›