Viewing profile — joppy
joppy
HN member- Joined
- Wed, Dec 13, 2017, 1:35 PM UTC
- HN karma
- 1,327
- Public activity
- 439 items
- HN profile
- View on Hacker News ↗
About joppy
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #45797268
The commenter says pre-rendered/server-side-rendered mathematics (via katex) is great - I’ve found the opposite. It’s probably great if you have an article with one or two equation…
-
comment
Comment #44124063
“Pixi instead of uv” would be a more fair comparison, as Pixi is a more modern tool which still uses the conda package format and ecosystem, much like uv is a modernised pip which …
-
comment
Comment #40480862
Title: this is about the geometric Langlands, not Langlands. They are related but in separate fields.
-
comment
Comment #38240696
If a country has the capability to "lock down ports", they're probably shipping ports - do you think Australia is just suddenly going to (or has the capability to) block all IP tra…
-
comment
Comment #36317455
Thanks for making this! I’ve found that as a pedestrian in Sydney, up to half my walking time is spent waiting for traffic lights, and have always wondered what could be done about…
-
comment
Comment #36311316
Use pipx. It works well.
-
comment
Comment #36066037
The compare-how-big-a-lookup-table-is argument is a bit of a red herring for comparing how complex things are. For example, a 3x3 matrix implements a map from 3 floats to another t…
-
comment
Comment #35722856
The Mazda software works ok with the wheel, but using something like CarPlay with it is almost impossible without taking your eyes off the road for a long time. It’s worse than tou…
-
comment
Comment #35554678
SQLite is so modular that someone could write a replacement for the filesystem layer that ended up sending requests across HTTP to query a database on another server [1]. Without t…
-
comment
Comment #35405962
There a lots of tiny issues: some UI settings like rulers (or whatever PyCharm calls them, vertical guides that tell you when you’re at 100 chars or something) just don’t work, and…
-
comment
Comment #35386608
The IntelliJ git interface makes a lot of sense, and makes many helpful operations easy, like “compare what I have now to this particular commit”. The VSCode git interface, even wi…
-
comment
Comment #35386267
I hope they also worked on removing the many UI bugs from PyCharm remote: laggy scrolling while in the diff view, some editor settings like rulers at 100/120 chars not working prop…
-
comment
Comment #34855481
At LAN parties we used to share our SteamApps folders so that others could copy games across. Interestingly (perhaps due to Windows networking handling copy-many-small-files poorly…
-
comment
Comment #34855460
Unfortunately it doesn’t work so well with some larger games. I tried backing up a 120GB up-to-date game, uninstalling and reinstalling steam (to a newly purchased drive), and relo…
-
comment
Comment #34706867
That’s a preprint - check the published version https://dl.acm.org/doi/10.1145/176584.176586 which has a date on the front page of the article.
-
comment
Comment #33402977
Single-variable letters and suggestive notation make it easier to recognise patterns, and give a good level of abstraction at which thinking about the problem rather than muddling …
-
comment
Comment #33368010
Here in sunny Sydney, US$260k would cover the salary of three good developers, or two exceptional developers.
-
comment
Comment #33355702
My point is not that it’s impossible to write fast JavaScript, it is that creating performant abstractions is very hard in JavaScript. So performant code ends up not using many abs…
-
comment
Comment #33355677
The 4x4 represents both a 3x3 matrix A and a translation t, so that the “affine transformation” applied to a vector is v -> Av + t. One could pass around pairs (A, t) instead, and …
-
comment
Comment #33355596
Mathematicians index the ith row and jth column of their n x m matrix as (i, j), which is nothing to do with row-major or column-major order. Those orderings are how a two-dimensio…
-
comment
Comment #33340627
On the flip side, it’s very hard (sometimes impossible) to make highly performant abstractions in JavaScript, which makes it difficult to make fast tools which do complex work. Mos…
- story
-
comment
Comment #33284250
As I commented elsewhere, the headjoint of a flute significantly affects the sound quality and timbre, and spending $2800 on a headjoint (even a standard one) is expensive, but sti…
-
comment
Comment #33284228
The headjoint of a flute is a key part which significantly affects the sound quality and timbre of the instrument - it is by no means an “adapter” to the rest of the instrument. It…