* Posts by Loyal Commenter

5761 publicly visible posts • joined 20 Jul 2010

Microsoft emits last preview of .NET 6 and C# 10, but is C# becoming as complex as C++?

Loyal Commenter Silver badge

Re: "the ability to use operators on generic types."

The alternative, in a lot of use cases, to using generics, is to have multiple versions of the same code, for example, once for each type that needs it. Repeated code is definitely a code smell.

For example, take the List class. Would you rather the language had a List<T>, with one implementation, or one class for every built-in type, such as ListOfInt, ListOfFloat, ListOfString. What about if you want a list of lists? Does the language need to define ListOfListOfInt rather than just allowing you to use List<List<int>>? What about if you want to have a list of your own classes, Foo and Bar, do you want to have to write the boilerplate code yourself for ListOfFoo and ListOfBar? It's a no-brainer that the List<T> class is defined once, has one implementation, and behaves in the the same way whichever T you use it with.

Generics are a powerful, and pretty obviously needed, tool in the programmer's arsenal. I think you may be making the mistake of thinking that they somehow erode type safety, but if you were going to try to add a string to a list of integers, you'd get a compile error. Whilst the definition of List<T> might be generic, the implementation in the consuming code which might use List<int> very much is not.

On the other hand, if you were to use a List<dynamic>, to circumvent the compiler's type checking, then you need your head boiled.

Chocolate beer barred from sale after child mistakes it for chocolate milk

Loyal Commenter Silver badge

Re: I might have an opinion...

I did have some very nice plum porter a while back. I think it probably came from Lidl.

You're all making me thirsy now.

Loyal Commenter Silver badge

Re: hmm what will reg readers' opinion be on something modern

If you're drinking something hoppy, it's probably an IPA, or possibly a session ale, but not a stout. Hops are added to pale beers to preserve them. Stouts and porters tend to be robust enough both in terms of flavour, and cask-life, without having to add poncey flowers into them.

Loyal Commenter Silver badge

Re: Beer Definition

Stout made with chocolate malt, and chocolate stout, are not the same thing (although they can be both). Chocolate stouts are delicious, and most definitely have chocolate in them, as is coffee porter, which can get you drunk and wake you up at the same time!

Loyal Commenter Silver badge

Re: Not beer

My understanding with fruit lambic beers (at least the supermarket ones) is that fruit syrup is added to the beer after fermentation has completed. In some countries, it is common practice to add the fruit syrup to beer when serving.

Loyal Commenter Silver badge

Re: Not beer

I guess you've never tried any chocolate stout then. There's this thing called "fermentation" you might have heard of, where microorganisms (usually yeast) turn that sugar into alcohol. Chocolate stouts are usually strong, dark, and bitter, with a chocolatey aftertaste.

They won't be sweet unless someone has done something to stop the fermentation (like a fortified wine), or they've put far a load of sugar in to start with and the yeast has poisoned itself, this would lead to "off-flavours" from the dying yeast, apparently known affectionately as "yeast-poop" amongst brewers.

Loyal Commenter Silver badge

Re: Beer Definition

At the time, the keg and the yeast were one and the same. For certain brewing processes, this is still the case (lambic springs to mind).

From Wikipedia: (my emphasis)

Lambic is generally brewed from a grist containing approximately 60–70% barley malt and 30–40% unmalted wheat. The wort is cooled overnight in a shallow, flat metal pan (generally copper or stainless steel) called a coolship where it is left exposed to the open air so more than 120 different types of microorganisms may inoculate the wort. This cooling process requires night-time temperatures between -8C (18F) and 8C (46F). While this cooling method of open air exposure is a critical feature of the style, the key yeasts and bacteria that perform the fermentation reside within the breweries' timber fermenting vessels.

$600m in cryptocurrencies swiped from Poly Network

Loyal Commenter Silver badge

Indeed. I believe the current status in the UK, for example is that money made from dealing in cryptocurrencies (in fiat currency) is treated as money made from buying / selling any other investments and is subject to capital gains tax. The threshold for paying such is currently £12,300, so unless you're making serious money from it, it goes untaxed just the same as selling your old tat on eBay. Note that CGT is paid on profits as well, and not on amount, so if you bought £1M in bitcoin and sold it for £1,012,300, you'd still pay no CGT on it.

Woman sues McDonald's for $14 after cheeseburger ad did exactly what it's designed to

Loyal Commenter Silver badge
Paris Hilton

Re: Devoutly religious person is suggestible

Coming up on next week's episode of "Joke Explainer"...

Loyal Commenter Silver badge
Trollface

Devoutly religious person is suggestible

...film at 11...

Q: Post-lockdown, where would I like to go? A: As far away from my own head as possible

Loyal Commenter Silver badge

Re: Cordon Bennet ...

Baking an edible cake, with the correct texture, flavour, and cooked properly is not the same thing as being able to make art with that as a starting material.

Pretty much anyone can do the former, if they can follow simple instructions and work a set of scales, very few people can produce something with artistic merit.

As an analogy, anyone can mix paints, but not many can paint the ceiling of the Sistine Chapel.

Admittedly, the television programme to which this article refers, is largely about the latter, and not the former, which is why I find the "celebrity" version more interesting, where you have people who have never baked anything before demonstrating that, when you're under pressure, you can fuck pretty much anything up.

Please, no Moore: 'Law' that defined how chips have been made for decades has run itself into a cul-de-sac

Loyal Commenter Silver badge

Re: Transistor physics

"Thankfully, silicon is a reasonably good conductor of heat"

Not good enough though. This is already proving to be an impediment for stacking.

Indeed, so the next problem becomes how to remove heat from stacked structures.

"Microfluidics" I hear you say, perhaps? "Just pump coolant through the middle!"

Sadly, on the nanometre scale, most liquids tend to not act very much like liquids at all, and the pressures required to pump them through tiny little channels are immense.

What is probably needed is a network of highly thermal conductive elements to conduct heat away, whilst either having zero electrical conductivity, or remaining electrically insulated from the things they are trying to cool, by something that is electrically insulating, but thermally conductive, like boron nitride perhaps.

Loyal Commenter Silver badge

Re: Transistor physics

Indeed, modern chips are not flat, but as the article points out, modern lithography techniques mean that subsequent layers have to not interfere with the ones already laid. This puts a limit on how "high" a chip can be built, and you're still ending up with structures that look flat to the human eye, which are maybe a few hundred atoms tall. That's 2.5 dimensional at best, far from true 3D structures.

Loyal Commenter Silver badge

Re: Transistor physics

Back when I was at uni in the tail end of the previous millennium, they had a lab doing just that. - Thin film diamond vapour deposition.

See those stylish chemists from the '90s

Loyal Commenter Silver badge
Pirate

Re: About time too

That's because every time you move the mouse, those mouse movements are getting sent off to FB central to be analysed to see if there's an appropriate ad they can pop up.

Loyal Commenter Silver badge

Re: About time too

But we cannot do that with Windows (yet), as *IT* dictates how many cores can be used (for each task) and it just switches between them when *IT* determines which program has priority - and we have to sit and wait while Windows locks the screen and figures out what is going on. :-(

Open task manager. Switch to the Details tab, find the process you are interested in, right-click, set affinity.

You can explicitly set which cores are used, at the process level, so the exact opposite of what you said. In fact, if I remember rightly, and I'm going from memory here, it's one of the configuration settings in SQL Server to be able to set the processor affinity, so you can tell it explicitly NOT to use certain cores, if you want them free for something else.

Of course, if you wanted to set the affinity of all OS processes to one core, the affinity of an email client to another, and so on, apart from taking you a while to work through all those processes (the OS itself is going to have quite a few), all you're going to achieve is the underutilisation of some cores. You'd be better off setting the process priority down for things that you don't want hogging your resources (you can do that in the same place, too).

Complaining that a multiprocessing OS is splitting processor time to various tasks according to its own rules is basically blaming it for what it is designed to do. If you haven't set those rules to your liking, then it's not the fault of the OS for not being psychic. I don't know of any other OS that would handle processor sharing any differently, and we are a long way past the point where you would assign a single task to a single core and set it running. A multi-purpose OS with a UI is not an embedded device.

Don't get me wrong, there are plenty of valid criticisms of Microsoft, and of Windows, but making up bullshit doesn't help.

Loyal Commenter Silver badge

Re: Transistor physics

Once you get to the smallest scale you can make a transistor at (which, in order to be reliable, is probably not going to be smaller than ten atoms or so), you will have reached a hard limit of how many you can etch onto a silicon wafer, end of.

After that, the only improvements will be from either using something that's not a transistor, such as qubits, which will mean an entirely different programming paradigm, or moving into three dimensions, to produce something that is no longer a chip, because it isn't flat; let's call it a "block".

Once you do that, conventional lithography is dead, and we'll need some sort of other nano-fabrication technology to build those. That means those really, really expensive fab plants that Intel and their ilk have will be redundant, so don't expect that to happen any time soon, at least not driven by those players.

If you move into three dimensions, you also have to contend with cooling issues. At the moment, drawing heat from the top of a flat surface is a relatively simple job - a bit of thermal paste and a heatsink, and you're away. Thankfully, silicon is a reasonably good conductor of heat, but I reckon there's still a problem there in getting heat from the middle of a "block" to the edges, especially if those "blocks" are comprised of lots of layers of different materials with different thermal properties. Electrically insulating layers also have the tendency to be thermally insulating.

8 years ago another billionaire ploughed millions into space to harvest solar power and beam it back down to Earth

Loyal Commenter Silver badge

Re: Cool idea, but...

A lot of deserts are not so easy to reach, and solar panels in deserts tend to get covered in dust, worn down by sandblasting, or buried quickly under shifting dunes. Temperatures also vary wildly from above 40°C during the day to below zero at night.

The big advantage of putting solar panels in space is that pretty much the only things you have to deal with are micrometeorites, and if you make them modular, you can probably easily cope with the odd module getting holed every now and then, and deal with the small loss of coverage that may result. The temperature of space is a constant, of a few Kelvin left over from the big bang, and the only source of heat is radiation from the sun, which you will be pointing at 24/7, so the panels will quickly reach thermal equilibrium. As another poster pointed out, things in geostationary orbit only get shade for at most 72 minutes at a time, so that's the only regular thermal stress they will be experiencing.

Compare that to having to regularly drive out into the middle of a desert in heat that will quickly kill you, to un-bury an array of panels to replace a load that have been blasted to shards by the wind, or failed from metal fatigue because the mountings are getting a daily 50°C temperature shift.

Loyal Commenter Silver badge

Re: Wasn't this in one of the Brosnan Bond films?

I think there will be three factors at play here; beam divergence, atmospheric attenuation, and collector efficiency.

If the beam divergence is kept low, and the collectors are wide enough to "catch" the whole beam, it’s not a problem. At the other end of the scale, if the transmission is omnidirectional, then the power drops off with the square of the distance.

Atmospheric attenuation depends on the wavelength used, the thickness of the atmosphere it will have to travel through (which will depend on the angle; directly above would be the lowest attenuation, and on the horizon the highest), and the weather - water vapour absorbs microwaves, to varying degrees, again depending on the wavelength, which is how a microwave oven works.

Collector efficiency is basically a measure of how much energy is captured by the receiver, which is effectively acting like an aerial. A quick google of the subject suggests that we can expect this to be better than 90%

So, judicious choice of wavelength, to avoid any major atmospheric absorption, and a well focused beam means it woudl hopefully be up to 90% transmission efficiency, which will be well above the actual efficiency of the solar panels themselves.

Loyal Commenter Silver badge
Holmes

If only that had been mentioned in the article, eh?

BOFH: They say you either love it or you hate it. We can confirm you're going to hate it

Loyal Commenter Silver badge

Re: So he was "visiting" during working hours

The security model of USB is irretrievably broken, because the device is responsible for telling the host what it is and what it does (i.e. "I'm a keyboard"), without any sort of verification, so if you allow any USB devices at all, then you're open to all of them. Want to use a USB mouse? There's no way of knowing it also hasn't been secretly engineered to be a boot device on the second Thursday of every seventh month.

You MUST present your official ID (but only the one that's really easy to fake)

Loyal Commenter Silver badge

It's an anachronism anyway

A throwback to the days when married women were considered to be the chattels of their husbands.

I know several women (my wife included) who didn't change their name when getting married, and one man who took his wife's surname (because he preferred it, presumably).

D'oh! Misplaced chair shuts down nuclear plant in Taiwan

Loyal Commenter Silver badge

Re: system was running at 6-10 per cent of operating reserve ratio.

That would explain the occasional momentary switch-over dropouts that play havoc with the Vermin Media router, but don't even empty the caps in the PSU of my desktop PC.

On an unrelated note, does anyone know why a cable modem needs to take 15 minutes to reboot?

Somebody is destined for somewhere hot, and definitely not Coventry

Loyal Commenter Silver badge

Reminds me of the Kafkaesque situation at a previous workplace

One of my colleagues received a severe and formal dressing-down for his email use.

"Fair enough," you might say, "he's obviously been sending inappropriate emails to people."

Not quite. He received the dressing-down for incoming emails addressed to him. Which were filtered out before he saw them. The IT manager also wouldn't tell him who had sent the mails to him, or what they contained. Which probably tells you all you need to know about how much that particular IT manager actually understood his remit.

Loyal Commenter Silver badge

Re: Hot Stuff

I thought the Simpsons had already shown us that they all are.

Loyal Commenter Silver badge

Re: Having access to the system logs ...

I would have thought that any sensible person reading the thread would have seen that the previous two posts referred to Tom Lehrer. Even if the reader had never heard of him (and if not, why not?), I think that a basic level of reading comprehension would suggest that that was a quote.

Edit - just to add; not that it's my thing, but there's a world of difference between whatever consensual (and legal) activity gets you off, and abuse. Conflating the two is just stigmatising the sexual preferences of others, which is a course of behaviour that everyone should steer clear of, under the adage of "mind your own business".

Loyal Commenter Silver badge
Paris Hilton

Re: Having access to the system logs ...

I guess someone here really doesn't like Tom Lehrer.

That, or it’s just my "fan club" downvoting again.

Loyal Commenter Silver badge
Gimp

Re: Having access to the system logs ...

I yearn for the touch of your lips, dear, but more for the touch of your whips, dear...

The old New: Windows veteran explains that menu item

Loyal Commenter Silver badge

Chen mused: "Who among us can say they never created a new class or project by copying an existing one, and then deleting everything inside?"

If I had a pound for every time I have had to fix copypasta code filled with misleading comments that come from the original bit of code it was copied from...

It's right up there next to code that has been commented out by surrounding it with the equivalent of "if (false)", or left in "for reference" after replacement code has returned from that method. The cruft that shows up in code searches when you are looking to find where a class or method is used, and wastes your time, and is unreachable, and thus untestable.

Windows 11: What we like and don't like about Microsoft's operating system so far

Loyal Commenter Silver badge

One of the reasons Apple as a company didn't die in the '90s when it was seriously floundering was because Steve Jobs decided to partner with Microsoft rather than continue to oppose them. There were boos from the audience when he announced it, but it arguably saved the company. Before then, your average office PC made an Apple computer look like a dated beige box from the 1980s, with incompatible hardware. Remember SCSI interfaces that had the exact same connectors as parallel ports? I've seen at least one instance of a Macintosh (as they then were) being bricked by plugging a parallel-port version of a Zip drive into the SCSI port.

They then went the way of the computer as consumer electronics, with the "boiled sweet" iMac which arguably significantly changed their customer base.

GitHub Copilot auto-coder snags emerge, from seemingly spilled secrets to bad code, but some love it

Loyal Commenter Silver badge

Re: Shy

Beat me to it! I was going to suggest 10 digit salaries are already the norm, it's just that five of those digits are after the decimal point, and three of those are taken up by the floating-point rounding error because the AI didn't think to use a double.

Loyal Commenter Silver badge
Trollface

If it's trained on openly available code...

...presumably, it will automatically add buffer overflow flaws into any C it finds.

Devilish plans for your next app update ensure they never happen – unless you start praying

Loyal Commenter Silver badge

Re: Crime of the century

The actual issue boils down to a government minister whose behaviour and therefore his character, is patently dishonest.

There, FTFY

Loyal Commenter Silver badge

Re: Crime of the century

Not to overstate the obvious, but I believe the actual issue here is of a Health Secretary making rules that affect everyone in the country (rightly or wrongly, I'm not getting involved in that debate, for there be idiots), and not following them himself.

That, and using personal email for government business, thus sidestepping necessary accountability, giving out work to the guy who runs his local pub without proper procurement procedures (again, an issue with accountability), then pretending to not know the landlord in question, despite being on Zoom calls with a picture of the same pub on the wall behind him, which subsequently mysteriously disappeared, and all sorts of other instances of Tory donors mysteriously getting "fast-tracked" for lucrative government contracts with the health Department, with no oversight, or proper procurement procedures, despite being very demonstrably not the best choice in many cases.

And if you think "Door Matt" (as John Crace likes to call him) is the only one up to these sorts of shenanigans in the corridors of power, I've got a selection of very nice bridges you might like to take a look at. Act fast, as they're selling out.

Are we getting close yet?

One good deed leads to a storm in an Exchange Server

Loyal Commenter Silver badge

Use of private email aside

I'd say that Lucas's prime mistake was not testing his changes before leaving. "Change something and hope it's okay" is not a sensible course of action.

Go to L: A man of the cloth faces keyboard conundrum

Loyal Commenter Silver badge

Old Habits Die Hard

The typewriter on which I learned to type, at a tender young age before personal computers were really a thing, was the same one on which my mother had learned. It had no number '1', and may have not had a '0' either. You were expected to use 'l', which, being Roman type, had little serifs on it like a '1'.

I believe this was not uncommon in the age of the electric typewriter, and the vicar in this story had probably learned the same way.

BOFH: When the Sun rises in the West and sets in the East, only then will the UPS cease to supply uninterrupted voltage

Loyal Commenter Silver badge

Re: Reminds me...

I swear the heads on some of those cheap screws are made of cheese. Any amount of torque above that which a small child might produce, and the screw head is a neat inverted hemisphere.

Three things that have vanished: $3.6bn in Bitcoin, a crypto investment biz, and the two brothers who ran it

Loyal Commenter Silver badge

Re: $10 million

Banks want to give loans to people who can afford to pay them back, plus interest.

If you can't pay, they won't give the loan. That's what "credit ratings" are for - a way of establishing whether a person is likely to repay a loan or not.

Banks actually want to give out loans that people can only just afford, so they can get the maximum profit in interest payments, without the payee defaulting. Once someone defaults, they have to either write the debt off, sell it to a debt collection agency, or try to get it back via the civil courts. After a certain time, it gets statutory barred, and if the person who took out the loan has managed to evade the bailiffs and debt collectors, they walk away.

Loyal Commenter Silver badge

Re: $10 million

That system works, because banks make loans that they think people will be able to afford to repay, or at least pay the interest on.

Large loans are typically "secured", for example, if you have a mortgage, it is secured on your house. If you default, the bank gets the house, as well as any repayments you've already made.

Now, arguably, a bank might secure a loan on a yacht with the yacht itself, but they'll probably look at the rate of depreciation on that yacht, which, unlike property, is unlikely to go up in value, and do the maths, and work out that if you defaulted after your first payment, and they repossessed it, they'd probably only get 40% of the value back. If they were in the business of giving loans for yachts, and there were enough customers out there, they might amortise that risk by charging a high rate of interest to cover the defaults, on the assumption of a certain rate of defaults, but they'd probably decide that the risks were too variable, and go into a safer business. So yes, if you walked into a bank and asked for an unsecured loan on an expensive veblen good like a yacht, or a "luxury" watch, they would either laugh at you or try to fleece you for an interest rate that rivals a pay-day loan company.

Loyal Commenter Silver badge

Re: Bitcoin mixers and tumblers

And when that "mixer and tumbler" is operating in one of the other 194 countries in the world, how do you propose that your law enforcement agency does that?

Loyal Commenter Silver badge

Re: Ha ha

The lack of regulation does make cryptocurrencies very much a "Wild West" situation, and you do have to assume every other player is a bad actor, unless proven otherwise.

However, whenever I see a comment like this, I feel compelled to ask how that is different to, for instance, the US Dollar, the favoured currency of black-market arms and drugs dealers worldwide?

Loyal Commenter Silver badge

Re: BCCI

I think legally you have to tell them, or you are technically committing fraud.

I think the standard form, for when a financial institution makes a mistake in your favour, is to write them a letter, either sent by recorded post, or asking for a confirmation of receipt, telling them that they have made a mistake. No need to tell them it's in your favour, and if they don't respond, the money is legally yours.

IANAL so don't take this as bona fide legal advice!

Loyal Commenter Silver badge

That's not why Barings got shut down. It collapsed because they essentially allowed a single trader to make a bunch of long-shot bets with more money than they had to back them with. No "intrusions", as such, and it wasn't "shut down" by any authorities, it folded due to insolvency.

This particular story sounds like a run-of-the-mill "get rich quick" scam. They sued the word "crypto" in there, but there's nothing to indicate that this was the nature of the scam, except that when the perps ran off with the cash, it was in the form of Bitcoin, rather than a suitcase full of high-denomination notes, or bearer bonds, or frozen orange juice futures, or whatever.

Bitcoin itself might turn out to be a massive investment bubble, but this fraud isn't related to that.

To compare to another famous bubble, this is like a couple of guys telling everyone that they could get rich, if they only give them money to buy a load of tulips, buying a load of tulips with that money, and then rather than waiting to see if the price goes up, just running off with them, selling them, and keeping all the money. Hell, there might not even be any tulips involved, or only just enough to string the "investors" along by waving a bag of bulbs in their faces to encourage them to part with more money, and get their friends in on the act.

Loyal Commenter Silver badge

Re: $10 million

Yes, but if you go to the bank and say, "I'd like a loan to buy a super-yacht," or even, "I'd like a loan to pay my rent / pay employees / buy food," they first thing they'll ask is how you intend to pay it back, before laughing you out of the room. Yes, our economy is based in large part on the circulation of debt, but a lot of people will see that as a problem, not a great selling point. Just take a look at every major financial crash in recent history for a lesson in why.

Loyal Commenter Silver badge

Re: $10 million

Money is not for creating more problems. If you have more money than you can spend, you're fine. Stop trying to find excuses to spend more money.

From the perspective of societal good, this is the exact problem with capitalism.

If you have vast sums of money, and hold onto it, it means that money is taken out of the economy and the supply is reduced. There's slightly less to go around for everyone else, and less taxation to fund public services. This harms everyone.

If, however, you spaff it all on yachts, that money goes back into the economy. The agent takes his cut, pays taxes on it, and spends it to pay for food and bills. The yacht builders pay their employees, pay income taxes and national insurance contributions, buy other goods and services, and so on. The money continues to circulate in the economy. The government gets their cut, so there is money for rubbish collections, road maintenance, pandemic vaccination programmes, armed forces, and so on.

Once you get people hoarding personal wealth on a scale similar to a country's GDP, you have a problem.

Of course, there's nothing wrong with saving for a rainy day, saving up to buy a house, etc. but you have to ask how many zeroes on the end of those savings are necessary to insulate yourself against the unforeseen and how many are just down to pure avarice at everyone else's expense.

Loyal Commenter Silver badge
Holmes

Re: Sometimes, I just can't believe the gullibility of some people.

...but even if they have to lose 50% doing so it makes them the two of the most successful criminals in history.

I think you'll find, that once such sums are involved, these people are no longer considered to be criminals.

What, you think all those multi-millionaires and billionaires out there are squeaky clean and got their money by being super hard-working and good at their jobs? Hahahaha.

Loyal Commenter Silver badge

Re: Yay money laundering!

I'm not sure how people are trading in cryptocurrencies for cash, to be honest, at least in the UK.

Find vendor who accepts payment via BitPay. Transfer cryptocurrency to BitPay. Pay vendor. Receive goods. BitPay also convert various crypto into vouchers for Amazon, major supermarkets, etc. I've not tried that route, but can confirm that it works with vendors who accept BitPay (e.g. Pimoroni)

Now that China has all but banned cryptocurrencies, GPU prices are falling like Bitcoin

Loyal Commenter Silver badge

Re: Mining...Isn't this essentially nerdy fraud?

f I recall - and this is going back a while, well before the current hype - one of the early hopes for bitcoin was that it might allow one to convert or transfer money into other currencies, thus avoiding the retail price-gouging and/or exchange-rate "tweaking" of traditional banks and exchanges; i.e., an attempt to avoid unfair behavior. If that had worked out - would that have been fraud?

As such, it does have some utility as a means of payment. For example, there are sites (Pimoroni is an example) who will allow you to pay with Bitcoin. The mechanism for doing so is via BitPay, and I suspect what Pimoroni get is actual cash from BitPay. From my perspective though, I have to transfer some BTC to a wallet held by BitPay (which costs me a transaction fee, so the amount arriving at BitPay is less than what I send), and then pay the current BTC price to Pimoroni via the BitPay app, plus another transaction fee, which is taken from that wallet. Because of the size of the transaction fees, it’s really not worth it for small purchases, and part of the problem here as I see it, is that the transaction fees, although a very small portion of 1 BTC, correspond to several pounds of "real" money because the value of one individual BTC is high. The process does work, though, and I've bought several things from them this way (usually several things at once to make the transaction fees worthwhile, and on a day when the price of Bitcoin is spiking). I "spend" my bitcoin, and Pimoroni get cash. Who's being defrauded here?

Loyal Commenter Silver badge

When China's economy is based in large part on producing goods to be sold elsewhere, that seems very unlikely.

Loyal Commenter Silver badge

...and "untraceable" probably applies less to Bitcoin than it does to the USD. The blockchain is in essence a ledger containing every single transaction. The only thing that may be untraceable is *who* is making those transactions, and even then, de-anonymisation of wallets is not impossible, especially when Bitcoin is transferred to exchanges that require user verification and authentication.