-
wormrobot
is the monero-wallet starts a node automatically?
-
wormrobot
does*
-
plowsof
depends what wallet mode you choose (gui)
-
wormrobot
& Whats another purpose for a node? other then contributing to strengthen the network
-
wormrobot
plowsof: i use cli
-
plowsof
you must run ./monerod yourself for cli
-
plowsof
or point it to a remote node
-
plowsof
using your own local node is recommended for privacy reasons.
-
plowsof
yewtu.be/watch?v=n6Bxp0k7Uqg info about remote nodes / trade offs
-
wormrobot
plowsof: okay perfect thank you!
-
mechanic41turk[m
Hello
-
mechanic41turk[m
I have been asking around for help regarding getting my monerod work over clearnet, tor and i2p networks.
-
mechanic41turk[m
-
ofrnxmr[m]
Remove the "add-peer"s
-
ofrnxmr[m]
Remove priority nodes
-
ofrnxmr[m]
If you cant forward clearnet ports, incoming blockchain sync isnt possible
-
ofrnxmr[m]
You still contribute via outgoing connections
-
mechanic41turk[m
ofrnxmr[m]: So monero can't seed the blockchain data over tor/i2p?
-
mechanic41turk[m
ofrnxmr[m]: these are for relaying the transactions?
-
ofrnxmr[m]
No incoming connections over tor, correct
-
ofrnxmr[m]
But youre blockchain sync isnt setup to go over tor, its clearnet.
-
ofrnxmr[m]
And your isp isnt allowing port forwarding, so youre only able to male outgoing connections = you only have incoming connections because if you DO you tor, you still dont have incoming
-
mechanic41turk[m
Okay. So, by adding tor and i2p addresses as anonymous-inbound= directive, what does my monerod gain?
-
ofrnxmr[m]
s/because/and/
-
ofrnxmr[m]
Relaying tx
-
mechanic41turk[m
Alright. Fair.
-
mechanic41turk[m
Why do you suggest me to remove the "add-peer=" and "priority-node=" directives?
-
ofrnxmr[m]
--proxy puts monerod blockchain sync over tor (again, outgoing connections only)
-
mechanic41turk[m
I stumbled upon that suggestion during my reads through reddit/stackexchange threads.
-
ofrnxmr[m]
mechanic41turk[m: Not needed since 18.0
-
mechanic41turk[m
ofrnxmr[m]: Ah OK. I will remove then.
-
mechanic41turk[m
ofrnxmr[m]: Understood. Thanks.
-
mechanic41turk[m
ofrnxmr: can you also help me understand why I am not able to issue `./monerod print_cn` command?
-
ofrnxmr[m]
Yeaj
-
ofrnxmr[m]
Use the command how you just wrote it^ and it will work
-
mechanic41turk[m
ofrnxmr[m]: I am pretty sure it didn't last time I tried. But let me try once again now and answer you.
-
ofrnxmr[m]
The bind port flag you added before is unneeded
-
ofrnxmr[m]
Its just ./monerod print_cn
-
mechanic41turk[m
-
mechanic41turk[m
It gives an error.
-
ofrnxmr[m]
Oh
-
ofrnxmr[m]
Your config is broken... change............... 1sec
-
mechanic41turk[m
OK
-
ofrnxmr[m]
(Its your restricted rpc btw. 1sec)
-
mechanic41turk[m
Yeah, that was my suspicion, too.
-
ofrnxmr[m]
-
mechanic41turk[m
ofrnxmr[m]: Taking a look rn
-
ofrnxmr[m]
And then change torrc 18081 > 18089
-
mechanic41turk[m
ofrnxmr[m]: Got it.
-
mechanic41turk[m
So that clears up my confusion around why I couldn't issue print_cn command to my monerod.
-
mechanic41turk[m
I will try that very soon. But before I go and do that, can you also take a look at the question 3) there?
-
mechanic41turk[m
It is about the port 18082
-
mechanic41turk[m
s/18082/18083/
-
ofrnxmr[m]
Anon inbound doesnt do blockchain sync
-
mechanic41turk[m
hmm..
-
ofrnxmr[m]
Of does peer lists and handshakes and other lite stuff
-
mechanic41turk[m
Alright
-
ofrnxmr[m]
So its ot binded to 18080, its a different "p2p" on a differnent port
-
mechanic41turk[m
Cool. I didn't know that.
-
ofrnxmr[m]
Not* binded.
-
ofrnxmr[m]
18080 is for clearnet/ipv4 traffic
-
mechanic41turk[m
Also, isn't using the port 18083 for tor peer list AND zmq-pub port (p2pool recommends that way) causing collision of using the same port for two different aims?
-
ofrnxmr[m]
Yes
-
mechanic41turk[m
Uh.. so what should we do to mitigate that?
-
ofrnxmr[m]
I use 18084 for tor.. personally. And 18083 for zmq
-
ofrnxmr[m]
Others do the opposite
-
mechanic41turk[m
hmm
-
mechanic41turk[m
so, can p2pool running on the same machine pick up on your setting for 18084 port? Does p2pool automatically see that?
-
mechanic41turk[m
or is p2pool hardcoded to recognize only the port 18083?
-
sech1
p2pool has command line parameter for this
-
ofrnxmr[m]
mechanic41turk[m: No, I dont believe so
-
mechanic41turk[m
sech1: How can I make p2pool recognize that?
-
sech1
--zmq-pub tcp://127.0.0.1:18084
-
mechanic41turk[m
sech1: Bu that's for monerod config, right?
-
ofrnxmr[m]
P2pool startup flag
-
mechanic41turk[m
p2pool.io/mini/#help mentions that --zmq-pub flag is for monerod
-
mechanic41turk[m
it doesn't show it for "Setup P2pool" header
-
ofrnxmr[m]
My mistake, spoke too soon
-
mechanic41turk[m
sech1: can you answer that?
-
sech1
-
sech1
--zmq-port 18084
-
mechanic41turk[m
sech1: looking into it rn
-
mechanic41turk[m
sech1: Alright. That's cool. So I can set zmq-pub option both for monerod and for p2pool
-
mechanic41turk[m
Got it. That clears up my confusion regarding that, too.
-
mechanic41turk[m
Alright guys. That's it. I got my questions cleared up. Now let me go and do the config changes as you guys suggested.
-
mechanic41turk[m
Thanks.
-
sech1
miners usually don't use tor because it destroys the latency
-
sech1
so 18083 is fine to use for miners
-
mechanic41turk[m
yeah, I see that
-
mechanic41turk[m
however, I am aiming to have my monerod connections over clearnet, tor and i2p, AND get the p2pool working on the same machine
-
mechanic41turk[m
so I was having a "port collision" issue there.
-
ofrnxmr[m]
Thats fine
-
ofrnxmr[m]
I use
-
ofrnxmr[m]
Zmq 18038 and tor 18084
-
ofrnxmr[m]
Zmq 18083**
-
mechanic41turk[m
Yeah, I will do the opposite. Zmq 18084 and tor 18083
-
ofrnxmr[m]
Btw.. you can also setup onion to port 3333 in order to access the p2pool stratum over onion
-
mechanic41turk[m
I don't think I need that. I will setup my gaming pc reach to my p2pool running raspberry pi 4 on the same LAN.
-
mechanic41turk[m
So, I will just point xmrig to my raspberry's local IP
-
ofrnxmr[m]
Does p2pool / monerod on a pi verify fast enough to mine?
-
mechanic41turk[m
I will see that. I don't know yet.
-
ofrnxmr[m]
-
mechanic41turk[m
<ofrnxmr[m]> "
paste.centos.org/view/44..." <- ofrnxmr: do I still need to keep the `restricted-rpc=1` line if I do your changes?
-
ofrnxmr[m]
Comment out or delete that line + confirm-external-bind
-
mechanic41turk[m
ofrnxmr[m]: Alright. Both of those lines are going to be commented out.
-
ofrnxmr[m]
I never use them since restricted-rpc flags are now available
-
ofrnxmr[m]
.. they are still in my config though, just commented out.
-
mechanic41turk[m
<ofrnxmr[m]> "
paste.centos.org/view/44..." <- Hey, these indeed worked! Now I am able to issue `./monerod print_cn` command and see the clearnet, tor and i2p peers that I have connected to. Awesome.
-
ofrnxmr[m]
./monerod sync_info might be more human readable
-
mechanic41turk[m
ofrnxmr[m]: very good ๐๏ธ
-
mechanic41turk[m
sech1: I am setting up p2pool. Where does the p2pool write its blockchain data? Which filesystem location? I am moving the binaries to /opt/p2pool, and have created a system user "p2pool." So, I would like to know where in the filesystem should I prepare a diskspace for the p2pool blockchain data.
-
sech1
p2pool doesn't store blockchain
-
sech1
it only has p2pool.cache file, but it's limited size and you can turn it off
-
mechanic41turk[m
Oh cool
-
mechanic41turk[m
I am going to turn it off
-
mechanic41turk[m
Can I use --no-randomx --no-cache --light-mode options at the same time?
-
hyc
you don't need light-mode if you're using no-randomx
-
hyc
and you can only use no-randomx if you have a monerod to compute hashes for you
-
mechanic41turk[m
hyc: cool
-
mechanic41turk[m
hyc: I am going to have the same raspberry pi 4 (4 gb model) running 64 bit debian, running monerod and p2pool
-
mechanic41turk[m
does that mean "I have a monerod to compute hashes for me" ?
-
hyc
yes
-
mechanic41turk[m
nice
-
mechanic41turk[m
thanks
-
eee
helo
-
josef66[m]
Hello siren.
-
josef66[m]
Can i meet with you.
-
josef66[m]
I like your profil picture.
-
josef66[m]
Heyy siren answer me
-
Siren[m]
What
-
Siren[m]
I don't own a ledger
-
josef66[m]
I like your photo mrs siren
-
josef66[m]
Which country is in your profile pic?
-
Stnby[m]
I thought you were banned josef66
-
Siren[m]
Kazakhstan
-
josef66[m]
Siren[m]: Are u russian woman
-
Siren[m]
That's an insult
-
uncle_rae
it is?
-
Siren[m]
Kazakh != Russian
-
Siren[m]
Kazakhs are turkic
-
Siren[m]
Anyways this is off topic
-
jeremyh[m]
How dare you!
-
sgp[m]
Hey everyone! We launched the ability to buy XMR on the Monero.com website in 40 US states with Visa/Mastercard. It also works in most other countries, with extra payment methods. It requires KYC, so it's not for everyone, but we are excited to make the new option available. More information:
reddit.com/r/cakelabs/comments/z9sx…ith_creditdebit_card_is_now_live_in
-
sgp[m]
Yes, we will add this directly to the Cake Wallet and the Monero.com app in the coming months :)
-
Mochi101
sgp[m], nice one
-
Mochi101
congrats
-
Mochi101
How hard was that to do sgp[m]? Do you have to bunch through a bunch of hoops for Visa/MC ?
-
Mochi101
jump throught a bunch of hoops
-
sgp[m]
Mochi101: Not with Visa/Mastercard with this program, but we have jumped through hoops with another program of ours. Visa is the most crypto friendly in our experience
-
Mochi101
I would never have imagined that.
-
wormrobot
sgp[m]: Congrats Amazing new feature, Thank you "Beautiful Dev's" this is a huge step , allowing more people to buy monero even tho
-
sgp[m]
For another program of ours, yes that involved direct agreements with the processing networks to make sure it's stable
-
sgp[m]
but that program is not live yet
-
nioc
-
nioc
from another source "Visa along with other participants is working with the โWorld Economic Forum on a set of policy recommendations for central banks exploring the concept of Central Bank Digital Currency (CBDC).โ
-
nioc
wonderful
-
RavFX[m]
The great scam is coming
-
RavFX[m]
hopefully that CBDC saturation is going to help people to choose XMR instead of some random animal scamcoins.
-
revuoxmr
Revuo Monero. Issue 148: November 24 - December 1, 2022.
revuo-xmr.com/issue-148.html
-
philnthropic[m]
-
rbrunner
Hard to say what is better, a crime or an accident. Both are pretty bad.
-
great_taste
I heard ftx was actually a good exchange, as in their software worked quite well etc...
-
great_taste
amazes me how big it got considering the people running don't seem particularly competent
-
RavFX[m]
Because they stole money, it was all planed at the end
-
RavFX[m]
They would have been able to keep it on if CZ would not have warned about it's FTT selling
-
great_taste
but not anybody would've been able to pull this off
-
great_taste
they seem dumb but they're smart?
-
great_taste
they fooled many billionaires
-
apotheon
On one hand, I'd love to have a local Monero meetup. On the other hand, it'd probably be 80% feds.
-
RavFX[m]
That's the reason I did not go to local monero meetup :D
-
RavFX[m]
Doxing yourself as a Monero user in a third world country, no thanks.
-
apotheon
oh, damn
-
apotheon
Yeah, I could see that being potentially dangerous.
-
as2333
'third world country' lawl
-
RavFX[m]
Same reason I don't try to convert local into accepting Monero... It's unfortunate but I don't want them to know I own crypto
-
RavFX[m]
s/local/locals/
-
apotheon
While it's perfectly reasonable to be outraged at the way US Gov fucks around with stuff like cryptocurrencies, I think a lot of people in the US just aren't cognizant of how easy we have it in some respects with ability to do stuff like using Monero without getting our lives totally fucked.
-
apotheon
(for now, at least)
-
as2333
RavFX[m] you should go back to your 'first world'
-
RavFX[m]
Yeah.
-
RavFX[m]
In some country, normal people wagies are like 300$ a month...
-
RavFX[m]
If people know you have crypto. Well, they don't know how much you own but it's a lot more than what they have... they might want it ;)
-
apotheon
RavFX[m]: Unfortunately, if you want to be very cautious about it, you just needto cultivate close friendships with people you know couldn't be quislings, snitches, or jackboots before you bring them into the fold.
-
RavFX[m]
as2333: naa, I'm fine living like a kind with almost nothing, rent like 100$ a month for a house lol
-
apotheon
s/needto/need to/
-
RavFX[m]
s/kind/king/
-
as2333
RavFX[m] sure, you're so above those thieveing locals
-
RavFX[m]
And only "first world country" that have the option to make ATM pop out money with only a code is Russia.
-
RavFX[m]
And Russia is cold
-
apotheon
Russia is Second World in the first/second/third world paradigm.
-
RavFX[m]
as2333: Actually never got a local to steal from me and locals here are great and friendly, but I just won't tell them that I have crypto
-
RavFX[m]
only some very close one know...
-
apotheon
The division was based on cold war politics. First world nations were US-aligned, second world nations were USSR-aligned, and third world nations were "everyone else".
-
apotheon
RavFX[m]: as2333 is insulting you, in case it's not obvious
-
lou[m]
RavFX[m]: I don't think it's illegal to own or mine crypto in Russia, are privacy coins banned? I'm not aware of any ban in russia
-
RavFX[m]
I do like Russia but I don't like sub 0C temperatures
-
as2333
apotheon is an 'ex' US military murder.
-
apotheon
Russia's rich and powerful benefit from Monero, so I suspect that either Monero is tolerated there in general or enforcement is very, very selective.
-
as2333
in case people are not aware
-
RavFX[m]
Yeah, crypto fine in russia.
-
RavFX[m]
And it's easy to teleport some at random ATM when you need cash, without KYC
-
as2333
also he's not me spokesperson.
-
as2333
my*
-
apotheon
as2333: I bet you were spouting philosophical ideals at age two, and have never made a mistake in your life on matters of right and wrong, if we judge you by the same standards you seem to use to judge others.
-
lou[m]
> <@gfdshygti53:monero.social> Yeah, crypto fine in russia.
-
lou[m]
> And it's easy to teleport some at random ATM when you need cash, without KYC
-
lou[m]
nice, I know of one ATM in the city here (I live in Czechia), but it's only for BTC and litecoin and I generally care only XMR with me on my phone
-
xfedex[m]
-
xfedex[m]
for a shit meme
-
lou[m]
* nice, I know of one ATM in the city here (I live in Czechia), but it's only for BTC and litecoin and I generally carry only XMR with me on my phone
-
as2333
apotheon learn to shut up
-
apotheon
har
-
RavFX[m]
lou: I mean bank atm.
-
RavFX[m]
go on localmonero or localbitcoins
-
RavFX[m]
use cash at ATM option with you want cash
-
RavFX[m]
then contact give you a code, you walk to that whatever bank the code is for and just use "operation without card" on the ATM, type the code, grab the money!
-
RavFX[m]
s/with/when/
-
lou[m]
> <@gfdshygti53:monero.social> lou: I mean bank atm.... (full message at <
libera.ems.host/_matrix/media/v3/do…e31fe1975965afacd7657331f98e522ce51>)
-
RavFX[m]
I never ever saw a crypto ATM in my life.
-
apotheon
Luckily, as2333 is incorrect about me being a murderer. I haven't killed anyone.
-
apotheon
not even in self defense
-
RavFX[m]
me nether, I have to convert them to bitcorn when I plan to dump
-
lou[m]
RavFX[m]: no wait, there' actually two of them in my city
-
lou[m]
* wait, there's actually
-
apotheon
RavFX[m]: Around here, all the cryptocurrency ATMs are surveillance devices. They require KYC for any nontrivial amount, and require identification through mechanisms that are themselves ultimately subject to KYC even for small transactions.
-
lou[m]
apotheon: I've never actually tried using a crypto ATM, but it's probably the same everywhere in the west
-
lou[m]
KYC/AML everywhere
-
RavFX[m]
Yeah, I like when normal bank ATM have "operation without card"
-
RavFX[m]
Most of Latin america have that option.
-
RavFX[m]
Also Russia, Romania and I got a report that UK have them too
-
as2333
apotheon you're a murder accomplice, by definition.
-
apotheon
I don't know how many cryptocurrency ATMs are in my town of something like 80K, but I'm pretty sure it's at least three.
-
apotheon
a little more in the neighboring town of about 140K
-
apotheon
lou[m]: yeah, it's pretty sad
-
apotheon
as2333: Do you pay taxes? I guess you're paying contract killers. Off with your head.
-
xfedex[m]
RavFX[m]: Me neither, and I live in what's considered a "first-world country".
-
xfedex[m]
According to coinatmradar, there are 20 ATMs in italy, and they are mostly in Rome or Naples.
-
xfedex[m]
20 ATMs for 60 million people. That's about 1 ATM per 3 million people.
-
RavFX[m]
normal bank ATM have no fees (when you want to dump)
-
RavFX[m]
And when you want to buy, just buy it at the convenient store
-
apotheon
20:14 < RavFX[m]> Yeah, I like when normal bank ATM have "operation without card"
-
apotheon
nothing like that here
-
RavFX[m]
crypto ATM have huge scamfees from what I know
-
as2333
apotheon like the good US military murder you are you just pretend that the victims of theft are to blame.
-
apotheon
Withdrawal fees for ATMs are pretty standard here.
-
wormrobot
15:03 < RavFX[m]> If people know you have crypto. Well, they don't know how much you own but it's a lot more than what
-
as2333
apotheon anyway, I won't be replying to your garbage.
-
apotheon
as2333: You lack ability to understand either of nuance and parody.
-
as2333
you are a psycho
-
RavFX[m]
wormrobot: Yeah, they can think I have a few thousand BTC or 0 but yeah, they don't know how much
-
apotheon
charming
-
Siren[m]
I had an idea to make a DIY crypto ATM that exchanges cash for crypto and vise versa. I could list all the components and document how to assemble it all together, also write open source software for it. So people can build it themselves and place it in their cafes, shops etc. I don't know if it makes any sense but sounds doable.
-
Siren[m]
Cannot be regulated of course
-
apotheon
as2333: Have you no ability to perform the basics of mental modelling to understand others' states of mind?
-
RavFX[m]
You just need some money counting / dispensing device.
-
RavFX[m]
rest is off the shelf computer parts... and a nice casing
-
Siren[m]
> <@gfdshygti53:monero.social> You just need some money counting / dispensing device.
-
Siren[m]
>
-
Siren[m]
> rest is off the shelf computer parts... and a nice casing
-
Siren[m]
yup also could probably get a part for verifying if whether the bills are legit
-
xfedex[m]
Siren[m]: I don't think shops would put it, considering that most people barely knows Bitcoin exists and doesn't know other cryptos, and shopkeepers are afraid of having legal issues.
-
Siren[m]
this would 100% cause legal issues if someone reported it
-
xfedex[m]
Siren[m]: + there sometimes are random check ups at shops
-
Siren[m]
but I think it would be a cool little vending machine-like thing to place in your local hackerspace etc
-
xfedex[m]
s/+/plus/
-
Siren[m]
so you can exchange between your peers lmao
-
xfedex[m]
Siren[m]: Pardon my ignorance, what's an hackerspace?
-
RavFX[m]
I'm fine with Latin america way
-
RavFX[m]
* go to convenient store to buy
-
RavFX[m]
* use "operation without card" on normal ATM to sell
-
RavFX[m]
Bitcoin ATM are great but then people see you using it and so know you have an unknow amount of crypto
-
apotheon
-
apotheon
"A hackerspace (also referred to as a hacklab, hackspace, or makerspace) is a community-operated, often "not for profit" (501(c)(3) in the United States), workspace where people with common interests, such as computers, machining, technology, science, digital art, or electronic art, can meet, socialize, and collaborate."
-
apotheon
I don't think I've ever heard of them being called hacklabs" or "hackspaces". Those are new to me. I know of a particular local hackerspace whose name is "Creatorspace", and the people who frequent it tend to use the term "makerspace" in the generic sense. I've always just called them hackerspaces, though.
-
Siren[m]
> <@gfdshygti53:monero.social> I'm fine with Latin america way... (full message at <
libera.ems.host/_matrix/media/v3/do…6cc125518419d9bd9cc179af551c264dfeb>)
-
Siren[m]
: (
-
wormrobot
RavFX[m]: yeah i wouldnt recommend u to do so either, i think they will take you hostage for your keys
-
Siren[m]
I have friends irl that use monero
-
RavFX[m]
wormrobot: Probably depend where and who see you using them
-
RavFX[m]
But it did append in the past
-
xfedex[m]
apotheon: It makes sense they don't call it "hackerspaces", as the word "hacker" resembles "internet criminal"
-
xfedex[m]
> <@apotheon:libera.chat> I don't think I've ever heard of them being called hacklabs" or "hackspaces". Those are new to me. I know of a particular local hackerspace whose name is "Creatorspace", and the people who frequent it tend to use the term "makerspace" in the generic sense. I've always just called them hackerspaces, though.
-
xfedex[m]
* It makes sense they don't call it "hackerspaces", as the word "hacker" is, in common dictionary, "internet criminal"
-
apotheon
eh, fuck people who insist that's the only meaning of "hacker"
-
Mochi101
++
-
Siren[m]
xfedex[m]: hacker doesn't mean internet criminal, what you're referring to is a cracker
-
RavFX[m]
"internet criminal" is the detourned word for hacker
-
apotheon
xfedex[m]: I'm not saying that's you, by the way. No insult was intended.
-
Siren[m]
-
RavFX[m]
* "internet criminal" is the detourned word for hacker
-
RavFX[m]
Hackers where before Internet....
-
wormrobot
Siren[m]: wish i knew about a local cyberspace i want to meet other cool smart hackers
-
xfedex[m]
Siren[m]: Well, not everyone is an expert at english words, so at least in Italian, hacker = internet criminal
-
RavFX[m]
Same here.
-
RavFX[m]
But there is none here really, except maybe some rare one in big cities
-
Siren[m]
xfedex[m]: well you should correct them in that case
-
Siren[m]
even calling it something like "cyber crime" or "internetz pirate!!!" is more accurate
-
apotheon
It's not always reasonable to educate others on terms like that.
-
apotheon
nothing wrong with pirates in the digital sense
-
Siren[m]
in several languages computer criminals translate to computer pirate
-
Siren[m]
not that it's the perfect term for it but certainly better than calling it a hacker
-
apotheon
That's pretty awful.
-
Siren[m]
a hacker could be someone who modded his car or something random like that
-
Siren[m]
doesn't have to do anything with computer crime
-
apotheon
Piracy (copying data) is criminalized in most of the world, but that doesn't mean most computer crime has anything to do with piracy.
-
Siren[m]
The media is stupid for misusing this term
-
xfedex[m]
Siren[m]: We have another term for that in Italian: "smanettone"
-
RavFX[m]
Siren[m]: exact, real definition of hacker
-
wormrobot
Siren[m]: i agree
-
Siren[m]
apotheon: the term "computer pirate" in those languages aren't referring to computer piracy
-
Siren[m]
it's more like somalian pirates
-
RavFX[m]
someone who thinker with computerz...
-
apotheon
It's funny how one can say "computer pirate" doesn't refer to "computer piracy".
-
spacekitty420[m]
arrrrr
-
spacekitty420[m]
raw UwU
-
Siren[m]
Siren[m]: for example
en.wiktionary.org/wiki/bilgisayar_korsan%C4%B1 literally translates to "computer pirate" yet it means "**malevolent** hacker: cracker"
-
spacekitty420[m]
* rawr UwU
-
apotheon
The RIAA convinced me that pirates are better than ninja.
-
apotheon
spacekitty420[m]: arr, matey
-
RavFX[m]
I want to install a 11th gen Core i7 in my thin PC (only support 10th gen cpu), will have to dump BIOS eeprom and add new intel cpu microcode in it.. Then flash it back and try with a 11th gen CPU.
-
spacekitty420[m]
blep
-
apotheon
RavFX[m]: seems like intricate work
-
spacekitty420[m]
RavFX: sounds like a headache... can't u just sell mobo and buy new one with proper socket?
-
apotheon
RavFX[m]: It's awesome if you can make it work.
-
apotheon
I don't keep up with hardware shit for the most part, and haven't for a long time.
-
RavFX[m]
I want a 11th gen, I have 3200MT/s memory in that computer, 64GB of it but 10th gen only support 2666..
-
RavFX[m]
plus the 11th gen equivalent (10500t -> 11500t) is like 25% faster too
-
RavFX[m]
spacekitty420[m]: it's the same socket
-
RavFX[m]
on the normal motherboard you can replace 10th with 11th
-
apotheon
The current state of hardware is a security shitshow, and it's depressing.
-
RavFX[m]
but it's thin PC, like Lenovo Thinkcenter, it's super small but they want you to buy a "Gen 2" of the same model for 11th gen
-
apotheon
Shit, I don't even remember what's in my laptop.
-
RavFX[m]
from what I understand they just don't include microcode of new CPU GEN so it just won't boot if you swap CPU
-
apotheon
It's a . . . umm . . . a laptop. It runs OpenBSD. Yeah, that's what kind of hardware it has.
-
apotheon
I find my interests drifting away from a lot of the computer stuff that used to interest me.
-
apotheon
That might change if efficient home fabrication of CPUs becomes a thing.
-
RavFX[m]
Normal atx board from asus, msi, gigabytes and other brand names have BIOS update that add microcode when new CPU are released, but not the case for Lenovo, HP....
-
wormrobot
apotheon: why do you thing you are u losing interest
-
wormrobot
s/losing/loosing
-
apotheon
because the values driving these aspects of computer industry are so wildly way the fuck backward relative to my own values that it's just miserable
-
apotheon
It's always a choice between flavors of shit sandwich.
-
spacekitty420[m]
apotheon: ayyyy south park reference \o/ :3
-
apotheon
yeah
-
apotheon
politics is a shitshow, too
-
RavFX[m]
Same for me actually.
-
RavFX[m]
Computer where great and fun from 8086 -> AthlonXP
-
RavFX[m]
Then all that stuff began just more boring and just the same
-
apotheon
I forgot the other candidate's type; I only recall the shit sandwich, off the top of my head.
-
RavFX[m]
so I just use them because I work with them
-
RavFX[m]
shit sandwich? isn't that EOS?
-
RavFX[m]
* shit sandwich? isn't that EOS?
-
RavFX[m]
Dan's shit sandwich :D
-
spacekitty420[m]
apotheon: douche or shit sandwich, was something like that, fuck... been forever they did those LOL
-
apotheon
RavFX[m]: Yeah, at this point there are basically just three concerns when looking at CPUs. 1. Does it run my software? (yes) 2. Is it efficient enough for me to get reasonable battery life? (shop around for laptops, don't really need to know about the CPU itself for this) 3. Is it a well-designed CPU with reasonable characteristics for reliability and security? (fuck no, but you're going
-
apotheon
to have to use it anyway, so shut up and suffer)
-
apotheon
There's a fourth concern if you want to do some cryptocurrency mining, though.
-
spacekitty420[m]
> <@gfdshygti53:monero.social> Same for me actually.
-
spacekitty420[m]
> Computer where great and fun from 8086 -> AthlonXP
-
spacekitty420[m]
> Then all that stuff began just more boring and just the same
-
spacekitty420[m]
couldnt have much virtualization fun back then tho, not enough cores, not enough ram... now can literally have near server-grade at home for cheaper than what a gaming computer would cost back then
-
RavFX[m]
apotheon: yeah, it's basically that now.
-
RavFX[m]
I do like efficiency as my house is 100% solar powered (I ripped the grid wired out)
-
RavFX[m]
s/wired/wiring/
-
apotheon
spacekitty420[m]: Oh, giant douche.
-
RavFX[m]
spacekitty420[m]: just get moar computerz
-
apotheon
spacekitty420[m]: thanks
-
RavFX[m]
And now all the fun is gone thanks to AMD obsoleting overclocking ๐ฅ
-
apotheon
I've always found virtualization a pain.
-
spacekitty420[m]
RavFX: how? got fucked so bad by paypal cause wasnt 18 at the time and those mofos literally stole all my money... now we have monero o.o
-
RavFX[m]
spacekitty420: that's referencing what, that how?
-
RavFX[m]
Scampal are thieves!
-
apotheon
Yeah, cryptocurrencies are the answer to the mainstream payment mechanisms being scam shit, just like how BitTorrent is the answer to the mainstream music distribution channels being scam shit.
-
spacekitty420[m]
oh, thought you meant "get moar computerz" back when it was athlonxp or somethin so was saying back then fuck paypal
-
apotheon
much better with Monero
-
RavFX[m]
Back then I used cash to get computer (I was living in some "first world country" back then so it's was available everywhere).
-
Siren[m]
apotheon: so true lmao
-
RavFX[m]
Where I am I have to import everything so yeah, sometime you need scampal or some other way :/
-
RavFX[m]
* I am now I have
-
apotheon
It's fun watching a friend's mind get blown when using Monero for the first time, after the person had been doing all cryptocurrency business with BTC.
-
spacekitty420[m]
apotheon: i literally can't deal with btc for years anymore tbh, like everytime wanted to do a tx had to wait like foreeeever for the tx to go through and for some whatever reason i ALWAYS was fucking unlucky waiting furing 50mins long ass block, pressing F5 for hours on the block explorer....
-
spacekitty420[m]
s/furing/during/
-
apotheon
Yeah, I don't use BTC as money. It's ridiculous.
-
apotheon
Yay, BTC! I don't have to pay a three dollar ATM fee! (I do have to pay an eight dollar transaction fee, though. Well, fuck that.)
-
wormrobot
quick question on the topic of purchasing monero , is there anyway that is easier for gov to trace our wallet now that we purchased monero through a kyc platfor?
-
wormrobot
or is it "oh this person bought monero but we dont know the wallet or the coins?"
-
RavFX[m]
spacekitty420[m]: only 50 min block?
-
RavFX[m]
I got, two time, very unlucky and making TX when the rest of the world wanted to TX... > 40 hours wait at max fee, one time with unstoppable swap but fortunately the "refund" mode did work
-
anarkiocrypto[m]
<Siren[m]> "I had an idea to make a DIY..." <- There are some open source Bitcoin ATMs and vending machines, will try to find them. Would be easy to replace the Bitcoin code with Monero. I heard the commercial Bitcoin ATMs send the Bitcoin to exchanges and the cash to banks... But a DIY/indie ATM would depend on the buyers and sellers for liquidity (no bank or exchange required). It could work well in a hackerspace, meetup or cafe.
-
apotheon
wormrobot: If you quickly move the exact amount from your Monero wallet to some other wallet (perhaps by sending someone money), it's easier for actualy "police work" to identify your transaction.
-
apotheon
s/actualy/actual/
-
apotheon
wormrobot: In theory, though, they would know you acquired the Monero because of KYC, but wouldn't have immediate proof of what happened to the Monero after that.
-
wormrobot
so now the gov can add us to a list of their choice to say hey this list tells us all the people that are buying monero it can be for criminal activity or it can be just to hold as an investment, Gov says "we dont know but we gonna add them to this list and survail them"
-
anarkiocrypto[m]
Mempool.space is good (track your confirmations in real time and calculate the best fee). But this doesn't help if there are 40 minutes between blocks, which happens regularly (10 min blocktime is only an average).
-
u221f
i agree with the btc rant, but bitcoin lightning somewhat works and is usable
-
RavFX[m]
Better, have you're own node and you're one "mempool space" instance locally, so you don't tell them what youre actuall TX are
-
RavFX[m]
Same for XMR onion explorer
-
RavFX[m]
have you're local explorer please
-
apotheon
wormrobot: pretty much
-
wormrobot
RavFX[m]: would this be a better aproch
-
RavFX[m]
stop giving you're TX to site owner you don't know
-
Siren[m]
-
Siren[m]
We can do so much better
-
wormrobot
RavFX[m]: i see your point and im falling in love with this way of transacting with crypto
-
RavFX[m]
I run my own onion explorer for XMR and my own "mempool.space" for bitcorn explorer
-
RavFX[m]
Have a dedicated "blockchain" Lenovo thinkstation with a 1TB nvme drive
-
RavFX[m]
s/thinkstation/thinkcenterwith/, s/with//
-
RavFX[m]
s/thinkstation/thinkcenter/
-
RavFX[m]
I only keep XMR and BTC thru, I'm not touching any other coin
-
spacekitty420[m]
no wownero or doggocoin? boooooooo
-
apotheon
DarkFi looks like it could be good.
-
apotheon
Oh, yeah, Wownero . . . maybe?
-
RavFX[m]
i'm not into animal coins so thanks
-
apotheon
I'd stay away from Dogecoin, though. Your mileage may vary.
-
RavFX[m]
wownero maybe but i'm not hosding any... how big is that blockchain?
-
spacekitty420[m]
yeah, i dont do doggocoin either, wow still oki to mine imo
-
apotheon
dunno, probably not huge
-
apotheon
(re: Wownero blockchain size)
-
apotheon
I don't imagine it would get nearly as much traffic as Monero.
-
spacekitty420[m]
RavFX[m]: not sure right now but last time did a full sync it did in only 10mins, very fucking fast o.o
-
RavFX[m]
That would mean very low utilisation
-
apotheon
It's not the most used cryptocurrency.
-
RavFX[m]
I mean, most crypto are scam, like only BTC and XMR have usecase and XMR encompass all BTC usecase except bank and corporation hodling (you want that to be public)
-
spacekitty420[m]
blocktime is also 5mins while on monero is 2mins so less blocks too means lower blockchain size as well
-
RavFX[m]
most of the shit running on smart contract chains are scam (97% of them)
-
anarkiocrypto[m]
A Monero vending machine could also be nice. Transparent lockers and if you pay in Monero, it opens the locker. Could be food/drinks, or people in the hackerspace/meetup/etc. could sell products this way.
-
monerobull[m]
I don't get why people want to force internet native crypto into the brick and mortar world while cash is still quite a bit away from being outlawed and works much better in that setting.
-
spacekitty420[m]
anarkiocrypto[m]: seems like a nice idea, but like... people are pieces of shit, wanna do fully opensource and easily DIY? then 3d printing, however that would be easily broken so... wielding with stainless steel an whatnot?
-
spacekitty420[m]
and even then, i mean... u seen those people literally stealing the whole bitcoin machine?? shit was hilarious
-
RavFX[m]
I'm fine with cash.
-
RavFX[m]
here where I live, most place don't even accept plastic...
-
RavFX[m]
And cash well, everyone use it so people don't know I use crypto even if I give them a pile of cash, fine for me
-
anarkiocrypto[m]
If it's in a hackerspace, it is unlikely that anyone would steal or break it. Shitcoins.club even publishes the amount of cash inside each Bitcoin ATM and no one steals them...
-
apotheon
monerobull[m]: It might be a good idea to get in on the ground floor of in-person digital payment mechanisms, rather than let others dominate the market to the extent you can't get any inroads to such use later.
-
spacekitty420[m]
monerobull[m]: it's not for brick and mortar (there's already those point of sale like cryptocrampy's hotshop and that other one inspired by it as well), it's more as an onramp/offramp alternative instead of localmonero sellers and such
-
monerobull[m]
apotheon: But you can dominate the market it's actually designed for before trying to push into a market that already has a better way of doing things
-
anarkiocrypto[m]
Some brick-and-mortar stores are trying to phase out cash sadly, which means if you don't have a bank account, there is no way to shop there...
-
apotheon
monerobull[m]: Why not do both?
-
spacekitty420[m]
right, there's even an EU country that is fully cashless now or somethin
-
spacekitty420[m]
and some other countries were anti-cash back in 2020 as well
-
apotheon
I have heard of a couple businesses in this general area ending support for cash altogether.
-
apotheon
It's insane.
-
spacekitty420[m]
it is...
-
wormrobot
RavFX[m]: how to run your own onion explorer?
-
RavFX[m]
anarkiocrypto[m]: Fortunately, not in my country. Everyone use cash so...
-
RavFX[m]
But yeah, in many place in europe and Canada are scamming that way, getting rig if cash...
-
apotheon
Unless I'm desperate somehow, if I go into a store to buy something and they tell me they won't take cash . . . I'll probably just roll my eyes at them and leave.
-
anarkiocrypto[m]
> rather than let others dominate the market
-
anarkiocrypto[m]
Where I live, stores display icons of what payments they accept. Visa, Mastercard, some other bank cards, Google Pay, Apple Pay, some other payment apps, but these methods are all the same, as they all require a bank account and government ID. (Strike, Bitpay, Fold, etc. also require government ID.)
-
RavFX[m]
-
anarkiocrypto[m]
If a place doesn't accept cash, I would need to put the products back on the shelf and hope that I can find another store nearby...
-
Siren[m]
> <@gfdshygti53:monero.social> I'm fine with cash.
-
Siren[m]
> here where I live, most place don't even accept plastic...
-
Siren[m]
> And cash well, everyone use it so people don't know I use crypto even if I give them a pile of cash, fine for me
-
Siren[m]
Some cash (euro bills afaik) can be tracked and blacklisted in theory
-
Siren[m]
They have serial numbers on them
-
apotheon
anarkiocrypto[m]: Rather than put them back on the shelf, just leave them at the register. Let the employees deal with it.
-
anarkiocrypto[m]
Banks, credit cards and payment apps blacklist you entirely if you don't have ID...
-
wormrobot
RavFX[m]: and having your own node how would that not tell 3rd party exchanges your transaction, or anyone wanting to spy on your Tx
-
RavFX[m]
anarkiocrypto[m]: When they are asshole, I don't put it back on the shelf, I just leave it on the counter and leave
-
anarkiocrypto[m]
It would be rude to leave the products at the register.
-
apotheon
It's rude to deny you access to food.
-
as2333
you should take the product and leave. If they don't want to accept the government 'legal tender' money, it's their problem.
-
apotheon
to pay for food, even
-
RavFX[m]
wormrobot: Well, when you use public explorer for XMR or BTC,
-
RavFX[m]
you are literally asking info for a TX using you're IP.
-
RavFX[m]
At lease using you're private explorer you are not specificaly requesting info on the TX publicly.
-
anarkiocrypto[m]
The state wants to deny me access to even exist. I am only alive and free because the state doesn't know I live here...
-
Siren[m]
Siren[m]: Supermarkets in here already check if your cash is not counterfeit using scanners, I can imagine how it would be possible to scan the serial number and check against a database.
-
RavFX[m]
anarkiocrypto[m]: It's rude to not accept cash
-
as2333
the legal case is painfully obvious. The piece of shit shopkeepers can't refuse to accept 'government legal tender' 'money'.
-
Siren[m]
Siren[m]: They can taint euro bills
-
apotheon
21:13 < RavFX[m]> anarkiocrypto[m]: It's rude to not accept cash
-
apotheon
agreed
-
anarkiocrypto[m]
Fortunately a few small businesses are cash-only. I like it when I see the sign "cash-only, no credit cards accepted" and prefer to go to these businesses.
-
Siren[m]
That means Monero is more fungible than Euro
-
apotheon
anarkiocrypto[m]: Yeah, that'd be my preference, too.
-
apotheon
Siren[m]: true
-
anarkiocrypto[m]
There is no "legal case" as the state itself wants to phase out cash (and can just decide to stop printing cash or ban stores from accepting it).
-
apotheon
at least Eurocash
-
as2333
anarkiocrypto[m] the state is hilariously going against its most basic 'laws' so the legal case is self-evident
-
ocb
hello. i'd like to talk with somebody about the topic mentioned 15 days ago in /r/Monero named 'Regarding EU trying to ban privacy coins...'. can anyone who is aware that their local financial instututions are doing work on this write some information if they know. note, this had already happened 1.5 year ago in my country, no companies can deal with any privacy coins.
-
spacekitty420[m]
as2333: CBDCs on their way, one of the reason why some elites also trying to force the whole economy to crash, so it could be a smooth transition to CBDCs....
-
anarkiocrypto[m]
The state writes the laws and can easily change them. There is no "higher authority".
-
spacekitty420[m]
ocb: the "EU tryna ban privacy coins" was just the headlines, it's just forcing regulated exchanges to delist them, doesnt affect people to use them or to keep using non-kyc exchanges or peer to peer or merchants acceptance, it's basically a bunch of fud for now since that doesnt affect any of those other aspects
-
RavFX[m]
spacekitty420[m]: Yeah, when they make a crisis, it make people want the CBDC because it's how the stimulus will come
-
RavFX[m]
A good way to force it into people throats.
-
RavFX[m]
As most people are poor and so will need the stimulus
-
anarkiocrypto[m]
People were not able to vote for or against the corona restrictions for example, but were fined or even jailed for circumventing or protesting them. Even in Western countries.
-
as2333
anarkiocrypto[m] until the day they explicitly ban their own cash, my point stands.
-
great_taste
voting is a rigged scam anyways
-
RavFX[m]
GTFO for a country that is going to ban cash, is my advise
-
anarkiocrypto[m]
Some EU countries ban cash transactions above 1000โฌ.
-
RavFX[m]
s/for/of/
-
Siren[m]
How will they know though?
-
anarkiocrypto[m]
Only a matter of time before 1000โฌ, becomes 500โฌ, becomes 50โฌ...
-
RavFX[m]
anarkiocrypto[m]: Can you can still survive, just do many TX... annoying as hell but still doable
-
RavFX[m]
anarkiocrypto[m]: That is when you have to GTFO
-
anarkiocrypto[m]
Siren โ Via invoices, accounting, inspections, etc.
-
anarkiocrypto[m]
I can't travel due to no ID.
-
Siren[m]
anarkiocrypto[m]: Don't put it in your accounting book :^)
-
RavFX[m]
anarkiocrypto[m]: Can still smuggle yourself out. but Have to be careful...
-
Siren[m]
RavFX[m]: Too much to risk probably
-
ocb
spacekitty420[m]: im aware what was the meaning, this has already happened 1.5 year ago in my country. there were public calls for interested parties to talk with financial institutions and give ideas on how to prevent local companies use monero. it's not only regulated exchanges, it's any local companies. regulated exchanges need to be listed in the local financial sheet as a crypto-currency exchange, while
-
ocb
other companies don't. other companies are also not allowed to receive payments for their work in any privacy coins, for example in bug bounty work.
-
RavFX[m]
Siren[m]: Depend where you are and where you want to go
-
anarkiocrypto[m]
> Don't put it in your accounting book :^)
-
anarkiocrypto[m]
Mainstream corporations are regulated, but fortunately small businesses are more flexible (e.g. easier to find a small family-owned hotel that doesn't require ID vs. a corporate chain).
-
anarkiocrypto[m]
Not just risk but requires money and connections (and learning the language and culture of the new country, and the locals may not even want a random guy without ID).
-
Siren[m]
RavFX[m]: Even in Syrian and Iraqi borders they do ID checks :D
-
Siren[m]
But the way they verify your ID is limited to looking at your face and comparing it with the picture on the ID
-
as2333
ocb which country is that?
-
anarkiocrypto[m]
I can't even find a good fake ID vendor (wouldn't be able to afford it anyway).
-
RavFX[m]
Here they do passport at border
-
RavFX[m]
but then every place that need ID inside the country, accept ID that are expired since 10 years.. even for shit like western union
-
anarkiocrypto[m]
The issue is I can't get any ID (not even getting an ID of a guy who looks similar to me or expired ID).
-
RavFX[m]
Yeah, I understand, that's harder.
-
RavFX[m]
I only have a bunch of expired ID and a passport that still work.
-
RavFX[m]
But I can't get a bank account so I live on crypto & cash
-
ocb
as2333: it's one of the countries from the former Yugoslavia
-
spacekitty420[m]
anarkiocrypto: maybe worldwide shipping from a usa id maker? they must exist, right?
-
RavFX[m]
Found many fake ID makers on DWM but they don't usually have reviews.. how to know if there good.
-
RavFX[m]
Plus what append if mail is intercepted...
-
Siren[m]
bad things happen
-
Siren[m]
you'll probably get raided
-
RavFX[m]
I just won't try lol.
-
RavFX[m]
I'm fine for now as cash is the prime way to pay for shit
-
apotheon
21:21 < great_taste> voting is a rigged scam anyways
-
apotheon
truth
-
Siren[m]
well they don't need to rig it if you don't vote at all
-
spacekitty420[m]
Siren[m]: not if sender didnt put a return address and receiver doing through a shop that only requires like a code like 2fa style or somethin to retrieve package
-
as2333
ocb - funny I would have thought there was less regulation there.
-
anarkiocrypto[m]
Only EU national ID cards and foreign passports are accepted here sadly (US driver's licenses aren't accepted, you would need a US passport). The listings in DNMs are mostly scams (unless they have photos of the ID with a custom name (not "specimens") from multiple angles). I know some private fraud forums but even their IDs only work 50:50 for opening bank accounts and it isn't possible to get a SSN or regular job with them. I would
-
anarkiocrypto[m]
still buy it e.g. to access healthcare or receive mail but I can't afford it.
-
Siren[m]
spacekitty420[m]: then the shop will get in trouble for it
-
Siren[m]
I don't know how to pull something like that but I know of a court case when someone ordered drugs via mail and it got intercepted
-
spacekitty420[m]
Siren[m]: lazy ass mofo LOL, just support your local sellers with cash paper ffs! ๐น
-
anarkiocrypto[m]
Parcel lockers/package pickup stores aren't responsible for what people ship there. Either the recipient gets a letter from customs or cops wait until the recipient comes to collect the package and arrest them. But the store owner isn't affected by this.
-
Siren[m]
Siren[m]: It was a windows user whose most recent searches on google before getting raided was "how to buy monero" and "what is monero"
-
ocb
as2333: if you go just one country to the east, there is much less regulation :) the ones that sold their asses earlier in the history have more regulation.
-
apotheon
anarkiocrypto[m]: What would it cost for that kind of ID?
-
anarkiocrypto[m]
$500-$750
-
Siren[m]
Siren[m]: receiving drugs or anything illegal isn't good enough proof to land you in jail but if you combine this with bad opsec it's good enough proof
-
as2333
ocb hehe
-
apotheon
Yeah, that's not terribly cheap for someone living on a shoestring budget.
-
anarkiocrypto[m]
But it doesn't have all security features and won't pass cops. Would still be useful e.g. to pickup mail or visit a doctor (even if you pay in cash, most doctors still require ID).
-
spacekitty420[m]
wasnt ross ulbrich that had like 30+ IDs just sitting there in his drawer at home or somethin? ๐น
-
spacekitty420[m]
usa tho....
-
anarkiocrypto[m]
But my priority is 1) afford $200 rent 2) afford $80 food 3) pay back a debt 4) get a medium-quality fake ID 5) finally try to treat health issues. And I can barely afford 1)...
-
Siren[m]
Siren[m]: They paid him a visit, got into his PC and that was enough. Had he used a non spyware OS with disk encryption he would have gotten away with it.
-
RavFX[m]
Can you be sure Linux don't have spywares too?
-
RavFX[m]
I mean, it's not like 3 letters agencies did not try to backdoor linux 3 times (3 times we know of)
-
RavFX[m]
what if they success and we don't know
-
c0mmando[m]
RavFX[m]: sure, and you can also make it so it wouldnt matter if the device had spyware or not
-
spacekitty420[m]
RavFX[m]: tails had backdoor known by the glowies or somethin somethin o.o
-
spacekitty420[m]
then they "fixed it" but probably still have a backdoor in it imo
-
RavFX[m]
I think what you do on the net and what service you use / KYC is more important, way more important, than the OS you use
-
apotheon
anarkiocrypto[m]: I guess there's no way to mail stuff to you, if you need ID to receive mail. That sucks.
-
RavFX[m]
just don't install garbage, that is valid for all OS
-
anarkiocrypto[m]
I have some options for maildrops. The main issue is to earn this money (but rent/food/debt is a priority).
-
c0mmando[m]
> <@spacekitty420:matrix.org> tails had backdoor known by the glowies or somethin somethin o.o
-
c0mmando[m]
> then they "fixed it" but probably still have a backdoor in it imo
-
c0mmando[m]
tails had an exploit that glowies used for targeted attacks, I don't think it was a backdoor in the OS itself or any kind of supply chain attack
-
Siren[m]
RavFX[m]: yes if you compile on your own and you don't have any proprietary blobs you can 100% be sure
-
apotheon
RavFX[m]: I think SELinux might have been an NSA plot to make it easier for them to break into Linux systems. It's so difficult to configure correctly that the NSA can just target common misconfigurations and own your system.
-
RavFX[m]
Siren[m]: You do read the code, all of it, right? (and of course I assume you understand it)
-
spacekitty420[m]
Siren[m]: but then, issues being the hardware o.o
-
RavFX[m]
I assume the Linux kernel and glibc are clean
-
c0mmando[m]
use compartmentalized vms that leverage proxy vms and whonix gateway and a lot of risk is mitigated right there
-
RavFX[m]
but what about the other 2-300 dependencies you need to run you're desktop....
-
Siren[m]
RavFX[m]: I'm not going to sit and read the Linux kernel in one go but if it's something small and new I will read the code before running it.
-
apotheon
I wouldn't assume glibc is clean.
-
Siren[m]
Siren[m]: Although I trust what's in my distro's packages
-
RavFX[m]
Siren[m]: So you don't know if it have backdoors and compiling it yourself won't change a thing
-
c0mmando[m]
you can still inspect network traffic..
-
spacekitty420[m]
c0mmando[m]: this, or with qubesOS is basically already all set up for compartmentalization as well
-
RavFX[m]
c0mmando[m]: that's one thing you can do, thru most of it is https but you can still try yes
-
Siren[m]
c0mmando[m]: Exactly, I have an openwrt router. I can simply run tcpdump there. I have done that before to dump some proprietary firmware updates for IoT devices.
-
RavFX[m]
JFY, it's easier for 3 letters agencies to put backdoor in opensource project that anyone can contribute than closed source project
-
Siren[m]
RavFX[m]: Linux kernel doesn't have any backdoors
-
Siren[m]
there are many people, corporations and institutions reading the Linux kernel source code
-
c0mmando[m]
the point is that it's not impossible to audit your systems and best practices mitigate a large portion of risk
-
Siren[m]
as well as auditing
-
RavFX[m]
They tried to backdoor Linux 3 times... (of we know so far)
-
RavFX[m]
maybe they backdoor some random .so libs instead.
-
RavFX[m]
but yeah, Linux kernel and glibc have more audit but what about the rest
-
Siren[m]
RavFX[m]: Those aren't part of the kernel, depends on which libs they belong to
-
RavFX[m]
to backdoor Windows, you have to hack there repo to implement the code (or give them big check)
-
RavFX[m]
the backdoor Linux, you just have to be friendly and submit patch to some important lib used often as dependencies
-
Siren[m]
RavFX[m]: well most of the shell programs are either busybox or GNU coreutils, also safe
-
spacekitty420[m]
RavFX[m]: reminds me that dumbass "activist" that change the code of one of the lib on github and it was a dependency to soooo many other thingies, fuck that dude, being all like he dont like russians or somethin.... was so cringe too....
-
Siren[m]
> <@gfdshygti53:monero.social> to backdoor Windows, you have to hack there repo to implement the code (or give them big check)
-
Siren[m]
>
-
Siren[m]
> the backdoor Linux, you just have to be friendly and submit patch to some important lib used often as dependencies
-
Siren[m]
patches are well reviewed and tested, that simply won't go through easily
-
c0mmando[m]
if you're that paranoid run Qubes and setup strict firewall rules to your proxy VM
-
RavFX[m]
Siren[m]: most people use things like KDE Plasma or Gnome or something like that.
-
RavFX[m]
the pile of dependencies is huge
-
Siren[m]
if the code is so obfuscated nobody understands jack shit, they won't merge it as simple as that
-
RavFX[m]
all you need if to get one of these thing used as dependencies to merge you're bugdoor
-
Siren[m]
> <@gfdshygti53:monero.social> most people use things like KDE Plasma or Gnome or something like that.
-
Siren[m]
>
-
Siren[m]
> the pile of dependencies is huge
-
Siren[m]
Gnome and KDE also are actually big open source projects with many many eyes on the code, this is a bad argument
-
c0mmando[m]
nobody should ever trust their systems that much anyway
-
RavFX[m]
Just, don't assume that you are backdoor free because you run Linux.
-
RavFX[m]
Always assume you are backdoored
-
RavFX[m]
Siren[m]: What about there dependencies
-
spacekitty420[m]
c0mmando[m]: right, don't trust nothing, aint even trusting the tech, can't go wrong that way :3
-
Siren[m]
RavFX[m]: you mean things like OpenGL/QT/X server libs? Those are even bigger and older
-
RavFX[m]
just type emerge -va plasma-meta on gentoo and see the 400 dependencies show up...
-
RavFX[m]
opengl qt x and all there dependencies
-
RavFX[m]
there is a frecking list of deps
-
Siren[m]
RavFX[m]: What you should fear here is not the code itself, you should fear a supply chain attack performed on where you get the code/binaries
-
c0mmando[m]
spacekitty420[m]: that's why you always compartmentalize
-
RavFX[m]
Personally I run everything comparimentalized
-
spacekitty420[m]
plowsof: u gave up tryna shill the -offtopic btw? like, is basically a lost cause, right?
-
RavFX[m]
and I use many VPN straights on the router (for each new connections, a la round robin))
-
plowsof
everyone seems sober and its interesting hm
-
spacekitty420[m]
spacekitty420[m]: oh wait, that might have been ofrnxmr, can't remember...
-
RavFX[m]
Plus some exploit where available on Linux since more than 10 years, including shit on SSL....
-
great_taste
you guys are pros..
-
Siren[m]
RavFX[m]: which one?
-
RavFX[m]
I mean, even if there not backdoor, they can be decent bugs to exploit.
-
RavFX[m]
3 letters agencies work to find these exploit and don't publish them so they can continue to exploit them...
-
RavFX[m]
they did the same for windows (like ethereal blue)
-
apotheon
Windows is an exploit.
-
Siren[m]
> <@gfdshygti53:monero.social> I mean, even if there not backdoor, they can be decent bugs to exploit.
-
Siren[m]
>
-
Siren[m]
> 3 letters agencies work to find these exploit and don't publish them so they can continue to exploit them...
-
Siren[m]
there are plenty of symptoms you can observe in Linux unlike Windows
-
c0mmando[m]
vpn + vlans at the network layer is a good start, won't save you from time based deanonymization tho
-
Siren[m]
Windows itself is an universal backdoor
-
RavFX[m]
don't implement backdoor directly, find bug that can be used as backdoor and keep them for yourself
-
RavFX[m]
Siren[m]: Not more than any OS.
-
RavFX[m]
just disable all the microsoft shit including telemetry (with is a development tool, not a backdoor)
-
apotheon
No . . . Windows is much worse than some alternatives.
-
spacekitty420[m]
c0mmando[m]: even compartmentalizing will only get you so far to a certain type of threat modelling, as mentioned earlier, issue being the hardware as well
-
spacekitty420[m]
but then, the more :tinfoil:, the more a magical amulet is actually the only solution to proper opsec o.o
-
RavFX[m]
That's assumption.
-
apotheon
There's shit you can't turn off that's strictly security-hostile.
-
Siren[m]
RavFX[m]: You're wrong because when you installed windows you agreed to give microsoft extensive rights to snoop on your files and activity. This is in their EULA and you cannot use the OS without agreeing.
-
c0mmando[m]
> <@spacekitty420:matrix.org> even compartmentalizing will only get you so far to a certain type of threat modelling, as mentioned earlier, issue being the hardware as well
-
c0mmando[m]
> but then, the more :tinfoil:, the more a magical amulet is actually the only solution to proper opsec o.o
-
c0mmando[m]
magical amulets are my specialty
-
c0mmando[m]
opsec wont save you from psychic govt spooks
-
Siren[m]
Siren[m]: Microsoft reports any vulnerabilities to NSA before publicly announcing or patching. They also offer 3 letter agencies their source code.
-
RavFX[m]
Siren[m]: Most of that shit you can disable quite easily
-
RavFX[m]
And the worst outlier is there telemetry tool (that they need for windows development) as that one can send them partial memory dumps
-
RavFX[m]
Siren[m]: who care if they offer there source code to 3 letters agencies, Linux source code is available to them too
-
Siren[m]
> <@gfdshygti53:monero.social> Most of that shit you can disable quite easily
-
Siren[m]
> And the worst outlier is there telemetry tool (that they need for windows development) as that one can send them partial memory dumps
-
Siren[m]
You cannot :) You will never know if you really disabled it because Windows is proprietary software.
-
RavFX[m]
you can analyses what is dumped on the network
-
Siren[m]
RavFX[m]: Linux source code is open to everyone meaning it is better reviewed/audited, Linux also has waaaay better vulnerability response. Windows source code is a disaster.
-
RavFX[m]
I know, I do it, because i'm forced to use windows on the thinstation i'm using (Linux is just unusable whatever I try to get it to work properly, iGPU issue)
-
Siren[m]
RavFX[m]: Well you cannot do this inside a windows machine. You need to do this on your router.
-
wormrobot
RavFX[m]: my issue on our previous topic is how can one not have their wallets spyed on after they purchased monero with kyc
-
RavFX[m]
Siren[m]: of course, you always do that out of the machine you want to analyse
-
c0mmando[m]
for windows and macos best thing is to install a firewall before you connect the device to the internet and then setup an whitelist for outbound connections
-
Siren[m]
RavFX[m]: Well good luck analyzing every single random ping to microsoft domains that windows does every hour.
-
Siren[m]
actually more often than that
-
wormrobot
my previouse purchase structure was, buying btc then from btc exchanging it for menero then sendin it to my wallet so thats 2 TX ontop of my KYC'd TX
-
Siren[m]
-
RavFX[m]
wormrobot: yeah, that's different, if you are KYC and buy monery, then the exchange know YOU have monero and the state might endup knowing. OS you use will change nothing
-
RavFX[m]
s/monery/monero/
-
spacekitty420[m]
RavFX[m]: intel ME can create networking interfaces without your knowledge, on paper, if fully :tinfoil: it prob could even be a possibility that if one nic from there talks to an other nic, packet could just straight up not show up at all because all those networking interfaces would be compatible to not show that very specific traffic :tinfoil:
-
RavFX[m]
Siren[m]: you know microsft use domain name for most if not all of there shit.
-
RavFX[m]
just backhole them
-
c0mmando[m]
yeah then you have to tell the govt you lost your moneros in a tragic boating accident
-
Siren[m]
> <@gfdshygti53:monero.social> you know microsft use domain name for most if not all of there shit.
-
Siren[m]
>
-
Siren[m]
> just backhole them
-
Siren[m]
or do they ;)
-
c0mmando[m]
* boating accident /s
-
RavFX[m]
spacekitty420[m]: Yeah, and that will work on any OS, ME run always, some kind of Java shit if I remember
-
Siren[m]
maybe it's bing maybe if you blackhole it you won't be able to sync NTP anymore
-
wormrobot
c0mmando[m]: hahaha
-
Siren[m]
that will probably break your windows install
-
RavFX[m]
Siren[m]: Just set the clock yourself and force it to NTP from you're router
-
Siren[m]
RavFX[m]: Or just get a free operating system, save yourself headache
-
RavFX[m]
Siren[m]: non, Windows run perfectly fine without internet (minus all the internet related stuff of course)
-
Siren[m]
I don't know you but it doesn't run perfectly for me and anyone I know
-
Siren[m]
It's extremely resource intensive on idle
-
Siren[m]
Buggy af too
-
RavFX[m]
Siren[m]: Spend the last 2 month try to get the iGPU to behave on a free operating system, ended up installing windows... wow, iGPU work fine now
-
Siren[m]
RavFX[m]: learn to install drivers then
-
RavFX[m]
iGPU from Intel, you know.... Intel drivers... they come with the Kernel and Mesa...
-
RavFX[m]
don't tell me how to install Linux, I use the things since before the 2000's
-
Siren[m]
RavFX[m]: not all do btw
-
RavFX[m]
You have to install firmware stuff for extra feature
-
RavFX[m]
and some extra stuff if you want hardware video decode
-
RavFX[m]
but's it's about oit
-
Siren[m]
Siren[m]: imaging having to install from a browser and managing your environment vars is just hell
-
Siren[m]
also windows is yet another privacy nightmare when it comes to forensic analysis and disk encryption
-
RavFX[m]
install what from a browser
-
Siren[m]
anything you need
-
wormrobot
fuck windows
-
wormrobot
complicated and bloated
-
RavFX[m]
Chocolatey is for windows what apt/emerge/yum/pacman is for Linux
-
Siren[m]
that's literally so inconvenient
-
ocb
linux too ^^
-
wormrobot
with extra shit we dont use
-
c0mmando[m]
why is anyone even defending windows here is my question
-
wormrobot
ocb: learn linux is not..... is 100x easier than linux
-
Siren[m]
c0mmando[m]: they're coping
-
wormrobot
windows
-
RavFX[m]
choco upgrade all...
-
RavFX[m]
how, all my Windows programs got updated.. how.... so magic :/
-
ocb
wormrobot: linux kernel is bloated. not everyone configures it and recompiles it themselves. look into dragonflybsd.org
-
RavFX[m]
Imagin using Windows without a package manager lol
-
wormrobot
RavFX[m]: lol
-
RavFX[m]
hey , I see BSD :D
-
c0mmando[m]
if you want piece of mind your best choices are Graphene and Qubes
-
Siren[m]
Imagine using windows lol
-
RavFX[m]
-
RavFX[m]
there, just fresh for you bsd user
-
RavFX[m]
frecking buffer overflow in frecking ping command, SUID command...
-
Siren[m]
RavFX[m]: and?
-
Siren[m]
your point is?
-
ocb
what does freebsd have to do with dragonflybsd?
-
Siren[m]
do you know how old is the ping command in windows?
-
RavFX[m]
And all operating system sucks in there own way.
-
Siren[m]
or how the network tools in windows are non-standard, flawed and riddled with bugs?
-
plowsof
whonix has montero in it
-
wormrobot
ocb: we can both have our own opinions but linux is what i will forever use, from a technical standpoint and from a user-friendly standpoint
-
RavFX[m]
I use Linux when I can, just not on my current workstation because if iGPU usse (btw, WSL is just great and really well integrated)
-
RavFX[m]
s/when/where/
-
wormrobot
ocb: but i do have both because we cant forget the gaming standpoint
-
RavFX[m]
s/when/where/, s/usse/ussue/
-
RavFX[m]
s/when/where/, s/usse/issue/
-
c0mmando[m]
Siren[m]: you were right
-
RavFX[m]
wormrobot: Gaming just work as good on Linux, just use a Radeon card instead of some Nvidia
-
RavFX[m]
*except game that need anticheat that spy on you're memory, these don't try to use them on Linux
-
RavFX[m]
I game on linux (that's the OS my gaming rig run).
-
RavFX[m]
Radeon just work so great on Linux...
-
DanIsnotthemanBr
Yeah nvidia is a pain on linux
-
wormrobot
RavFX[m]: i aint buy a 3090 to then go buy a Radeon card
-
RavFX[m]
Any Radeon card, jsut get the one you need.
-
Siren[m]
I used to have an nvidia laptop (with GPU switching), never had a problem on Linux
-
DanIsnotthemanBr
On opensuse every kernel update i have to reinstall nvidia driver
-
Siren[m]
even gamed on it
-
spacekitty420[m]
ocb: it's its own thing apparently:
-
spacekitty420[m]
>DragonFly provides an opportunity for the BSD base to grow in an entirely different direction from the one taken in the FreeBSD, NetBSD, and OpenBSD series.
-
RavFX[m]
My workstation have a crappy iGPU, but it's on all the time and I have power constrain as I use solar, and Linux crap on it (it work but have shitty weird buy that force me to restart the application it randomly affect, just get annoying to use)
-
RavFX[m]
Next thin pc I get, I will get a Ryzen one (as they have Radeon iGPU)
-
c0mmando[m]
I make sure my hardware is compatible with Linux before I even purchase it
-
RavFX[m]
Yeah, they say Intel iGPU are compatible...
-
Siren[m]
if they say that then it is
-
RavFX[m]
I get more FPS gaming on that intel iGPU on Linux than on Windows... if only the intermitant bug I get with it was not there
-
Siren[m]
have you tried reporting the bug?
-
wormrobot
RavFX[m]: no, im saying i bought a 3090 i cant go buy a Radeon
-
RavFX[m]
Only way to got around the bug, is to use Wayland..
-
RavFX[m]
but then it does not support full screen game changing resolution (because i'm not gonna game in 4K on an intel iGPU)
-
spacekitty420[m]
RavFX[m]: been fangirling the whole amd APU since 2400G, rn on 5700U and having eyes on 6900HX <3
-
RavFX[m]
wormrobot: oups
-
Siren[m]
Siren[m]: if not you really should try reporting it to either your distro or kernel
-
RavFX[m]
it's a know fact that Nvidia sucks on Linux since Radeon 4870HD era)
-
RavFX[m]
the Era when masse work on Mesa appened
-
RavFX[m]
* the Era when massive great work on Mesa appened
-
wormrobot
i want to buy a laptop soon which one do u guys recommend
-
wormrobot
i dont care about gaming on it
-
RavFX[m]
wormrobot: if you want Linux, get AMD everything, seriously
-
monerobull[m]
Framework
-
wormrobot
i just want something for dev stuff
-
c0mmando[m]
x11 is insecure compared to wayland
-
RavFX[m]
Even for non gaming, stay away from Intel iGPU
-
spacekitty420[m]
amd iGPU can literally do triple A games nowadays so... thats an easy choice tbh :3
-
wormrobot
RavFX[m]: my main system is AMD
-
RavFX[m]
-
ocb
spacekitty420[m]: yeah. running dragonfly and netbsd dual boot, but prefer netbsd .. find it simpler to use with the minimal install.
-
Siren[m]
RavFX[m]: I don't know but when I had an intel iGPU paired with Nvidia 1050ti I never had any problems (it was using the iGPU most of the time)
-
c0mmando[m]
if you sacrifice security to be a gaymer you're ngmi anyway
-
wormrobot
i love learning all the new ways of securing a system
-
RavFX[m]
also, Wayland, can't remember on what screen the shit was.... I understand if it does that when you unplug and plugs screens...
-
RavFX[m]
But it also do that when the screen just go to sleep, wake them up them you have to reorganise everything every single frecking time
-
Siren[m]
Siren[m]: so most likely it's you doing something wrong or it's a bug that is caused by your distro doing things wrong
-
ocb
this channel used to be on topic.
-
wormrobot
i love learning all the new ways of securing a system
-
spacekitty420[m]
ocb: the whole bsd thing is something i def have to look more into for awhile now, currently only have pfsense boxes (freebsd) for the networking stuff and like debian based for the rest like mining, gaming and such, will def be checking that dragonfly thingy when having some fun with the rigs :3
-
RavFX[m]
We have offtopic too, I think it's because the discution began here lol
-
wormrobot
i was going to buy a Dell laptop 16G of ram and a i7 i think
-
RavFX[m]
Siren[m]: Saw that bug there on there, no real fix, only solution to make it append less often.
-
RavFX[m]
Theory is because I use 3 screens
-
wormrobot
but yeah we did get offtopic
-
RavFX[m]
s/on/and/
-
Siren[m]
<wormrobot> "i want to buy a laptop soon..." <- don't buy those cheap modern thinkpads (like T14s) because they only last about 6 months
-
wormrobot
Siren[m]: thank you so no thinkpads?
-
wormrobot
i was thinking about a dell
-
c0mmando[m]
framework 12 + qubes
-
Siren[m]
wormrobot: I have an E14 and I like it but the T14s my work gave me died after 6 months, got replaced with the same model, died again
-
RavFX[m]
Thinkpad use to be great, did not buy recent one thru, can't say for them
-
RavFX[m]
they nerfed the keyboards, and few other things to copy apple afaik
-
Siren[m]
wormrobot: I heard dells have better build quality than modern thinkpads
-
RavFX[m]
I still use my Lenovo X200 from 2008
-
RavFX[m]
it run Linux, of course
-
Siren[m]
> <@gfdshygti53:monero.social> Thinkpad use to be great, did not buy recent one thru, can't say for them
-
Siren[m]
>
-
Siren[m]
> they nerfed the keyboards, and few other things to copy apple afaik
-
Siren[m]
oh the casing cracks so easily...
-
Siren[m]
mine fell from a couch
-
Siren[m]
onto a rug
-
Siren[m]
the side cracked :(
-
RavFX[m]
muy X200 fell from laders a few time, oups
-
RavFX[m]
and I did plug a ethernat cable that was powered on PoE and fried the network card :/
-
RavFX[m]
but I did upgrade most of everything on that thing (screen, two wifi card, lte modem, battery, ssd)...
-
wormrobot
Siren[m]: mine fell from a couch <--- lmaoo
-
RavFX[m]
I still use it as a backup / debug laptop
-
wormrobot
RavFX[m]: a lader lol
-
RavFX[m]
and now I have to go to the store, have to cook tonight.. see ya
-
RavFX[m]
wormrobot: was installing some wifi network in public space lol
-
ocb
spacekitty420[m]: give them both a try, netbsd has something special too. in some specific situations you might encounter kernel crashes so count on that. ie - removing and adding tap interface that is in use will crash, removing a network route that was automatically renamed due to gateway redirection (ie ping) will crash, exceeding tmpfs storage and playing video from tmpfs might encounter crashes, various
-
ocb
freezing.. this all happened on workstation for daily use, no issues whatsoever on headless servers. if you like such stuff, you will most likely have some fun :)
-
RavFX[m]
that old thinkpad is built like a tank
-
wormrobot
RavFX[m]: ohh okay lol and take care
-
Siren[m]
Stnby had the most expensive thinkpad available at the time (X13 AMD). It costed a few thousand euros (still around 1k euros), the keyboard died in one week
-
Siren[m]
* Stnby had one of the most
-
spacekitty420[m]
ocb: will do <3
-
Siren[m]
Siren[m]: X series is considered business class :DDD
-
Stnby[m]
Oh yes it was shit quality XDD, not expensive compared to m1 macs which also died for me :DDD
-
spacekitty420[m]
thinkpads with the clit thingy... good times <3
-
Stnby[m]
hairy nipple
-
Stnby[m]
* hairy/crusty nipple
-
Stnby[m]
those groves collect all sorts of diseases
-
Siren[m]
spacekitty420[m]: LMAOO
-
Siren[m]
It's called a nipple not a clit xD But I will call it a clit from now on
-
wormrobot
what am i reading lol
-
spacekitty420[m]
wormrobot: the mousepad was the red ball nipple looking thingy between the keys
-
ofrnxmr[m]
Siren[m]: I tuned in and see this
-
Siren[m]
Stnby[m]: Mine is so dirty that whenever I close and open the laptop lid it leaves dirt on the screen ;-;
-
escapethe3ra[m]
it's not a thinkpad without the legendary clit/nipple
-
wormrobot
spacekitty420[m]: ahh okay yeah now i remember
-
Stnby[m]
Bruh I stole some old Thinkpad, from my old Icelandic rentals basement, and brought it to Lithuania :D
-
Siren[m]
ofrnxmr[m]: Did all of you have "clit" in your mentions and keywords setting on element? ๐ณ
-
Stnby[m]
Stnby[m]: Some old owner left it in there
-
wormrobot
Stnby[m]: lmaoo
-
spacekitty420[m]
Siren: burn it with fire ๐ฅ
-
ofrnxmr[m]
Siren: ... maybe
-
Siren[m]
It needs isopropyl alcohol
-
Siren[m]
70%
-
Siren[m]
Or vodka but I ran out of it
-
Stnby[m]
I replaced mine with the one from shitty keyboard x13
-
Stnby[m]
and then turned the laptop in
-
Stnby[m]
also replaced the charging brick which was about to die
-
Stnby[m]
turned it half dead to the employer
-
Siren[m]
Stnby[m]: You stole the original nipple from your work laptop?
-
Stnby[m]
XD
-
Stnby[m]
* XD, Yeah
-
Stnby[m]
It was a bit worn out, but not to the extent you could tell
-
Stnby[m]
s/tell/easilytell/
-
Stnby[m]
* you could easily tell
-
Siren[m]
I can't because on my work laptop the nipple is faded or has a color defect and it's slightly yellow in the middle
-
spacekitty420[m]
like said, burn it with fire ๐ฅ
-
RavFX[m]
Sadly most of the good thing on Lenovo got downgraded to copy apple (while make it worst).... (full message at <
libera.ems.host/_matrix/media/v3/do…73babc0e1c2c1e0e1ebc0c58f6d17af7d74>)
-
RavFX[m]
* Sadly most of the good thing on Lenovo got downgraded to copy apple (while make it worst).... (full message at <
libera.ems.host/_matrix/media/v3/do…c6900d9a6561c158d4c451329e0ba2676f5>)
-
RavFX[m]
* Sadly most of the good thing on Lenovo got downgraded to copy apple (while make it worst).... (full message at <
libera.ems.host/_matrix/media/v3/do…441563b4d956b986d5dcf7c62090a6b7d00>)
-
RavFX[m]
I call the red thing, A "trackpoint".
-
spacekitty420[m]
all that shit right there is literally why i dont do laptops... like, soldered ram? for fucking real? also the whole soldered ssd, like, why in the fuck?
-
spacekitty420[m]
at that point i just rather get one of those mini-pc (like minisforum or even asrock, gigabyte and whatnot doing), plug an external screen in usb-c, keyboard, mouse and if wanting it to be on battery then just get one of those portable batteries thingies on which can even straight up plug solar panels into
-
spacekitty420[m]
modular af, can have screen to break and just pluyg an other, can spill vodka on keyboard, can just plug an other keyboard
-
spacekitty420[m]
while laptops, would be so fucked at every type of issue with it
-
Siren[m]
> <@gfdshygti53:monero.social> Sadly most of the good thing on Lenovo got downgraded to copy apple (while make it worst).... (full message at <
libera.ems.host/_matrix/media/v3/do…ac7374330f317073ebc9ebaf200d0033825>)
-
RavFX[m]
Siren[m]: I see :/
-
Siren[m]
At least it feels better than apple keyboard but still the build quality got degraded by a lot
-
RavFX[m]
I like the old 8 cells batteries you could use as an "handle" to hold the laptop better
-
RavFX[m]
I'm I buy a thinkpad, probably be something between T430 and 480 that I will upgrade to max. Not getting new one
-
RavFX[m]
but for now I stay with thin computer and my gaming PC. Have no use of a laptop anymore really
-
ofrnxmr[m]
<RavFX[m]> "I call the red thing, A "..." <- Its a clit. Consensus reached
-
RavFX[m]
Thin computers are great, they are nicely stackable.
-
Siren[m]
The capacitors on the new thinkpads and their chargers are so bad you can most of the time hear them from far away
-
RavFX[m]
Like that high pitch whining noise? Erk
-
Siren[m]
Yes as if they're gonna fail tomorrow
-
RavFX[m]
I have a stack of Thinkcenter M72. There great (beside the intel iGPU)
-
RavFX[m]
I think they make AMD version now
-
Siren[m]
I'm scared to buy anything lenovo again (all chargers and all T14, T14s has the loud buzzing and hw failures) even though my main E14 is ok. I'll probably go for a dell when my E14 dies.
-
Siren[m]
s/has/have/
-
plowsof
ok class, i would like each of you to handwrite every message sent here (after anarkio's circular economy talk). i want it on my desk no later than 9:15 am Monday.
-
RavFX[m]
I don't hear the power supply of my Thinkcenter stack
-
RavFX[m]
They use 10W idle and ~45W full load. 3 Display plugs, enough USB, one Sata, one Nvme (some have two Nvme). the one I have a 64GB of ram in them but the last model support 128GB)
-
RavFX[m]
-
RavFX[m]
theses
-
Siren[m]
plowsof: when they say circular economy, do they mean circular economy in economics context?
-
Siren[m]
or around crypto space does it have another meaning
-
RavFX[m]
plowsof: You are not going to get sample of my handwriting
-
RavFX[m]
except maybe in exchange of 1k monero or something like that
-
plowsof
a nice interview with anarkiocrypto here
monerochan.news/article/4
-
plowsof
"Earn your salary in Monero, rent from a Monero-friendly landlord and buy food from a local Monero convenience store." ๐
-
Siren[m]
circular economies don't exist though
-
Siren[m]
it has more to do with waste and pollution than currency
-
Siren[m]
s/it/they/, s/has/have/
-
RavFX[m]
plowsof: Just have all income in Monero.
-
RavFX[m]
Dump it to have everything else in cash :D
-
RavFX[m]
Monero as "Bank account"
-
Siren[m]
"Be your own bank" - getmonero.org promotional video
-
plowsof
how to convert monero into cheese burger is priority number one
-
RavFX[m]
localmonero, sell, "cash at atm"
-
RavFX[m]
go to atm to grab cash
-
RavFX[m]
use cash to buy cheese burger ๐คฎ
-
RavFX[m]
instead, use cash to buy premium burger with goat cheese and real meat
-
Siren[m]
I promise to operate a monero bar and hackerspace when I have enough funds
-
RavFX[m]
Or cook yourself, that way you keep more Monero than spending them for restaurent foods
-
RavFX[m]
Talking about cooking myself, I should begin if I want to eat eventually ๐
-
ofrnxmr[m]
plowsof: Come over for dinner
-
plowsof
someone said here that "localmonero is the place you go to sell monero -20% under market value, and buy it for >20% market value" :D
-
RavFX[m]
use Localmonero as a market maker
-
RavFX[m]
that way you buy monero at -10% and sell monero at +10%
-
Siren[m]
<Siren[m]> "I promise to operate a monero..." <- finna gonna beat bored ape boring burgers
order.justboredandhungry.com
-
Siren[m]
๐คฎ
-
plowsof
i wonder if any local businesses near the monerokon venue in prague would consider cashing in on hungry drunk monero enjoyers
-
Siren[m]
We're going to have problems regarding food
-
plowsof
the ruling elites are having their vip dinner at the event but what about the people!
-
ofrnxmr[m]
Siren[m]: eudaimon36: "why do you hate apecoin"
-
ofrnxmr[m]
Thats why ^
-
Siren[m]
* regarding food (I think)
-
Siren[m]
plowsof: It's hard to find normal priced supermarkets and restaurants in prague center :(
-
Siren[m]
as far as I know
-
eudaimon36[m]
ofrnxmr[m]: Hahaha
-
Siren[m]
but kebab kiosks are universal so we're all covered
-
eudaimon36[m]
Just to be clear, I think I asked why you were particularly hating on Apecoin
-
eudaimon36[m]
a million shitty coins, you mentioned Ape twice today
-
Mochi101
plowsof, I made a reddit post of that thing I was working on.
-
eudaimon36[m]
then I saw it was the #1 trending coin on Twatter today
-
Mochi101
on r/monero
-
eudaimon36[m]
strange world
-
plowsof
does it need mod approval?
-
Mochi101
no
-
Mochi101
I just thought that maybe you wanted to read it.
-
plowsof
yeah, can you link it?
-
Mochi101
-
plowsof
thanks!
-
anarkiocrypto[m]
"Circular economy" in crypto just means "earn and spend crypto" rather than only hodling/investing/withdrawing to fiat. This was the first mention of crypto circular economies:
bitcoinmagazine.com/business/its-ti…o-join-the-bitcoin-circular-economy by Ragnar
-
Siren[m]
eudaimon36[m]: they had a dating app
-
Siren[m]
they later shut it down because there was no women on it
-
Siren[m]
s/was/were/
-
ofrnxmr[m]
Id dump a chick if I found out she had apecoin instead of monero
-
ofrnxmr[m]
I can only imagine the types of guys on an apecoin dating app ๐
-
plowsof
Mochi101 nice summary, thank you for your efforts. you say you couldnt contact houdiniswap.com , they where here a week ago promoting their ccs proposal (didn't go well)
-
DanIsnotthemanBr
Case is still adjourned :/
-
ofrnxmr[m]
The laptop case?
-
DanIsnotthemanBr
Ofrnxmr vs houdiniswap