Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cantours
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
cantours
2y ago
Inputs which is the default in f0 series. Structure is: esd cell -> optional pull ups/down -> schmitt trigger.
2.
▲
by
cantours
2y ago
Pretty much all ICs these days have builtin ESD protection which usually involves current steering diodes to supply rails. So if you limit the input current (typically <5mA, and assuming the steered-to rail uses at least 5mA to sink it)
3.
▲
by
cantours
3y ago
>For projects of any significant size, you're going to run into some constraint which requires you to use `make` differently than you have before. That's precisley why official/standard build systems suck, they are extreml
4.
▲
by
cantours
3y ago
Google and Apple are just a bunch of scrappy teams trying to work together on insanely massive and bloated code bases. Numbers of bugs scale with lines of code. Small scrappy team writing simple and consice code from scratch is likely to pr
5.
▲
by
cantours
3y ago
You can only acquire billions of dollars if you cut corners and cheat as much as possible.
6.
▲
by
cantours
3y ago
>idiot-tier youtubers His youtube is cringeworthy sometimes, but he is actually a serious scientist with a phd and some pretty decent cred in chemistry.
7.
▲
by
cantours
3y ago
Why isn't fractional scaling supported from day 1? I mean if you're going to do dpi scaling in the first place, why in the world would you restrict it to whole numbers only? Is it some insane hardcoded hack or something? Scaling w
8.
▲
by
cantours
3y ago
GDI works fine for dpi scaling. handle WM_DPICHANGED recreate fonts with actual_dpi/reference_dpi scale factor and send WM_SETFONT and apply scale factor to all DeferWindowPos() operations.