HN user

josh64

175 karma

Analyst and Developer based in Sydney, Australia

Posts0
Comments86
View on HN
No posts found.

Vienna will support older MacOS releases for longer. Our development has been slow the past couple of years due to maintainers having big life changes. Things are about to pick up so keep an eye out!

The Cheapest NAS 2 years ago

Could you please share how you went about configuring your Apple devices to automatically switch to VPN?

Thanks!

I'll have a go at building it and if I'm successful I'll let you know. I honestly thought a proper fork would have started by now but that is not the case.

Honest question - I've been using Ivory for the past week but it doesn't seem to do anything that Metatext or the Mastodon app didn't already do. What's so fantastic about Ivory? I feel like I'm missing something because everyone speaks so highly of Ivory.

Thanks!

Signal Is Down 5 years ago

It isn't working for me, and strangely enough the signal Twitter account has no mention of the outage. Their status page also claims everything is operational.

At least there is an in app notification about technical difficulties but it would be nice to see from an official source if it is an isolated incident or not.

I'm one of the current Vienna devs and I want to say it makes me happy seeing that people still enjoy using it.

We have some new updates planned over the next few months and hopefully you (and the parent comments) enjoy them!

I think because the return type hasn't been specified for the function, so it is inferring the return type from the return statement (which means it is "correct").

Don't forget JavaScript (and therefore typescript) will let you concatenate a lot of random types together without error.

Vienna developer here: Thanks for the suggestion - I’ll work on fixing the website this weekend.

We had some issues with Wordpress a year ago and I haven’t got around to finishing the site.

From Perth, Western Australia:

  $ ping 9.9.9.9 -c 10
  PING 9.9.9.9 (9.9.9.9): 56 data bytes
  64 bytes from 9.9.9.9: icmp_seq=0 ttl=57 time=1.014 ms
  64 bytes from 9.9.9.9: icmp_seq=1 ttl=57 time=1.038 ms
  64 bytes from 9.9.9.9: icmp_seq=2 ttl=57 time=1.023 ms
  64 bytes from 9.9.9.9: icmp_seq=3 ttl=57 time=0.918 ms
  64 bytes from 9.9.9.9: icmp_seq=4 ttl=57 time=0.968 ms
  64 bytes from 9.9.9.9: icmp_seq=5 ttl=57 time=1.121 ms
  64 bytes from 9.9.9.9: icmp_seq=6 ttl=57 time=0.946 ms
  64 bytes from 9.9.9.9: icmp_seq=7 ttl=57 time=0.978 ms
  64 bytes from 9.9.9.9: icmp_seq=8 ttl=57 time=1.001 ms
  64 bytes from 9.9.9.9: icmp_seq=9 ttl=57 time=1.140 ms

  --- 9.9.9.9 ping statistics ---
  10 packets transmitted, 10 packets received, 0.0% packet loss
  round-trip min/avg/max/stddev = 0.918/1.015/1.140/0.067 ms

You can do the same thing with npm and yarn as well by referencing the git+https URL and a tag/branch/commit instead of a version number.