Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
azkae
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
Why Collaborate with XAI?
(github.com)
10 points
by
azkae
1y ago
|
0 comments
2.
▲
by
azkae
1y ago
I am using macher for small edits on a codebase with gptel: https://github.com/kmontag/macher The package define a list of tools that gptel can use to inspect and edit a project. The tools are packaged as a preset so a
3.
▲
by
azkae
5y ago
You can already do this without pattern matching: from typing import Union, NoReturn class Foo: name: str class Bar: size: int Variant = Union[Foo, Bar] # or `Foo | Bar` in Python 3.10 def assert_nev
4.
▲
by
azkae
5y ago
Yes this wraps subprocess.Popen in a nice API.
5.
▲
by
azkae
5y ago
Somewhat related, if you are looking to do scripts in Python you should take a look at `sh`: import sh print(sh.ifconfig("eth0")) https://amoffat.github.io/sh/
6.
▲
by
azkae
6y ago
I use icecream [1] for the same purpose while debugging. It's really handy. [1] https://github.com/gruns/icecream
7.
▲
In PostgreSQL, as in life, don’t wait too long to commit (2015)
(lerner.co.il)
6 points
by
azkae
7y ago
|
0 comments
8.
▲
by
azkae
8y ago
Scrolling with the trackpad seems way better by default, no more mouse-wheel-scroll-amount/mouse-wheel-progressive-speed hacks !