Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pbsds
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
pbsds
1y ago
a mean rating of 3 can only be 100% fresh if the variance is 0
2.
▲
by
pbsds
2y ago
If concentration of control over concentration scares you then a social media not owned by the US should be welcome. Now you have an all-american echo chamber.
3.
▲
by
pbsds
2y ago
Trains are more comfy, almost silent and way more convenient. You don't have to start traveling to the airport 3 hours in advance. There is also this little silly thing people talk about called global warming
4.
▲
by
pbsds
3y ago
...reproducable? Doesn't GPT change all the time?
5.
▲
by
pbsds
4y ago
I've been wanting something like this for a long time
6.
▲
by
pbsds
4y ago
Gron has the same issue, as it too is written in go and randomizes key order.
7.
▲
by
pbsds
4y ago
It's when a package manager updates Firefox while it's running.
8.
▲
by
pbsds
4y ago
I prefer the Firefox solution. Chrome "solved" this by running the outdated version untill restart. But if you click a link outside of chrome it opens in a new instance of the updated version, without your old tabs. If you at this
9.
▲
by
pbsds
4y ago
A 3d spider could easily be invisible to the 2d guy, by simply staying clear of his viewing plane. Hence why the "approaching perpendicular to his plane of existence" YouTube comment is actually terrifying.
10.
▲
by
pbsds
4y ago
Many editors support the rmate protocol, enabling you to open a remote file from a ssh session in your local editor.
11.
▲
by
pbsds
4y ago
For this i combine entr and rsync
12.
▲
by
pbsds
5y ago
You could implement your design in nmigen [1], use it to generate either verilog or rtlil, then use yosys (via [2]) to reduce it to an AND and NOT circuit (using the 'aigmap' command), then visualize it with [3] [1]: https:/
13.
▲
by
pbsds
5y ago
Could a equation OCR system like [1] be combined with a screen reader? It seems to support asciimath [1]: https://mathpix.com/ocr
14.
▲
by
pbsds
6y ago
_("Hello, {name}).format(**vars())
15.
▲
by
pbsds
6y ago
> 5/ As Dr Ian Harris said, the unsaid attitude could be stated like: “you have to operate on patients quickly before they get better“. Wow, really puts a new perspective on the usually massive wait times here in Norway.
16.
▲
by
pbsds
6y ago
This survey doesn't have a case for those who know of Nim but have yet to try it out. Expect a lot of 'other' responses to read through.
17.
▲
by
pbsds
6y ago
This has for me been a godsend after corona hit. The ".remoteenv" file is for me the killer feature. Being able to bundle remote-cli in my python-poetry dev environment makes the setup trivial as well. For those interested, here i
18.
▲
Remote-CLI: execute tasks on remote hosts while working locally
(github.com)
2 points
by
pbsds
6y ago
|
2 comments
19.
▲
by
pbsds
6y ago
https://docs.python.org/3/whatsnew/3.8.html#cpython-bytecode... https://bugs.python.org/issue33387
20.
▲
by
pbsds
6y ago
Have you tried enabling pixel-perfect scrolling?
21.
▲
by
pbsds
6y ago
I agree on the monkeypatching of pathlib. It makes it difficult for a reader to look up what the functions do. Providing a different module, like `import nPathlib as Pathlib` would be a lot more discoverable.
22.
▲
by
pbsds
6y ago
Not guaranteed
23.
▲
by
pbsds
6y ago
Worth mentioning is NimScript, a subset of nim which can be interpreted, and embedded like lua: https://nim-lang.org/docs/nims.html If for some reason the nim compiler starts becoming slow, then this could also drastic
24.
▲
by
pbsds
6y ago
All of these cases should really be done by the compiler on O3.
25.
▲
by
pbsds
6y ago
This one is also web-based, but it takes graphviz source: https://sketchviz.com/new
26.
▲
by
pbsds
6y ago
I have a love-hate relationship with `micro`: When it works i love it. I have used it as my go-to editor for at least the last 2 years for quick edits and remote development. It is distributed as a static binary you can put in your `~/