Hacker News
Bring Your Own Model (BYOM): Using Brave Leo with Your Own LLMs
Article URL: https://brave.com/blog/byom-nightly/
Comments URL: https://news.ycombinator.com/item?id=42047639
Points: 2
# Comments: 0
Automattic is 'short-staffed' amid WordPress vs. WP Engine drama
OpenAI in Talks with California to Become For-Profit Company
Article URL: https://www.bloomberg.com/news/articles/2024-11-04/openai-in-talks-with-california-to-become-for-profit-company
Comments URL: https://news.ycombinator.com/item?id=42047580
Points: 1
# Comments: 0
Ask HN: Is there a datastructure for leaderboards with filtering and timeslices?
I built a variation of B+Tree to track leaderboard rankings and it works similar to Redis Z functions (zadd/zrange).
Now I'm trying to think of a solution to filter by country code or some other player attribute. In addition, I also want to dynamically create timeslices so I can show leaderboard rankings that occurred between time A and time B.
If I were to implement the filter or timeslices into my B+Tree, I'd have to basically scan from the first record down to the last by checking against player attributes and/or the timestamp of when ranking was inserted.
The goal is to have 1 leaderboard index per stat, rather than X leaderboard per stat.
Is it feasible, or should I just create a new leaderboard index for every combination of attribute / timeslice?
Comments URL: https://news.ycombinator.com/item?id=42047477
Points: 1
# Comments: 0
How to Become a Billionaire in Skilled Nursing by Scamming Taxpayers
Article URL: https://hindenburgresearch.com/pacs/
Comments URL: https://news.ycombinator.com/item?id=42047414
Points: 3
# Comments: 0
What Is Window Dressing in Finance?
Article URL: https://www.investopedia.com/terms/w/windowdressing.asp
Comments URL: https://news.ycombinator.com/item?id=42047375
Points: 1
# Comments: 0
Build Colors from Colors with CSS Relative Color Syntax
Article URL: https://calebhearth.com/css-relative-colors
Comments URL: https://news.ycombinator.com/item?id=42047374
Points: 1
# Comments: 0
Low-poly image generation using evolutionary algorithms in Ruby
Article URL: https://thomascountz.com/2023/07/30/low-poly-image-generation
Comments URL: https://news.ycombinator.com/item?id=42047320
Points: 2
# Comments: 0
Typosquat Campaign Targeting NPM Developers
Article URL: https://blog.phylum.io/supply-chain-security-typosquat-campaign-targeting-puppeteer-users/
Comments URL: https://news.ycombinator.com/item?id=42047318
Points: 1
# Comments: 0
Mypy vs. Pyright
Article URL: https://github.com/microsoft/pyright/blob/main/docs/mypy-comparison.md
Comments URL: https://news.ycombinator.com/item?id=42047302
Points: 1
# Comments: 1
FDIC accidentally reveals the Silicon Valley Bank depositors it bailed out (2023)
Code libraries posted to NPM try to install malware on dev machines
Article URL: https://arstechnica.com/security/2024/11/javascript-developers-targeted-by-hundreds-of-malicious-code-libraries/
Comments URL: https://news.ycombinator.com/item?id=42047295
Points: 2
# Comments: 0
OpenAI Predicted Outputs
Article URL: https://twitter.com/OpenAIDevs/status/1853564730872607229
Comments URL: https://news.ycombinator.com/item?id=42047294
Points: 1
# Comments: 0
Using Mathematics to Make Money by James Simons
Article URL: https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4668072
Comments URL: https://news.ycombinator.com/item?id=42047286
Points: 1
# Comments: 0
Netscape lives on: 30 years of shaping the web, open source, and business
Predicted outputs: GPT-4o inference speed-up for editing tasks
Article URL: https://platform.openai.com/docs/guides/latency-optimization#use-predicted-outputs
Comments URL: https://news.ycombinator.com/item?id=42047248
Points: 2
# Comments: 0
Aldebaran 1959 Spacecraft Concept
Article URL: https://armaghplanet.com/the-amazing-aldebaran-spacecraft.html
Comments URL: https://news.ycombinator.com/item?id=42047243
Points: 4
# Comments: 0
What Jeff Bezos Got Wrong About Newspaper Endorsements
Article URL: https://www.cjr.org/political_press/what-jeff-bezos-got-wrong-about-newspaper-endorsements.php
Comments URL: https://news.ycombinator.com/item?id=42047228
Points: 1
# Comments: 0
On Literate Programming
Article URL: https://mgubi.github.io/docs/zettels/literate-programming.html
Comments URL: https://news.ycombinator.com/item?id=42047220
Points: 1
# Comments: 0
Show HN: Simtown.ai – US Election Simulation with AI Characters
Show HN: simtown.ai – US Election Simulation with AI Characters
Inspired by the Generative Agents paper [0], we've created a browser-based simulation of the upcoming U.S. election with GPT-driven versions of Kamala and Trump, along with nine diverse NPCs representing voters in Pennsylvania.
These AI characters freely roam, interact with each other, and engage with real players. Currently, we have a single global instance where everyone can interact together. Single game-day is 24mins in real life.
What can you do?
- Listen to speeches by the candidates
- Chat with NPCs and other players
- Persuade others to vote for your candidate
- Eavesdrop on conversations between other players by moving closer to them
- Explore the environment
- Observe the final vote tally once everyone make their mind
We appreciate any feedback or suggestions!
[0] https://github.com/joonspk-research/generative_agents
Comments URL: https://news.ycombinator.com/item?id=42047157
Points: 2
# Comments: 0