Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dbushell
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
31.
▲
by
dbushell
1y ago
Yes, all of the criticism in my post is entirely invalidated. No, the Deno runtime gets regular updates. I don’t think you read the article lol.
32.
▲
by
dbushell
1y ago
Would such versions be much slimmer? Most of the binary is the V8 engine. The compatibility layers are largely thin wrappers around APIs. Anyway, it does strike me as an odd pursuit regardless. Obviously they're seeing compatibility as
33.
▲
by
dbushell
1y ago
Dahl doesn't strike me as a business or product person. He's a genius when left to tinker. I get the impression Deno is floundering because of business/VC pressure. I see the original promise of Deno being compromised in an e
34.
▲
by
dbushell
1y ago
The "rug pull" I was referring to is more about the general Deno philosophy. It's gone from being a modern forward-thinking JS runtime, to being just a Node/NPM copycat with its own half-baked packaging system. In regard
35.
▲
by
dbushell
1y ago
I hear that often, unfortunately it's just my name and I have too much equity in the domain!
36.
▲
by
dbushell
1y ago
My original view on Deno and JSR was positive and optimistic (it's all there on my blog). I've been using it for years and I still use Deno because it has more convenient/ergonomic APIs than Node. If Deno halving the Deploy r
37.
▲
by
dbushell
1y ago
The "replacement" is already being penned: https://www.w3.org/TR/privacy-preserving-attribution/ Which is just going to be in additional to 3rd-party cookies. Google's own study concluded removing 3
38.
▲
by
dbushell
1y ago
> This API collates information about people from multiple web origins, which could be a significant risk to their privacy. To manage this risk, the information that is gathered is aggregated using an aggregation service that is trusted
39.
▲
Privacy-Preserving Attribution: Level 1
(w3.org)
3 points
by
dbushell
1y ago
|
1 comments
40.
▲
by
dbushell
1y ago
I'm curious if anyone here is hosting any user-facing websites or services on Deno Deploy? Where response times matter. I still have a handful of "if this, then that" type functions I POST to and forget. I tried to host small
41.
▲
by
dbushell
1y ago
thanks!
42.
▲
by
dbushell
1y ago
Indeed. It's the user's browser and experience, it's not up to the website owner. But it's frustrating to get bug reports when a 3rd party extension is the problem, not the website. Many visitors will just bounce blamin
43.
▲
by
dbushell
1y ago
yep, it's in Grammarly's interest to namespace or scope their CSS in a way that doesn't conflict. Not doing it adequately goes both ways, website CSS could break their extension, or their extension could break the website.
44.
▲
by
dbushell
1y ago
If only I could opt-out, disable, or uninstall those used by visitors to my website when the extension breaks it :(
45.
▲
Et Tu, Grammarly?
(dbushell.com)
279 points
by
dbushell
1y ago
|
74 comments
46.
▲
by
dbushell
1y ago
How do you deal with hostile browser extensions?
47.
▲
by
dbushell
13y ago
It sits underneath the first paragraph on smaller screens (I've since added an extra sentence at the beginning.) It was unintentionally confusing in this case.
48.
▲
by
dbushell
13y ago
yes
49.
▲
by
dbushell
13y ago
The "Take Action" link opens a modal giving three options: 1. appeal 2. change name I forget the third... The appeal asks for links to prove your name like other social profiles, plus an option to upload 1 document (e.g. photo ID
50.
▲
What is wrong with this message?
(dbushell.com)
91 points
by
dbushell
13y ago
|
77 comments
51.
▲
SVG Generation
(svgeneration.com)
3 points
by
dbushell
13y ago
|
0 comments
52.
▲
by
dbushell
13y ago
Thanks, great explanation. I'm finding Ember Data really nice to use from my experience so far. I look forward to seeing an official release and documentation. For the time being the source code is heavily commented if you want to see what
53.
▲
by
dbushell
13y ago
Correct.
54.
▲
Ember Data and MongoDB
(dbushell.com)
23 points
by
dbushell
13y ago
|
8 comments
55.
▲
by
dbushell
13y ago
jQuery animate (and any JS animation) iterates over CSS properties by updating an elements style attribute. Updating the DOM at this rate forces repaint/reflows and is rarely going to perform well. CSS transitions/transforms let the browser
56.
▲
by
dbushell
13y ago
jQuery animate is terrible for performance. The demo lags at a few frames per second (and I'm testing on a Nexus 4). CSS transitions are the method for this. Not without their own caveats, but usable. I've written extensively on the subject
57.
▲
A Primer to Front-end SVG Hacking
(dbushell.com)
5 points
by
dbushell
14y ago
|
0 comments
58.
▲
by
dbushell
14y ago
Fully minified and gzip compressed I've found SVG to be neither smaller nor larger than an alternate PNG version. It really details on the complexity with the image itself. Obviously you get the scalability factor for free. I suspect mutlip
59.
▲
A Responsive Design Review
(dbushell.com)
6 points
by
dbushell
14y ago
|
2 comments
60.
▲
Multiple Accounts and SSH Keys
(dbushell.com)
1 points
by
dbushell
14y ago
|
0 comments
More ›