Viewing profile — leddt
leddt
HN member- Joined
- Wed, Jun 22, 2011, 4:47 PM UTC
- HN karma
- 398
- Public activity
- 123 items
- HN profile
- View on Hacker News ↗
About leddt
Recent public activity
-
comment
Comment #45791462
That was pretty hard! It took me a bit over 2 hours. It took me a long time to get started, it felt impossible. But I found a lot of satisfying "ah ah!" moments that kept me going.…
-
comment
Comment #42115114
Absolutely!
-
comment
Comment #42112467
Exactly! Their docs are here: https://linktree.notion.site/API-d0ebe08a5e304a55928405eb682... It has a 10 request per minute rate limit, but no api key needed, so each user runs th…
-
comment
Comment #42112458
No, sorry. The code should be pretty easy to port, if you want to give it a go. https://github.com/leddt/music-link
-
comment
Comment #42111790
I made a very simple chrome extension that automatically redirects you to your preferred music service when visiting another service. In my case I have it set to YouTube Music, so …
-
comment
Comment #27806805
More likely millions per hour. But even then it's not like all those sales will be lost. Most people will probably just come back later to make their purchase.
-
comment
Comment #24312717
Looks like the benchmark was cpu bound, so I doubt going to an even lower resolution would help much.
-
comment
Comment #24309687
You can see on the photo at the top that they were running at 1280x720. As for graphics settings I would guess minimum. Edit: seems mobile and desktop have a different crop of that…
-
comment
Comment #24157949
Having played both, my opinion is that they are very different games. Satisfactory is much simpler in its mechanics. Factorio is built on a custom engine and heavily optimized. I d…
-
comment
Comment #23926472
Actually, I'm pretty sure those are generated by a neural net. There are clear artifacts on the images that give it away. Maybe the author experimented with different source materi…
-
comment
Comment #23544153
That's one definition. Another valid definition of a framework would be something that is a fundamental part of your project, or something you build upon, whereas a library would b…
-
comment
Comment #23506542
The difference with PCs is that since the hardware is standard, developers can now create gameplay that depends on those capabilities. Until all (or most) PCs are equiped with high…
-
comment
Comment #23355499
Depends on what packages you install, but my VS 2019 install folder is 2.5GB.
-
comment
Comment #22987015
I have had a similar experience when first using a 144hz display. I was amazed how responsive the mouse was. How "in control" I felt. Then, going back to a 60hz display, I couldn't…
-
comment
Comment #22978417
I'm French Canadian and I usually avoid the space before those characters because they have a tendency to wrap on a new line by themselves. You are supposed to use non breaking spa…
-
comment
Comment #21631042
Since the refresh-token is single-use, the user will be logged out when trying to refresh their own token, and will presumably then login again, which should invalidate the attacke…
-
comment
Comment #21630517
In our app the JWTs have a 5m lifetime. When a JWT is generated we also generate a single-use refresh token. When a client tries to use an expired JWT the request fails, and the cl…
-
comment
Comment #21204913
Windows Server (Standard and Datacenter editions) licenses include permissions to run unlimited windows containers on top of them. So you would only need to pay for the licenses of…
-
comment
Comment #20363197
A passphrase can easily exceed 20 characters and be memorable. They are usually considered a good security practice for people not familiar with (or not willing to use) password ma…
-
comment
Comment #20195718
Vulkan runs on Windows.
-
comment
Comment #18817305
I have not played the game, so this is only from what I've read [0], but it is my understanding that they designed a progression system that strongly pushes people to pay. Also, wh…
-
comment
Comment #18817098
Aren't many consoles sold at or near (or even below) cost, on the assumption that software sales will make up for it? Also, how would a console sold by Sony or Microsoft subsidize …
-
comment
Comment #18396412
DataLoader
-
comment
Comment #18095895
I'm guessing they invalidated all access tokens for accounts that have been used as "View As" targets since the issue was introduced. They also disabled "View As" which is the actu…
-
comment
Comment #17934845
Looks like the code for IsPassword [1] checks for the presence of a number + a special character. If the text contains a space, or is longer than 16 characters, it is not considere…