Viewing profile — cantours
cantours
HN member- Joined
- Sun, Nov 05, 2023, 9:28 AM UTC
- HN karma
- 19
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About cantours
No profile information was provided.
Recent public activity
-
comment
Comment #40595193
Inputs which is the default in f0 series. Structure is: esd cell -> optional pull ups/down -> schmitt trigger.
-
comment
Comment #40595055
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 I have teste…
-
comment
Comment #39646610
>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/sta…
-
comment
Comment #39293018
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 …
-
comment
Comment #39145337
You can only acquire billions of dollars if you cut corners and cheat as much as possible.
-
comment
Comment #38735525
>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.
-
comment
Comment #38180374
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 …
-
comment
Comment #38149599
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() op…