Viewing profile — Spiritus
Spiritus
HN member- Joined
- Thu, May 17, 2012, 2:15 PM UTC
- HN karma
- 3,606
- Public activity
- 408 items
- HN profile
- View on Hacker News ↗
About Spiritus
No profile information was provided.
Recent public activity
-
comment
Comment #48332776
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 essenti…
-
comment
Comment #48151533
Not available in Business or? I only see SSH connections in Desktop app and only cloud environments in the iOS app.
-
comment
Comment #44862729
Curious why? I'm considering doing the opposite since I have to pay for iCloud anyway.
-
comment
Comment #33529788
I think you're mixing up try blocks with the old try! macro.
-
comment
Comment #33528463
Unless you're looking for a specific video or trend, don't search. Just scroll.
-
comment
Comment #33326987
I'm fairly sure it's Discourse[1]. They switched to it quite recently. [1] https://www.discourse.org
-
comment
Comment #33326676
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 pers…
-
comment
Comment #32763415
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 providi…
-
comment
Comment #32762123
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...
-
comment
Comment #32023570
Nimble is Nim's build tool so that's already taken.
-
comment
Comment #31650171
Get an e-sim
-
comment
Comment #31502130
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...
-
comment
Comment #31012022
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, e…
-
comment
Comment #30273895
> 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 peopl…
-
comment
Comment #30265292
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…
-
comment
Comment #30117396
Python 2 is available from the https://github.com/lithammer/homebrew-deadsnakes Homebrew tap.
-
comment
Comment #29889981
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 opponen…
- story
- story
- story
-
comment
Comment #26816478
Pyright is open source (MIT)
- story
-
comment
Comment #26190589
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 …
-
comment
Comment #26190581
The author wrote a blog post about it: https://just.billywhizz.io/blog/on-javascript-performance-01...
-
comment
Comment #26037366
Then `HOMEBREW_NO_AUTO_UPDATE` is probably for you. > If set, do not automatically update before running brew install, brew upgrade or brew tap.