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

It would be nice, but it's too high a bar to set, as the visa policies differ significantly between the three.

There is a real danger the Schengen agreement itself will collapse in the upcoming years - Germany is already ignoring both the Schengen agreement and its own courts by keeping border controls.


Commodore 64 was by default in overwrite mode.

When I switched to PC being in insert mode took some getting used to.


> Deep down, we're an annoyingly arrogant little country with delusions of grandeur salivating at the thought to prove to our EU neighbors how strong we meant it when we said we would accept to oppose the US in case of military attack and I think they knew we may actually mean it and not back down when it start (see also: Denmark leak about how France was essentially willing to provide whatever to help defend Greenland).

And the rest of Europe loves you for that! But we're also very worried if that'll all remain so if Le Pen or Mélenchon win next year.


Believe me, I'm even more worried than you. I think Melanchon would actually do more damage, as crazy as it seems, Le Pen is incompetent and a sellout, Melanchon actually believes the BS he vomits.

Macron finished the traditionnal left and right wing parties, which were too large and rotten to the core, but it's left us with a large center and two extremes, it's high time we have the normies left and right come back.


If the extremes are unelectable, the center party should split eventually. They'll find something to disagree about.

As long as they are more terrified of losing to the extremists they'll try to keep it together as long as they can. I hope they don't become too corrupt in the process.


If Mélenchon wins it will evolve to an even stronger stance against imperialism. He is labeled "anti-american"

The imperialism Europe suffers from in reality is not American and he's entirely on board with that.

...Against US imperialism anyway. His credentials when it comes to other empires isn't spotless.

From the website:

"Your repos never leave the EU"

That's clear enough I think.


You can do all that with a driving license, but a driving license is not a proof of citizenship and thus of your eligibility to vote.

In Europe, you can't get a regular ID without being a citizen. So having an ID automatically means you're eligible to vote.


> In Europe, you can't get a regular ID without being a citizen. So having an ID automatically means you're eligible to vote.

Nitpick: E.g. Norwegian ID cards can be had by any legal resident. The card will say that you're not a citizen though, so your point about that stands.

Re driving license: Driving license is a valid form of ID for voting here. All eligible people are on the voting rolls automatically (unlike the absurd american system), and the driving license is merely used to prove you are who you say you are.


This is not true. For example not every citizen can vote (people under guardianship or criminals) and not citizens can vote in local elections in the EU, if they came from another EU country.

Yes. There are all kinds of edge cases.

The point I tried to make is that with the system we have here it's much less of a hassle to prove you're eligible to vote. The system wants you to be able to vote, and to be able to do that easily.


Yes, but a driver's license can be accepted as ID.

Just because a driver's license isn't proof of citizenship doesn't mean that it isn't sufficient, since it will have some identifier connected to the identity of the voter. You would show the driver's license, then the registrars would find your name on the list, strike it out, give your voting envelopes, and then you go wait for a private booth to become free and then you go into that booth and put your votes in those voting envelopes.

A Swedish driver's license doesn't mean Swedish citizenship. It can still be used to check somebody's identity. Citizenship is checked by seeing whether the person is on the voter rolls, not by their identity card.


Some of the Republican proposals would require a proof of citizenship at registration time. You would still be able to register without a passport but you need to take your birth or naturalization certificate. Not everyone has them at home so you might need to go to your parents place in another state or risk getting it mailed. Good luck.

The point is not making registration impossible, just harder and more complicated. When you combine it with voter roll purges the play is clear.

Get a biased commission to remove everyone named Jackson or Hernandez a couple months before the election because "there's too many people with that last name and officials might confuse them" or purge a whole district that just happens to be an opposing party stronghold based on a single voter fraud conviction.Do it silently without informing voters, and when they realize they need to register again they have to go through a complicated process designed to make them give up.

Rejecting IDs at the poll booth is actually pretty rare because it's so obvious. Real schemes are a bit more creative.


> Yes, but a driver's license can be accepted as ID

So what would that accomplish? The Trump playbook asserts that there is a massive conspiracy involving noncitizen voting. Their proposals involve proving citizenship to vote. And now your argument is to use ID that doesn't prove citizenship. Brilliant.


In my state government issued ID is used to verify who you are. You are then issued a ballot if your name is also in the poll book.

Your eligibility to vote and have your name entered into the poll book is determined by providing a Social Security number or birth certificate.

So yes, a driver’s license is sufficient ID to vote in many states.


> So yes, a driver’s license is sufficient ID to vote in many states.

At the moment, yes. Under Republican voter ID proposals that require proving citizenship, no. Having an SSN does not imply US citizenship.


The last concrete attempt was blocked at Dutch and French referenda, not the lobbyists.

That was in 2004. Since then, basically any referendum about anything related to the EU anywhere returns a negative result, with a couple of small exceptions like a Danish defense opt-out.

So the money doesn't really go to the lobbying, more to the population-wide propaganda.

And the money is available, as it's in the interest of both the major state actors as the major corporations for the EU to weaken and dissolve.


This is not exactly, both french and dutch referenda were


There are obscene amounts of money involved in financing anti-EU marketing. The European unity is a thorn in the eyes of Russia, the US and China. A (reasonably) united Europe is the fourth major player on the global scene. 27 individual states aren't influential by themselves and are much easier to be influenced.


This is the reality of this.

For larger countries is much easier to deal with Europe when it's a bunch of small countries butting heads with their neighbors.


> Why are you submitting the code to the git repo like that, with all the wrong text?

According to my enterprise architect I shouldn't be reviewing code, it's a waste of time in this new reality.

I'm still doing it because it's going to be me answering that 3 AM call. But I don't know for how long I'll be allowed to swim upstream like that.


I have found manual reviewing of LLM generated code to be an uphill battle. LLMs does not believe in abstraction. So complexity spills everywhere. Some details in the lowest level might be handled separately in more than one place, at the higher levels. In a short while it is a copiously documented unreadable mess (both code and documentation).

LLM written PR descriptions and comments are a sight to behold. I am not sure how stuff can be written so cryptically. It seems that LLMs just make up what ever terminology so that it can cram as much details into a single sentence as possible! I generally just paste it to chatgpt and ask it to decrypt it.


Yeah, that happens when you vibe code and just let the LLM be in control of everything. If you take responsibility for the architecture and instruct it to do things properly it will do them properly. You can tell it exactly how to do it or you can ask it to handle it in a way that avoids duplication, you can tell it to design a reusable abstraction for this usecase etc.


>If you take responsibility for the architecture and instruct it to do things properly it will do them properly.

The problem here is that after a while it is impossible to detect when such potential abstractions is overlooked in the generated code. Because it has become hard to reason about the existing code.

Not all work is green field.


My personal suspicion is that a lot of preexisting codebases are running on inertia. The abstractions exist and are used well so the generated code also uses it most of the time, with only occasional breaks to the abstraction that look like an acceptable tradeoff in isolation. But those would keep piling up to where the existing abstraction is no longer so identifiable and that's where the major spaghetti code issues start happening.


I have wondered about this. Can’t you ask the AI to find the patterns than need abstracting?


Yes you can. Sometimes it’ll find them, sometimes it won’t.

I find myself having to use Claude to untangle its own mess piece by piece, a as it charged full steam ahead with the design we made together. However, not everything can be foreseen in a design, unless you go full waterfall. Sometimes I find myself in front of a mountain of bad abstractions stemming from a subtle oversight in the design. Before AI coding, I would find details while coding and catch them in time before they became sinful abominations


You can do that, with varying results. Or you can just do actual software engineering like we used to do, and tell it what patterns to abstract and how.

You choose your level of effort and involvement. The LLM can write whatever you tell it to write. If you send a drawing of an app and say "make this" then you'll get whatever it comes up with. If you tell it how to make it then it will make it the way you tell it to.

If your AI code is trash that's because you're trash at directing it.


The problem is people losing bandwidth money to AI scrapers.


Maybe we just need a standardized way to publish a dump of your content to BitTorrent? Remove the incentive to scrape.


Which is why I still think that the only way forward is that the EU becomes a country of its own. I'm aware that's deeply unpopular, partially due to The forrogn influence, but thr alternative is catastrophic - stagnation and letting US, China and Russia dictate our way of life.


I, too, have come to this realization. But boy, oh boy, do Europeans get disgusted by the idea. (My partner is European)


I’ve never even thought about this - what does the EU get as a country that it can’t get with its current structure?


That's a very large question. I'll keep the answer as short as I can:

* politically, we have a unified economic policy that is working wonders. The Brussels Effect is a thing. But, we don't have a unified foreign and defence policies, which partially made Ukraine War possible, and is making a Russian invasion further in Europe a distinct possibility.

* however, economically, the market is not really completely unified yet, especially for digital services, but for many other branches of economy as well. I can drive through 5 countries in a day, and my Netflix and Play Store selection will be different in every one. That doesn't make any sense.


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

Search: