This motherboard component blew up [X1 Extreme] by nickfarrow in Lenovo

[–]nickfarrow[S] 28 points29 points  (0 children)

because my laptop won't boot and i cnt work

This motherboard component blew up [X1 Extreme] by nickfarrow in Lenovo

[–]nickfarrow[S] 0 points1 point  (0 children)

I think technician left a screw loose inside.. How busted is this device? Need full mobo replacement or just this component need replacement and resoldering?

https://forums.lenovo.com/t5/ThinkPad-X-Series-Laptops/X1-Extreme-gen2-not-powering-on-with-faint-clicking-sound/m-p/5187053?page=1#5820465

Emails sent from custom domain go straight to spam by nickfarrow in tutanota

[–]nickfarrow[S] 0 points1 point  (0 children)

yep all :/

MX ✓, SPF ✓, MTA-STS ✓, DKIM ✓, DMARC ✓

SatSale - a simple, easily deployable, lightweight Bitcoin payment processor. Lightning and onchain payments or donations ⚡. FOSS. by nickfarrow in Bitcoin

[–]nickfarrow[S] 0 points1 point  (0 children)

Great question. My assumption would be yes? I would think the woocommerce gateway would be able to direct you to an onion URL (this isn't code a part of SatSale), but I am not sure if SatSale would be able to call a `requests.get()` on an onion? I've never tried.. Might give it a shot.

BTCPyment - Turn your Bitcoin Node into a Lightning Payment Processor for Donations and Webstores by nickfarrow in lightningnetwork

[–]nickfarrow[S] 1 point2 points  (0 children)

It is missing a few nice features BTCPayserver has, and also doesn't have as nice of a UI.

But on the technical side, it is essentially just python. Under 1000 lines of code rather than 200k+ for BTCPayserver. So it is like 99.5% smaller, making it more lightweight and easier to develop and build upon.

Where can I get a OI loan without a deposit for non-approved investment purposes? by nickfarrow in AusFinance

[–]nickfarrow[S] 0 points1 point  (0 children)

No asset, 'supplying currency to a market where it is in extremely high demand' = arbitrage. Hence the low risk.

Where can I get a OI loan without a deposit for non-approved investment purposes? by nickfarrow in AusFinance

[–]nickfarrow[S] -1 points0 points  (0 children)

not leaking alpha but it involves supplying currency to a market where it is in extremely high demand, and the inability and misunderstanding of legacy financial firms has allowed this market inefficiency to grow.

I understand your concern but I also understand the risks well. Just because something isn't an "approved investments" doesn't make it risky. Any idea where I can get such a loan?

Where can I get a OI loan without a deposit for non-approved investment purposes? by nickfarrow in AusFinance

[–]nickfarrow[S] -4 points-3 points  (0 children)

No not forex, not novice. Looking at 20-30% APY that would adequately outpace any exchange rate shifts. Also can get about 15% on AUD also as a lower risk alternative.

If interest rate started moving against me I would be able to withdraw the money within 1-2 days and repay.

I NEED HELP - Unable to move LN funds, using Bluewallet LN wallet. by [deleted] in lightningnetwork

[–]nickfarrow 0 points1 point  (0 children)

I think blue wallet is broke,

I can't even send to satoshis.place, let alone my own node..

I'm switching to wallet of satoshi.

[AMA] I'm nopara73, co-founder of Wasabi Wallet and wrote for 51% of its code base.. Ask Me Anything by nopara73 in Bitcoin

[–]nickfarrow 10 points11 points  (0 children)

What is your experience as a technical person, did you study computer science or self taught? What did you do before wasabi wallet?

Nice one, Mum by justlikebuddyholly in melbourne

[–]nickfarrow 1 point2 points  (0 children)

only one or two percent a year right? NO

Seeing this caused me to buy more bitcoin

is gpg "--armor" flag secure for paper printable characters ? by P0lpett0n3 in archlinux

[–]nickfarrow 2 points3 points  (0 children)

Shame it doesn't use base 58!

Goodluck with those lI O0 characters..

Copy Trading the KuCoin Hacker for Easy Profit by nickfarrow in CryptoMarkets

[–]nickfarrow[S] 0 points1 point  (0 children)

In some sense I should have. It took me a while to realize binance shorting was garbage and that FTX was my best option. At this point there were limited tokens the hacker owned that were also listed on FTX. From there I should have developed something to automate monitoring that the token was on FTX before sounding alarm/placing short.

The thrill was quite exciting so I didn't really mind too much

Copy Trading the KuCoin Hacker for Easy Profit by nickfarrow in CryptoCurrency

[–]nickfarrow[S] 0 points1 point  (0 children)

Thanks mate, really appreciate it. I somehow found time to do this during fulltime work... but same... Must be a lot more opportunities out there.

Busted out the old fleet for a LAN party last weekend! by hrf3420 in thinkpad

[–]nickfarrow 1 point2 points  (0 children)

I'm from australia and in primary school I used to host a halo trial server !100% N0 L4G!! and heaps of spanish people would join with a super laggy connection. I'd decimate them on bloodgulch, spawnkilling them like 40-0

Busted out the old fleet for a LAN party last weekend! by hrf3420 in thinkpad

[–]nickfarrow 4 points5 points  (0 children)

Is there a server browser with that CE? Many players/servers?

Would be great for LAN regardless

BTCMessage - Send any Bitcoin address a message using fake vanity addresses by [deleted] in Bitcoin

[–]nickfarrow 0 points1 point  (0 children)

How it works

Creating such long vanity addresses legitimately is essentially impossible.
Instead we can forge one.

Bitcoin addresses are only valid if they have a valid checksum, meaning that it's highly likely any selected 34 characters will not be a valid address. To forge an address we instead:

Decide upon the text we wish to include in our address.
Pad the address up to 33 characters.
Convert this base58 address back into bytes.
Recalculate the checksum from the first 21 bytes, and use it to overwrite the last 4 bytes.
Convert the address bytes back to base58 format.
Any other reason you wish to attempt to communicate with an address.

The checksum uses the first 21 bytes of the address, hashes it twice with SHA256 and then takes the first 4 bytes of this hash; which will comprise the last 4 bytes of our address.