Zeth

2.6K posts

Zeth banner
Zeth

Zeth

@prozeth

I love making computers do new things.

Birmingham, UK Katılım Nisan 2015
60 Takip Edilen499 Takipçiler
Sabitlenmiş Tweet
Zeth
Zeth@prozeth·
Make Coding Fun Again! I post short videos; occasionally irrelevant, but hopefully innovative and informative. See them here and on my 🎥 YouTube channel: @NightPigeonWrath/shorts" target="_blank" rel="nofollow noopener">youtube.com/@NightPigeonWr
English
1
0
2
641
Zeth
Zeth@prozeth·
@Itsfoss The money PC makers get preinstalling spyware and trials of things you don't want, is more than the cost of a Windows license.
Hollywood, England 🇬🇧 English
0
0
0
99
It's FOSS
It's FOSS@Itsfoss·
Why do Linux laptops cost so much? With Windows out of the picture, should they not cost less? But you look at preloaded Linux laptops, and they are more expansive than similar spec Windows laptops. The same is the case with Linux mini-PCs. Your thoughts?
It's FOSS tweet media
English
284
23
498
55.5K
Zeth
Zeth@prozeth·
@livingdevops To be fair, he had Bell Labs which basically had infinite resources.
Hollywood, England 🇬🇧 English
0
0
0
12
Akhilesh Mishra
Akhilesh Mishra@livingdevops·
Dennis Ritchie created C in the early 1970s without Google, Stack Overflow, GitHub, or any AI ( Claude, Cursor, Codex) assistant. - No VC funding. - No viral launch. - No TED talk. - Just two engineers at Bell Labs. A terminal. And a problem to solve. He built a language that fit in kilobytes. 50 years later, it runs everything. Linux kernel. Windows. macOS. Every iPhone. Every Android. NASA’s deep space probes. The International Space Station. > Python borrowed from it. > Java borrowed from it. > JavaScript borrowed from it. If you have ever written a single line of code in any language, you did it in Dennis Ritchie’s shadow. He died in 2011. The same week as Steve Jobs. Jobs got the front pages. Ritchie got silence. This Legend deserves to be celebrated.
Akhilesh Mishra tweet media
English
645
5.4K
26.7K
897.9K
Zeth
Zeth@prozeth·
Clippy was 20 years too early, but he won in the end.
Zeth tweet media
Hollywood, England 🇬🇧 English
0
0
0
9
Zeth
Zeth@prozeth·
@nalinrajput23 Loyalty? Redhat funded him at a key moment.
Hollywood, England 🇬🇧 English
2
0
26
20.1K
Nalin
Nalin@nalinrajput23·
Linus Torvalds still runs Fedora with GNOME, not Arch. Now I’m genuinely curious what makes him stick with that choice?
Nalin tweet media
English
455
68
2K
648.1K
Zeth
Zeth@prozeth·
@thesayannayak They'll get all their paperwork sorted and out of the way before your first day so you can focus on the job.
English
0
0
0
16
Sayan
Sayan@thesayannayak·
What’s the biggest lie recruiters tell developers ?
English
42
6
26
16.4K
Zeth
Zeth@prozeth·
@icanvardar It's a global challenge. Either the ends are worth the means and the energy sector catches up, or we are living in a once-off golden age of open access AI that we'll tell our grandkids about. Time will tell.
English
0
0
0
40
Can Vardar
Can Vardar@icanvardar·
mass adoption of AI sounds great until you realize the infra problem. there’s not enough compute or energy on earth to meet that level of LLM demand
English
116
8
192
18.8K
Zeth
Zeth@prozeth·
@Dr_Gingerballs They are giving multiple hints to move onto Ubuntu and Libreoffice so they can close down Windows and move on with their profitable and more important Cloud business. They even embedded Ubuntu into Windows developer tools to try to help you out of the door.
English
0
0
0
16
Zeth
Zeth@prozeth·
@csaba_kissi Too much TV? Man I have to restrain myself from linking to my side projects on github!
English
0
0
0
13
Csaba Kissi
Csaba Kissi@csaba_kissi·
Everybody is building with AI 10 times faster than before. And I see fewer side projects than 5 years ago. How come?!
English
56
3
59
8.6K
Zeth
Zeth@prozeth·
Whenever someone claims a tool will replace coding, we eventually bank it as infrastructure and stick Python on top to control it. It’s simply better than clicking buttons.
Carl Hua@carlhua

i used to write flight software - you know, the one that flies jets and spacecrafts.. and if I had claude/codex back in the day, i wouldnt even need to look at code. hear me out, people say AI slop this, AI slop that, and the code it generated is trash etc etc. the thing is, with a highly tightened coding standard, and a requirement traceability down to say ~30-50 lines of code per requirement, you almost no longer need to look at the code it produced before doing testing. 2022 - oh wow, AI can write some code in the chat app 2023-2024 - cursor is amazing - it can write some code and understands the context 2025- the code is getting better and better, but often with mistakes 2026 - given the right guideline and specs, it is an EXPECTATION that the code should work the first or second round. I foresee in the near future, we would have IDE that no longer prioritizes displaying code. instead the IDE would be a tool to orchestrate agents, with responses gathering and display, so like an agent command center. I already see people building some of this but i think people are thinking about it wrong - don't take IDE or terminal as a baseline, we need to completely revamp it. This excites me because for once, we are going to revolutionize how coding is done. wait.. its not coding anymore, its more general than that, but you get the point! the subagent framework today is largely inadequate - we need a layer of LLMs on top of analyzing agents and then allow humans to control. but not all subagents should report back to the same upper LLM. whos building this? I will invest.

English
0
0
0
115
Zeth
Zeth@prozeth·
@carlhua So in the end, I think we will end up with Python on top of it all, can't be avoided!
English
0
0
0
12
Zeth
Zeth@prozeth·
@carlhua In safety-critical systems the real artifact was never the code. It was the requirements, traceability, and tests. Technology rarely removes layers. We stabilize them, build abstractions on top, and eventually invent languages to control them.
English
1
0
0
154
Carl Hua
Carl Hua@carlhua·
i used to write flight software - you know, the one that flies jets and spacecrafts.. and if I had claude/codex back in the day, i wouldnt even need to look at code. hear me out, people say AI slop this, AI slop that, and the code it generated is trash etc etc. the thing is, with a highly tightened coding standard, and a requirement traceability down to say ~30-50 lines of code per requirement, you almost no longer need to look at the code it produced before doing testing. 2022 - oh wow, AI can write some code in the chat app 2023-2024 - cursor is amazing - it can write some code and understands the context 2025- the code is getting better and better, but often with mistakes 2026 - given the right guideline and specs, it is an EXPECTATION that the code should work the first or second round. I foresee in the near future, we would have IDE that no longer prioritizes displaying code. instead the IDE would be a tool to orchestrate agents, with responses gathering and display, so like an agent command center. I already see people building some of this but i think people are thinking about it wrong - don't take IDE or terminal as a baseline, we need to completely revamp it. This excites me because for once, we are going to revolutionize how coding is done. wait.. its not coding anymore, its more general than that, but you get the point! the subagent framework today is largely inadequate - we need a layer of LLMs on top of analyzing agents and then allow humans to control. but not all subagents should report back to the same upper LLM. whos building this? I will invest.
English
84
10
276
46.4K
Zeth
Zeth@prozeth·
@jsmasterypro Indeed. The programmer’s job was never typing code. It’s translating between human intent and machine behaviour, pushing technology to do things it’s never done before. We need more software engineers and more AI, moving civilisation forward and making life better for everyone.
English
0
0
0
96
Adrian | JavaScript Mastery
Everyone's debating whether AI will kill junior dev jobs. Wrong question. The job that's dying is person who types code. The job that's exploding is person who understands systems well enough to direct AI that types code. Junior devs who get this early will surpass seniors who don't.
English
28
12
89
6.8K
Zeth
Zeth@prozeth·
@jsmasterypro AI ruined writing boilerplate the same way power tools ruined hand chiseling skills, or calculators ruined long division and logarithms on slide rules. According to Socrates, the rot set in with the unfortunate invention of writing; human memory has never been the same since.
English
0
0
0
343
Adrian | JavaScript Mastery
"AI ruined coding" is the hottest take in tech right now. But what exactly did it ruin? Writing the same CRUD endpoints for the 400th time? Debugging webpack configs? Copy-pasting from Stack Overflow? AI took away the parts I hated and left me with the parts I love: architecture, product thinking, creative problem solving. Coding hasn't been this fun for me in 7 years.
English
152
66
866
46.4K
Zeth
Zeth@prozeth·
This is kind of related to that I’d rather walk somewhere than wait for a bus even if walking takes longer. Passive waiting keeps my attention on time, so it feels slow. Moving creates progress, so the delay disappears psychologically.
Birmingham, England 🇬🇧 English
0
1
1
29
Zeth
Zeth@prozeth·
Humans don’t measure time directly. We measure events. If a UI visibly mutates step by step, the brain logs every change and it feels slow. If it pauses then switches to a finished state, there are fewer “time markers”, so it feels faster.
Zeth@prozeth

Just learned that they named this and have a science around it. Attentional Gate Mode. Our body works faster and our perception of time slows when we focus on things and our body slows down and our sense of time speeds up when idle.

Birmingham, England 🇬🇧 English
1
0
1
50
Zeth
Zeth@prozeth·
Just learned that they named this and have a science around it. Attentional Gate Mode. Our body works faster and our perception of time slows when we focus on things and our body slows down and our sense of time speeds up when idle.
Zeth@prozeth

It’s funny how preparing a UI update off-screen makes an app feel like a rocket, even if it’s technically slower according to the wall clock. Switching to a finished state feels instant; watching the UI mutate step-by-step feels slow.

Birmingham, England 🇬🇧 English
0
0
1
86
Zeth
Zeth@prozeth·
It’s funny how preparing a UI update off-screen makes an app feel like a rocket, even if it’s technically slower according to the wall clock. Switching to a finished state feels instant; watching the UI mutate step-by-step feels slow.
Birmingham, England 🇬🇧 English
0
0
0
78
Zeth
Zeth@prozeth·
@Sarthak4Alpha Development time and time to market is more important than execution speed.
Birmingham, England 🇬🇧 English
0
0
1
102
Sarthak
Sarthak@Sarthak4Alpha·
Interviewer: Python is slow. Then why is it the most used language in AI and data science?
English
23
1
50
4.8K
Zeth
Zeth@prozeth·
@Leo_Traydes Life moves fast. First mover advantage counts. Once something gets known to be profitable and everyone piles in, it loses its value.
Birmingham, England 🇬🇧 English
0
0
2
220
Leo
Leo@Leo_Traydes·
Computer Science went from one of the absolute best degrees to pursue to one of the worst all within a decade Absolutely nuts.
English
548
1.6K
30.6K
2.9M