HN user

nurettin

4,061 karma

I'm an 80's kid from Turkey. My opinions are not my government's, my employer's, my lawyer's or my wife's.

DM @nurettin@fosstodon.com

[ my public key: Would be pretty useless to you. ]

Posts50
Comments3,403
View on HN
www.lemon64.com 4mo ago

Operation Hormuz (1989)

nurettin
1pts1
old.reddit.com 4mo ago

Claude Login Outage

nurettin
3pts2
freeradical.zone 10mo ago

Bit Art Bot

nurettin
2pts1
www.novinite.com 10mo ago

Google was down in eastern EU and Turkey

nurettin
112pts42
claude.ai 11mo ago

Claude.ai chat interface keeps refreshing the page

nurettin
2pts1
github.com 2y ago

Newpipe/yt-dlp stops working

nurettin
124pts127
github.com 2y ago

Django Enhancement Proposal 0014: Background workers

nurettin
3pts0
github.com 2y ago

Functional Terminal User Interface

nurettin
2pts0
gist.github.com 2y ago

The Jaunt

nurettin
2pts0
unidaystudio.itch.io 2y ago

Cave: A downloadable game engine for windows

nurettin
79pts48
people.csail.mit.edu 2y ago

Eulerian Video Magnification (2012)

nurettin
2pts0
taocpp.github.io 2y ago

A collection of high-quality C++ libraries

nurettin
8pts2
gtk-rs.org 3y ago

GUI development with Rust and GTK 4

nurettin
269pts166
github.com 3y ago

TinyORM, a C++ ORM with seed and migrations

nurettin
2pts0
github.com 3y ago

MJr: A Probabilistic Programming Language

nurettin
3pts0
docs.python.org 3y ago

Weird Language in Python Docs

nurettin
2pts1
gist.github.com 3y ago

Windows 10 Decrapifier

nurettin
2pts0
en.wikipedia.org 3y ago

P-Adic Number

nurettin
6pts0
docs.pwntools.com 4y ago

Pwntools is a CTF framework and exploit development library

nurettin
3pts0
redis.io 4y ago

Redis Command Lolwut

nurettin
1pts0
charlesleifer.com 5y ago

New features planned for Python 4.0

nurettin
2pts0
distill.pub 5y ago

Growing Neural Cellular Automata

nurettin
2pts0
www.theregister.com 5y ago

Linux 5.10 Removes set_fs()

nurettin
3pts0
11011110.github.io 5y ago

Blog of David Eppstein

nurettin
2pts0
www.theregister.com 5y ago

IBM ordered to pay £22k to whistleblower

nurettin
2pts0
www.sciencealert.com 5y ago

Earth Appears to Be Travelling Through the Debris of Ancient Supernovae

nurettin
2pts0
pingfrommorocco.blogspot.com 5y ago

Porting a Golang and Rust CLI tool to D

nurettin
117pts55
github.com 5y ago

Curated list of articles complaining about golang

nurettin
2pts0
tonybaloney.github.io 5y ago

XSS Exploitation in Django Applications

nurettin
2pts0
quanttype.net 5y ago

Signing .jars is not worth the effort

nurettin
64pts90

I don't think it was AI, I seem to remember that google broke search or SO SEO broke to the point where it wouldn't even point at the right SO article. There used to be a lot of commotion on the forums about how broken google search became for them.

Are you really diving into technicals just by asking "sooo what did you do?" to your AI? Without document crawling, debugging and pulling your hair out, how much of it is really a deep dive? I feel like all that effort that goes into generating a mental image from bits and pieces is gone. I'm just grudgingly happy I went through all that before humanity retired.

GPT-5.6 13 days ago

I tell it to avoid belts and suspenders, don't leave dysfunctional code in, and fail loud. Seems to change that behavior.

The Coming Loop 29 days ago

I just tell it "you have until morning to work on this, be careful not to use too much ram and don't burn the cpu"

and then it goes off to do its thing and hopefully rngesus is with us.

Linux 7.1 1 month ago

Looking back, I wonder what really changed over 25 years for the linux ecosystem. We had lots of distros, there were games built for linux (I remember playing the entire Neverwinter nights on debian) there was wine for StarCraft broodwars, x11+compiz for cool accelerated desktop graphics, proprietary Nvidia drivers were always there. Sure, everything was 32bit but it was good enough for desktop, and amd64 was about to pop.

The other day I tried to install fedora 44 on a friend's computer. He wanted kde so we set that up and whoops, no way to start programs on the discrete video card. I hacked around it by starting xorg, setting an alias and environment variables, but it was a bit embarrassing to see that things have regressed.

I'm not going to downplay it. I've been coding since the 80s and using these models since 2023. 10 minutes after using fable I told my colleague this is a new era. It is the difference between sonnet and opus. I didn't think this was possible.

It was over before this announcement. After a couple of days, even though the model was set to fable, it felt like opus. We are back to sticks and stones.

What do you mean by water fasting? Do you avoid drinking water directly, or do you avoid all food? For example salads are basically sacks of water.

I also run a Qwen 3.6 moe A4B on old hardware. I set it up with

numactl --membind=1

so it is constrained to one of the memory sticks which speeds up token generation a little.

Please Use AI 2 months ago

Learning some schmuck's framework, IDE, language or OS never felt rewarding to me. It was always like playing with broken toys. Hear me out.

There was always some subtle quirk, a bug that irks me once every so often, something I'd never want to unleash upon masses and although these people made their work available through various channels, paid or unpaid, for some reason I felt more of a grudge than gratitude.

And I tried to fix things I did. It was a breathless, thankless exercise of working through someone else's code line by line for decades while hardly being able to lift my head because of actual work I had to do to support my life. And thus a villain was born.

I am so glad it is over. It is all ingested into neural network weights and high-pressure sprayed to the masses through RNG. I am finally free. I don't have to learn your stupid aws commands, your helm configs, your systemd antics, your http api. I don't have to care about your life times, your gc params. I tell the computer and it clinks and clanks and eventually gets the job done like gene rodenberry intended.

And it was so much better/more stable than Borland C++6! Open/close 15-30 files or mistype a path and borland gave you the good old crash. You had to handle that IDE with extreme care. You'd develop a feeling for its quirks and sometimes it would work for hours without crashing.

I loved react in 2013 when it had the life cycle methods. Everything was deterministic, I knew what caused what where and when. Now every framework is a mess and I'm glad I won't have to learn anyone's crap anymore thanks to random code generators.

---- Before it was:

Me: We need to do this this that.

Claude: <random stuff that approximates human outout>

Me: Are you sure?

Claude: Well actually there is a bug <more random stuff that looks right this time>

----- Now it is:

Me: We need to do this this that.

Claude: <random stuff that approximates human outout>

Claude: Let me consult the advisor on that.

Claude: advisor came up with some advice, adjusting according to that. <more random stuff that looks right this time>

There are more points of view than that on HN.

A common one: "I have stopped writing code, the world is going to end"

Another: "I will code by hand, I don't care"

Another: "I use it as a tool, but the hype bothers me so much that I have to bitch and moan from morning to night"

This one is: "I have stopped writing code, it wasn't the end of the world."

I think anthropic gave ample warnings. I set up periodic backups and I wouldn't hold them accountable because they basically serve good RNG.

I had a trust issue up to opus 4.6

Now I have claude hooked up to a dozen projects I used to maintain manually. It is such a pleasure watch it read the complaint and go to town on small problems without dropping any databases or removing home dirs.

Scrcpy v4.0 2 months ago

My phone's screen died the same way. Thank god I had adb set up for claude to use.