Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jlukic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jlukic
2mo ago
Here's the perf profile, just to clarify. Cursor idle, viewport on the button examples. 3ms repaint every 8-11ms. Animation frame points to the code i mentioned. https://postimg.cc/sQpZxxzv The problem isn't doing
2.
▲
by
jlukic
2mo ago
Saw the window was a bit laggy so thought I'd delve deeper to figure out what was going on. This lib runs a a RAF animation loop every 8ms across every component on the page that causes the entire document to repaint. The comment above
3.
▲
Trump administration lifts restrictions on Anthropic's Fable 5
(axios.com)
5 points
by
jlukic
3mo ago
|
0 comments
4.
▲
Teaching Machines to Read – Early Exploration
(daggerobelus.com)
5 points
by
jlukic
5mo ago
|
0 comments
5.
▲
by
jlukic
6mo ago
I’ve been on Tysabri for 3 years. I think anyone looking at this problem should just at the network meta analysis of outcomes from DMTs. You can think through each options risk profile, and then make a reasonable choice for your preferences
6.
▲
by
jlukic
1y ago
This shares a lot of similarities to what I’m doing with new version of Semantic UI. Components - https://next.semantic-ui.com/components Templating - https://next.semantic-ui.com/templates Signals - https
7.
▲
by
jlukic
1y ago
Working on a new version of semantic ui for authoring ui with web components and signals based reactivity without a compilation step. https://next.semantic-ui.com/ Has Tailwind support out of the box, just had to mod oxide
8.
▲
by
jlukic
1y ago
It’s worth noting this was written by maybe the person with the most experience in the space i can think of—-the primary author of Lit / Polymer working at web components on Google and contributing on many core DOM specs that have beco
9.
▲
by
jlukic
2y ago
The main problem with this approach is that there’s a normal distribution of quality of contribution for OS but the community of OS users only benefits from the highest quality contribution. This is normally best achieved by the continuous
10.
▲
by
jlukic
2y ago
Roundabouts always make think about the two parts of problem optimization, determining your objective function then optimizing. Many classical failure states for real world problems seem to involve having an OF that is incorrect then premat
11.
▲
by
jlukic
4y ago
The Design of Design was one of the primary inspirations for my open source project Semantic UI. "[Progressive truthfulness] is perhaps a better way to build models of physical objects...Start with a model that is fully detailed but on
12.
▲
by
jlukic
4y ago
I also run a customizable start page http://myfav.es its cost $100/month for 10 years to run but i keep it up because a lot of schools use it to help set up their shared computers and i couldn’t ever have the heart to shut
13.
▲
by
jlukic
4y ago
Nice vignette, thanks for sharing this.
14.
▲
Vaccine Butler
(vaccinebutler.com)
1 points
by
jlukic
5y ago
|
0 comments
15.
▲
by
jlukic
7y ago
I find this website to be a fairly amusing example of how marketing co-opts real, generally easily expressible ideas to be an amalgamation of highly targeted jargon and pointed funnels for personal information collection. Generally any well
16.
▲
by
jlukic
7y ago
I think the confusing thing here is the use of the term “design token” to mean variables/constants used for css theming. I think they need this jargon to make it seem like something more novel than the well established practice of stor
17.
▲
by
jlukic
7y ago
I think there’s a general issue with design at startups— the actual products of most design departments are “jpgs”, and so most professional designers are really professional jpgers. This means designers are part of an upfront handoff proce
18.
▲
by
jlukic
7y ago
I think generally current startup hiring discriminates in hiring for post vs pre internet age programmers and that could possibly account for the statistical differences in salary for developers that didn’t spend their entire careers under
19.
▲
by
jlukic
8y ago
If anyone's interested in reading something along these lines from the literature. One of my professors in college who I greatly admired has written a tremendous amount around PPA (personal project analysis) a framework for interpretin
20.
▲
by
jlukic
8y ago
I still think when handled correctly seniority is the best incentive to reward correct decision making. The problem arises in the (quite frequent) circumstance where people who get to positions of power aren’t there because they have the be
21.
▲
by
jlukic
8y ago
In situations with clear org structure the final decision between product disagreements can always be handled by the chain of command. When two product people disagree on a feature, the one higher up the org chart can then make the final ca
22.
▲
Drawing fractals in the browser with L-systems and ES6
(eng.qualia.com)
9 points
by
jlukic
8y ago
|
1 comments
23.
▲
by
jlukic
8y ago
Incredible work, by an incredible programmer.
24.
▲
by
jlukic
9y ago
Just my two cents here. When Eric is describing having to wake up at 5 am and work weekends to make Code Sponsor work even with the proceeds of 60% of all OS projects his ad network funded, it should be pretty clear the other 40% divided am
25.
▲
by
jlukic
9y ago
I’ve read through your pdf docs explaining wolkenkits approach to CQRS. I think most of the value you’re describing through correctly modeling behavior to language is only important at the level with which most teams deal with data—and this
26.
▲
by
jlukic
9y ago
These utility functions and shims are "per" component. This means that functions like extend will be repeated many times in different idiosyncratic code across app. Imagine your app uses, modals, dropdowns, multiselects, search au
27.
▲
by
jlukic
9y ago
Wanted to confirm same issue for my .io domains. This has gotten a lot of people up this morning.
28.
▲
by
jlukic
9y ago
Author here. Fixed the scroll issue in the docs. Should be glorious normal iOS scroll.
29.
▲
by
jlukic
9y ago
Author of SUI here again. Semantic is based on the idea that describing physicality (the function of html/css) is a task natural language is acutely optimized for, while describing the implementation of behavior ("cooking recipes&
30.
▲
by
jlukic
9y ago
For people who are curious about theming here is classic GitHub done entirely in Semantic UI. http://semantic-org.github.io/example-github/ (Click the small paint icon in the top menu to swap themes to see in native SU
More ›