Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fractaled
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
fractaled
3mo ago
Pretty sure we can't resolve brown dwarfs farther than a few 10k ly (well inside the confines of our galaxy).
2.
▲
by
fractaled
4mo ago
Even ignoring the AI costs, 'rework' is going to be more expensive as soon as you have customers. For example any sort of data migration. Or UX expectations. Or public API interface. None of these can change without some thought,
3.
▲
by
fractaled
5mo ago
I'm not sure you'd need to directly fetch to determine if they resolve. One could probably inject an img tag and see if it resolves.
4.
▲
by
fractaled
2y ago
96% of us are already given ~5k a month for 40hr/week of work. If UBI is just printed, then sure there would be economic problems; but I think the idea is you redistribute it via taxation.
5.
▲
by
fractaled
2y ago
You'd never have a `compare(std::string a, std::string b)` function in your code base. It would make copies of the strings (and destroy them). So it seems to me the article is comparing their new thing to a straw man.
6.
▲
by
fractaled
2y ago
It's hard to know how to take this given that their first example (function call overhead) seems deeply flawed -- you'd never have a 'compare' strings function take std::string by value. (Maybe const string& or strin
7.
▲
by
fractaled
2y ago
Does being the destroyer in the dark forest scenario not reveal yourself to other destroyers? Also while I'm sure a relativistic kill vehicle could neutralize a planet, will it also get all the populated moons/orbitals in the syst
8.
▲
by
fractaled
3y ago
It might be better to say raw_ptr<T> is a dumb pointer wrapper. raw_ptr is discouraged in favor of unique_ptr/WeakPtr/RefCounted; but it is used in places where you'd have a T* at rest.
9.
▲
by
fractaled
3y ago
IMO the friendly fire on his camp was a cover/false flag to begin the "march for justice". The coordination/speed his coup attempt had couldn't be set up in such a short amount of time (since the "friendly fire
10.
▲
by
fractaled
6y ago
I don't think this logic applies to the demographics of today. The total number of humans to have ever lived is calculated to be ~105 billion. So assuming you're applying that logic to today, you're one of the most recent ~7%
11.
▲
by
fractaled
7y ago
I'm pretty sure the issue with Spectre/Meltdown is about an OS process reading other processes' (or kernel) memory. These are fundamentally chip issues, not developer issues. See https://googleprojectzero.blogspo
12.
▲
by
fractaled
7y ago
* Planet Nine discovered/spotted * No evidence for Dark matter WIMP theory * Firefox switches to blink
13.
▲
by
fractaled
7y ago
What doesn't work with short division and multi-digit divisors?
14.
▲
by
fractaled
7y ago
A web search says your approach (which I admit I don't follow) is off by a factor of 40 -- the Sun moves approximately 500k mph around the galactic center. A speed 8x slower than the star mentioned in the article.
15.
▲
by
fractaled
10y ago
FWIW, Bill Warner's PhD is in math & physics.
16.
▲
by
fractaled
10y ago
It wouldn't be JSON then. Give this new thing a new name and move on.
17.
▲
by
fractaled
11y ago
I read that to mean there was only one study that was randomized & controlled. Basically when you say "there are studies that show X" you aren't saying anything because "studies" are cheap unless your methodolog
18.
▲
by
fractaled
11y ago
Speaking of scale, Pluto is more than 2.6 billion miles from Earth at closest approach :).
19.
▲
by
fractaled
11y ago
Setting up the wait for 10k file descriptors will still be O(n), the actual wait is O(1). And presumably you're waiting many times, and not changing which 10k files you're polling for each wait. Each wait is O(1) because the kerne
20.
▲
by
fractaled
12y ago
So, to paraphrase, "if things were not as they are we could come to a different conclusion". Yes, that is a thought, it was not worth writing down though.
21.
▲
by
fractaled
12y ago
In Seattle, over the last 8 years I've averaged 2933$/year on my car (which I own outright). That includes insurance, licensing fees, parking, gas, maintenance, tickets, rental costs, gps, and tolls. I don't think you can mak
22.
▲
by
fractaled
13y ago
I think the core of COM is sound (pure interfaces, QI, refcounting, IDL). I think the ugliness is due to threading issues and being welded on to Win32 message pumps. If you have a dedicated COM thread/pool you'll mostly be fine (s
23.
▲
by
fractaled
13y ago
For Excel 2007 (on Win8.1) you 'just' middle click (wheel-click) on Excel if it is pinned to the task bar (which is how I happen to have things set up -- same thing as opening two instances as mentioned elsewhere). I agree, not ve
24.
▲
by
fractaled
13y ago
How about if you want to override just one part? It doesn't make much sense with "padding", but for something like "border: red solid 2px;", how do you override just the color if you don't have the individual c
25.
▲
by
fractaled
13y ago
Your zoom appears to be set to 125% (not sure if that absolves IE or not -- I see similar lines in Opera when zooming). Looks okay to me at 100%.