Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
CraftThatBlock
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
21 ms
·
31.
▲
by
CraftThatBlock
4y ago
Something I've heard in this vein was the 20/20/20 rule. Look 20 feet away for 20 seconds every 20 minutes.
32.
▲
by
CraftThatBlock
4y ago
Github has a "squash and merge" option during merging. You can disable the other options (merge, rebase) in the repo settings. I've worked with squash and merge almost everywhere and it's great. Keeps history clean (1 co
33.
▲
by
CraftThatBlock
4y ago
This was one of the core features of using Signal for me. I wish they had implemented RCS and more features for SMS instead of removing it. I'm very disappointed with this feature. As a side note, I'm on the beta, and recently got
34.
▲
by
CraftThatBlock
4y ago
I've been using Today Weather for years and it's been amazing. https://play.google.com/store/apps/details?id=mobi.lockdown....
35.
▲
by
CraftThatBlock
4y ago
Using MoltenV maybe, similarly to vkd3d?
36.
▲
by
CraftThatBlock
4y ago
Games on Proton (WINE) on Linux on Rosetta on macOS?
37.
▲
by
CraftThatBlock
4y ago
Not an expert, but fuel and oxidizer is stored as liquid (at cryogenic temperatures), so adding gas creates pressure at the "top" of the tank, pushing the liquid down into the engine (in addition to gravity).
38.
▲
by
CraftThatBlock
5y ago
Technically, yes, but it's much easier to use Dockerfiles like normal (and have the build step is a good environment for development), and copy exactly the files you need for the release stage.
39.
▲
by
CraftThatBlock
5y ago
Using build stages is usually the biggest contributor to reduction in image size. Usually, images have steps to build (which requires source code, dependencies, etc), and the entry point at the end. Splitting the build- and run-time means y
40.
▲
by
CraftThatBlock
5y ago
IIRC, it can indeed work like that. See Postgraphile and maybe Hasura, on how they handle it. I'm fairly certain it doesn't _need_ to be Postgres users.
41.
▲
by
CraftThatBlock
5y ago
I was looking for this last week and couldn't find it on the site. Thanks!
42.
▲
by
CraftThatBlock
5y ago
CSGO's anti-cheat has many more issues than not being kernel-level. It's practically abandoned and doesn't even catch very blatant cheating (spin botting, etc). A few months ago, their secondary system, "Trust Factor&quo
43.
▲
by
CraftThatBlock
5y ago
This doesn't seem to be the behaviour on my machines (Linux and Windows), where mouse3 is back.
44.
▲
by
CraftThatBlock
5y ago
The 300mm refers to the wafer size AFAIK
45.
▲
by
CraftThatBlock
5y ago
I think this is a bug on Firefox, as my Firefox does the same behavior but works fine on Chrome based browsers.
46.
▲
by
CraftThatBlock
5y ago
Do you have a source on this?
47.
▲
by
CraftThatBlock
5y ago
I'm guessing they are overloading the ref's usage with the custom renderer. I believe that a renderer can accept non-function/class components in theory, which is why this works. I don't really like this though, although
48.
▲
by
CraftThatBlock
5y ago
Not enough blockchain! Needs more Web 4.0
49.
▲
by
CraftThatBlock
5y ago
IIRC, the S3 torrent deprecation announcement was in 2016, the recent announcement was based on API documentation cleanup
50.
▲
by
CraftThatBlock
5y ago
Careful with this, as some Java versions on some Linux distributions (such as Java 11 on Ubuntu/Arch) does not work https://bugs.mojang.com/browse/MC-175531
51.
▲
by
CraftThatBlock
5y ago
Ah, my bad. They should fix that.
52.
▲
by
CraftThatBlock
5y ago
I'm a IntelliJ/WebStorm user (I use IntelliJ but for mostly JS/TS/X), what's the level of support for these tools vs VS Code for example?
53.
▲
by
CraftThatBlock
5y ago
I think this implies that after 3 year, you can keep using whatever is the last version you were using. It's basically license to get what you have right + any versions in the next 3 year. JetBrains also has a similar license for yearl
54.
▲
by
CraftThatBlock
5y ago
"JWT" is a pretty popular term. The James Webb telescope is the JWST (space being the S)
55.
▲
Ask HN: Jira Alternatives?
7 points
by
CraftThatBlock
5y ago
|
8 comments
56.
▲
by
CraftThatBlock
5y ago
If the app was there before, and they are saying the terms didn't change, they how could Roku want "lower requirements"? I don't think they can downgrade the hardware in existing devices that are shipped. Maybe I'm
57.
▲
SvelteKit Disables FLoC by Default
(kit.svelte.dev)
2 points
by
CraftThatBlock
5y ago
|
0 comments
58.
▲
by
CraftThatBlock
5y ago
- Better DPI scaling, especially with multiple screens at multiple DPI - Reduced tearing - Simpler architecture, better security In theory, Wayland does provide few user-facing change (I think)
59.
▲
by
CraftThatBlock
5y ago
I'm also on Arch, but I mean the newer 0.3.x releases, as development has been pretty quick. I believe things have changed in past few months
60.
▲
by
CraftThatBlock
5y ago
Have you tried PipeWire recently? Seems like there's a lot of recent development, and that screensharing now works under Wayland with newer versions. I'm still on Xorg myself, but planning on switching to Wayland later this year o
More ›