Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
8jy89hui
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
8jy89hui
2mo ago
Did you write your post with AI? It is really painful to read in some parts (mostly because of the cliches of AI)
2.
▲
by
8jy89hui
2mo ago
> Did you try to report the bugs when you had some? Maybe this could help everyone else using the browser. I rarely bother submitting bugs on closed source software. Submitting bug reports takes a lot of time (to do well) and I feel that
3.
▲
by
8jy89hui
2mo ago
I tried using Orion mobile for months but I just kept running into so many UI bugs that I had to switch away from it :(. I love Kagi, but Orion just feels unpolished right now
4.
▲
by
8jy89hui
3y ago
You should try using a larger model like llama-35b or even GPT-3 for the feedback. That way you might be able to condense knowledge from these really big models into a smaller model
5.
▲
by
8jy89hui
3y ago
Not a great summary of the article. It just barely touches on reverse repo lending which is the core of the linked article.
6.
▲
by
8jy89hui
4y ago
This sounds like the output of a LLM. No actual reasoning or thought.
7.
▲
by
8jy89hui
4y ago
As stated multiple times in the article, making taxes easier for the average person does not stop people with complicated taxes from getting help. My taxes are simple; my family’s taxes are simple; most of my friends taxes are simple. We do
8.
▲
by
8jy89hui
4y ago
Every time I see AMD in the news I hope to hear that they’ve invested in a RISC-V cpu. I would love a real desktop or professional class RISC-V chip made by an American company.
9.
▲
by
8jy89hui
4y ago
This article is most likely in response to “DataDog asked OpenTelemetry contributor to kill pull request” [1]. Though it fails to make a real apology or explain their actions. [1]: https://news.ycombinator.com/item?id=345404
10.
▲
by
8jy89hui
4y ago
> It's got some rough edges I've recently been looking really hard at NixOS as a possible next-step. (I use Manjaro and am particularly interested in ways to keep my Laptop and Desktop in sync) I've heard that the document
11.
▲
by
8jy89hui
4y ago
On my phone (iOS) I can’t seem to get any of the samples to play.
12.
▲
by
8jy89hui
4y ago
Rust feels like a really hard first-language. I can’t imagine recommending Rust to an excited upcoming programmer.
13.
▲
by
8jy89hui
4y ago
I bound _ to capslock + u. It is very convenient for both hands.
14.
▲
by
8jy89hui
4y ago
What don't you like about the new layout? I find it to be a really well-done change that helps to modernize the page without getting rid of its classic text-first approach. In fact, other than moving the table of contents to the side,
15.
▲
by
8jy89hui
4y ago
It looks like StreetComplete is Android only. Does anyone have suggestions for a good iOS friendly alternative?
16.
▲
by
8jy89hui
4y ago
This is unacceptable. Please don’t say such hateful things on hacker news. It really brings the whole site down.
17.
▲
by
8jy89hui
4y ago
Rust is particularly strong because the crate system lets them slowly bring things into the stdlib. There are many UI libraries for Rust; I’ve tried most of them, and all of them are radically different in their approaches. None of them are
18.
▲
by
8jy89hui
4y ago
I think this person is referencing the game Factorio which is known to benefit from more cache. (UPS = updates per second)
19.
▲
by
8jy89hui
4y ago
It has taken huge amounts of work to get the Rust ecosystem to where it is. Even still, it has huge regions where it is immature. Is anyone in the D community able to talk about how mature the ecosystem is? I had always assumed (perhaps nai
20.
▲
by
8jy89hui
4y ago
My framework laptop has served me very well for the last year or so. This is one of the few pieces of open source hardware that is genuinely better (IMO) than many other larger hardware brands. The entire device is just so well built and th
21.
▲
by
8jy89hui
4y ago
I disagree with the author regarding their complains surrounding rich people going through life easier. Unfortunately that will always be possible and complaining about it muddied this article However, I agree with the author that a private
22.
▲
by
8jy89hui
4y ago
He includes ~5 minutes of the cameras working at various resolutions and frame rates in the project video. See: https://youtu.be/dwXs9RB6uD0?t=2621
23.
▲
by
8jy89hui
4y ago
This is a beautiful (hacky) demo of something that I didn't think was possible in Rust (yet). I hope other applications don't accidentally start using it just to discover that it doesn't work in release mode. Very impressive
24.
▲
by
8jy89hui
4y ago
P: I need to write a response to a poster on Hacker News who wrote "I'm probably the only one who finds ChatGPT deeply disturbing." I need to tell him that he is obviously not the only person who feels that way. I want to say
25.
▲
by
8jy89hui
4y ago
The author did not mention if they were rewarded by the bug bounty program. A vulnerability of this severity surely requires a reward of some sort. Does anyone have any more information about whether or not this person was compensated for t
26.
▲
by
8jy89hui
4y ago
The game worked perfect for me on Proton Next (7.0-5). Manjaro Linux x86 (5.15), Nvidia GPU, Intel CPU, x11 (I do not think I have `sdl_ttf` installed though I might be wrong.)
27.
▲
by
8jy89hui
4y ago
I tried asking it to write sections and then cite its sources. Most of the sources were related and well-done, however when it couldn't find an author, it just makes up names.
28.
▲
by
8jy89hui
4y ago
I've started asking it to write detailed tests for all of the functions it writes. If it doesn't have a test for {edge-case}, I ask it to rewrite the code to ensure that {edge-case} should work and it should be tested. Once I trus
29.
▲
by
8jy89hui
4y ago
Very cool project! Do you have screenshots or did you save the chat log when creating this project? There are some really cool files and I would love to see how your coaxed chatGPT into producing this project. I had success using https:&#x
30.
▲
by
8jy89hui
4y ago
Implicit cloning of types is evil. The first example with the mutable object is only surprising because the language decided to pass a copied struct by value instead of by reference.
More ›