Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Atomskun
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Atomskun
2y ago
How in the world is your rant in linked file supposed to work? * It seems you decide whether to execute a file by its extension, e.g. `.php` * You are complaining that Windows is stripping away spaces, so `.php ` becomes `.php` * And sup
2.
▲
by
Atomskun
4y ago
I see, thanks for the insights.
3.
▲
by
Atomskun
4y ago
Just like Lua, hence their similarities.
4.
▲
by
Atomskun
4y ago
I can't use jpackage on Windows to build Mac binaries, but not having FX installed is what kind of problem? Just use jpackage to create an .app for Mac, an installer or portable build for Windows, and a .deb or executable binary for Li
5.
▲
by
Atomskun
4y ago
What's the problem with jpackage for, say, shipping Windows binaries? I just let it package a "portable" (no need to install) directory of all dependencies and that's it. Users just download a ZIP and can use my programs
6.
▲
by
Atomskun
4y ago
Can I scroll up to a thread to the first message without Javascript running to fetch previous posts? We had this in the 00-ties. It would also be great if I can Ctrl+F to use my browser's search feature to look through all messages ins
7.
▲
by
Atomskun
5y ago
[flagged]
8.
▲
by
Atomskun
5y ago
I'm not the original poster. Anyway, the point is that Qing dynasty was also "foreign" because it was reigned by Manchu.
9.
▲
by
Atomskun
5y ago
You are cherry-picking the best experience one can have on macOS, and contrasting it with the worst experience on Windows. This way it just sounds like comparing in bad faith. There is plenty of Mac software that requires an installer and U
10.
▲
by
Atomskun
5y ago
Why are you counting Qing dynasty into that?
11.
▲
by
Atomskun
5y ago
I love Nim's syntax, but is there a specific reason why e.g. the SFML binding cannot imitate C++ RAII approach of handling resources? There is .close everywhere.
12.
▲
by
Atomskun
5y ago
You have no idea what you are talking about. You can install any kind of distribution by copying over their rootfs. For example, I am running Void Linux on WSL2.
13.
▲
by
Atomskun
5y ago
Hold shift while dropping.
14.
▲
by
Atomskun
5y ago
Reminds me of something we had more than 10 years ago. https://en.wikipedia.org/wiki/EyeOS It certainly ran better than this.
15.
▲
by
Atomskun
6y ago
https://acss.io
16.
▲
by
Atomskun
6y ago
I'm not using Tailwind, but that comparison is wrong. Something like mt-2 still doesn't map to a fixed style, and it also has another specificity than inline styles which makes it easier to override. If you need to globally change
17.
▲
by
Atomskun
6y ago
One could also remove the expected shadow values (and hues) depending on the color of the clothing and the color of the light, at least approximately. Should work as long as there aren't complicated interactions of the material with li
18.
▲
by
Atomskun
6y ago
For a sidebar alone, you don't need CSS grid (probably obvious). The point of this article, i.e. having something full-bleed, is implemented by adding a specific class to the element. Which means you would always have a DOM similar to
19.
▲
by
Atomskun
6y ago
Wait until Web developers find about setting a width and horizontal margins: auto on a block container again. As a matter of fact, that would require even less attributes to work compared to the method presented in the article.
20.
▲
by
Atomskun
6y ago
That's...in literally every browser's setting since the beginning of browsers.
21.
▲
by
Atomskun
6y ago
Why do you think is that? Genuinely curious. There's nothing in Windows that prominently wants you to have everything maximized (ignoring the semi-new tablet mode; windowing behavior stems from a time long before that). macOS, on the o
22.
▲
by
Atomskun
6y ago
I bet it won't remember my scroll position when navigating back between articles.
23.
▲
by
Atomskun
6y ago
What's the difference to modeling the "happy path" with function calls one after another, with an outermost try block that can catch any exception that might have happened inbetween? These functions wouldn't even need to
24.
▲
by
Atomskun
7y ago
Android had this "Option" key until Google decided to blindly follow Apple. Today, an artifact of this feature is still accessible by holding the Back button for a long time, but it is set to simply show the Overflow menu (if the
25.
▲
by
Atomskun
7y ago
Great, could you tell your Android contractor: - "Magazine" in the sidebar just shows "No internet connection" (which is wrong) when clicking on it. - Why can't the app remember my Filter settings? I'm only int
26.
▲
by
Atomskun
7y ago
I don't understand neither the author's nor yours approach to doing this in Illustrator. If you want to have a square inset into a circle in Affinity Designer, you: - Draw a circle. - Create a square from the middle of the circle
27.
▲
by
Atomskun
7y ago
> so the usage of margin-top should always be avoided Not really if you consider sibling layouts, e.g.: https://matthewjamestaylor.com/css-margin-top-vs-bottom > owl selector: performance implications - it's fair