HackerLangs
TopNewTrendsCommentsPastAskShowJobs

munksbeer

774 karmajoined 3년 전

Submissions

BBCBreakfast interview – 'We will make further statements in July about VPNs'

twitter.com
3 points·by munksbeer·25일 전·1 comments

Pull Request: Java language implementation of value classes and objects

github.com
4 points·by munksbeer·2개월 전·0 comments

Anyone else having GitHub Actions fail?

2 points·by munksbeer·4개월 전·2 comments

Ask HN: Can we watch AI agents build software in real time?

1 points·by munksbeer·5개월 전·1 comments

Incident with Webhooks

githubstatus.com
115 points·by munksbeer·9개월 전·70 comments

comments

munksbeer
·7시간 전·discuss
Sorry to be nihilist, but you never had any objective value if you're thinking in these terms.

As far as we know, the universe "just is". There is no universal objective value of human beings, at all, any one of us.

You have to make or find your own value in the universe. I try not to think too hard about the nihilist side and try to appreciate that for some unfathomable reason, I seem to have what I call consciousness - the ability to observe the present and have it superimposed on the past, and what may be the future, leading me to "experience" things. I don't understand it, no-one does (some people suffering from the Dunning-Kruger effect think they do, but they don't), and yet, here we are.

So it doesn't matter to me if machines perform better than I do, because already lots of other people do. Just try to find your own joy or meaning, somehow.
munksbeer
·13시간 전·discuss
My apologies I was. But nevertheless, these are still these are elected representatives of the member states. These are not unknown "bureaucrats from Brussels".
munksbeer
·17시간 전·discuss
> Democratically elected leaders, conspire together in a confederation, to elect a body that is above and beyond the leaders of the democracy.

Sorry, what are you talking about here?

The Commission is subservient to the EU Council. The EU Council consists, by design, of all the heads of the nation states.
munksbeer
·17시간 전·discuss
The design of the EU which gives the member states elected politicians (heads of state) the most power is very intentional.
munksbeer
·17시간 전·discuss
This is a bizarre argument. Emmanuel Macron sits on the EU Council. He has no democratic mandate?

The entire point of the EU design is that ultimately the member states national governments (the heads of) are the most powerful and set the direction. It was done this way because people didn't like the idea of EU ministers. There was even a huge objection to the change that introduced the Parliament, the MEPs that you are now saying should hold ultimate power.

And this is the problem. People decide up-front that the EU is "not democratic" and then they adjust their arguments and data to fit this narrative.
munksbeer
·18시간 전·discuss
The EU Council are the democratically elected leaders of the member states. How is them deciding the direction not "democratic"?
munksbeer
·18시간 전·discuss
Please could you cite your sources for this.

I think what you've typed is not representative of what happened here. My understanding is that the EU Council forced this second-reading, not the Commission.

To provide evidence for my argument: https://fightchatcontrol.eu/

Look at "Timeline". This is the Council, not the Commission. This is your elected heads of state. This is "democracy" in action.

"Council and EPP attempting to bypass Parliament With negotiators still deadlocked on core issues, the Council and the European People's Party (EPP) are trying to sidestep Parliament by reviving the expired Chat Control 1.0. The Council plans to fast-track a rewritten proposal with identical content, effectively circumventing the Commission's right of initiative, democratic oversight, and a fresh opinion from the European Data Protection Supervisor (source)."
munksbeer
·4일 전·discuss
Because it is so insanely useful, having it cut off is quite jarring.
munksbeer
·5일 전·discuss
You didn't address my point at all.

> The member states want to reactivate the transitional regulation for voluntary monitoring of messages by technology groups, which expired on April 3, in an expedited procedure. The Council adopted a corresponding position for a “new” regulation on Thursday via written procedure to close a looming legal loophole and increase pressure on MEPs.

This is the EU Council pushing it. The elected heads of state of the member nations. The Commission just do their bidding.
munksbeer
·5일 전·discuss
For what it's worth, I love GeForce Now. I no longer need to maintain a gaming PC, find somewhere to keep it, etc. I was so sceptical that streaming games could work but it does, and it is amazing.
munksbeer
·5일 전·discuss
>Technically, this is meant for bypassing the EU commission. But of course, in reality it is for getting past the Danish and potential Belgian and Hungarian and other's vetoes. The commission really wants this.

Excuse me? That is quite an assertion. You're saying the EU Commission, the civil servants appointed by the EU Council, are somehow controlling the EU Council to push this agenda?

I don't believe that is true. Please provide evidence.

In the article, it talks explicitly about this being driven by the heads of state.
munksbeer
·5일 전·discuss
You're blaming the wrong people and making this worse.

The article is literally about the EU Council, the elected heads of states of all the EU nations. The elected leaders of the EU nations really, really want chat control. The Commission has nothing to do with this.
munksbeer
·5일 전·discuss
The EU Commission does the bidding of the elected EU Council. The Commission is sort of a civil service.
munksbeer
·5일 전·discuss
Denmark seem to be the ones pushing chat control the hardest.
munksbeer
·8일 전·discuss
What sort of proof are you expecting from another poster on hn?
munksbeer
·8일 전·discuss
I am what you might call an AI enthusiast. I've embraced it for coding, and find it has refreshed me.

But the stuff you're talking about here drives me nuts.
munksbeer
·8일 전·discuss
> Everything voted on was already decided between the commission and lobbyists before behind closed doors.

Please stop spreading this nonsense. The Commission acts on directives from our elected national representatives. They get a broad or narrow agenda and work towards that.
munksbeer
·8일 전·discuss
I haven't tried this model. We have a corporate plan for several models, and they are liberal with our spend, because we're always in an arms race with our competitors in our industry. So any advantage we can get, we need to take, or we lose edge/market share.

We have access to anthropic models, openai models and google models.

I run all my sessions on their best models with max thinking, because I don't care to optimise token usage at this stage. We are still learning every day about how to optimise our workflows, but I will say that I don't typically experience what you're describing.

I have very opinionated AGENTS.md files at the repo level, and at various other levels in the repo where more specialised rules are needed but I don't want those in my context unless that specific section of the codebase is going to be used or touched. I make a lot of use of skills. And my sessions are almost all "spec driven" in the sense that I type out an opinionated requirement to the LLM, tell it to challenge my thinking, to push back, to iterate on its own thinking, then to formulate a plan, then once done, go over it again to find any issues. I will then review the plan, or wing it, depending on the task. I then look at the overall code structure and design it has done. I have strong, opinionated coding rules in my AGENTS file. I have strong testing requirements (mostly end-to-end, not unit style).

I get really good results from this. But, I will say we're working in a highly opinionated codebase. We have the fundamentals in place already, where there are rules for how you do everything. The agent follows those rules pretty well. I'm not sure how well it would work on a codebase that is messy with a lot of conflicting design principles.
munksbeer
·9일 전·discuss
Look at the state of the comments on that thread.

"This is completely false! Code is review is to ..." proceeds to state an opinion.

Sometimes, some days, I just look forward to not having to deal with programmer hubris ever again.
munksbeer
·9일 전·discuss
That is exactly my point.