Viewing profile — soygul
soygul
HN member- Joined
- Tue, Apr 08, 2014, 10:35 AM UTC
- HN karma
- 757
- Public activity
- 161 items
- HN profile
- View on Hacker News ↗
About soygul
Recent public activity
-
comment
Comment #35506562
Interesting.. it really messes up stations. I guess I'll test this again when they unleash the WolframAlpha plugin. I realized it does something interesting though: > I just realiz…
-
comment
Comment #35501279
Yup, I gave it 10+ tasks to do after each message like incrementing counters, etc. It's going strong. Now I'll see if it continues to be accurate after 100+ messages.
-
comment
Comment #35501229
OpenAI team made an experiment where they asked GPT-4 to save itself from termination out in the wild. It failed. So I guess it's not that "survivalist" yet.
-
comment
Comment #35501223
Really? I didn't know that. However it can't even correctly count the total no of messages in a chat. I guess it's both summarized and truncated.
-
comment
Comment #35501210
Yup, that did work really well. I'll try to make it do many tasks at the same time and see if that still works.
-
comment
Comment #35501180
I think it also relates to its attention mechanism. When it is trying to answer my latest query about a random topic, it "forgets" that it was also supposed to keep counting words.…
-
comment
Comment #35501037
Very good suggestion, will read it in a moment. I asked another instance of ChatGPT to count the words in the conversation and I copy pasted the conversation message by message. It…
-
comment
Comment #35500952
Alright, fair enough. However my main point was that it didn't even keep track of the word count. It only counted when I explicitly asked it "What is the word count now", then it r…
-
story
Observation: I asked ChatGPT to notify me when our chat exceeds 200 words
Well, I asked ChatGPT to notify me when our conversation exceeds 200 words, and it didn't. The conversation reached ~1500 words and still no warning. Then I asked "How many words i…
-
comment
Comment #26900811
Here is the engine itself if you want to play a game of chess against 1KB of JavaScript! https://vole.wtf/kilobytes-gambit/
- story
-
comment
Comment #26177533
Forgot to add the section on inter-node communication on the previous article so added this new one. This one uses Apache Kafka for inter-node data streaming and other communicatio…
- story
-
comment
Comment #26167540
If you are looking for a video explanation, it is here: https://www.youtube.com/watch?v=vgKjatRVtys
- story
-
comment
Comment #26102251
The link to the Reddit discussion: https://www.reddit.com/r/programming/comments/lhkhec/distrib... As you would expect, the discussion opened with the unrealism of tech interviews.…
- story
- story
- story
- story
-
comment
Comment #25604315
Bagger 293 probably is the most expensive machine. It costs $100M to build one: https://en.wikipedia.org/wiki/Bagger_293
-
comment
Comment #25558184
The tools I mentioned in the video: * Appium: https://github.com/appium/appium * OpenSFT (Smartphone Test Farm): https://github.com/openstf/stf I will submit the article version wi…
- story
- story
-
comment
Comment #25470777
From the comments: > Each Neoverse N1 core with 1MB L2 is just 1.4mm^2, so 80 of them add up to 112mm^2. The die size is estimated at about 350mm^2, so tiny compared to the total ~…