Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
janwh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
janwh
7y ago
I want to encourage everyone who doesn't like the WYSIWYG input box to use `/feedback` directly from within Slack to let the folks over there know about it. I believe this is one of those occasions in which tons of user feedback i
2.
▲
by
janwh
7y ago
While the little hack is surely fun, this is an underrated comment. The tuning that SONOS speakers do at setup will also not help if the speaker's own signal characteristics are taken into account for generating the system transfer fun
3.
▲
by
janwh
8y ago
> (...) very hard for small projects, like the team running Homebrew, to fund their security, yet they are likely to be a target for quite high end attackers, (...) I disagree. Homebrew’s security considerations in this case have nothing
4.
▲
by
janwh
8y ago
Gosh, I hope there will be a #MovingToMattermost movement coming. This feels like a dangerous move to me, and bad for the market, competitiveness, and users. One more thing the tech world does not need right now, is even further increasing
5.
▲
Creating a GDPR Subject Access Request letter that's not a nightmare
(janw.xyz)
1 points
by
janwh
8y ago
|
0 comments
6.
▲
by
janwh
8y ago
TIL of ReplayGain, thanks! From what I quickly gathered from the specs^1, Replay Gain (RG) and Dymanic Range (DR) are indeed similar in the grand scheme of things. Both algorithms employ percentile-based statistic of RMS values. While RG is
7.
▲
by
janwh
8y ago
Interesting idea, but personally I like the Dynamic Range (DR) measurement developed by the Pleasurize Music Foundation more. It also provides a one-value output that has a direct relation to the statistics of the input audio, and AFAIK it
8.
▲
by
janwh
8y ago
The level of hypocrisy is beyond measure. If "Open Science" was a real thing already, nobody would care about Nature, Elsevier, et al. If there has ever been a danger to open access to scientific research, it's publishing con
9.
▲
by
janwh
9y ago
As per my personal anecdotal evidence: diet is always key to Acne. I have been suffering from Acne vulgaris, Acne conglobata, and—worst of all—Acne inversa for all my life (26yo), and whenever I fell into bad eating habits with lots of (sat
10.
▲
by
janwh
9y ago
I do understand why people would want to speed up their podcasts backlogs—I'm currently about 50% in, working my way through >500 hours of 5by5's Back To Work with Merlin Mann. I've tried speeding that up but one thing in
11.
▲
by
janwh
9y ago
Nevermind the clever writing but the issue has been known for years—and beautifully exploited with the selfhostable ready-made solution WhatsSpy Public since Feb 2015: https://gitlab.maikel.pro/maikeldus/WhatsSpy-Public
12.
▲
by
janwh
9y ago
Thank god, a Medium post on how to fix email. Guess that's fixed now, isn't it? /s
13.
▲
by
janwh
9y ago
People™ should learn about how to properly self-host their stuff, apply adequate licenses that allow for remixing, etc. If "this music culture you're a part of" really matters to you, and grows larger than the initial toe-dip
14.
▲
Figuring out (parts of) the WhatApp database format
(janw.io)
1 points
by
janwh
9y ago
|
0 comments
15.
▲
by
janwh
9y ago
I strongly disagree. Jails have been fine for … forever on FreeBSD. Looking at tools like ezjails etc., I'd even consider them truly superior to containerizing all the things. The problem probably lies in the toolset that shipped with
16.
▲
by
janwh
10y ago
Unfortunately that alone would not have allowed Git to be fast on such a huge repository. Normally (without tools as sparse-checkouts) Git would read all files for example on git status. Therefore IPFS would also download all files locall
17.
▲
by
janwh
10y ago
It was stated in Saeed Noursalehi's talk "Scaling Git at Microsoft", held at Git-Merge 2017. Until the conference recordings are available, here is the closest thing to a "source": https://twitter.com
18.
▲
by
janwh
10y ago
It was explained in the talk at Git-Merge that their problem is not large files per se. The codebase is huge in the amount of source files alone. It was stated that the repo contains about 3.5 million files. Having IPFS here wouldn't
19.
▲
by
janwh
10y ago
They do. Durham Goode (Tech Lead on Source Control at Facebook) just held a talk at Git-Merge about how they scaled Mercurial at Fb. They seem to be quite happy with it, albeit applying quite a few restrictions on their internal users that
20.
▲
Announcing GVFS: Git Virtual File System
(blogs.msdn.microsoft.com)
805 points
by
janwh
10y ago
|
274 comments
21.
▲
by
janwh
10y ago
> I have used lz4 compression as it has high performance and data deduplication dedup=on to save space. Nice writeup but IMHO it's wrong to assume enabling dedup will make sense under any circumstance, especially regarding the perfo