Viewing profile — lakpan
lakpan
HN member- Joined
- Sat, Nov 04, 2023, 2:08 PM UTC
- HN karma
- 319
- Public activity
- 159 items
- HN profile
- View on Hacker News ↗
About lakpan
No profile information was provided.
Recent public activity
-
comment
Comment #39907078
> they're becoming a joke again Are they? I don’t see it. They’re more profitable than ever and are still extremely competitive in multiple markets. The arguments against this have…
-
comment
Comment #39851429
Warning is not possible, have you seen the amount of spam the web has? What’s possible though is a better handling of these scenarios. Don’t lock me out of my entire account, but s…
-
comment
Comment #39835642
Hire a non-metal band to play for you in the room.
-
comment
Comment #39801532
The most interesting part of this tool is that it has enterprise features and it’s still free. I mean why. You’re producing a product to handle large amounts of money and you don’t…
-
comment
Comment #39798357
Sorry but your argument makes no sense. The 10LOC/day guy is not to be singled out from the 1000LOC/day people because 1000 LOC could be just as trivial; 1LOC could have taken hour…
-
comment
Comment #39732082
So, AppleScript for the web?
-
comment
Comment #39722011
Not really. Regular users send links to themselves all the time as a way to bookmark things.
-
comment
Comment #39722000
And then something happens and you lose it. A million editors and you pick the least capable. My go-to is a sublime text window, even if ST is not my code editor.
-
comment
Comment #39687882
Why does this feel so relatable?
-
comment
Comment #39641545
It’s not generated JS, it’s concatenated JS (plus some glue). Rollup make this clear. In web extensions you can’t quite use sourcemaps unless you include the sourcemap in the .js f…
-
comment
Comment #39641096
The question is: is the output as good as Rollup? I haven’t seen a bundler that outputs code that isn’t junk that must be minified to be any good. With rollup, I can just ship it a…
-
comment
Comment #39631477
It’s called reader view and it’s great. I’ve been wishing additional support for things like comments etc, but yeah I really hope that we’ll soon have an “AI browser” that just ext…
-
comment
Comment #39606254
I’m in my 30s and resident at my parents house, on a continent I spend 30 days/year on average. My company is registered there even. Most people have a “home” (or mailing address) …
-
comment
Comment #39592171
> web standards are really a thing now. Chrome starts a proposal, implements it and “intends to ship” it before anyone really has time to discuss it. Recently (2 months ago?) they …
-
comment
Comment #39580463
See, you don’t know how npm works. Npm does not care about the lockfile of dependencies. “Someone checking out my project” always gets the latest version of each dependency within …
-
comment
Comment #39577932
Yeah but that's rarely the case, you can't offer that as a generic "solution" to the problem at hand. It's just Mithril's choice to both publish to npm and to officially link to un…
-
comment
Comment #39572262
> when compared to Google Photos You’re comparing apples to oranges. Google Photos is not E2E. Explain how you can do ML without having the key. Either you hand them the key or you…
- comment
-
comment
Comment #39571980
You plug your phone in at night, so it probably has 7 hours a day to do that work. iOS does the same. They cannot do it on the server because they don’t have access to them.
-
comment
Comment #39571937
When I was young, kids in middle school would pick up smoking. Just because it didn’t happen to you it doesn’t mean it didn’t happen. I’m against the general “what about the kids” …
-
comment
Comment #39570745
What kind of question is this? If drugs are sold without limits, then children will also be affected. The right answer is that they would still need to be controlled just like ciga…
-
comment
Comment #39569434
Unpkg just serves the raw files, which may contain require() calls or import from other npm packages. That won’t work. The closest service is https://esm.sh , but you can’t downloa…
-
comment
Comment #39569428
> Is there anything where I can search for browser only There used to be bower, thankfully that’s now gone. > JavaScript has improved a lot So has its ecosystem. Setting up parcel …
-
comment
Comment #39569403
I wanna see you write it from memory. Now do it without bugs fixed in 2013 in that package.
-
comment
Comment #39569390
> Someone else who checks out your code will get different results. > I was hoping for something like Go’s minimum version dependency resolution. Uh and that’s different how? The d…