HackerTrans
TopNewTrendsCommentsPastAskShowJobs

learningmore

no profile record

comments

learningmore
·2 mesi fa·discuss
Why not Dokku, Coolify, or CapRover?

Those are broader self-hosted platforms. They build apps with Dockerfiles or Buildpacks and run them in containers.

pack is intentionally smaller. It builds your app into a single-file executable, deploys it to your server, gives each deployment a persistent HTTPS URL, and handles ports, routing, and inactive deployments
learningmore
·3 mesi fa·discuss
A quick explanation: “Greytrapping as implemented in spamd puts offenders in a temporary blacklist, dubbed spamd-greytrap, for 24 hours. Twenty-four hours is short enough to not cause serious disruption of legitimate traffic, since real SMTP implementations will keep trying to deliver for a few days at least.”

How does it work? (From another article linked in this post)..

“We already know that spam senders rarely use a fully compliant SMTP implementation to send their messages. That's why greylisting works. Also, as we noted earlier, not only do spammers send large numbers of messages, they rarely check that the addresses they feed to their hijacked machines are actually deliverable. Combine these facts, and you see that if a greylisted machine tries to send a message to an invalid address in your domain, there is a significant probability that the message is a spam, or for that matter, malware.”
learningmore
·7 mesi fa·discuss
“However, with the same model, if you just use the completions API and then parse the output, it will return the correct quantity…”
learningmore
·7 mesi fa·discuss
The article includes a youtube video, where an NPC shares facts about the archeological site (i assume backed by knowledge from an LLM).

Pretty cool, I can see this as useful to a lot of different museums or organizations.

It would be interesting for the NPC to ask the player how they wanted information to be delivered- “I’m a hurried. Tourist, keep your responses short”.
learningmore
·7 mesi fa·discuss
Nice breakdown.
learningmore
·9 mesi fa·discuss
“We uncover a systematic failure: LLMs cannot correct errors in their own outputs while successfully correcting identical errors from external sources - a limitation we term the Self-Correction Blind Spot.”
learningmore
·9 mesi fa·discuss
FYI, ATS stands for Applicant Tracking System.
learningmore
·9 mesi fa·discuss
“The Capability Hardware Enhanced RISC Instructions (CHERI) project is a rethinking of computer architecture in order to improve system security.”