Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Spiritus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Spiritus
4mo ago
CLIs have to be distributed. Also have to be kept up to date. An MCP doesn't t have to concern itself with backwards compatibility and can be changed willy nilly since it's essentially always up to date. It's also easier to m
2.
▲
by
Spiritus
4mo ago
Not available in Business or? I only see SSH connections in Desktop app and only cloud environments in the iOS app.
3.
▲
by
Spiritus
1y ago
Curious why? I'm considering doing the opposite since I have to pay for iCloud anyway.
4.
▲
by
Spiritus
4y ago
I think you're mixing up try blocks with the old try! macro.
5.
▲
by
Spiritus
4y ago
Unless you're looking for a specific video or trend, don't search. Just scroll.
6.
▲
by
Spiritus
4y ago
I'm fairly sure it's Discourse[1]. They switched to it quite recently. [1] https://www.discourse.org
7.
▲
by
Spiritus
4y ago
It might be worth excluding certain directories from Spotlight to prevent it from indexing node_modules etc which tend to be massive but mostly useless from a Spotlight search perspective.
8.
▲
by
Spiritus
4y ago
You can't. But is that possible with any programming language specific package manager? How would that even work given that every flavour of OS/distro have their own way of providing gfortran?
9.
▲
by
Spiritus
4y ago
Well we're almost there I think. You can define dependencies and other metadata in pyproject.toml nowadays: https://setuptools.pypa.io/en/latest/userguide/pyproject_con...
10.
▲
by
Spiritus
4y ago
Nimble is Nim's build tool so that's already taken.
11.
▲
by
Spiritus
4y ago
Get an e-sim
12.
▲
by
Spiritus
4y ago
Tilaa[1]. They also recently launched a managed database service[2] (beta). [1] https://www.tilaa.com/ [2] https://www.tilaa.com/en/blog/tilaa-cloud-database-beta-is-l...
13.
▲
by
Spiritus
4y ago
I've actually moved from direnv to shadowenv[1]. It's more powerful since it's using a Lisp dialect called Shadowlisp that lets you easily do things like append/prepend to $PATH, expand paths and other common actions. [1
14.
▲
by
Spiritus
5y ago
> I suspect you are fighting the tide of common practice in the Python community. I hope not! > Sorting module- and from-imports separately also makes it much easier for many people to visually scan a block of imports. For me it'
15.
▲
by
Spiritus
5y ago
For me µsort is a non-starter since it doesn't ignore the import/from part when sorting lexicographically. So when an import changes from `import foo` to `from foo import bar` (and vice versa), the import is moved. Sorting should
16.
▲
by
Spiritus
5y ago
Python 2 is available from the https://github.com/lithammer/homebrew-deadsnakes Homebrew tap.
17.
▲
by
Spiritus
5y ago
He's meant to play in the Australian Open, but his visa was revoked because he isn't vaccinated (it has been reinstated now though). So this is mostly just a joke since the opponent is a koala and the ball is the corona virus. ht
18.
▲
Django 4.0
(djangoproject.com)
473 points
by
Spiritus
5y ago
|
219 comments
19.
▲
Building a Django driver for Psycopg 3
(psycopg.org)
171 points
by
Spiritus
5y ago
|
24 comments
20.
▲
Making CPython Faster
(lwn.net)
5 points
by
Spiritus
5y ago
|
2 comments
21.
▲
by
Spiritus
5y ago
Pyright is open source (MIT)
22.
▲
Endoflife.date
(endoflife.date)
3 points
by
Spiritus
6y ago
|
0 comments
23.
▲
by
Spiritus
6y ago
It's likely because of this (custom Postgres client, request pipelining and not doing sync/commit after each query): > [Multiple Queries] This is the first test where Just(js) has quite a big lead. This is likely due to the fac
24.
▲
by
Spiritus
6y ago
The author wrote a blog post about it: https://just.billywhizz.io/blog/on-javascript-performance-01...
25.
▲
by
Spiritus
6y ago
Then `HOMEBREW_NO_AUTO_UPDATE` is probably for you. > If set, do not automatically update before running brew install, brew upgrade or brew tap.
26.
▲
by
Spiritus
6y ago
The “py” command?
27.
▲
by
Spiritus
6y ago
That sounds like a Debian issue though. Or are you suggesting that Python (and by extension Pip) should align their support cycle with Linux distros?
28.
▲
by
Spiritus
6y ago
Probably because Python 3.5 was EOL’d last year and 3.4 two years ago. https://endoflife.date/python
29.
▲
I am an 80 column purist
(daniel.haxx.se)
73 points
by
Spiritus
6y ago
|
78 comments
30.
▲
Veronica Mars and NTLM password hashes
(fasterthanli.me)
2 points
by
Spiritus
6y ago
|
0 comments
More ›