Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Falell
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Falell
2mo ago
This was my first question too, I don't see anything addressing e.g. the cyclical arc example from the original 'spawn' conversation. It seems like you have to auto-propagate !Forget, and then make 'anything that be used
2.
▲
by
Falell
4mo ago
Maybe a typo for To Be Quite Honest?
3.
▲
by
Falell
4mo ago
The kind of people GP is referring to refuse to actually learn from this. I've had several coworkers over the last 15 years that absolutely refuse to 'learn to fish'.
4.
▲
by
Falell
5mo ago
I think it shows exactly the opposite of the second. Even with the availability of checklists, and instructions to use them, people won't and don't actually use them consistently. 'With enough eyes, all bugs are shallow'
5.
▲
by
Falell
6mo ago
Fun. 2.2 loads a blank screen for me, all previous levels were fine and 2.3 loads. Windows, Firefox 149. Edit: Confirmed fixed.
6.
▲
by
Falell
1y ago
This doesn't follow at all. The game received _excellent_ reviews prior to release. It's currently the second best reviewed PC game of the year on metacritic [1] (an aggregator with some problems but I don't think this is con
7.
▲
by
Falell
2y ago
There isn't one, there are hundreds. Given that you end up on a small fandom wiki, you have no idea where 'the better community' is. You go to your search engine of choice and start clicking random wikis hoping at least one o
8.
▲
by
Falell
2y ago
> What you need is volatile read/write or load/store intrinsics. When you have those, you can express what's actually possible on a hardware platform, and not inadvertently enable people to write nonsense in your language.
9.
▲
by
Falell
2y ago
Firefox has all of this except the date. `about:config` lists all config values, values in bold do not match their default or do not exist by default, values can be reverted with one click, and there's a checkbox to filter out unmodifi
10.
▲
by
Falell
3y ago
"worse is better", the fact that a great ecosystem has grown does not necessarily mean the language and its tools are great. Personally, I find the lack of static types makes maintenance a nightmare, and think the build and deplo
11.
▲
by
Falell
3y ago
Credit cards have by far the best in-person UX of the options that I am presented, tap my card or phone and leave and they're accepted everywhere in practice (my debit card is not). The 'cardholder can always reverse any charge&#x
12.
▲
by
Falell
3y ago
Not a direct compiler optimization, but consider memcpy() vs memmove() as an example. If you know two regions of memory do not overlap you can call memcpy() for a direct optimized copy, but if they overlap you must call memmove() and introd
13.
▲
by
Falell
3y ago
From the PR body... > The cowardly handling of the recent RustConf keynote fiasko...
14.
▲
by
Falell
3y ago
The article shows that federation delivers data to Meta even if you personally don't use Threads, but I agree with your point. If you want to control distribution of your data, don't join a federation designed to distribute data.
15.
▲
by
Falell
3y ago
This is discussed at ~12:10.
16.
▲
by
Falell
3y ago
This is such an obviously good solution to covering API costs that it becomes clear that the actual goal is not to cover API costs, but something else - probably to kill third party apps.
17.
▲
by
Falell
3y ago
I happily paid for Premium for years, I've gotten a lot of value out of Reddit and I wanted to make sure that they got money even though I blocked all their ads. I cancelled when they announced these API changes since it's the onl
18.
▲
by
Falell
3y ago
A relevant example from yesterday: https://lore.kernel.org/lkml/CAHk-=wjifBVf3ub0WWBXYg7JAao6V8...
19.
▲
by
Falell
4y ago
Relocating them will actually break things in many cases, especially when native code is involved.
20.
▲
by
Falell
4y ago
Non-managers, they aren't responsible for anyone but themselves. I know nothing of Meta's specific titles but I'd expect that e.g. the first level of full time engineering manager would convert to a full time senior or staff
21.
▲
by
Falell
4y ago
Bloomberg's comdb2 does something similar, using the SQL grammar and query planner but swapping out the storage layer. To quote from their paper: "In SQLite a query plan is compiled into a bytecode program that is executed by a vi
22.
▲
by
Falell
4y ago
This has been discussed in comments of Wayland threads on HN for years. People who want to keep using X complain that they still use it, someone replies "All the X maintainers have moved onto Wayland because they think it's the pa
23.
▲
by
Falell
4y ago
Brazil is apparently a suburb of RPG.
24.
▲
by
Falell
4y ago
Science has a large cluster in North Programming, and a cluster in Eastern Finance. The search is pretty good.
25.
▲
by
Falell
4y ago
Tokens and very basic walls with flawless click drag seems like all you need to make useful tool eventually, but... Windows, Firefox 99.0.1. Click drag on tokens is inconsistent and broken, and the edit token popup shows up on mouse-down, I
26.
▲
by
Falell
4y ago
My understanding is that the problem with high bandwidth/resolution setups over displayport (which may not be your use case) is in your mac , not in your hub. Older comment thread here https://news.ycombinator.com/item
27.
▲
by
Falell
5y ago
Nobuo Uematsu's music sounds great when arranged for piano! The Piano Collections are fantastic, if you can play them. Uematsu was a big part of my childhood and it was a bummer when he stepped back from composing so much, but Masayosh
28.
▲
by
Falell
5y ago
You can use the latest goodies in environments that you control. Server side node, client side node, etc. This is a common thing when working on library-like-things outside the web too. Widely used C++ libraries generally aren't taking
29.
▲
by
Falell
5y ago
My job uses https://oracle.github.io/opengrok/ and I'm generally happy with it. It has some problems with special character searches at times but generally does what I want. It's certainly better than code se
30.
▲
by
Falell
5y ago
> Search for an exact string, with support for substring matches and special characters, or use regular expressions (enclosed in / separators). Finally! Search-for-literal is so important when you have technical users working on non
More ›