Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jmuhlich
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
jmuhlich
1y ago
Try this: https://alexsaveau.dev/blog/projects/performance/files/fuc/f... > The key insight is that file operations in separate directories don’t (for the most part) interfere with each other, en
2.
▲
by
jmuhlich
3y ago
CPython still needs to update reference counts after the fork even if your python code itself doesn't modify any data, making Copy on Write less helpful than it would first appear. Monolithic memory buffers like numpy arrays can be sha
3.
▲
by
jmuhlich
4y ago
The systems of differential equations produced by these types of models tend to be analytically intractable, so "numerical methods" are absolutely essential here. The phrase you want to look for is "initial value problem"
4.
▲
by
jmuhlich
4y ago
https://buildingscience.com/document-search
5.
▲
by
jmuhlich
4y ago
I like pdbpp. Make sure to install from source as there hasn’t been a release in a while. https://github.com/pdbpp/pdbpp
6.
▲
by
jmuhlich
4y ago
To make this more clear as I have had the same experience and want more people to enjoy it: Mamba is more or less a drop-in replacement for the conda tool with the guts rewritten in C++ and as a result is much faster to resolve dependenci
7.
▲
by
jmuhlich
4y ago
TIFF will support that size and larger. It can use JPEG or ZLIB compression as standard, or even WEBP or JPEG-XL which are unofficially supported by a small number of TIFF libraries.
8.
▲
by
jmuhlich
4y ago
I’ve used those Snappy brand cutters in a handheld cordless drill. It’s workable but tricky. You need to start with light pressure and high speed until the cutters score a clean circle, then gradually increase the pressure. The workpiece ab
9.
▲
by
jmuhlich
5y ago
That species of moth doesn’t exist on the American continent but other similar and related ones do, whose range does overlap with that of hummingbirds. For example: https://en.m.wikipedia.org/wiki/Hemaris_thysbe
10.
▲
by
jmuhlich
5y ago
This post claims the history of which releases closed which holes is a bit more complicated and that 8u191 really is the first release to prevent this particular exploit. However it also points out that it’s still possible to achieve RCE vi
11.
▲
by
jmuhlich
5y ago
You might be interested in this 100% compatible SB 1.0 reimplementation (including 8051 of course) : https://github.com/schlae/snark-barker
12.
▲
by
jmuhlich
5y ago
Also if the upper tray is height-adjustable, check the rubber one-way valve flaps in the middle of the supply tube that runs up the inside rear wall of the basin. If any of those flaps are damaged or missing, water will leak out there inste
13.
▲
by
jmuhlich
5y ago
Nice work avoiding the copula there :)
14.
▲
by
jmuhlich
5y ago
PDF had support for JS at least since the late ‘90s as part of the scriptable forms system.
15.
▲
by
jmuhlich
6y ago
Dask does the lazy evaluation and query planning thing on numpy arrays and pandas dataframes, and can execute in parallel. It mimics most of their native interfaces which makes it a pretty easy drop-in. https://docs.dask.org/
16.
▲
by
jmuhlich
6y ago
True, but running the %debug magic command in IPython immediately after an unhandled exception drops you into the debugger at the point of the raised exception, complete with the full interpreter state including the stack. It doesn’t permit
17.
▲
by
jmuhlich
6y ago
Yeah, that part of Cambridge was originally all industry. It’s been changing slower than you would think.
18.
▲
by
jmuhlich
6y ago
Shellac has nearly zero resistance to water vapor so it wouldn’t prevent corrosion at all. Nitrocellulose lacquer isn’t a lot better.
19.
▲
by
jmuhlich
6y ago
Maybe even more so the sequel Syndicate Wars https://youtu.be/ECHmCzXMFb8
20.
▲
by
jmuhlich
6y ago
I have fond memories of using Swarm in an undergrad course on agent based simulation ~20 years ago. Just tweaking the heatbugs example in various ways was already enlightening. Thanks for your work!
21.
▲
by
jmuhlich
6y ago
I’m an American with a very limited space to work in and I love Paul’s approach.
22.
▲
by
jmuhlich
6y ago
Regarding finishes, I highly, highly recommend the book Understanding Wood Finishing by Bob Flexner. Flexner applies a very no-nonsense scientific approach which greatly demystifies the process. For example he explains what that pre-stain c
23.
▲
by
jmuhlich
7y ago
The Duron had a set of circuit traces exposed on the ceramic chip carrier that were cut by laser at the factory to set the maximum allowed clock multiplier (and thus its final speed). You could reconnect all the cut traces with pencil lines
24.
▲
by
jmuhlich
7y ago
Sorry, I thought Feather supported random row access but it turns out it only supports random column access. For fst, I only played with the R interface, which would be called like this to retrieve row 12345 from the "fingerprint"
25.
▲
by
jmuhlich
7y ago
Hi Andrew! Looking into similar requirements I came across Feather and fst. They both basically let you efficiently slice into compressed on-disk DataFrames. Feather already supports Python, but fst is just for C++ and R at the moment. htt
26.
▲
by
jmuhlich
7y ago
And it flat out refuses to run without an internet connection to fetch ads!
27.
▲
by
jmuhlich
7y ago
All those dashboards use the APIs underneath. The cost explorer dashboard certainly does incur API calls on my account.
28.
▲
by
jmuhlich
7y ago
You can fix some freeze-over issues by taking a length of stiff wire (14 gauge solid copper is great if you have some, a wire coat hanger is an OK substitute), wrapping one end tightly around the nearest part of the defrost cycle heater ele
29.
▲
by
jmuhlich
7y ago
I once used a computer lab where the AIX workstations each had their local filesystems exported to the entire campus via AFS. Even /dev. Including /dev/audio. Which was world-writeable. And there was no apparent volume contro
30.
▲
by
jmuhlich
7y ago
It’s a treasure from the “old web”. Information dense, simple markup, possibly updated by hand...
More ›