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

T'es perdu, chaton ?

Notion is nice


Until you try to leave with your data.


They all seem like great features.


On paper yes. The problem is that they clutter the UI, they trigger at weird times and they turn out to be less useful that they may appear.

Then there's also people, like me, who just want the browser to browse the web. I don't want link preview (annoying feature), Firefox isn't my PDF viewer, I don't have that many tabs that I need to group them and I don't use AI chatbots.

So having a single button to disable all of these features is pretty great. I still want a Firefox Lite, that just does browsing and allows me to add the few extension I want to whatever feature I believe is missing.


You might like Konform Browser. Optional features like that disabled with the nag removed (but local ones can still be enabled in preferences).

https://codeberg.org/konform-browser/source


I started clicking a 'next page' link before I'd actually finished reading something (so I kept holding the mouse buttown down), and a couple of seconds later Firefox popped up a 'link preview' box informing me that I was clicking on a link to a web forum. Wow, thanks, couldn't have figured that out myself. (It did not actually summarize the next page in any way.)


I agree with them, the French translation is way too casual/aggressive compared to the English text.

I wouldn't trust this website.

It comes across as influencer speech targeted to edgy young people with a touch of "how do you do, fellow kids?".

Pretty sure a modern LLM would yield a better one.


Maybe consider renaming this since pgTAP [0] exists and has nothing to do with this.

[0]: https://pgtap.org/


I don't get the transaction bit. At least with postgres, a transaction doesn't guarantee that all statements in it see the data at the same point in time (actually, it's not even guaranteed for subqueries).

Also, often, the transactional database servers is more difficult to scale than application servers so from a technical standpoint, it makes sense to do this glue work in app code.


> a transaction doesn't guarantee that all statements in it see the data at the same point in time

This depends on the transaction isolation level. If you use snapshot or serializable this should be the case (but you may have aborted transactions due to optimistic concurrency).


You are right, but note that the default isolation level is "Read committed" in postgres.


Doesn’t it guarantee consistency from the time the transaction started (assuming read committed isolation)? It guarantees you won’t see something “later” than when your transaction began.

https://www.postgresql.org/docs/current/transaction-iso.html

I’m likely misunderstanding what you mean by time.


Read committed (which is the default), doesn't guarantee that. See "Nonrepeatable Read" and "Phantom Read" which are both possible in your documentation page.


SSI scales fine for most workloads as long as you correctly mark your read-only transactions.


We migrated to Remix a few months ago, never going back.



Comments aren't bad per se, but they should explain Why vs. How.


You should play Obra Dinn.


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

Search: