agroot12 | 1 year ago | on: What happens if we remove 50 percent of Llama?
agroot12's comments
agroot12 | 1 year ago | on: Suspicious data pattern in recent Venezuelan election
But it's even more unlikely and astonishing that the second candidate also gets a number of votes corresponding to a percentage with one decimal!
This is highly suspicious if the vote counts are presented as official result.
But as mentioned in the comments, we cannot be sure that someone was given the total vote count, and the percentages rounded to one decimal, and thought it would be helpful to recalculate how many votes each candidate must have gotten.
agroot12 | 2 years ago | on: Don't wake me up too soon
and the translator cut the interwoven parts about the CIA's Stargate program, for the better in my opinion.
agroot12 | 2 years ago | on: Linda Yaccarino: no single authentic user saw this content alongside IBM's ads
agroot12 | 2 years ago | on: Show HN: Structured output from LLMs without reprompting
I think what factors in even more when you use the API is that you do not have fine-grained control over the generation process. If you follow the MS guidance approach, you fill in structured text yourself, and then let the model generate only the value parts, e.g. up to the next quote. To do that more or less word by word, you have multiple API calls, and have to be very smart about providing the right stop tokens.
agroot12 | 2 years ago | on: Effect of perceptual load on performance within IDE in people with ADHD symptoms
agroot12 | 3 years ago | on: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
agroot12 | 3 years ago | on: ‘Perfect explosion’: merger of neutron stars creates spherical cosmic blast
agroot12 | 7 years ago | on: Attention Economy Is a Malthusian Trap
[1] https://www.press.bmwgroup.com/global/article/detail/T028306...
[2] https://www.statista.com/statistics/264342/global-sales-volu...
agroot12 | 7 years ago | on: The Ugly Truth of Ugly Produce
agroot12 | 7 years ago | on: Honda Aircraft Launches HondaJet Elite
agroot12 | 8 years ago | on: Tell HN: Slack decides to close down IRC and XMPP gateways
agroot12 | 8 years ago | on: Jitsi: Open-Source Video Conferencing
This does not include the older 'jitsi' named softphone / voip client, meaning there will be no jitsi command that can be executed.
Installation of jitsi-meet was straightforward for me, exactly as oulined on their page:
- first, add their repository to your apt sources.list
- then apt update && apt upgrade
- then apt install jitsi-meet
You should end up with a running web server hosting your own jitsi-meet instance.
I've installed it with a letsencrypt cert... you have to convert it to pkcs#12 with openssl and move it to /etc/jitsi/videobridge/ .
agroot12 | 8 years ago | on: Jitsi: Open-Source Video Conferencing
Java on the server is a safe language. I agree that any browser plugin affects security and usability negatively, and the Java browser plugin was a nightmare.
agroot12 | 8 years ago | on: Jitsi: Open-Source Video Conferencing
agroot12 | 8 years ago | on: You Will Not Understand This
agroot12 | 8 years ago | on: GnuPG 2.1.23 released
Imagine a dissident / whistle blower / journalistic source using gpg. I could send her a message, signed with a new key, and just wait until her gpg executable contacts my server.
Then I have her IP address, and if I am lucky, I can plant an exploit into the very first request response.
agroot12 | 8 years ago | on: How to Murder a Byzantine Emperor
For all HN readers that don't know Mickens yet: https://news.ycombinator.com/item?id=6905536
agroot12 | 8 years ago | on: HackMIT 2017 Admissions Puzzle
agroot12 | 9 years ago | on: Monsanto Weed Killer Roundup Faces New Doubts on Safety in Unsealed Documents
Let me quote one of the more explicit parts of the article:
> Court records show that Monsanto was tipped off to the determination by a deputy division director at the E.P.A., Jess Rowland, months beforehand. That led the company to prepare a public relations assault on the finding well in advance of its publication. Monsanto executives, in their internal email traffic, also said Mr. Rowland had promised to beat back an effort by the Department of Health and Human Services to conduct its own review.
> Dan Jenkins, a Monsanto executive, said in an email in 2015 that Mr. Rowland, referring to the other agency’s potential review, had told him, “If I can kill this, I should get a medal.” The review never took place. In another email, Mr. Jenkins noted to a colleague that Mr. Rowland was planning to retire and said he “could be useful as we move forward with ongoing glyphosate defense.”
For me, this qualifies as 'big evil corporation' behavior. [edited: formatting]