hacker_news_feed | Technologies

Telegram-канал hacker_news_feed - Hacker News

23998

Top stories from https://news.ycombinator.com (with 100+ score) Contribute to the development here: https://github.com/phil-r/hackernewsbot Also check https://t.me/designer_news Contacts: @philr

Subscribe to a channel

Hacker News

Getting a paper accepted (Score: 151+ in 11 hours)

Link: https://readhacker.news/s/6uT5b
Comments: https://readhacker.news/c/6uT5b

Читать полностью…

Hacker News

Why does Debian change software? (Score: 157+ in 5 hours)

Link: https://readhacker.news/s/6uTzd
Comments: https://readhacker.news/c/6uTzd

Читать полностью…

Hacker News

Roto: A Compiled Scripting Language for Rust (Score: 150+ in 1 day)

Link: https://readhacker.news/s/6uQD8
Comments: https://readhacker.news/c/6uQD8

Читать полностью…

Hacker News

Rocky Linux 10 Will Support RISC-V (Score: 150+ in 13 hours)

Link: https://readhacker.news/s/6uSwa
Comments: https://readhacker.news/c/6uSwa

Читать полностью…

Hacker News

CERN gears up to ship antimatter across Europe (❄️ Score: 152+ in 2 days)

Link: https://readhacker.news/s/6uKnh
Comments: https://readhacker.news/c/6uKnh

Читать полностью…

Hacker News

An upgraded dev experience in Google AI Studio (Score: 150+ in 14 hours)

Link: https://readhacker.news/s/6uRTT
Comments: https://readhacker.news/c/6uRTT

Читать полностью…

Hacker News

Gemini Diffusion (🔥 Score: 159+ in 1 hour)

Link: https://readhacker.news/s/6uT4N
Comments: https://readhacker.news/c/6uT4N

Читать полностью…

Hacker News

LLM function calls don't scale; code orchestration is simpler, more effective (Score: 152+ in 8 hours)

Link: https://readhacker.news/s/6uRL2
Comments: https://readhacker.news/c/6uRL2

Читать полностью…

Hacker News

For algorithms, a little memory outweighs a lot of time (Score: 152+ in 4 hours)

Link: https://readhacker.news/s/6uSgD
Comments: https://readhacker.news/c/6uSgD

Читать полностью…

Hacker News

Devstral (Score: 153+ in 4 hours)

Link: https://readhacker.news/s/6uR87
Comments: https://readhacker.news/c/6uR87

Читать полностью…

Hacker News

Animated Factorization (🔥 Score: 151+ in 3 hours)

Link: https://readhacker.news/s/6uRc8
Comments: https://readhacker.news/c/6uRc8

Читать полностью…

Hacker News

OpenAI Codex hands-on review (Score: 150+ in 1 day)

Link: https://readhacker.news/s/6uN3y
Comments: https://readhacker.news/c/6uN3y

Читать полностью…

Hacker News

My new hobby: watching AI slowly drive Microsoft employees insane (🔥 Score: 207+ in 52 minutes)

Link: https://readhacker.news/s/6uQBS
Comments: https://readhacker.news/c/6uQBS

Читать полностью…

Hacker News

“ZLinq”, a Zero-Allocation LINQ Library for .NET (Score: 151+ in 9 hours)

Link: https://readhacker.news/s/6uPu4
Comments: https://readhacker.news/c/6uPu4

Читать полностью…

Hacker News

Magic of software; what makes a good engineer also makes a good engineering org (❄️ Score: 153+ in 2 days)

Link: https://readhacker.news/s/6uH99
Comments: https://readhacker.news/c/6uH99

Читать полностью…

Hacker News

Gemini figured out my nephew’s name (❄️ Score: 150+ in 3 days)

Link: https://readhacker.news/s/6uGJV
Comments: https://readhacker.news/c/6uGJV

Читать полностью…

Hacker News

Inigo Quilez: computer graphics, mathematics, shaders, fractals, demoscene (❄️ Score: 156+ in 4 days)

Link: https://readhacker.news/s/6uF3m
Comments: https://readhacker.news/c/6uF3m

Читать полностью…

Hacker News

Show HN: Display any CSV file as a searchable, filterable, pretty HTML table (Score: 150+ in 10 hours)

Link: https://readhacker.news/s/6uSZ6
Comments: https://readhacker.news/c/6uSZ6

I combined this with a simple API to update a CSV file using Deno/deno-csv library, allowing an Ansible job to easily update a CSV file via the API with Ansible URI module, and then have that same CSV file viewable/downloadable in a simple and easy/dashboardy way (with CSV-to-html-table). Copilot created the Deno/deno-csv CSV API code and then with a little back and forth I added static website functionality (to serve the CSV table), and I had a /view and a /update route. I'm just a sysadmin but I love piecing together stuff like this. Thanks Derek!

Читать полностью…

Hacker News

Show HN: A web browser agent in your Chrome side panel (❄️ Score: 150+ in 3 days)

Link: https://readhacker.news/s/6uFcC
Comments: https://readhacker.news/c/6uFcC

Hey HN,
I'm excited to share BrowserBee, a privacy-first AI assistant in your browser that allows you to run and automate tasks using your LLM of choice (currently supports Anthropic, OpenAI, Gemini, and Ollama). Short demo here: https://github.com/user-attachments/assets/209c7042-6d54-4fc...
Inspired by projects like Browser Use and Playwright MCP, its main advantage is the browser extension form factor which makes it more convenient for day to day use, especially for less technical users. Its also a bit less cumbersome to use on websites that require you to be logged in, as it attaches to the same browser instance you use (on privacy: the only data that leaves your browser is the communication with the LLM - there is no tracking or data collection of any sort).
Some of its core features are as follows:
- a memory feature which allows users to memorize common and useful pathways, making the next repetition of those tasks faster and cheaper
- real-time token counting and cost tracking (inspired by Cline)
- an approval flow for critical tasks such as posting content or making payments (also inspired by Cline)
- tab management allowing the agent to execute tasks across multiple tabs
- a range of browser tools for navigation, tab management, interactions, etc, which are broadly in line with Playwright MCP
I'm actively developing BrowserBee and would love to hear any thoughts, comments, or feedback.
Feel free to reach out via email: parsa.ghaffari [at] gmail [dot] com
-Parsa

Читать полностью…

Hacker News

Understanding the Go Scheduler (❄️ Score: 151+ in 3 days)

Link: https://readhacker.news/s/6uFSi
Comments: https://readhacker.news/c/6uFSi

Читать полностью…

Hacker News

Decibels Are Ridiculous (🔥 Score: 154+ in 3 hours)

Link: https://readhacker.news/s/6uTmU
Comments: https://readhacker.news/c/6uTmU

Читать полностью…

Hacker News

Introducing the Llama Startup Program (Score: 150+ in 9 hours)

Link: https://readhacker.news/s/6uRws
Comments: https://readhacker.news/c/6uRws

Читать полностью…

Hacker News

Clojuring the web application stack: Meditation One (Score: 150+ in 1 day)

Link: https://readhacker.news/s/6uMLZ
Comments: https://readhacker.news/c/6uMLZ

Читать полностью…

Hacker News

Collaborative Text Editing Without CRDTs or OT (Score: 151+ in 4 hours)

Link: https://readhacker.news/s/6uRGJ
Comments: https://readhacker.news/c/6uRGJ

Читать полностью…

Hacker News

By Default, Signal Doesn't Recall (🔥 Score: 158+ in 2 hours)

Link: https://readhacker.news/s/6uRDe
Comments: https://readhacker.news/c/6uRDe

Читать полностью…

Hacker News

OpenAI to buy AI startup from Jony Ive (🔥 Score: 171+ in 58 minutes)

Link: https://readhacker.news/s/6uRFY
Comments: https://readhacker.news/c/6uRFY

Читать полностью…

Hacker News

My favourite fonts to use with LaTeX (2022) (❄️ Score: 150+ in 4 days)

Link: https://readhacker.news/s/6uCkY
Comments: https://readhacker.news/c/6uCkY

Читать полностью…

Hacker News

Building my own solar power system (❄️ Score: 150+ in 2 days)

Link: https://readhacker.news/s/6uG34
Comments: https://readhacker.news/c/6uG34

Читать полностью…

Hacker News

Red Programming Language (Score: 150+ in 13 hours)

Link: https://readhacker.news/s/6uNKu
Comments: https://readhacker.news/c/6uNKu

Читать полностью…

Hacker News

The Dawn of Nvidia's Technology (Score: 150+ in 14 hours)

Link: https://readhacker.news/s/6uNyr
Comments: https://readhacker.news/c/6uNyr

Читать полностью…
Subscribe to a channel