Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
uvas_pasas_per
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
uvas_pasas_per
1y ago
Is there a test to see if you have the virus already? So I know whether I should take the vaccine.
2.
▲
by
uvas_pasas_per
1y ago
Given the huge effort to make this language, I wonder if they could have directed that toward some kind of Rust-to-C++ bridge instead?
3.
▲
by
uvas_pasas_per
1y ago
Something like this combined with some IDE smarts to offer up the possibilities for `fun` after I type `(-> a` ... that could be very cool.
4.
▲
by
uvas_pasas_per
1y ago
Do you mean you run a build and it tells you in the error message? Or is there an IDE/editor where you could hit a key-combo with the cursor on that line, or near the `_`, and it would show a popup of possibilities for auto-completion?
5.
▲
by
uvas_pasas_per
1y ago
Lisp is very cool. But one thing I do not like is that the syntax style `(fun a b c)` loses out to the less-symmetric "OO" style `a.fun(b, c)` when it comes to IDE auto-completion. And for me the IDE help is important to provide a
6.
▲
by
uvas_pasas_per
1y ago
Well, the state I can accept - death and taxes. But has it now become "death, taxes, and commissions to the authors of operating systems"?
7.
▲
by
uvas_pasas_per
1y ago
What other industries can try this? For a restaurant built on a cement foundation... maybe the cement company can release a product to fix the cracks in their flawed mixture, and then demand 10% of every pizza sold in the building. ... I th
8.
▲
by
uvas_pasas_per
2y ago
Thanks. I've learned a lot of languages and enjoy doing it, especially when much of it is a step up, so not a problem there. I may need to just dive in and try it out on a larger project. It was only after doing that with C++ where I r
9.
▲
by
uvas_pasas_per
2y ago
I started a new project recently and chose C++ because I wanted cross platform, and a language that let me write the highest performance code I could imagine. C is so lacking in abstractions, I don't think I can deal with it. But C++ i
10.
▲
by
uvas_pasas_per
2y ago
I cancelled my Apple/Goldman card after they were totally useless on a transaction dispute. Frontier Airlines gave me a "refund", and printed me a "receipt" for it, and then later refused to give me the refund. When
11.
▲
by
uvas_pasas_per
2y ago
Looks interesting, but I don't see anything for how to build it into an iOS or Android app. https://docs.couchdb.org/en/stable/install/index.html
12.
▲
by
uvas_pasas_per
2y ago
My problem with PG is it just doesn't seem to help much with my situation. I want to write apps that work offline and sync data across devices using the 'cloud'. I think that means Sqlite on the client, but ?? for the server.
13.
▲
by
uvas_pasas_per
2y ago
Yeah, I did. I want something low level and cross platform, including mobile. I think when I tried the C# for iOS stuff, nothing worked. But it's probably too much VM/runtime for me anyway, for this project.
14.
▲
by
uvas_pasas_per
2y ago
I've been using modern C++ for a personal project (a language interpreter) for the last year+. I constantly think of switching to C, because of the mental burdens of C++, and because of the problems with tooling (Visual Studio's I