I've been experimenting with using ChatGPT for worldbuilding, including NPC dialog and stuff. I was rather satisfied with the results, that is until I saw your comment. The text it generated for you is very similar to what it gave me. The style is immediately recognizable, the structure is extremely similar, and in case of "For I am Grimgor Blackfist, the most feared warrior in the land, and no one can stand against me." I literally got the same sentence with a few words changed.
I wonder if it's possible to customize the prompt in order to make the output more unique otherwise everyone who is using ChatGPT for fantasy writing will end up with very samey and super recognizable style.
I consider obligatory 20% tipping as that weird American thing along with guns and (absence of) healthcare. People have elaborate arguments and discussions about them, and the side in favor can look very rational and plausible, and their hypotheses can even have a lot of explanatory power, but they are easily refuted by looking at basically every other developed country.
I travel a lot and eat out a lot and I haven't noticed any discernible difference in service between the countries with obligatory, optional and prohibited tipping.
Same, never got any headaches from any screens. Regardless of the type of the screen, lighting or viewing position. Have been using computers for almost 25 years, with many 10h days and occasionally 15+ hours.
As I got older I started getting neck pain though, if I sit too awkward. But still no headaches ;)
The crucial difference is that at no point I felt I was stuck. I could paste any line of code into ChatGPT and ask it to explain it. Practically every time I got a meaningful and valuable explanation, moreover the explanation was in the context of my code. Similarly all functions it generated were matching the context of my code so I could just copy and paste it and it just worked, most of the time.
Rather than going through Google and Stackoverflow it felt like working side-by-side with a moderately competent developer. Mind you, I have tried the google-and-stackoverflow method before for the exact same thing, and failed every time ;-)
I have been developing a hobby project (AI powered document search) for a few months and was in sore need of a frontend. My frontend development skills however are stuck in late 1990s and I have zero skill with anything but plain HTML and a little bit of JS. Several times I tried learning React, reading tutorials, watching videos, but the whole idea of it was very removed from how I learned to code, so I gave up every time.
Today, I asked ChatGPT to develop the React app for me. ChatGPT guided me through the entire process starting from installing npm and necessary dependencies. The commands it suggested sometimes didn't work but every time I just copy-pasted the resulting error message into ChatGPT and it offered a working solution. I gave it the example of JSON output from my API backend and it generated the search UI which, to my surprise, worked.
My wet dream for the past few months was to implement infinite scrolling for my search. Again, after hours of google searches, tutorials, etc. I just gave up every single time. Not today. I asked ChatGPT to add infinite scrolling to my app. It wasn't easy. It didn't produce a working app immediately, it took a couple hours of conversations: I had many questions how different parts of React worked, how to fix errors etc. etc. In the end however, I had my working search app, and with infinite scroll to boot!
I haven't done a single google search or consulted any external documentation to do it and I was able to progress faster than I have ever did before when learning a new thing. ChatGPT is, for all intents and purposes, magic.
This is blatantly untrue. Venezuelan bolivar has lost 100% of its value (within a rounding error) - current exchange rate is something like 800 trillion of old bolivars to USD. Argentine peso is doing somewhat better than bitcoin this year, only losing 40%, but you don't have to go far back for it to become much, much worse. In the entire history of bitcoin there are very few periods when you'd come out on top holding argentine pesos rather than bitcoins.
Evidence for existence of a (il)liquidity premium in the stock market is very weak. What this means is that the market has been liquid enough for a long, long time.
Consider high frequency trading. Does it really matter for capital allocation that you can sell your Google stock for a fair price in 10ms instead of 20ms? There are hundreds of PhDs working on algorithms and billions invested into infrastructure to make those 20ms into 10ms, which I'd argue is a byproduct of how exchanges work and doesn't serve humanity in any way.
I usually don't go out of my way to pay with bitcoin, but recently needed to buy a PSN prepaid card and every website I tried either declined my 2 credit cards and paypal outright or requested some ridiculous verification (record myself on camera holding a passport to my face? To buy a $10 prepaid card? No thanks)
In the end I stumbled upon a shop that accepted bitcoin and got my PSN card in the time it took to get one network confirmation.
I highly doubt it really mines bitcoin because with the current difficulty a typical modern graphics card can expect to mine less than $0.01 worth of bitcoin a week if left running 24/7 on full load.
Edit: what I meant is that EpicScale in all likelihood mines another cryptocurrency, not bitcoin. Especially that it seems to use CPU which is utterly useless for bitcoin mining (you won't even get $0.01 in a year with the latest i7!)
The answer is certificate pinning. For example, it is impossible to MITM google services if you are using Chrome because the correct public keys are hardcoded in the browser itself.
If the site certificate is not pinned, you can use a 3rd party service hosted outside the MITM proxy to compare certificate fingerprints (such as https://www.grc.com/fingerprints.htm)
Yep, it is exactly the same rhetoric, word for word as used in other NSA-praising comments on HN. Posted by a 1-year old account that had exactly 1 comment in their history until today.
> most coins (no reference, just surmising) are in exchanges rather than wallets owned by the end user.
Are you saying there are 7+ million BTC stored on exchanges? I disagree based on two data points: Bistamp's reserves were 180K in November 2013 and MtGox's were 850K (with 650K of them missing) at the time of its death.
Even if you add BTC-E, Chinese exchanges, Coinbase and LocalBitcoins, it most likely won't exceed 2-3 million which means the remaining 80% is owned by end users directly.
"We are working to determine what has gone wrong. The majority of our coins are swept and placed in cold storage often so this shouldn’t be a major issue right now but we are still working to determine the breadth of the issue. This seems to be a server issue and not a compromise but our teams are still investigating."
I wonder if it is possible to implement blacklists so that each relay operator may exclude their node from serving requests for hidden services they don't approve of.
E.g. a law abiding tor relay operator in Mauritania may decide to block the infamous underground apostasy discussion forum. It still remains accessible via other routes but the Mauritanian relay is now not involved with serving the site in any way.
I'm talking about particularly large chains of transactions (like hundreds or even thousands of transactions within the same day, often with most of them included in just a few blocks).
If they actually need to pay to that many different addresses it would be far superior to make a single tx with multiple outputs.
My first theory was that someone is trying to inflate tx volume and the simplest idea they came up was scripting the Bitcoin client to make thousands of small payments in a row.
A few weeks ago I made a script to look for transaction chains like this in the blockchain, and it turned out they have been going on every day since mid-2010. Currently they account for 20-25% of tx volume but the percentage was much higher in the past (up to 50-60% for some days in 2012). For most of 2014 it was about 15%.
I'm not sure what the sender of these transactions is doing (trying to inflate tx volume? some badly written software?strange mixing algorithm?) though even if you discard those transactions from analysis it doesn't change the overall picture much.
I wonder if it's possible to customize the prompt in order to make the output more unique otherwise everyone who is using ChatGPT for fantasy writing will end up with very samey and super recognizable style.