Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jimmy2020
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jimmy2020
2y ago
EZeats (ez-eats.com)| Software Engineers | On-site in Cairo, Egypt (remote possible in MENA region) We are shaping the future of F&B and contactless dining with a cutting-edge POS tailored for the MENA region. Open Roles: - Senior Backe
2.
▲
Node.js vs. Deno vs. Bun: Fastify hello world server benchmarking
(medium.com)
2 points
by
jimmy2020
3y ago
|
1 comments
3.
▲
by
jimmy2020
3y ago
Excellent point. Thank you.
4.
▲
by
jimmy2020
3y ago
Thank you!
5.
▲
by
jimmy2020
3y ago
The original document initially mentioned the 'software industry' and I indicated that by signing it, I would be legally agreeing not to work in the software industry at all. They mentioned they would provide a more specific defin
6.
▲
by
jimmy2020
3y ago
I am outside the US, and they told me this is the common practice for startups now, and to be honest, I don't feel comfortable signing it.
7.
▲
Ask HN: Opinions on Non-Compete Agreements in Small Startups?
4 points
by
jimmy2020
3y ago
|
10 comments
8.
▲
65 Things I Want from the Web (But Almost Never Get)
(honest-broker.com)
3 points
by
jimmy2020
3y ago
|
1 comments
9.
▲
We Have Entered the Self-Loathing Stage of the Internet
(honest-broker.com)
4 points
by
jimmy2020
3y ago
|
1 comments
10.
▲
Show HN: Removing esbuild reduces bundle size by 30%
(github.com)
2 points
by
jimmy2020
3y ago
|
0 comments
11.
▲
Microsoft Bets That Fusion Power Is Closer Than Many Think
(wsj.com)
88 points
by
jimmy2020
3y ago
|
83 comments
12.
▲
My Struggle with Remix
(redd.one)
3 points
by
jimmy2020
3y ago
|
1 comments
13.
▲
by
jimmy2020
3y ago
That's what I am trying to say. Personally, I don't mind if my code is being used for commercial or not. I do mind when Microsoft uses my code without a reference and asks me to pay for copilot just because they decided to put it
14.
▲
by
jimmy2020
3y ago
Still, it's good to be an option. If you see this as an advancement you can choose something like MIT if you don't like your code to be trained by a paid copilot then you can choose something like MIT-Human only. It's a bette
15.
▲
by
jimmy2020
3y ago
There should be a new open-source license specifically designed to restrict the use of code for commercial purposes, whether it involves training machine learning models or not. It could be similar to GPL but tailored specifically for the f
16.
▲
Pentagon woos Silicon Valley to join ranks of arms makers
(wsj.com)
50 points
by
jimmy2020
3y ago
|
55 comments
17.
▲
by
jimmy2020
4y ago
The entire package bundled and minified is ~14.4kb. No extra dependency needed. Just one package `@dflex/dnd`.
18.
▲
by
jimmy2020
4y ago
Thanks for pointing out the accessibility issue. DFlex stands for a better user experience that includes of course adding accessibility to the main mechanism. At least the essential one. But at this moment, the project is still in developme
19.
▲
by
jimmy2020
4y ago
Sorry for the bad experience and thanks for the feedback.
20.
▲
by
jimmy2020
4y ago
It makes sense I was also thinking "interactive" as well.
21.
▲
by
jimmy2020
4y ago
Glad it does. Thanks for the feedback.
22.
▲
by
jimmy2020
4y ago
It's not the size of the package. DFlex is actually small compared to other libraries. But I need to reconsider the size of the demo container before updating the version because when you resize there's a possibility to add a scro
23.
▲
by
jimmy2020
4y ago
Demos in the site are behind the current version and not being updated to the latest one [1]. And updating the demos will take a while since I have to take resizing containers into consideration. So the current version is 2.x.x while the la
24.
▲
by
jimmy2020
4y ago
Thanks for sharing the link I'll look into it soon.
25.
▲
by
jimmy2020
4y ago
In the drag-and-drop context, an interactive element is an element that can traverse the DOM tree and change its position without causing a layout shift and with a proper reconciler and transformation mechanism.
26.
▲
by
jimmy2020
4y ago
Cloning elements and duplicating containers are what DFlex tries to avoid. Because the usual implementation is to clone the element (ghost it) and then append a new one with a fixed position. The result is to reconstruct the DOM tree direct
27.
▲
by
jimmy2020
4y ago
Happy to consider any suggestion you have.
28.
▲
by
jimmy2020
4y ago
In the nutshell, it's designed to drag an element into a droppable area. So let's say you are dragging a file to be uploaded, in this case, it makes perfect sense to use HTML API. Otherwise, you need a framework that can orchestra
29.
▲
by
jimmy2020
4y ago
DFlex doesn't reorder the elements. 1- It transforms elements by calculating the new position so it can avoid any layout shift this is something essential in the transformation mechanism. 2- It reconciles the transformed element when n
30.
▲
by
jimmy2020
4y ago
Good question. Internally every registered element has a grid position inside its own container [1]. And it's not CSS grid styling, it actually calculates the geometry in each element and positioned them relative to their parent contai
More ›