Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jeremyscanvic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jeremyscanvic
18d ago
Worst case can mean two things. For fixed n, worst list content and worst k, which gives you the less fine-grained O(n). For fixed n and fixed k, worst list content, which gives you the fine-grained O(n - k). Edit: Another example of that i
2.
▲
by
jeremyscanvic
20d ago
I'm interested in the context surrounding his statement but I could not find where it originates from. Do you have a link to it?
3.
▲
by
jeremyscanvic
2mo ago
I'm only vaguely familiar with dithering/half-toning. What does "component" refer to here?
4.
▲
by
jeremyscanvic
2mo ago
It's a somewhat active inverse problems research subfield https://github.com/MenghanXia/ReversibleHalftoning
5.
▲
by
jeremyscanvic
2mo ago
Do you have tips to start using notebooks instead of marking books? I personally like to underline stuff in my books, when I start a new novel it's often people, places and events. I'm not sure what would be the notebook equivalen
6.
▲
by
jeremyscanvic
2mo ago
I was once telling a friend about a book I had just finished. They were curious about it and asked me to borrow it. I politely accepted knowing very well they could never read my copy for it was embarrassingly covered in the messy marks I h
7.
▲
by
jeremyscanvic
2mo ago
Ah right this makes a lot of a sense - thanks!
8.
▲
by
jeremyscanvic
2mo ago
> Also, from the fundamental theorem of algebra, once the Jacobian polynomial {\mathrm{det} DF} is non-zero, it must be constant. I wouldn't have guessed this is true. I'm wondering what the proof looks like!
9.
▲
A digestion of the Jacobian conjecture counterexample
(terrytao.wordpress.com)
336 points
by
jeremyscanvic
2mo ago
|
138 comments
10.
▲
by
jeremyscanvic
3mo ago
Is ggplot2 considered to be a nice interface to plot things compared to say matplotlib in Python? I'm asking out of curiosity, I haven't touched R much
11.
▲
by
jeremyscanvic
3mo ago
I knew about .git/info/exclude and ~/.config/git/ignore but not about git-check-ignore(1). Neat!
12.
▲
by
jeremyscanvic
3mo ago
That's wild I didn't expected the plagiarism to be that blatant. Extra shocked as a French who enjoyed listening to many of his talks
13.
▲
by
jeremyscanvic
3mo ago
I've switched form LaTeX to Typst for all my informal/semi-formal writing and it's a delight to work with. I hope I'll be able to use it for more formal documents in the future (conference/journal papers, slides for
14.
▲
by
jeremyscanvic
4mo ago
In France some people do and some people don't but it's definitely a thing
15.
▲
by
jeremyscanvic
4mo ago
I work on one of the projects featured in the PyTorch Ecosystem [1] and I really recommend it to anyone working on a PyTorch library. Their team is really responsive and they even offer promotion on their blog & social media. [1] https
16.
▲
by
jeremyscanvic
4mo ago
I wonder how this relates to the Perez All-Weather and Preetham sky models. Not an expert about that but I managed to implement those in the past and it was quite a fun project! https://github.com/jscanvic/SkySim
17.
▲
What Color is Your Function? (2015)
(journal.stuffwithstuff.com)
1 points
by
jeremyscanvic
4mo ago
|
0 comments
18.
▲
A History of the Early Years of AI at the University of Edinburgh
(journals.sagepub.com)
2 points
by
jeremyscanvic
5mo ago
|
0 comments
19.
▲
by
jeremyscanvic
6mo ago
It's very insightful how they explain the difference between dataframes and SQL tables / standard relational structures!
20.
▲
by
jeremyscanvic
6mo ago
Like other commenters the tone of this post threw me off but I was really impressed by the design of the website. Congrats for building it, it shows your hard work and taste!
21.
▲
by
jeremyscanvic
6mo ago
What I usually do when I have to read large man pages like bash(1) is I read them as PDFs: man -Tpdf bash | zathura - Replace zathura with any PDF viewer reading from stdin or just save the PDF. Hope that can be useful to someone!
22.
▲
by
jeremyscanvic
7mo ago
For those interested you can also look up for opto-electronic transfer functions (OETF) and electro-optical transfer functions (EOTF).
23.
▲
by
jeremyscanvic
7mo ago
Is it possible in practice to control the side effects of making changes in a huge legacy code base? Maybe the software crashes when you write 42 in some field and you're able to tell it's due to a missing division-by-zero check d
24.
▲
by
jeremyscanvic
7mo ago
How would you refer to it in French out of genuine curiosity?
25.
▲
by
jeremyscanvic
7mo ago
Most of them do but it's not mandatory and deblurring can be used [1] [1] Cold Diffusion: Inverting Arbitrary Image Transforms Without Noise, Bansal et al., NeurIPS 2023
26.
▲
by
jeremyscanvic
7mo ago
You're absolutely right! Diffusion models basically invert noise (random Gaussian samples that you add independently to every pixel) but they can also work with blur instead of noise. Generally when you're dealing with a blurry im
27.
▲
by
jeremyscanvic
7mo ago
The missing piece of the puzzle is how to determine the blur kernel from the blurry image. There's a whole body of literature on that that's called blind deblurring. For instance: https://deepinv.github.io/deepinv&
28.
▲
by
jeremyscanvic
7mo ago
Blur is perhaps surprisingly one of the degradations we know best how to undo. It's been studied extensively because there's just so many applications, for microscopes, telescopes, digital cameras. The usual tricks revolve around
29.
▲
by
jeremyscanvic
8mo ago
Thanks!
30.
▲
by
jeremyscanvic
8mo ago
Really cool! Any specific reason for the choice of Oklab instead of say HSL/HSV?
More ›