Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
grok22
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
grok22
3mo ago
> This is such a weird statement to see. The idea that a startup founder whose company is growing at 93% month-over-month has a net worth growing at the same rate is just so logically wrong that it's bizarre to see someone stating t
2.
▲
by
grok22
5mo ago
Is this for real? Native apps on all platforms including GUI in Typescript...sounds too good to be true. Anyone have any experience with it? Does it work for crud applications?
3.
▲
by
grok22
1y ago
That makes sense to me too. Why wouldn't that be an option or is not really just a small vein between the two, but a bunch of "blood vessels"?
4.
▲
by
grok22
1y ago
Came across this a while back (haven't used it though): https://www.juniper-lang.org/ -- seems interesting and different. Specifically for Arduino tho and compiles to C++ apparently.
5.
▲
by
grok22
1y ago
You could charge a lot and only not have dark patterns :-). Nothing says you have to charge a little because you are open-source/foss.
6.
▲
by
grok22
2y ago
But the answers are really coming from those "SEO laden crapware" sites that ChatGPT was trained on -- in some ways ChatGPT has kinda stolen information and summarized it, but what happens over time? How do arrive at a new recipe
7.
▲
by
grok22
2y ago
This (the comment in the example link) is really an amazing sharing of learned information!
8.
▲
by
grok22
2y ago
It's unclear to me what this is doing exactly -- is it finding the best ever? If not, why would the best change every time you run this? Also, does anyone have pointers to a hash function discovery mechanism that discovers a good hash
9.
▲
by
grok22
2y ago
It feels like your change is changing the scene? The author's sentence makes it seem like the laughter was not in the restaurant, while yours makes it seem like it's taking place in the restaurant. Maybe I am overthinking it!
10.
▲
by
grok22
2y ago
I think, as a kind of "get an explanation for a specific thing" this is a fantastic addition to the world of teaching/tutoring and hope it succeeds. I tutor my son in engineering level subjects some times, but I find that I n
11.
▲
by
grok22
2y ago
Since when has the broad term "networking" started referring to just Web protocols? Can I use this to build any random server (like, say, an FTP server) that provides services over the network? Skimming the docs, it doesn't s
12.
▲
by
grok22
3y ago
Seriously, the competing library problem is stale news. It might've contributed to things stalling a long time back, but I think the main reason right now perhaps is due to no mainstream FOSS software that is used by a large population
13.
▲
by
grok22
3y ago
And which language did you enjoy coding in the most? Yeah, a subjective question :-). (Edit: Missed the auto-generated part, so maybe you don't have an opinion on experience regarding this?)
14.
▲
by
grok22
4y ago
Apart from clearly specifying the binary format, do you have any tools to generate code to process said format? What do you envision this will be used for -- apart from documentation?
15.
▲
by
grok22
4y ago
Isn't a method worrying about whether it needs a lock or not and being coded appropriately way better (since the writer of that method/function thinks through it when writing it) than relying on someone who is maintaining code to
16.
▲
by
grok22
4y ago
In theory, if this is the case (or the case in other comments about null pointer use and such), you would/could write it as: bool cheap = cheapCheck(); bool expensive = cheap && expensiveCheck(); if (expensive) { ...
17.
▲
by
grok22
4y ago
But isn't such a language already there? It's called the D Programming Language [1]. Sorry a bit tongue-in-cheek, but I'm getting tired of all these 'even-more-awesome' new programming language variants of C++. [1]
18.
▲
by
grok22
4y ago
Before it goes out of business, you will spend some frustrating amount of time playing with pricing or giving discounts to customers when you will wish desperately that you had a simpler (more structured) way of dealing with pricing than ju
19.
▲
by
grok22
4y ago
Yeah, CEO's likely optimize for their bonuses...depressing to think about it; but most likely the CEO's compensation is aligned to what the company wants to be the outcome financially.
20.
▲
by
grok22
4y ago
I think managers will do that (keep popel around just in case), but businessmen (or CEO's) will optimize for what's best for the business. No? A lower-level manager who actually sees the nitty-gritty of getting something done will
21.
▲
by
grok22
4y ago
Interesting way to look at it. It certainly makes sense that companies hire to capture intellectual output when money is cheap and then tighten spending when access to easy money goes away even if they are making money hand-over-fist in t
22.
▲
by
grok22
4y ago
You talking about 'wiki'?
23.
▲
by
grok22
4y ago
What's a "skip"?
24.
▲
by
grok22
4y ago
Yeah, I too don't understand why the earlier system was 'classist'? It seemed like a better way to be sure that someone was who they said they were? The proposed mechanism of paying to get a check-mark seems suspect. I unders
25.
▲
by
grok22
4y ago
When you "see it" and if you not going just by cheapest price, one of the things you might go by is "familiarity" (for products in the same space that are similarly priced). That "familiarity" which introduces
26.
▲
by
grok22
4y ago
I have never used iMessage (I use Android phones). What is the 'really good' part of it? I am used to WhatsApp and it seems pretty perfect to me. Just enough features as a messaging app, but not too much.
27.
▲
by
grok22
4y ago
Me too! I was thinking it was going to be a paean to the joys of working long and hard!
28.
▲
by
grok22
5y ago
phased => fazed? https://www.merriam-webster.com/words-at-play/phase-vs-faze; sorry off-topic
29.
▲
by
grok22
5y ago
https://pmd.github.io/latest/pmd_userdocs_cpd.html
30.
▲
by
grok22
5y ago
Isn't locking a problem with io_uring? Won't you block the kernel when it's trying to do the event completion stuff and the completion work tries to take a lock? Or is the completion stuff done entirely in user-space and bloc
More ›