I think the argument comes from the full title being "The United Kingdom of Great Britain and Northern Ireland". If you drop NI then the other three countries can already be grouped under the Great Britain term.
I wonder how much effort it would be to put together something expanding on this that's really friendly to new developers exploring a system. The goal would be to have something that looks more like a traditional swimlane diagram, but with human readable labelling of the connections. The open telemetry data should provide a nice skeleton and then maybe use some LLM summarisation (with access to the source code) to label what's going on.
I vaguely remember this being a technique for getting past doors in the Splinter Cell stealth games (2002).
Retrieval augmented generation. In short you use an LLM to classify your documents (or chunks from them) up front. Then when you want to ask the LLM a question you pull the most relevant ones back to feed it as additional context.
The cheapest here is around €500 (depending on exchange rates), with plenty under €1500.
https://electroheads.com/collections/all-electric-bikes?filt...
Prices have dropped quite considerably recently. You can now pick up an e-bike as cheaply as €500. Once you get out of the "budget" range I'd expect to be paying more like €1500 for an average one.
You're still having to breathe the cold air though, which isn't great for your health below certain temperatures. https://www.theguardian.com/society/2022/sep/01/how-turning-...
In all the work environments I've been in (UK) the culture is the opposite, as the birthday person you are expected to bring in cake.
Single Page App. Simply: the application is loaded once when you navigate to the page and more ajax calls are used to retrieve data, perform actions as you use the app.
Yes, they are completely separate companies.
That would enable the truest form of helicopter parenting (https://en.wikipedia.org/wiki/Helicopter_parent)
One of the bands from the area wrote a song about the incident. It's not bad. https://www.youtube.com/watch?v=GkUNkVEt9Y4
There's wefunder too (https://wefunder.com/) who are getting set up to allow unaccredited (lower net worth) investors once the JOBS act goes through.
It's getting pretty infuriating the direction they seem to be taking on this. I would gladly be using the wallet app without a card, KitKat on my Nexus 5 has it baked into the settings even, but Google seem to have no desire to put it out in the UK.
Your "This field is required" validation labels obscure the postcode lookup dropdown for me when I submit before inputting any details. Otherwise, very nice!
At the low cost for that dome I'd be pretty tempted to stick another one on and divide it in two for kitchen and bathroom.
Definitely interested in this range but I'm still waiting on my order from the first campaign. How far are you guys from getting the UK orders sent?
I can't show you our app as it's internal but in my travels I found the Dairy Queen site exhibits similar behaviour. https://www.dqcakes.com/#/home
Get through to where you pick your cake design and pick one, then go back, repeat and watch the memory increase.
It seemed it was detached DOM elements that were causing most of the problems. We tried profiling with the Chrome dev tools but found it very difficult to pinpoint where to start looking from the thousands of elements generated every-time we repeated our workflow.
In the end we looked at the bottom line memory consumption and experimented until we saw reductions. We found using things like ng-show instead of ui-if, essentially preloading the partials and switching between them instead of reloading everytime, saved us enough memory to make the system viable.
Everytime I read an Angular postmortem I'm intrigued that I never see memory issues being raised.
In a recent rewrite of one of our applications into Angular we had huge issues with it consuming memory. I think our use case is quite distinct, we have a telephony component that needs to stay loaded so single page app really does mean single page app for us, but even so I would expect to see memory mentioned every now and then.
Just run /usr/local/share/python/pyhn
Bidding bonuses getting you discount vouchers seems like a novel idea to boost the price along. Nice way to to link people's interests in the product to the auction price.
Found it slightly annoying that I couldn't view other auctions without just picking numbers in the address bar though. (Or signing up I presume).
I would imagine the reason for the difference in purchasing would be Apple's consistent pricing strategy. The price of an Apple product seems to be set no matter where you get it from, whereas people will bargain hunt for a Windows machine.
I had a go at this too a little while ago.
It's not web based unfortunately so here's a short video of it running: http://www.youtube.com/watch?v=eY4DHcsuv1Y&feature=youtu...
And sourcecode: https://github.com/OneHP/murmuration
Also because I'm not great with my vector maths you'll spot that the boids have some odd behaviour where they favour vertical movement. Strange little bug.
I really like yours, the direction changes and merging are a bit 'robotic' but I like the cohesion.
What I find most interesting is that the second highest trafficked event was in the middle of the UK working day. A lot of employers must have seen some big productivity anomalies during the Olympics.
I spent hours flying round in that thing, one of the most perfect online competitive experiences I've had in gaming so far.
Write a power dialler, that is a system that takes a list of numbers and the number of agents you have available and will ring enough customers so that the agents are on the phone more often than not.
Sell this to people running call centres, make sure it stays up all the time and they will love you.