Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
throwAGIway
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
throwAGIway
2y ago
Try it without having Google services on that phone. Most apps and especially the essential ones are dependent on unmodified phones with Google services.
2.
▲
by
throwAGIway
2y ago
You act like the explanation improved it in any way, but that just made it 10x worse. Tax homemade cakes sold on the open market, leave school cake fairs be and definitely don't open them to commercial entities. You say this doesn'
3.
▲
by
throwAGIway
2y ago
Show me one example?
4.
▲
by
throwAGIway
2y ago
Indeed, and they saw that software of sufficient quality can't be funded merely by sales of these devices, and decided to create a platform where the software publishers share the cost with the end users. I yearn for Windows Mobile but
5.
▲
by
throwAGIway
2y ago
It shouldn't be tried by a country, it should be tried by people. Why would you decide who can vote? Municipal voting right is by residency, no change in that. Everybody votes on the issues that concern all.
6.
▲
by
throwAGIway
2y ago
That still doesn't give you any right to just take what Apple built for free. Maybe there's no right option for you - I know there isn't for me, I'd prefer to have Windows Mobile (not Phone) again.
7.
▲
by
throwAGIway
2y ago
Nationality and citizenship are obsolete concepts and should be abolished ASAP. Two (or more) tier society is a disgrace to humanity.
8.
▲
by
throwAGIway
2y ago
Apple built the city and you're free to go anywhere else.
9.
▲
by
throwAGIway
2y ago
You can't get biological computers without having very high speed computers though. This field of biology is very reliant on computer analysis.
10.
▲
by
throwAGIway
2y ago
I disagree, the support is very responsive. Try to let them know in advance about your plans and you will be fine.
11.
▲
by
throwAGIway
2y ago
It's an issue because CommonJS allows stuff that's forbidden in static ESM imports/exports, and it was normal to use. Newer code is usually fine, but there are many older backend libraries that can cause issues with Esbuild.
12.
▲
by
throwAGIway
2y ago
Turbo Pascal Delphi
13.
▲
by
throwAGIway
2y ago
There's not much more to it yet, it's a large project and my first time trying something like this. I have selected few candidates and so far the cooperation with each of them was excellent, they are very skilled, proactive and ke
14.
▲
by
throwAGIway
2y ago
Basically the only forbidden thing is dynamically calculating import paths, or dynamically generating the module.exports object.
15.
▲
by
throwAGIway
2y ago
At least they replied, lol. I still have dozens of Chinese saleswomen wishing me good morning on WhatsApp more than two months after I sent my RFQ, the EU companies didn't even reply.
16.
▲
by
throwAGIway
2y ago
Yes, exactly. Pulling a huge npm dependency is usually not a problem if they didn't go out of their way to make it super hard to analyze at build time. This is tree shaking though, dead code elimination means it will find code that isn
17.
▲
by
throwAGIway
2y ago
Sicstus Prolog
18.
▲
by
throwAGIway
2y ago
Yep, that's how it works - you first perform dead code elimination and then tree shaking exactly because it wouldn't remove everything otherwise. Agreed that you need both done one after another in most cases; however you can usua
19.
▲
by
throwAGIway
2y ago
Dead code elimination is related to but distinct from tree shaking - it also means that unused code branches get removed, for example constants like NODE_ENV get replaced with a static value, and if you have a static condition that always r
20.
▲
by
throwAGIway
2y ago
SWC doesn't bundle at all. Esbuild is a pretty good bundler but works well only if your code and dependencies use ESM, it's not as good as other options with CommonJS.
21.
▲
by
throwAGIway
2y ago
Bundlers take many - usually at least hundreds, often tens of thousands - individual source files (modules) and combine them into one or few files. During that, they also perform minification, dead code elimination and tree shaking (removal
22.
▲
by
throwAGIway
2y ago
That is a goal of the OS project, not the browser project. There is nothing wrong about moving on.
23.
▲
by
throwAGIway
2y ago
Andreas is one of the most qualified people on the planet to know where this new trail is and actually make it happen. Many foundational parts will probably look familiar or very similar, but he's been talking about the possibilities o
24.
▲
by
throwAGIway
2y ago
It's more terrifying that people have claims about things they didn't even check. Why exactly is it bad? Do you really think that a human quickly skimming few web pages is better than a bot quickly skimming few web pages? Or did y
25.
▲
by
throwAGIway
2y ago
Yeah I know it is in the US, but military recruiters visiting a school class would be a major nationwide scandal here, comparable only maybe to visits of some political or religious figures. The only approvable way is a moderated discussion
26.
▲
by
throwAGIway
2y ago
Yes, but entirely unrelated to Scandinavia.
27.
▲
by
throwAGIway
2y ago
Yep, sure! Personally I don't like the Svelte programming model, and I like Preact signals a lot, and hooks are fine to me. But Svelte is definitely a good way overall.
28.
▲
by
throwAGIway
2y ago
Yeah, it will be called when you call render as in my original comment. Again, I don't think that passing a callback makes a framework.
29.
▲
by
throwAGIway
2y ago
It's not React, it's a jQuery mess from some low budget agency.
30.
▲
by
throwAGIway
2y ago
I am currently solving large cumulative layout shift on a WordPress site of my friend... I really don't think these problems are reserved to React.
More ›