Hacker Newsnew | past | comments | ask | show | jobs | submit | lzauz's commentslogin

In these discussion threads I always see people mixing call/gps functionality (which is genuinely useful, especially in case of an emergency, and not addictive) with social media. You can have one without having the other. Instagram didn't come with your phone, you installed it. So, don't.


There's a lot of people who show up in these threads whose only coping strategy is to go cold turkey. Maybe that's good advice, but it's not the only advice. There's no reason you can't carry a smartphone in your pocket without it becoming a pacifier.


Devil's advocate here: addiction is tricky. There's no reason you can't carry around a pack of cigarettes and not smoke them, either, but in practice that strategy would not work for many smokers. Cold turkey isn't the magic bullet, but try whatever you suspect might work.


You just have to look at the pictures of the article to see that they have money.


Believe me if you have the first thing the latter things will eventually follow. At least in the EU "universally mandated" has been a reality for a very long time.


That's the definition of the slippery slope fallacy. Those things need not necessarily follow, that's the point.


There are many places with mandated ID. Can you mention one in which any of the others on the list have "eventually followed"? You are presenting speculation as unavoidable fact.


Then why haven't they done that already? "Hold your encryption key in escrow" is perfectly feasible without a national ID system.


You cherrypicked examples where there's a physical element to the transaction.

What exactly does WhatsApp assemble? Or where do I get customer service in person for WhatsApp?


If WhatsApp disappeared today, over a billion people would lose their main communication channel with friends and families, and millions of businesses in emerging markets would lose a primary sales channel.

If crypto disappeared today, what would be the real-world effect? How many people would be inconvenienced in some other sense than "bummer, I hoped this would make me rich"? How many actual businesses would be impacted?


I've seen some concern voiced over counterparty risk in private credit contagion into public markets. Counterparty relationships are not uniformly visible across the financial landscape, so it is conceivable someone accepts a counterparty position on an instrument where crypto is pledged as an asset. This instrument is presented as a different asset obscuring the crypto, a tower of downstream instruments are constructed on top of that original instrument, and tranches leak out into a bunch of other more tradfi instruments.

I've yet to see evidence that this is widespread in practice. Though admittedly there is a lot that can go on in private credit that is out of reach from public analytics.

Even if there was contagion risk however, I don't expect extinction level financial system damage. Total global crypto valuation at peak was around $1T USD depending upon who you ask. Global software industry alone is around $10T USD. If crypto goes to zero tomorrow, it would be life-alterting to many people, but most of the world would go on about their lives.

More value has been erased from global equity markets this year than any hypothetical crypto-to-zero scenario, and while the consequences won't be pleasant, in the developed world if you have saved up 1-7 years of living expenses you will barely notice the recession currently inbound.


Well actually, you would throw a major wrench in the works of most ransomware operations.

So there’s that.


WhatsApp charges businesses for access to its API, and also has a payments platform in emerging markets. It assembles and sells software products.


Ads


>I am vaccinated but

Funny how this sounds like you have some special kind of keycard to be allowed to say what you said.


Because many people fallaciously assume that someone who is not vaccinated must be an idiot and hence should not be listened to.


>The press is doing their patriotic job protecting United States government and US citizenry dutifully through its thorough reporting as given by the 1A.

Now I'll wait for someone else to bite on this.


>Gil free python would break a lot of oss packages written with the C API that are only thread safe because if the GIL.

So make it a runtime option.

It's getting tiresome that python performance is suffering because some can't be bothered to write thread-safe software. In 2022.


This comment demonstrates a tremendous amount of naivete about the Cpython runtime. After PyObject itself, the GIL mutex is probably the next most important data structure in the entire codebase. It's not "someone not being bothered to write thread-safe software." It's not something you can hide behind a flag. It's central to the entire cpython data model and any library which relies on releasing the GIL.

The closest anyone has come to removing the GIL is the Gilectomy project by Larry Hastings, and it's unlikely to ever be upstreamed unless it could be somehow made to work with libraries that rely on assumptions about GIL mechanics (eg numpy).


> The closest anyone has come to removing the GIL is the Gilectomy project by Larry Hastings

It was Sam Gross and he more or less achieved it:

https://mail.python.org/archives/list/python-dev@python.org/...


In C which Python extensions use, it hasen't gotten any easier to write thread-safe software "in 2022"


But it has become more necessary and useful, so even C programmers better get used to it (and some tooling to help catch most mistakes).


>so even C programmers better get used to it

Or else? It's not like they're not trying their best - or don't spend the level of effort that they and their companies are willing to take...


I guess it would have made more sense for me to say "Python C extension developers".

I don't find multithreading in languages without particular support easy at all, but I have become better at it. It is possible and sometimes necessary. It seems like the prevailing attitude in the Python ecosystem is weird, a kind of sour grapes thing, i.e. "Python doesn't have good multithreading support, but multithreading is ugly and error-prone anyway and the alternatives are almost as good or better".


Usually when I've needed more parallelization I've allowed more processes and for slow methods, there is threading available (this doesn't overcome the GIL but allows those methods to independently operate). It seems like the biggest reasons to focus on removing the GIL are single-process applications or machines where memory is constrained (so you don't want tons of processes consuming it all). Are you in one of those situations or is there another scenario that is impacted by the GIL?


Medium has been the villain for quite some time now.

But not so fast about Substack... they recently started showing modals.

In the end, running a website costs money. What are you going to do.


Those modals are infuriating. Every time you go to SS for a different article, it will nag you.

Does anyone have a uBlock rule to drop them all?


I'm using this in Stylish, a CSS manager browser extension:

  /* Substack modals, nags, etc. */

  [class*="frontend-components-SubscribePrompt"] {
      display: none;
  }
Saved as "Substack" and applied to any page/domain which uses Substack.

Otherwise, for UBO, these two should work:

  ###.frontend-components-SubscribePrompt-module__subscribeDialog--2_6UY.frontend-pencraft-FlexBox-module__flex-align-center--21WCV.frontend-pencraft-FlexBox-module__flex-direction-column--2sph3.frontend-pencraft-FlexBox-module__flex--fK-9V
  ###.frontend-components-SubscribePrompt-module__background--2DQPj
I suspect Substack vary their element names (e.g., the "2_6UY" and "2DQPj" strings in the above list), so that substring matches as I've used in my CSS example should be more robust.

UBO uses the Easylist blocking syntax which ... I can't seem to find documented, so I'm guessing as to the specific patterns. Corrections/clues welcomed.


Switch platforms before investors can make their money back. Everyone wins!


Substack also gets lots of revenue from subscriptions. If that's not enough to keep the platform up then perhaps they need to try to take a bigger cut (or not offer service to authors who have too few subscribers).

There's no reason for authors (who are Substack's customers) to want to make the platform more annoying for readers (some of whom are the author's customers). If the author is not making enough money (perhaps because Substack has started taking a bigger cut to cover costs) they need only to improve their writing and/or put more of it behind the paywall in order to get more subscribers.


Are the modals opt in or configurable by the author?


For what it’s worth I find their modals relatively unobtrusive and easily dismissed. It’s not great but like you said, they need to make a living.


Whatever Electron supports I suppose.


Most people who have jobs do not work because they want to but because they are forced by economic circumstances. Should we abolish work?


It wouldn’t be such a bad idea to take laissez-faire all the way to workers. Abolish bullshit jobs but foster ones that are meaningful to people.


Well, if you're asking whether capitalism and economic necessities are the root of most of our problems, then my answer is a resounding yes.


As if non-capitalist system would get rid of shitty jobs and being forced to work.

Point in case - USSR where not working was a crime :)


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: