Viewing profile — f311a
f311a
HN member- Joined
- Sun, Mar 27, 2016, 10:37 PM UTC
- HN karma
- 3,162
- Public activity
- 505 items
- HN profile
- View on Hacker News ↗
About f311a
No profile information was provided.
Recent public activity
-
comment
Comment #49235174
What’s everyone’s opinion on learning new tech things in this day and age? My opinion swings between positive and depressing vision of the future. I still learn new stuff, but I’m …
-
comment
Comment #49215625
It takes years to test it thoroughly in real environments. You don't want your data to be silently corrupted.
-
comment
Comment #49212933
What's the reason for it? Does not make a lot of sense to keep all the commits elsewhere
-
comment
Comment #49210179
Regexes are pretty slow, though.
-
comment
Comment #49207676
Unfortunately, simple URL parsing breaks on so many things. There is a reason on why every URL parsing library is at least a few thousand LOCs. One common way to test it is just to…
-
comment
Comment #49199720
You can do this using fn button, without moving your hand every time you need to press them. It's very convenient, when your hand don't move at all and can reach every button.
-
comment
Comment #49199581
Why do you need screenshot button for programming? How many times do you press it? You can just use fn button for that. People are programming on a 36-key keyboards just fine and t…
-
comment
Comment #49188657
There are a lot of subtle bugs. I'm on macOS too, but perhaps my workflow is unusual? Every time I open it, I find small bugs. There are so many features that it's hard to maintain…
-
comment
Comment #49153987
This does not sound fun. It's better to work on your side projects with manual coding. You will learn more. Retyping things is inefficient for learning. It's like trying to retype …
-
comment
Comment #49126752
Of course they are. I'm not even a native speaker. I read the whole thing and it was my impression.
-
comment
Comment #49123182
It does not matter which prompt you use. Even a long article with a small input (of what to write) will include weird details and structure. People tried to fool Pangram by using c…
-
comment
Comment #49122747
It will, there is no doubt. But look at the first paragraph of the article: > The writing was on the wall, and now the writing is everywhere. Literally. Artificial Intelligence is …
-
comment
Comment #49122486
That's true, but I can still tell if a big article was mostly written by AI. The author talks about writing cheap stories, but right now, you can't do this. Cheap stories are prett…
-
comment
Comment #49122442
> People are going to eventually figure out how to polish and refine the usage and outputs so you cant even tell it is AI. Personally, I'm gonna go offline after this and meet more…
-
comment
Comment #49122315
The model is already up on Opencode, but they require a consent to use Chinese datacenters.
-
comment
Comment #49122269
This is a well-known author, but how come he thinks AI is better at writing? AI writing makes me vomit. Also, I think he's too enthusiastic about the future of readers. In my opini…
-
comment
Comment #49121525
I do Python, Go and Rust. Go works the best, I would say Python is worse than Go. Rust works perfectly fine, but when I use Rust, I usually pay closer attention to performance, so …
-
comment
Comment #49120203
I've been driving flash model for 90% of my tasks. It's better than pro (for unknown reasons), very cheap and fast. I try to keep changes under 1000 lines and drive architectural d…
-
comment
Comment #49107037
Personal blogs are not a business, usually.
-
comment
Comment #49106706
There is PR somewhere in the mosh repo to support block cursor. Just build it manually. Mosh is abandoned, unfortunately.
-
comment
Comment #49087613
> no one will visit your website. Yep, let's suppose an average HN user reads 30-100 articles a month on independent websites (personal domains) posted on HN. Out of 100, he probab…
-
comment
Comment #49087338
Substack gives a really nice exposure though, unlike medium and other platforms. It's very hard to gain readers now on independent websites. Google search is dead (very few people …
-
comment
Comment #49071794
> less training competition I think you meant less research and experiments in big labs because they don't get all the AI money. Training is expensive, but they also have more than…
-
comment
Comment #49005220
I think at this point any attempt to prevent it will fail. AI code is almost everywhere, even in projects that were against it 6 months ago.
-
comment
Comment #48981018
Historically, a lot vulnerabilities in PHP projects were because of PHP itself. Things like register_globals, remote includes/reads using functions that supposed to read local data…