Readit News logoReadit News
piccolbo commented on The Ascetic Programmer   asceticprogrammer.info/bo... · Posted by u/workerthread
piccolbo · 3 years ago
Hey author here. AMA (about the book). I know there are many books to read out there so let me add the book has at least one positive review by Poul-Henning Kamp of Varnish-Cache and FreeBSD fame:

> You don't need to be stuck on a bus between Oslo and Göteborg to enjoy reading this book: [...] Much interesting stuff to think about for the thinking and practicing programmer.

https://toot.community/@bsdphk@fosstodon.org/109829843037038...

piccolbo commented on Scaling Mastodon is impossible   lucumr.pocoo.org/2022/11/... · Posted by u/the_mitsuhiko
js2 · 3 years ago
No one called it a paradise. That's a strawman argument.

I've been using my own domain for my email for over two decades. In that time it's been self-hosted, hosted with Google, and hosted with Fastmail. I control it, so I can take it wherever I want. I've been able to take my full message history with me too.

It has not been a "total failure" with spam/abuse either, though I'm glad to have Fastmail handle that for me these days.

In any case, I'll take the tradeoffs over a centralized system.

piccolbo · 3 years ago
But that's enabled by the DNS MX record. There isn't anything like that for social AFAIK, so if you wanted to do the same with your mastodon account you are hosed. Some people are saying once you have million followers on mastdon.social, you are not going to restart from zero on mastodon.net. You can, but it's hard. So centralized or federated, without handle portability, it's not very different. You are stuck. It seems to me federated mail and federated social are similar for people who don't own their DNS entry (gmail addresses), but for people like you, that's a substantial difference. You'd have to run your own instance to have your own social handle, and that isn't portability, that's DIY. It only works for a small number of techies, you have to have an instance and a domain.
piccolbo commented on Scaling Mastodon is impossible   lucumr.pocoo.org/2022/11/... · Posted by u/the_mitsuhiko
cbsmith · 3 years ago
The problem recurs and yet that never seems to deter the next attempt to build a better mouse trap.
piccolbo · 3 years ago
How about the web-of-trust a la freenet https://github.com/freenet/plugin-WebOfTrust?
piccolbo commented on Ask HN: What social media site could replace Twitter?    · Posted by u/s3v
blacklight · 3 years ago
Account data migrations are already supported on ActivityPub. If they didn't like the way they are implemented, they could have extended the specs. Building a completely new protocol just because you want to support account migrations your own way is just dumb.
piccolbo · 3 years ago
You lose all your followers. It's like going from blacklight@aol.com to blacklight@gmail.com. It's on you to go to you 1M followers and beg them to refollow you. The goal is to go from tmobile to verizon and your grandma can just call you.
piccolbo commented on Ask HN: Do you think Agile/Scrum is beneficial for software delivery?    · Posted by u/andyxor
piccolbo · 4 years ago
Can anyone name a well-known important software project (say linux, python, tensorflow, angular) that was delivered via Agile/Scum? And some of you may enjoy this linkblog https://againstscrum.tumblr.com/
piccolbo commented on Ask HN: Show me your half baked project    · Posted by u/notoriousarun
thismodernlife · 5 years ago
https://blogline.co

I wrote this during the first lockdown mainly because I wanted to write some fresh code in the evenings, but also because I was dissatisfied with Wordpress, Tumblr, Posthaven and static sites, having tried all of them over the years for my blogs.

A blog app is literally every web framework tutorial so it’s a bit embarrassing to show (“is that the best idea you’ve got?!”) but the funny thing is, I actually really love using it and it makes me want to write more, and I am writing more on my blogs! Which is the point of a writing/blogging app after all. It should encourage you to write, not get in the way with themes, CSS, hosting and all that entails.

You can only sign up with an invite code because I haven’t fully decided whether to subject the world to YABA (yet another blog app). I was going to add billing support first as I don’t want to support free customers, but I might see what the reception is here first ;-)

I have a bunch of ideas that will keep the basic writing/publishing concept but make it more of a hub for reading too.

piccolbo · 5 years ago
What are the shortcomings of Wordpress, Tumblr etc and how did you address them? Thanks
piccolbo commented on The Paradox of Abundance   perell.com/note/the-parad... · Posted by u/imartin2k
piccolbo · 5 years ago
And when a post starts by lying by a factor close to 2 about the rate of obesity (42% 2018-2019 per CDC as opposed to 71%) what else in this post is trustworthy?
piccolbo commented on Uber discovered they’d been defrauded out of 2/3 of their ad spend   twitter.com/nandoodles/st... · Posted by u/rbanffy
nutanc · 5 years ago
We did a similar kind of experiment some time back and found both FB ads and Google ads were doing jack shit for us. Google was better. FB ads were absolutely useless. So we stopped our ad spend. We observed no change in our customer acquisition.

Another way these ad engines extract money out of you is by allowing competitors to bid for your brand name keyword. Try searching for Ozonetel on Google. There will be six competitor ads and then our website will show up :)

In our early days we used to be scared and bid for it.Lost a lot of money doing that. Then we talked about it and stopped. Again, no change in customer acquisition. Turns out, customers scroll down the ads and still click on our website.

Are our competitors getting some of our traffic?

Of course.

But my business is not built on the assumption that people will not find my competitors. Its built on the fact that people will explore options and try to find the best fit for them. So its ok.

piccolbo · 5 years ago
FYI, Ozonetel bid successfully for the top line ad in my google search [ozonetel], dialpad taking second. You don't get there if you don't bid.
piccolbo commented on Rebuilding our tech stack for the new facebook.com   engineering.fb.com/web/fa... · Posted by u/alexvoica
asiachick · 5 years ago
How is this any different than native apps that offer the same functionality? The article is about facebook, not emacs. A native facebook apps is a much bigger privacy concern. The native app still stores your data in the cloud so you don't control it. It still can be using 3rd party libraries that are doing more than their stated function. It can still be communicating with servers from all over the world. On top of all that it has raw packet access to your WiFi for scanning your entire network on all ports (web apps can't do that). It can scan for SSIDs to find your location (a web app can't do that). It can scan bluetooth to find out your location and/or proximity to others (a web app can't do that). On most OSes it can read most of your files (like say your private ssh keys) web apps can't do that. If you give it access to your photos to select one photo it can read all of them, web apps can't do that. On a web app you can easily add all kinds of mods via extensions to add or remove features because the web apps are based on a known structure (HTML). that's rarely true for native apps. For app in question, Facebook, see FBPurity as an example.
piccolbo · 5 years ago
I am not sure that's what he or she was trying to say. Agree with everything you said about native apps. The question for me is if it's necessary for every page to run javascript, even if it doesn't have any app-like features, even if it's just a document. I would love to be able to turn off javascript and be able to browse the document-web without everything being broken. In the specific cases where I need dynamic or app-like behavior, then I can use javascript, or maybe even a separate app browser. https://www.wired.com/2015/11/i-turned-off-javascript-for-a-...
piccolbo commented on The new dot com bubble is here: it’s called online advertising   thecorrespondent.com/100/... · Posted by u/piccolbo
piccolbo · 6 years ago
It seems to me the authors make three main points 1) Pay-per-action confuses correlation (action when seeing ad) with causation (action because of seeing ad). Hence click-through-rate maximizes correlation instead of causation. Google knows you were going to buy anyway, thus serves you an ad. 2) Marketers and ad networks interests' are aligned in that they want to maximize advertisement budgets. Hence marketers will ignore randomized studies showing ads of some type are not effective. 3) Even when these studies are performed, even major sample sizes are insufficient to support any conclusion

u/piccolbo

KarmaCake day26April 28, 2010View Original