Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
7331
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
7331
2y ago
> Poorly, in most cases, via various flavors of JavaScript and derived frameworks therein Is Google using JS for the backend ad serving / AI?
2.
▲
by
7331
2y ago
What does "cash" mean in this context, as opposed to if the word wasn't included?
3.
▲
by
7331
5y ago
Yeah I'm on lots of servers too. It's annoying that it can't show the server names down the left... only their icons. I can't remember what they all are, so I need to slowly hover my mouse over them one-by-one every time
4.
▲
by
7331
5y ago
I did some tinkering with F# this week, and found out you can use this command (even from a Windows desktop): dotnet build "myproject.fsproj" --runtime linux-x64 --self-contained ...it will compile your project with dotnet bundled
5.
▲
by
7331
5y ago
I really wish they put more priority on bringing discriminated unions into C#. Seems like the most significant thing they could do. I've spent so much time looking into using languages like Rust, Haskell, F# pretty much just because I
6.
▲
by
7331
5y ago
Why oh why are people still putting special characters in the names of programming language? # . + are bad enough... but * ?!? It can't even be used in filenames at all. And while Google might be ok at indexing it... pretty much every
7.
▲
by
7331
5y ago
I think there's three different potential points/statements: * a) The main overall productivity issue * b) Making a more general point that they don't seem very bright, at least compared to former colleagues * c) Specifically
8.
▲
by
7331
5y ago
I sent them two separate questions months ago, and never got responses to either of them. Annoying, as I'm a paying customer. And right now I'm trying to update my payment method, and there doesn't seem to be a way. So shoul
9.
▲
by
7331
6y ago
> Is there a language thats known for excellent docs ? They're pretty good for PHP + Rust.
10.
▲
by
7331
6y ago
Yeah I find that this style of cheat sheet where it's overlayed on a keyboard aren't really that useful when you know what feature you want, but don't know the key. They make more sense for reverse-engineering, i.e. you accid
11.
▲
by
7331
6y ago
What's SV?
12.
▲
by
7331
6y ago
> I'd like to see Typescript compiling to "native" as well. Yeah I'd love something that just compiles .ts to a binary. But I can already hear the cries of "embrace, extend extinguish" if that happened.