

Late response, but anyways: the big advantage over regular bank transfers is you can use it like a virtual card without Visa or Mastercard. In essence, the biggest draw is pushing US companies out of the EU financial system.
Linux server admin, MySQL/TSQL database admin, Python programmer, Linux gaming enthusiast and a forever GM.


Late response, but anyways: the big advantage over regular bank transfers is you can use it like a virtual card without Visa or Mastercard. In essence, the biggest draw is pushing US companies out of the EU financial system.


This is even dumber when you consider we’re ~2 years away from the launch of the Digital Euro. As easy and fast to transfer as a cryptocoin with none of the drawbacks. No Blockchain nonsense, backed by banks, transactions can be cancelled and refunded just like any digital transaction, and standardized to all EU banks.


House parties and board game nights, basically. Supermarket prices, and guaranteed to be around people I enjoy the company of. There’s also normally events going on every week, so there’s normally some kind of food fest/pedestrianized road with buskers/something going on that’s either cheap or free.


Wouldn’t be the first time a government banned a number


Like sysiphus, we must continue pushing up the hill, forever. There is no final victory. If you’re tired, trust in others to continue pushing, very understandable. Just don’t piss on the people continuing where you left off.


That was for tabling the vote, actual vote is happening on the 14th of October


You can’t run an LLM on a crappy PC, that’s true. You need at least a decent CPU. If you’re running an LLM locally, there’s no calls to the outside world. I have a very mid computer, it isn’t great, and unfortunately I need to work with LLMs due to my job. A call to my local LLM might take ~2 minutes where using an online platform it might take ~30 seconds, but I think that’s a reasonable trade.
If you have a gaming PC, you have a platform that can run a local LLM.


If you really really want/need an LLM for some reason, install ollama. It’s the only safe and easy way to do it.


You got me interested, so I searched around and found this:

So, if I understand this correctly, the only fundamental difference between level 4 and 5 is that 4 works on specific known road types with reliable quality (highways, city roads), while level 5 works literally everywhere, including rural dirt paths?
I’m trying to imagine what other type of geographic difference there might be between 4 and 5 and I’m drawing a blank.


Hi, Eastern European here. We begged to join NATO. We kicked and screamed, wheeled and dealed, anything we could to get that coveted NATO membership.
You know why? Because we’ve been dealing with expansionist Russian imperialism for our entire histories. Different coats of paint in different time periods, but it’s all the same shit. The US is an empire, but at least here it’s preferable to Russia’s imperial ambitions.


Please don’t lump trademarks with the rest. Makers have stamped their goods with their mark since ancient times, both as advertising and to signify quality products (and not knockoffs). Swords were especially commonly marked with the smith’s trademark.
It was illegal to sell bread in ancient Rome without a trademark, for example. The punishments for doing so were harsh, as they wanted to be able to track down the baker if someone sold tainted bread.
In modern days, they’re useful for customers to know what company they’re buying from.


Has there been any progress on dropping tarrifs between provinces?


Yeah, I work daily with a database with a very important non-ID field that is denormalized throughout most of the database. It’s not a common design pattern, but it is done from time to time.


It’s necessary to split it out into different tables if you have a one-to-many relationship. Let’s say you have a list of driver licenses the person has had over the years, for example. Then you’d need the second table. So something like this:
SSN_Table
ID | SSN | Other info
Driver_License_Table
ID | SSN_ID | Issue_Date | Expiry_Date | Other_Info
Then you could do something like pull up a person’s latest driver’s license, or list all the ones they had, or pull up the SSN associated with that license.


Theoretically, yeah, that’s one solution. The more reasonable thing to do would be to use the foreign key though. So, for example:
SSN_Table
ID | SSN | Other info
Other_Table
ID | SSN_ID | Other info
When you want to connect them to have both sets of info, it’d be the following:
SELECT * FROM SSN_Table JOIN Other_Table ON SSN_Table.ID = Other_Table.SSN_ID
EDIT: Oh, just to clear up any confusion, the SSN_ID in this simple example is not the SSN itself. To access that in this example query, it’d by SSN_Table.SSN


Non-German but I am in the EU. Didn’t find it odd at all. Just assumed it was “flow market” in German.


There’s another factor that nobody mentioned: the sales tax in EU countries is different for different products. This allows countries to incentive or disincentivize different classes of products by ramping the sales tax up or down. Higher tax on junk food, cigarettes and/or alcohol, low or nonexistent sales tax for basic ingredients and medicine.
Interestingly, France and the Czech republic tax wine and beer respectively like basic food.
Once you get past level 18, you can start picking your own party. You might need to keep some of the old members around as support for a bit, but building out your own roster can be way better than the starter pack.