Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
andystanton
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
andystanton
2mo ago
Mine was about the same and evoked a similar response.
2.
▲
by
andystanton
2mo ago
A couple of relevant links: - AWS Status Page: https://health.aws.amazon.com/health/status - Reddit Thread: https://www.reddit.com/r/aws/comments/1uyuaw7/help_my_bill_s...
3.
▲
AWS Investigating Inaccurate Billing Data
(twitter.com)
13 points
by
andystanton
2mo ago
|
1 comments
4.
▲
The Grim and the Dark: Jon Heder's journey into the world of Grimdark art [video]
(youtube.com)
3 points
by
andystanton
3mo ago
|
0 comments
5.
▲
Bobby Prince Jr (composer of classic Doom soundtrack) has passed away
(legacy.com)
11 points
by
andystanton
3mo ago
|
3 comments
6.
▲
Meta to test premium subscriptions on Instagram, Facebook, and WhatsApp
(techcrunch.com)
16 points
by
andystanton
8mo ago
|
6 comments
7.
▲
by
andystanton
2y ago
Love it, thank you for sharing. Can't wait to show my kids later! Are the background stars randomly generated or do they correspond to the actual galaxy? Distant points of reference would be interesting to see.
8.
▲
by
andystanton
2y ago
The Book of Shaders [1] perhaps? It's about fragment shaders rather than geometry but it felt to me like a good introduction to generating things programmatically. [1]: https://thebookofshaders.com/
9.
▲
UK will give sovereignty of Chagos Islands to Mauritius
(bbc.co.uk)
199 points
by
andystanton
2y ago
|
282 comments
10.
▲
by
andystanton
3y ago
Oh wow, what a great project. Almost 4 years since 0.9.9.8.
11.
▲
App Store, Apple Music, Apple TV+ and More Experiencing Outage
(macrumors.com)
4 points
by
andystanton
4y ago
|
0 comments
12.
▲
by
andystanton
4y ago
We make extensive use of sequence diagrams using PlantUML at my work. We don't rigorously adhere to the correct UML arrow types and so on, instead preferring it as a fast way to clearly communicate data flow over time. The fact that it
13.
▲
Computer Latency: 1977-2017
(danluu.com)
11 points
by
andystanton
4y ago
|
0 comments
14.
▲
Outage: App Store Connect, Test Flight, & Xcode Cloud
(developer.apple.com)
3 points
by
andystanton
4y ago
|
0 comments
15.
▲
by
andystanton
4y ago
The album Sanctuary by Infinity Shred evokes similar feelings to the Blade Runner score for me. The track Jasmine (demo) by Jai Paul has a completely different vibe but a gorgeous Vangelis-like synth tone in the chorus. reply Great question
16.
▲
by
andystanton
5y ago
I'm curious about the target demographic for this and other re-releases (Doom for example). I played first time round and am more than happy to play this for the nostalgia, but are there also new players? What would make someone growin
17.
▲
Streamlining Render Passes in Vulkan
(khronos.org)
3 points
by
andystanton
5y ago
|
0 comments
18.
▲
1Blocker 4 introduces on-device Firewall
(backstage.1blocker.com)
3 points
by
andystanton
5y ago
|
0 comments
19.
▲
Facebook bans UK far right groups and leaders
(bbc.co.uk)
8 points
by
andystanton
7y ago
|
4 comments
20.
▲
by
andystanton
8y ago
Local type inference[1] means you can write: var foo = new Map<String, String>(); The static initialisation methods on collections[2] let you write var foo = List.of(1, 2, 3); It's still clunkier than many newer lan
21.
▲
by
andystanton
8y ago
Question for C experts, the article states: C takes the middle road -- variables may be declared within the body of a function, but they must follow a '{'. More modern languages like Java and C++ allow you to declare variables on
22.
▲
by
andystanton
8y ago
Disney's Practical Guide to Path Tracing is a good resource for explaining path tracing: https://youtu.be/frLwRLS_ZR0
23.
▲
by
andystanton
8y ago
> I was listening to a friend's music podcast tonight and they were talking about how industry will seize on any shred of creativity so that they can use it to sell cars, and this contributes to people getting defensive about the th
24.
▲
by
andystanton
8y ago
As the topic is about Ray Tracing in One Weekend and the book admits it's "technically a path tracer" here's a great Disney video introducing path tracing: https://youtu.be/frLwRLS_ZR0
25.
▲
by
andystanton
9y ago
I have become conditioned by seeing so many Javascript frameworks reach the front page over the years that I parsed this as 'JsNail' on first glance.
26.
▲
by
andystanton
9y ago
I meant powerful in terms of the features it offers - for example strong password generation, keyboard shortcut driven UI, browser extensions, fingerprint scanner integration, different storage engines, categories for secure non-password st
27.
▲
by
andystanton
9y ago
Does anyone have any recommendations for an equivalently powerful, cross-platform password manager that doesn't store passwords in the cloud?
28.
▲
by
andystanton
10y ago
It's also a (possibly unintentional) play on the British slang term "bang tidy" http://www.collinsdictionary.com/dictionary/english/bang-tid...
29.
▲
by
andystanton
11y ago
I like the ability to install apps from the Homebrew Cask Tap [1] to automate my laptop setup where possible. Apps that are only available in the App Store aren't usually installable this way. [1] https://github.com/cas
30.
▲
by
andystanton
11y ago
If you'd consider something other than CloudFormation, there is also Hashicorp's Terraform. It has an AWS provider ( https://terraform.io/docs/providers/aws/index.html ) which creates resources and ma
More ›