Viewing profile — abyesilyurt
abyesilyurt
HN member- Joined
- Mon, Apr 05, 2021, 7:32 AM UTC
- HN karma
- 54
- Public activity
- 66 items
- HN profile
- View on Hacker News ↗
About abyesilyurt
Recent public activity
- story
-
comment
Comment #46775273
> computers don't even need to be digital! or electric.
-
comment
Comment #46775183
gpt-3 afaik
-
comment
Comment #46775027
Sonnet 4.5 had this problem. Opus 4.5 is much better at focusing on the task instead of getting sidetracked.
-
comment
Comment #46631146
I use row level security in postgres. Then you can set read only permissions.
-
comment
Comment #46487309
C3 was quite easy to get running. I have a minimal project to use C3 for ESP32-C3 chips here: https://github.com/abyesilyurt/c3-for-c3
-
comment
Comment #45406503
Thresholding requires branching no?
-
comment
Comment #45395129
Building a shell and text editor for esp32.
-
comment
Comment #45160006
What model are you using to create the embeddings?
-
comment
Comment #45007642
just youtube
-
comment
Comment #45006719
your post reads like ai slop
-
comment
Comment #44941269
This approach is not possible on iOS. Instead, I built a safari extension to block shorts from the feed https://apps.apple.com/nl/app/shorts-stopper/id6745517488?l=...
- story
- story
- story
-
comment
Comment #44218730
https://apps.apple.com/nl/app/shorts-stopper/id6745517488?l=...
-
story
Show HN: Block YouTube Shorts on Safari
I built Shorts Stopper to stop wasting time on YouTube Shorts during programming breaks. It blocks the Shorts section on YouTube in Safari. It’s a one-time purchase with no ads or …
-
comment
Comment #44123361
Tsoding recently built coroutines for C from scratch. The concept of coroutines is related to threads, so I bet you’d like the video if you liked the article. https://youtu.be/sYSP…
-
story
Show HN: Shorts Stopper – Block YouTube Shorts on Safari iOS
I built Shorts Stopper to avoid wasting time on YouTube Shorts during my breaks while programming. It hides Shorts from the homepage and video suggestions in Safari. In practice, i…
-
comment
Comment #43848310
Are there any other books about the Bell Labs you would recommend?
-
comment
Comment #41661478
> putting json response (from API, created from scraping, ect.) into jsonb column and then writing a view on top to parse That’s a very good idea!
- story
-
comment
Comment #40691774
I agree with all, except the comments about “willing to work for low salaries”. This type of filter tends to attract individuals who may lack the entrepreneurial spirit essential f…
-
comment
Comment #39902535
They are a form of marketing.
-
comment
Comment #39891631
https://flet.dev is an interesting project and gives you a good looking UI out of the box. It uses flutter in the background.