Earlier quoted context omitted.
And you could replace Dropbox quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem. From Windows or Mac, this FTP account could be accessed through built-in software.
funny thing: i recently happened into the solution to that age-old question of "how do i transfer some file(s) between two computers in the same room". i now run an anonymous FTP server on my laptop, open to the LAN. prior to this Dropbox _was_ one of the solutions, but recently i've used that FTP server for the job several times with both Linux and Windows users. yet, you jest.
About half of Bandcamp employees have been laid off
421–430 of 640 posts
Re: About half of Bandcamp employees have been laid off
#422Switching to full-on Dirty Hippie mode here but, goddammit why why WHY can’t we just have nice things without profit motives or acquisitions or shareholders or growth hacking and just enjoy the ride and the gifts that these kinds of resources give to the world? Why is the default setting “always sell out”? IUMA was the Bandcamp of the early aughts. It was THE place to go for discovering new exciting music that you ne…
Re: About half of Bandcamp employees have been laid off
#423Background, I work in diligence for software aquisitions. There are a lot of assumptions on this thread. I don't know the answers in this case (not sure if anyone does?) but I think it is naive to assume that Bandcamp was wise to be employing all these people. While acquisitions tanking a company with stupid decisions are super common, it's also super common for companies who are trying to look like they are growing…
Isn't the pre-IPO / pre-acquisition playbook to cut staff lower than the optimum level to show profitability? But I'm spitballing here, anyone know more about whether Bandcamp was bloated? Bandcamp was shown to be profitable quite recently. Hard to justify slashing staff in half with that in mind.
Re: About half of Bandcamp employees have been laid off
#424Earlier quoted context omitted.
See, for me I like that Bandcamp is just a store . That I see an artist I like on social media, click their bandcamp link, and if I like their music I buy it. I don't use its recommendation features, and the only social feature I use is the ability to follow an artist and thus get news-bulletins about their work. Once you get to an artist's page, the UI is simple and clean and Just Works. I can see their releases, bu…
Sweet Jesus... this is Danza/Frontierer/Car Bomb levels of heaviness but with experimental pop instead. I'm gonna have to ease myself into this album.
Re: About half of Bandcamp employees have been laid off
#425Earlier quoted context omitted.
I pay $0 a month to host a website. A number of artists I've bought from have you pay with paypal and a download link is included on your receipt. That's what, nine cents per transaction plus five percent, and minimal egress charges from a cloud provider.
Hosting costs money and you're getting that for free, so there's something else going on there. You're paying for PayPal on their margin.
Cloudflare free tier as a CDN. They're on the record about why they do it- mainly, it generates large sales leads, makes it easier to hire, and provides them a community of willing QA testers for new features.
Hosting costs for a small website are literally pennies a month if your content can be cached. Plenty of truly free origin hosts available. GitHub Pages is a popular ine.
> You're paying for PayPal on their margin
So? Bandcamp charges 15% for small artists.
Re: About half of Bandcamp employees have been laid off
#426Earlier quoted context omitted.
So we work for private equity mostly, and they are in the business of buying and selling steady growth, profitable businesses, as opposed to VC/bubble stuff, so our expectations are a lot leaner. But at a guess, I think we'd expect that to be a 40-50 person company. 118 seems high. The app is tiny, it has changed very little in who knows how long. Infrastructure is obviously the big thing, so there would be a solid s…
Accounting, human resources, sales (different than marketing), managers, security, operations, analysts, C-Suit, customer service, etc not including technical teams developers, sprint masters, qa, analysts, data warehousing, networking, support, devops, thought leaders.
That being said, 118 still sounds pretty lean for the scale they are operating at.
Re: About half of Bandcamp employees have been laid off
#427Earlier quoted context omitted.
Sure, and that's why most people would sell. Having a family doesn't "absolve you" from ethics, but it means that you have to weight doing right by your family vs doing right by your users. Most people choose their family, and nobody blames them for it.
> nobody blames them for it I do. If somebody has to do wrong by their customers to do right to their family, they've seriously messed everything up.
And no, they haven't messed everything up, society has failed them
Re: About half of Bandcamp employees have been laid off
#428Earlier quoted context omitted.
I too loved Bandcamp for its sane approach to acquiring new music; unlike "most people" I refuse to use the streaming-only services, and insist upon buying albums and listening to exactly those selections I choose (and I prefer to listen to albums in their entirety, even today). Perhaps I'm just old and set in my ways, but choices made by others, especially algorithmically generated "options maximizing my engagement"…
I also refuse to use streaming services, and prefer to curate my own music - but for me, it's less about algorithmic suggestions, and more about actually owning the things I've paid for. A streaming service or an artist can pull music from a service (see Neil Young), but they ain't going to be reaching into my hard drives and pulling the mp3s out of it.
Re: About half of Bandcamp employees have been laid off
#429Earlier quoted context omitted.
See, for me I like that Bandcamp is just a store . That I see an artist I like on social media, click their bandcamp link, and if I like their music I buy it. I don't use its recommendation features, and the only social feature I use is the ability to follow an artist and thus get news-bulletins about their work. Once you get to an artist's page, the UI is simple and clean and Just Works. I can see their releases, bu…
Off topic the article but I _love_ her new album Also funny since I originally heard NDAD through a Spotify recommendation before eventually buying her discography on Bandcamp
Re: About half of Bandcamp employees have been laid off
#430Earlier quoted context omitted.
funny thing: i recently happened into the solution to that age-old question of "how do i transfer some file(s) between two computers in the same room". i now run an anonymous FTP server on my laptop, open to the LAN. prior to this Dropbox _was_ one of the solutions, but recently i've used that FTP server for the job several times with both Linux and Windows users. yet, you jest.
Sometimes I’ll just throw up python -m http.server In a directory as a lazy way to transfer a file (especially to my phone). It is not encrypted, and I wouldn’t be that surprised if it was also vulnerable in some ways, but it sure is easy (and it is only for lan, and pretty brief).
ruby -run -e httpd