Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
apk-d
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
apk-d
6y ago
I'm confused about that part. There's cases of people living without food for many months, given enough stored body fat. I'm assuming there's a reason for the surgical approach (you still need water and supplements), but
2.
▲
by
apk-d
6y ago
Maybe my monkey programmer brain is broken already from doing syntax parsing all day, but I can never imagine any context where this formatting makes sense. I always place quotation marks "like this". The other way is not even con
3.
▲
by
apk-d
6y ago
> They probably care about their bonus and how it all advances themselves on their career path. That doesn't sound anything like the priorities of a competent CEO. I think you're missing my point, too.
4.
▲
by
apk-d
6y ago
Take a look around this comment section. This move isn't being received well by anyone and nobody is buying his bullshit. That, and mass layoffs are typically an excellent indicator of incompetence.
5.
▲
by
apk-d
6y ago
They're comparable in the sense that I'm guessing C# is unlikely to get yet another string declaration syntax, so we're stuck with what we've got. Regarding predictability I definitely agree, but good syntax highlighti
6.
▲
by
apk-d
6y ago
I wish that's how C# handled it! There are verbatim string literals that support newlines, but in practice, most of the time I see people stick to regular string concatenation because it ruins code indentation/alignment. That'
7.
▲
by
apk-d
6y ago
When it comes to picking criteria to compare languages with, performance and succinctness have the advantage of definitely having a large impact on developer productivity/happiness (same thing tbh) while being (relatively) easily measu
8.
▲
Glass Animals – Open Source
(opensource.glassanimals.com)
2 points
by
apk-d
6y ago
|
0 comments
9.
▲
by
apk-d
6y ago
> AAA game developers have entire teams dedicated to engine development and multithreading Unity has been introducing a lot of features (Job System, ECS) that make excellent use of parallelism. Additionally, a lot of the engine internals
10.
▲
by
apk-d
6y ago
I still think it's very good advice. Barely anyone bothers to share their knowledge, and even less people manage to communicate it effectively. In this context, if you put any amount of effort into sharing, you're probably already
11.
▲
by
apk-d
6y ago
It's MIT licensed, you can port it instead of complaining.
12.
▲
by
apk-d
6y ago
Last I checked, the evidence was unclear whether it's the mate or the temperature it's consumed at. Which is weird to be because I thought mate was brewed at lower temperature compared to coffee (70°C). Either way, the WHO recomme
13.
▲
by
apk-d
7y ago
I personally find the JSON configuration paradigm to be immensely usable, at least when it's done in a schema/UI-assisted way (which is how vscode did it). I'm glad Microsoft is picking it up in their other software and I wis
14.
▲
by
apk-d
7y ago
They could, of course, do this the way any other type of institution would do it: create an app that people would voluntarily install to gather this data. Playing by the rules isn't how governments work these days, though.
15.
▲
by
apk-d
7y ago
The logistics of getting goods such as food and medicine into third world countries have hardly anything to do with their manufacturing price. Even once you get them there, distribution is a nightmare. Obviously I'm not referring to co
16.
▲
by
apk-d
7y ago
A test for $1 can be afforded by anyone.
17.
▲
by
apk-d
7y ago
Are there any recommendations how one can limit the amount of information Google is collecting on them, preferably without completely giving up on Android and Google services (such as maps)? I'm already considered a hermit by friends f
18.
▲
by
apk-d
7y ago
Not really a cloud developer, so I looked up a couple of links and I haven't been able to find any uses of the term other than referring to a single-tenant machine that you have complete control over, as opposed to virtualized soluti
19.
▲
by
apk-d
7y ago
Is this only true for US-based companies? Where I'm from, I rarely see use of subscription services (especially ones that incur per-seat costs). Developers here tend to earn roughly the same number , but in a different currency , whi
20.
▲
by
apk-d
7y ago
Admittedly, and horrifyingly, those stack .
21.
▲
by
apk-d
7y ago
Weirdly, I have felt this is a huge improvement over the Chrome-style address bar that hides when you scroll down. I always found it very distracting for reading, and it doesn't seem to annoy me as much when it's on the bottom (ev
22.
▲
by
apk-d
7y ago
Having switched from VS to JetBrains Rider a few months ago, I cannot recommend it enough. Way faster and less clunky than VS without Resharper, especially if you're targeting Unity. They're so far ahead I simply don't see
23.
▲
by
apk-d
7y ago
The same way the sole purpose of humans is to eat burgers and reproduce, yes.
24.
▲
by
apk-d
7y ago
It's a surprisingly performant CPU. I've been using an x230 (the slower i5 variant, even) until a year ago and I felt pretty productive with it. In between Intel microcode nerfs and all kinds of software being rewritten into perfo
25.
▲
by
apk-d
7y ago
To be honest, 1500ug could mean anything. The way street drugs are produced and sold, there's insane variance between what's "advertised" and what you actually get. Psychological damage wise, I actually wouldn't wor
26.
▲
by
apk-d
7y ago
This article about networking (as implemented in Source Engine, but applies to most realtime games) is a worthwhile read: https://developer.valvesoftware.com/wiki/Source_Multiplayer_...
27.
▲
by
apk-d
7y ago
Installing a firewall app and checking the connection log on my Android phone really spooked me. There's a ton of traffic in the background that shouldn't be there. It's absolutely crazy that Android doesn't have a fir
28.
▲
by
apk-d
7y ago
There's usually trade-offs when it comes up to those highly optimized libraries. Utf8json doesn't have nearly as many features as more universal serializers. HyperLinq requires you to write boilerplate code for each custom collect
29.
▲
by
apk-d
7y ago
Downscaling is widely employed at stages of the rendering pipeline where a full resolution buffer wouldn't make much difference (eg. reflections, post effects), but overall when you turn on 4k, you're mostly getting 4k. This is tr
30.
▲
by
apk-d
7y ago
Materials absorb different parts of the frequency spectrum with varying efficiency. Regular earplugs are made to simply stop as much sound as possible and hence there's a lot of muffle at the top of the spectrum (that's easiest to
More ›