Viewing profile — alexilchenko
alexilchenko
HN member- Joined
- Tue, Aug 18, 2020, 12:27 AM UTC
- HN karma
- 12
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About alexilchenko
No profile information was provided.
Recent public activity
-
comment
Comment #43945132
Two snakes: https://tixy.land/?code=exp%28-%28%28x-7%29**2%29%2F12%29*si...
-
comment
Comment #43945106
That's no moon! https://tixy.land/?code=%28%28d%3D36-%28x-%3D7%29**2-%28y-%3...
-
comment
Comment #43945066
5 fold star: https://tixy.land/?code=sin%285*atan2%28y-7.5%2Cx-7.5%29-t%2...
-
comment
Comment #43945009
spiral: https://tixy.land/?code=hypot%28x-%3D7%2Cy-%3D7%29%2Batan2%2...
-
comment
Comment #43854632
Very good point! So right now what I have is a pipeline that looks at the real news and generates (using an LLM) a mixture of fake headlines that are inspired from the recent event…
-
story
Show HN: I made a daily spot the fake headline game
Hi! I made this daily game recently and I am just looking for feedback on how to make it more intuitive and fun. I wrote a pipeline that searches the news and, using an LLM, sugges…
-
story
Show HN: I made an LLM-based news summarization service
The way it works is I source from a predefined set of rss feeds. The I run DeepSeek on my personal GPU in my apartment and ask it to summarize. Then I do a second pass and ask it t…
- story
-
comment
Comment #43754901
Hi HN! You can get a sense of each article's full text by reading the summary first. If you want to read the full article later, just save it to your profile. The main idea of the …
- story
-
comment
Comment #25205919
I've worked on a pretty good and thorough explanation and a (toy) implementation as my first blog post: https://ijkilchenko.wordpress.com/2015/12/18/how-passwords-a... And then I n…
-
comment
Comment #24193980
Chrome extension: Gives Ctrl+F like find results which include non-exact (fuzzy) matches using string edit-distance and GloVe/Word2Vec. Also searches by regular expressions.
- story