Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
panzi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
panzi
7d ago
Will this mean they yet again throw away their component library for Shopify apps and make everyone migrate AGAIN?
2.
▲
by
panzi
8d ago
The article says LibreOffice is almost 20 years old. Well, before it was LibreOffice it was OpenOffice in 2000 and before it was OpenOffice it was StarOffice and StarWriter originates in 1985. So you could say it (or the Writer component) i
3.
▲
by
panzi
21d ago
Even before I read this blog post only the way he behaved on The Standup made me suspicious, raised some red flags.
4.
▲
by
panzi
21d ago
I'm so disappointed that The Standup was platforming him.
5.
▲
by
panzi
22d ago
If I'd were 17 I'd choose a different career.
6.
▲
by
panzi
25d ago
I'm not really against such special symbols, only if they are too much, like in Perl. ~ and @ weren't replaced by anything with ::, though, ~Foo is Box<Foo> and @Foo is Rc<Foo> (or is it Arc<Foo>?). :: to access
7.
▲
by
panzi
25d ago
Early Rust had ~ and @ references.
8.
▲
by
panzi
26d ago
What's the public transport of software development? Where can I get good train service here?
9.
▲
by
panzi
27d ago
Out of the things you mentioned I think the following make totally sense to be included in a language runtime like this: JavaScript runtime (obviously), package manager, test runner for unit tests, bundler, JSX, SQLite bindings, formatter,
10.
▲
by
panzi
27d ago
Just looked it up, that Apple license is indeed approved as open source/free software by the FSF and OSI!
11.
▲
by
panzi
27d ago
I don't condemn the protocol. I specifically mention the buggy implementation. I say that I use X11 because KDE's Wayland implementation is so buggy. I want to use KDE. KDE was perfect for me before Wayland. I don't criticize
12.
▲
by
panzi
28d ago
Yeah, but it works under KDE+X11. Wayland it the thing that changes. I think KDE has it's own Wayland implementation? kwin_wayland is what is broken, probably. Why they broke it when porting it from X11 I don't know. But the effec
13.
▲
by
panzi
28d ago
None of that matters if you don't have a HDR monitor, only have one monitor, and when absolute basics of window management are somehow broken under KDE Wayland. Why that even has anything to do with Wayland I don't know. I just kn
14.
▲
by
panzi
28d ago
Yeah, I still use KDE with X11 because they somehow messed up their window management with Wayland. My problems aren't even about rendering or any those features, but for some reason kwin_wayland's window management is very buggy.
15.
▲
by
panzi
1mo ago
No other language that does what? Have out parameters? Many have that, even Pascal.
16.
▲
by
panzi
1mo ago
.env is another "simple" format that turns out to be actually a whole family of languages where each handles corner cases differently. And usually implementations quietly do nonsense on malformed input. Some even have command inje
17.
▲
by
panzi
1mo ago
The setup cost is basically zero anyway. Add apt repo, apt-get install the correct version. Easy to run different versions at the same time too. Upgrading is annoying.
18.
▲
by
panzi
1mo ago
It's something! I propose that the first 4 of those characters should in English be called Blinky, Pinky, Inky, and Clyde.
19.
▲
by
panzi
1mo ago
Interesting. I guess there are no well working normalization functions as there are for the different code points that can make umlauts (äöü)?
20.
▲
by
panzi
1mo ago
Is anyone using these characters now for anything? No youth language or online slang using it?
21.
▲
by
panzi
1mo ago
Andrew Wiley gently smiles, does his thing an voila! Q.E.D. we agree and we all shout hurra as he confirms what Fermat jotted down on that margin which could have used some enlarging
22.
▲
by
panzi
1mo ago
I see. Good to know!
23.
▲
by
panzi
1mo ago
What's wrong with using the title attribute for accessibility?
24.
▲
by
panzi
1mo ago
Also it's a different story intranationally for those of us who live in countries with much more restrictive/no fair use. Are you geolocking your software to the USA?
25.
▲
by
panzi
2mo ago
Yeah, or people/websites calling short looping MPEG4 videos (even with audio) GIFs.
26.
▲
by
panzi
2mo ago
Things that I noticed when I had a look at it: Atom supports multiple authors, RSS doesn't. Some say just separate them with commas, but readers don't understand that and it's all broken. Also Atom supports archive links for
27.
▲
by
panzi
2mo ago
Not just when it reproduces code. Since fair use doesn't exist like that in a lot of countries the question is if the training itself is a violation. Are there e.g. EU or Japanese rulings on that?
28.
▲
by
panzi
2mo ago
Yes, and JavaScript itself is JITed. I used interpreted here as a shorthand for interpreted and/or JIT compiled at runtime.
29.
▲
by
panzi
2mo ago
I love the discoverability of blender in the sense that I can hit space and start typing the name of the thing I want to do and run it from there while it shows me in what menu I could find it and what shortcut to use. And next space it rem
30.
▲
by
panzi
2mo ago
Either it is only accepting a subset of TypeScript, or it is still interpreting the parts that don't have enough types. Given other comments here it sounds like the later.
More ›