Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
amcsi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
17 ms
·
1.
▲
by
amcsi
9mo ago
Where's the public Git repository for this project? The GitHub link on the NPM page seems broken to me.
2.
▲
by
amcsi
2y ago
In Hungary they banned Gratitude Payments since 2021.
3.
▲
by
amcsi
4y ago
The big difference is that while the PHP major upgrades - although had breaking changes - provided a forward-compatible way for you to run older version code on a newer version PHP (see WordPress for PHP 5 running fine on PHP 8), Python did
4.
▲
by
amcsi
4y ago
I remember getting that error in the past, and at the time googling for that token gave few results, so it was a slightly bigger deal than you would think. 99% of the time the cause was: you are on PHP 5.2, but we're trying to use PHP
5.
▲
by
amcsi
4y ago
Better. It's like a VS.Code that you can turn into a Visual Studio (if needed) within the same application.
6.
▲
by
amcsi
4y ago
I'm implying that if you "don't need Next.js", because it's too heavy-weight (because e.g. you already have a dedicated team working on the back end API using a different language), then too bad: there's no lig
7.
▲
by
amcsi
4y ago
Every time I hear any news about routing in a React framework I always get disappointed that the news isn't that they're introducing type-safe (TypeScript) routes to enable type-safe linking.
8.
▲
by
amcsi
4y ago
I've heard people suggest to always use Next.js, because the alternative (Creat-React-App) is being developed too slowly.
9.
▲
by
amcsi
4y ago
Nearly all front end metaframeworks/starters are like this, which is why I've given up on trying to run them in Docker, because it's just over-complicating the deploy process with no real benefit due to what you mentioned, an
10.
▲
by
amcsi
5y ago
I use Vim's built in symmetric encryption with :X One of the reasons I haven't moved over to NeoVim is because they removed this feature, because supposedly it's not perfect or something. So sure, the NSA may be able to still
11.
▲
by
amcsi
5y ago
I don't see how the "men" part is relevant of what you are saying. The "rich" part is a good point: that's certainly more unfair. I'm thinking that if men and women of equally poor background, women have t
12.
▲
by
amcsi
5y ago
It is absolutely supply and demand. I meant girl escorts when I wrote what I wrote. I find it unfair that it you're born a girl and are pretty, you have this option.
13.
▲
by
amcsi
5y ago
I read the entire article. By making a lot of relatively low effort I mean selling something for a lot that's not a expensive items or valueable experienced labor. And like I said, before I thought this was all low effort work, and thr
14.
▲
by
amcsi
5y ago
Although as a male I highly support that sex work be legal, and acknowledge it as legitimate work, I do not tend to honestly respect this type of work (besides the courage to do it and such). I find it quite unfair be able to make so much
15.
▲
by
amcsi
5y ago
Although Livewire allows you to do that, and shows counters in its examples, for such things that shouldn't require communication with the backend (e.g. saving, or grabbing data from the DB), you are rather meant to use something like
16.
▲
by
amcsi
7y ago
I'm quite a noob, and this is a bit off-topic, but if it's mathematically proven that no sorting algorithm can be faster then O(n*log(n)), but we know for sure that checking if an array is sorted is O(n), then doesn't that pr
17.
▲
by
amcsi
7y ago
Though whatever data is "lost" in a password manager is usually recoverable; each password could be individually reset in each website. True though that it's a pain.
18.
▲
by
amcsi
7y ago
So let me get this straight... This algorithm creates an initially empty array of size K with the DB internal ids of what would randomly be selected. Then it goes in order from 0 to the number of rows - 1, and for each one it goes e.g. &quo