Hacker Newsnew | past | comments | ask | show | jobs | submit | MidnightRider39's commentslogin

I thought the main value of juniors was that you grow them into seniors, not really the random scripts they write?


That is the value of other companies doing that and you going to poach those new seniors. With the money you saved not training those juniors you can offer better salaries and still have higher profits.

Their main value is in being cheap before they realize that they're underpaid and hop jobs.

They tend to catch on quicker these days, making companies more reluctant to hire them. It has little to do with AI.


I want to agree with you but when was this ever true?


It was true when I started to work in this industry ~8 years ago. But of course YMMV especially depending on country and company


Here is a list: https://en.wikipedia.org/wiki/Universal_basic_income_pilots

Probably not the scale you imagine but there have been plenty of tests.


Yeah, I have looked through those. I remember personally as the Ontario one was going through. Even then it already had a huge backlash, and people were opposing to it because of "fairness and etc.". Unfortunately none of those tests can help with understanding what would happen to inflation, jobs that nobody wants to do, life satisfaction of middle class, and everything else, to be honest. And I also understand that trying it out on any large populace is incredibly expensive.


Maybe something more fitting would be the German unemployment benefits: https://en.wikipedia.org/wiki/B%C3%BCrgergeld

It’s of course not the same as UBI, but something close to it - basically everyone is entitled to it and while it’s really not a lot you can survive off it.


My personal page runs on 11ty since the last 3 years and I enjoyed it a lot.

I’ll probably replace it with pure HTML soon - I found that I don’t need a SSG anymore, I can just use a local LLM to generate HTML out of markdown files and I never use any fancy features anyway.


Yes, I find LLMs are great for taking loosely-structured text and turning them into formatted blog posts. https://notes.npilk.com/chatgpt-is-my-ssg


From your post:

> ChatGPT responds with a fully-populated HTML template. All I have to do is copy and paste it into a new file in my project, run my custom script, and then push the changes.

This actually sounds more troublesome to me than adding a markdown file into a Git repo somewhere, and having Hugo/Astro/whatever automagically regenerate all the HTML files from markdown.

But that's probably because static site hosting services have come very far from the S3 bucket days.


The "build step" with Hugo/Astro might be slightly simpler. But as mentioned in the post, I find it surprisingly nice not to have to write strict Markdown. It turns out (at least for me) that formatting with Markdown still feels akin to creating a finished product. It's nice to just be able to type something out without thinking too much and have the LLM "get what you mean".


Local LLM feels like the wrong tool for a file converter? LLMs shine in natural language processing, but their statistical nature doesn't fit consistent file conversions as more Turing-like programs.


I'm sure you know about pandoc for translating markdown into html (and all it's other tricks).


Yea but that still requires a non-zero amount of time to setup and most importantly maintain and keep up to date.

Pure HTML generated from a text file just works and probably will forever.

I mean it’s just my personal website which is mostly just for me to look up things quickly / personal wiki


But the text file has some markup syntax beyond human language? Point being LLMs are subpar for acting on formal grammars, like cracking a nut with a sledgehammer. That's why its important tools like 11ty and pandoc remain.


That’s somewhat true (in my case it’s it’s laughably simple though).

I also never said that tools like pandoc are obsolete now. Just in my case they are already overpowered and I might migrate to something simpler soon. Otoh i might just run the current version of 11ty indefinitely and never upgrade.


I'm also using 11ty on a couple projects, but I abhore the npm ecosystem.

I'm considering letting an LLM generate a flat python script to replace what 11ty does for me. Once removed from the fracas, it should be stable for decades.


If using an LLM why bother with python? Go for straight shell scripts.


That’s exactly my plan. Too burned out on the npm ecosystem. I don’t have time to update all that shit constantly for a fucking static HTML page


Exactly, so many people reach for these complex toolings and ecosystems.

Their static pages are just a bunch of fucking text files you can print with some CLI commands.


Wouldn't Astro work great here though?

Just a static sites without JavaScript but you still get some nice things like scoped CSS, components and being able to use markdown for blog posts.


Yea I tried Astro but I don’t want to learn their way of doing things, have breaking changes every x months/years and who knows in a couple years they maybe also are screwed.

Pure HTML will work probably forever. Previously it was too much manual work for me to write it but now the LLM just spits it out, easy as


If you check the collection most nights had ~3 bands playing


It’s one of the few (the only?) org that I donate to without second thoughts


Leadership is also a very human thing. I think most people would balk at the idea of being led by an LLM.

One of the main functions of leaders (should be) is to assume responsibility for decisions and outcomes. A computer cant do that.

And finally why should someone in power choose to replace themselves?


>One of the main functions of leaders (should be) is to assume responsibility for decisions and outcomes. A computer cant do that.

Sure it can. "Assuming responsibility" just means people/the law lets you to.

It can be totally empty too, like CEOs or politicians "assuming responsibility" for some outcome but nevertheless suffering zero conseuences.


Someone in power doesn’t get to choose - the board of directors do. Who’s job is to act in the best interest of shareholders.

Firms tend to follow peers in an industry - once one blinks the rest follow.


The board of directors are also people in power - why not replace them with an LLM as well if it works so well for CEOs?


> Someone in power doesn’t get to choose - the board of directors do. Who’s job is to act in the best interest of shareholders.

Alas, shareholder value is a great ideal, but it tends to be honoured in practice rather less strictly.

As you can also see when sudden competition leads to rounds of efficiency improvements, cost cutting and product enhancements: even without competition, a penny saved is a penny earned for shareholders. But only when fierce competition threatens to put managers' jobs at risk, do they really kick into overdrive.


>shareholder value is a great ideal

It's one of the most horrible ideas ever, responsible for anything from market abuse and enshittification to rent seeking and patent trolling.


> Someone in power doesn’t get to choose - the board of directors do

Since the board of directors can decide to replace the CEO, it's not the CEO who holds the (ultimate) power, it's the board of directors.


Since the majority shareholder(s) can decide to replace the board of directors, it’s not the board of directors who holds the (ultimate) power, it’s the majority shareholder(s).


Indeed, and there we reached the end of the chain.


The problem is that they need to find some way to not only make the money back but multiply it. That’s where the “you’re getting screwed” comes into play - we don’t know yet how they will screw us, but it’s gonna happen


The problem is how to make money from something that is more or less solved.


BitKeeper tried to do that. Git was built because the commercial license of BitKeeper became unworkable for the Linux kernel community.

"Those who cannot remember the past are condemned to repeat it".


>Git was built because the commercial license of BitKeeper became unworkable for the Linux kernel community.

BitKeeper was free to linux kernel developers with a "but no reverse engineering" clause, but Tridgell went exploring of his own volition because he wanted to and kinda sorta violated that, so the license was cancelled by BitKeeper.

I'm not taking sides or upset about any part of this, I just wouldn't call that "becoming unworkable for the linux kernel community"; that would be like "the fence around your yard became unworkable for me in my desire to trespass on your property so I climbed over it"

what Tridgell discovered was pretty dumb and could be considered a distinct lack of a fence, but he connected to a socket and typed "help" and it dutifully printed out a bunch of undocumented useful commands.


Yep, something that is sadly becoming more and more common. People with solutions spending insane money trying to convince others that a problem exists.


I'm gonna go out on a limb and say these guys would never have raised if they didn't have "GitHub co-founder" on the first slide of the pitch deck


Ok, that explains everything. Who you know in the Valley is everything. Literally.


It's why fail fast is a thing

It's basically the entire context of this website.


The beauty of it all is one doesn’t even have to invent a solution… they only have to invent a “problem” to be pitched for VC funding.


have you heard startups


As a spoon designer, I have had some difficulty finding work lately.


It’s not solved because it’s trash. There’s no good interface for it and people find it difficult to use.


Skill issue. It's the most popular VCS in the world by a huge margin, millions of devs use it every day just fine, countless forges have been built around it, and there's only one semi-compelling alternative frontend (jj). If you honestly find Git challenging, how are you coping with software engineering? Git is the easy part.


Millions of dev use it in the most rudimentary way, occasionally lose their stash, rm their local repo and start over, ask the office expert for help every time they need to figure out where-the-foxtrot that commit came from, don't even attempt to use reflog or bisect or interactive staging, etc.


sure, but solving conflicts is still hard in git. This can be simplified.


I didn't think Github is that bad but if you think that is the case, why would you give the same guys 17M to try again instead of fix the existing?


Because experience is valuable.

Yup you you just can’t film them having sex


You probably can. You just can't note their relation.

I'd imagine 99.999% of "step-whatever" porn is not actual step-whatevers.


I don’t even see them using that phrase in the linked thread? What’s wrong with it anyway?


I don't see it either, funny how people had a knee jerk reaction without even visiting the thread and validating that the phrase even exists. Maybe it's even further down but without logging in I can't see it.


That quote is in the linked EFF statement, which you clearly didn't read.


True, I was looking at the linked thread as mentioned not the article.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: