Viewing profile — danbulant
danbulant
HN member- Joined
- Fri, Feb 25, 2022, 7:24 AM UTC
- HN karma
- 39
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About danbulant
No profile information was provided.
Recent public activity
-
comment
Comment #43103352
Too fast of a compile time, different versions would recompile the whole dep tree. And even just the end code would take more than .02s
-
comment
Comment #39998951
They do have their own index which is used to detect how many ads the website has etc and for small web / blog searches, but they use meta results to have more results. Also, they …
-
comment
Comment #39220872
They sort of do that. Next to link, you have information about how many ads were detected in the site, and sites with more ads are lower ranked. They also have an index of their ow…
-
comment
Comment #38948957
At least 62% of visitors on my PWA come from Play Store, with 20% being labeled "unknown". It really depends on your app, but many mobile users just search for stuff in Play Store …
-
comment
Comment #38380417
Windows KRunner with slightly improved styles?
-
comment
Comment #38165201
That means that multiple arbitration cases cannot be joined together - which is actually worse for them, as they have to pay a fee per case, so more cases means more fees to be pai…
-
comment
Comment #38164369
It'a weird that this isn't normal. I bought an "AlzaPower" cable, which is just a rebrand of some chinese manufacturer by a local reseller ("czech amazon"), and they have their wat…
-
comment
Comment #38037066
In the post they mentioned that there can only be a single upgradeable read to prevent this.
-
comment
Comment #37401652
In which way does svelte(kit) not have first class support for animating between states? You can animate items being added to page, removed from page or reordered in a keyed each. …
-
comment
Comment #36844394
Arch on 2 laptops, 2 VPSes and a minitower desktop (used as a home server). So far everything good. On the servers, everything runs under docker, I just installed docker, nomad, co…
-
comment
Comment #34515496
This solves the problem of pages full of ads and keywords and irrelevant content. It doesn't solve the problem that's talked about in the article - there are other solutions, usual…
-
comment
Comment #34352803
Github copilot is pretty good at writing tests
-
comment
Comment #34184599
They did for obs[0], didn't see any other projects (I just remember I saw it a while ago, I may have missed other software if they tried). [0]: https://news.ycombinator.com/item?id…
-
comment
Comment #34147574
Not sure about US, but for example in Czechia, you can download any content legally - as long as you don't share it, it's fine. Torrents do share it though, so that is a gray area.…
-
comment
Comment #33192783
I don't see a difference with fonts.bunny.net and Google Fonts? From the perspective of GDPR, they still both receive your IPA and browser info, which was what made it illegal to u…
-
comment
Comment #33173495
This seems to work the same svelte kit does? Except it's react and not svelte.
-
comment
Comment #33067284
You can make your own local extension. People will just write easy tool to generate an extension out of userscript(s). Still not good that they removed that...
-
comment
Comment #32895716
But again, GIPHY has the exact same feature, and I can find Giphy just fine
-
comment
Comment #32800717
I'd add to try using sveltekit. Typescript is already supported when you set it up using the documented "npm create svelte@next". It has cool routing, backend etc but even if you d…
-
comment
Comment #32539524
I also think there were some companies that use gpt3 for analyzing text, like reviews or posts (for analytics like do people talk about a product in a positive matter?). To add, gi…
-
comment
Comment #32539330
0xSOMETHING is just a single word so that will usually not find something unless they have an index with all the generated codes, which is something they probably don't want.
-
comment
Comment #32460091
How do people find 0x.co to get the data out of the code? Maybe the code should be written like 0x.co/something instead of just 0xSOMETHING?
-
comment
Comment #32238778
Fairly sure that's one of the reason for this. Had similar issue with Discord - removed the ability to add my Discord bot to new servers but refused to provide any reason or fix th…
-
comment
Comment #32163119
Kind of reminds me of sveltekit. For example, I hate writing the same HTML repeatedly, so I just used svelte for it's components and made a fully static, JS-less page. That later e…
-
comment
Comment #32093831
As for the last point: everything that logs will eventually run out of space, be sure to have some kind of automation to rotate those logs. Had the same problem with MongoDB and Qu…