Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
douglasheriot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
douglasheriot
4y ago
What happens if a rollback somehow makes things worse? Even emergency rollbacks need a gradual rollout so you’ve got a chance to catch any new issues you didn’t expect.
2.
▲
by
douglasheriot
4y ago
I guess knowing that people will criticise your messy code is one of the reasons why people don’t open source more things. It’s nice to have the code open-source even though it’s not perfect.
3.
▲
by
douglasheriot
4y ago
It sounds like you’re asking for uncompressed audio? That meets all of your listed requirements. 48kHz * 16bit, single channel = 768kbit/s
4.
▲
by
douglasheriot
6y ago
To mount a camera on my desk, I'm about to purchase this "Neewer Tabletop Light Stand", and a mini ball head with standard 1/4 inch screw for angle adjustment. I can't vouch for it yet, but hope it arrives and does
5.
▲
by
douglasheriot
6y ago
I've been using InfluxDB, but not satisifed with limited InfluxQL, or over-complicated Flux query languages. I love Postgres so TimescaleDB looks awesome. The main issue I've got is how to actually get data into TimescaleDB. We us
6.
▲
by
douglasheriot
6y ago
> Your control. Your network. Your infrastructure. Your responsibility These are all the reasons why I don't want to self-host my own git. I can live with it being down every now and then. And when it is down, I don't want it t
7.
▲
by
douglasheriot
6y ago
I think this is the GitHub repo with the code shown in the video. Very impressive! https://github.com/virtualagc/virtualagc/
8.
▲
by
douglasheriot
8y ago
> Total privacy - we do not have access to your email account, Ivelope only sends your email data and password between your computer and your email server. I wish this was the default assumption these days.
9.
▲
by
douglasheriot
8y ago
Yeah… so annoying it confused me for a while.
10.
▲
by
douglasheriot
9y ago
If that’s the user interface, I can hardly imagine what’s underneath. Is this thing actually secure with properly designed two-factor authentication, etc. Or a weak password and a PHP script and some rubbish like that?…
11.
▲
by
douglasheriot
10y ago
Google Apps isn’t Google’s primary business – they could neglect it and have unhappy customers, but their bottom line would hardly notice the difference.
12.
▲
by
douglasheriot
10y ago
Picking files out of homebrew for distribution is generally a bad idea. You’ve fixed the linking issues, but not -mmacosx-version-min. If you run $ otool -l libpython3.5.dylib and look for LC_VERSION_MIN_MACOSX – you’ll see it’s compiled on
13.
▲
by
douglasheriot
11y ago
Here’s a real reactive-native for desktop OS X Cocoa I found: https://github.com/ptmt/react-native-desktop Currently just "hacking weekend" level maturity. https://github.com/facebook/rea
14.
▲
by
douglasheriot
11y ago
Wow, that sucks. Another reason to use ZFS – you’d notice the corrupted files a lot sooner.
15.
▲
by
douglasheriot
12y ago
Did you look at creating a user-space audio driver instead of the kernel one? 10.9+ only, but if you built this recently it probably makes a lot more sense. https://developer.apple.com/library/mac/samplecode/A
16.
▲
by
douglasheriot
12y ago
After in coding in languages like C/C++/ObjC for a while, it took me a while to parse your Scale equivalent. Personally I find the C++ much clearer – I don’t see either as that much better/worse.
17.
▲
by
douglasheriot
12y ago
One of my friends made ‘iPokédex’ for iOS, but had to take it down… http://www.timoliver.com.au/2011/07/21/on-ipokedex-getting-p... http://www.timoliver.com.au/2011/11/01/laying
18.
▲
by
douglasheriot
13y ago
Checksums are also found in the PGP signed release email.
19.
▲
by
douglasheriot
13y ago
I didn’t even realise it wasn’t free until reading your blog listing 'sales' separately to 'downloads'. Price needs to be way more obvious up the top. Only now just seeing it’ll cost $50, is a disappointment after thinki
20.
▲
by
douglasheriot
13y ago
Yep.
21.
▲
by
douglasheriot
13y ago
Wow, here’s a pretty good explanation that makes sense: http://forums.macrumors.com/showthread.php?p=17197603&po... “The problem is that the message app, thinks the phrase will fit in a one line bubble, but it actually puts the last w
22.
▲
by
douglasheriot
13y ago
Renaming CSS files with numbers or whatever is one legitimate way to handle cache invalidation (not evidence of not using version control)
23.
▲
//build/2011 – ‘free’ prototype tablets cost $4500 each
(blogs.msdn.com)
3 points
by
douglasheriot
13y ago
|
0 comments