Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BJ
Posts
0
Comments
275
Joined
2 yr. ago

  • Fair - point still stands though - the application only has a single breakpoint defined at 600sp from a cursory glance, the lack of an ultra-wide specific layout is just because it hasn't been implemented rather than a shortfall of GTK (though I'm not sure you would even want to make the message view wider, as it would impair readability)

  • I feel like the only people who have issues with coffee and taco bell are people with bad diets to begin with, e.g. so bad that the soluble fiber in Coffee is like 100% of their dietary intake

  • There are low powered FM transmitters you can get for your car

    FM transmitter plugs into cigarette lighter for power

    iPod connects to FM transmitter via AUX cord

    You tune your cars radio to whatever frequency the transmitter is set to, and it plays whatever your iPod is playing

  • Your computer is a bunch of parts that need software to make them work. The "operating system" handles talking to the hardware directly, while the programs you run only talk to the operating system. Talking to the operating system is easy, talking to the hardware is difficult, since you may need to speak a hundred different languages to work with every possible network card, sound card, graphics card, etc.

    The operating systems you have probably heard of are windows and macOS. Linux is a 3rd one.

    Windows is owned by Microsoft, macOS is owned by Apple, and Linux is developed by the community and (typically) released for free. Since anyone can work on Linux, there are tons of different versions of it floating around, that are all slightly different from one another.

  • It's a government institution that is set up like a normal corporation, but with the government as the shareholder. If that's not an ass backwards way of providing an essential service I don't know what is.

    Counterpoint: by operating at arm's length it can't be steered on a whim by a sitting government, e.g. like DeJoy grinding USPS to a half during the 2020 election. Same can be said about CBC

  • Half of them haven't been active in 2025, and the first active member i clicked on's commit history is "fixed a typo on the website" once this year, and once 6 months ago

    It's a shit metric because people spam OSS repos with "minor text fixes" pull requests so they can slap "inkscape contributor" on their CV.

  • We're at a point where it's no longer profitable for individual miners

    We have been at that point since GPU mining stopped being feasible in 2014, it's just gotten worse. ASICs made it so the only people who could profit off mining were people who could place a wholesale sized order of hardware from bitmain, etc. Anyone else who claimed to be mining profitably was likely someone who was:

    1. buying old hardware 2nd hand (or new hardware at MSRP) and capitalizing on free electricity in their rental
    2. not selling their Bitcoin immediately (they weren't making money from mining, they were making it from speculating)
    3. lived in Quebec and could double dip (North America's cheapest grid + free heating for 8 months of the year)

    unless there's a radical change in bitcoin's algorithm

    The algorithm already does this though. Every 2016 blocks if it took more than 10 minutes per block, the difficulty of mining bitcoin goes down, not up. This is why every halving event you see a radical drop in difficulty, because at a given kWh you are producing half as many bitcoin - meaning people turned off their miners because it's less profitable. The flipside is the rate of issuance goes down, so there is a lower inflationary effect, and the price of Bitcoin usually also skyrockets (which means eventually these miners re-enter, and difficulty eventually goes back to where it was). It can never get to a point where Bitcoin mining is completely unprofitable unless the price goes to zero, because there will always be a guy with a solar panel and fully paid-off hardware who can mine it for free. Granted, it can get to a point where a lot of people have to take a huge loss on capital expenditures if the price nosedives and never recovers

  • Miners like Riot Blockchain are operating at a loss

    I'm not a finance wizard, but I peeked at their last SEC filing, and first 3 quarters of 2024 they posted a 35m operating loss, but added almost 900m worth of assets to their balance sheet (mostly Bitcoin), which to me tells a very different story

  • New data tells us that mining a single Bitcoin or one BTC costs the largest public mining companies over $82,000 USD, which is nearly double the figure it did the previous quarter. Estimates for smaller organisations say you need to spend about $137,000 to get that single BTC in return. BTC is currently only valued at $94,703 USD, which seems to be a problem in the math department.

    Bitcoin mining will always be profitable for the people with the cheapest electricity and largest economies of scale. There is a difficulty adjustment algorithm in the protocol that ensures this. When the price tanks people turn off thier miners, difficulty adjusts downwards, and then it takes less electricity to find a block.

    tl;dr title is wrong

  • Permanently Deleted

    Jump
  • It's Google analytics, and the meta/twitter/etc tracking pixels. Almost every site uses them because they provide useful data to the site owner and they are free.

    the images in OPs post appear to be designed to match their site theme, meaning umatrix wouldn't even block them, because they are being served from the sites actual domain/CDN and not from Facebook/Google's tracking domain.

  • Permanently Deleted

    Jump
  • The buttons don't do any tracking just from existing. They only exist to encourage a miniscule number of people to repost your content on social media, and in the event a share comes from that, they may include affiliate info

    All the useful information comes from the tracking scripts, which developers are also placing themselves because they are infinitely more useful. They tell you where visitors are coming from, how/if they are converting, everything they are viewing/interacting with on your site, and what the ROI of your ad spend is. In addition to telling you if someone clicked the share button.

    Tracking pixels have been decoupled from the "share" buttons for at least 10-15 years

  • Permanently Deleted

    Jump
  • Just loading the "share" icon from the social media website allows them to see that you are reading that specific article

    The buttons aren't necessary for this though. They can do that with a

    <script>

    tag, or a hidden 1x1 pixel

    <img>