Viewing profile — agileAlligator
agileAlligator
HN member- Joined
- Tue, Nov 09, 2021, 3:16 AM UTC
- HN karma
- 195
- Public activity
- 155 items
- HN profile
- View on Hacker News ↗
About agileAlligator
No profile information was provided.
Recent public activity
-
comment
Comment #49095060
I did run the comment through AI, maybe that's what triggered the flagging.
-
comment
Comment #49094876
[flagged]
- story
-
comment
Comment #40211063
That's way cool man. I love the aesthetic.
-
comment
Comment #40187108
I honestly don't think it's possible to have a QA team large enough to handle the gajillions of websites that come up and disappear every day. They just have to come up with better…
-
comment
Comment #40116868
> you'd simply disable WASD controls until the word is typed successfully. Which it doesn't do, but would very simply be rectified by a follow up prompt asking it to do that
-
comment
Comment #40114399
This project comes three months too late for me sadly... I'll still check it out though
-
comment
Comment #40111740
Exactly how I learned to touch type; only it was Discord not IRC. The more things change, the more they remain the same.
-
comment
Comment #38968737
He means that welfare beneficiaries and women vote in way that is against his image of what a capitalist democracy should be.
-
comment
Comment #38966439
Yes, that is what he said. Welfare beneficiaries and women are two groups libertarians find are tough constituencies to appeal to, and both of these groups have increased in size s…
-
comment
Comment #38790625
> eventually only read vol 2 because I was interested in (pseudo) random number at that time Your comment comes at the perfect time, I am looking at learning about random number fu…
-
comment
Comment #38564590
I envy today's generation and their free access to high quality maths resources haha
-
comment
Comment #38293337
I completely forgot I had that active haha
-
comment
Comment #38289930
If I read the post correctly, they are making changes to the API, not the website itself, right? You will still be able to visit the website and download the subtitles you want. Yo…
-
comment
Comment #38186944
I'm having a hard time believing those papers weren't written by humans after a cursory glance
-
comment
Comment #38098950
Steps 1 and 2 are more reliant on human-to-human communication if you are developing an application to be used by some end user and not something that just ingests data and process…
-
comment
Comment #38094120
The workflow has shifted a step up: 1. Define problem 2. Generate specifications 3. Write the code Knowing how to do step 3 will get less and less important everyday.
-
comment
Comment #37952656
Reminiscent of Gwern's website[0] (click on any one of the articles to see what I am talking about). Was that an inspiration in creating this? [0]: https://www.gwern.net/index
-
comment
Comment #37764555
I'm saying it should be a mix of the two. The output should be interactive and change the code on interaction.
-
comment
Comment #37748229
The issue with graph engines that manage the layout themselves is that it becomes very messy the higher the number of nodes you have. I've experienced this with Mermaid.js and Obsi…
-
comment
Comment #37738895
> The best of both worlds would be a text-based tool to hold the semantics of your graph, and then a drag&drop interface to fix the layout. Exactly this, I wonder why no one has co…
-
comment
Comment #37018019
> simple vim one liner which allows you to count the words in the file > :%s/\w\+/\=submatch(0)+1/g | echo line('$') Yeah, no. Isn't there a plugin to just display word count in th…
-
comment
Comment #35724017
I was under the impression that the search results were the training data? What phind does is pulls code from search results and modifies it to suit your needs.
-
comment
Comment #35688431
> I use a Penguin mouse I couldn't help but chuckle when I saw what it looked like. I'm curious, what are the advantages to using this over a regular mouse?
-
comment
Comment #35685051
If it is not doing so already, ask it to comment the code it writes. Worst case scenario, throw the code back into GPT and ask it to make the changes you want to make.