Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
joseluis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
joseluis
5mo ago
Even the paid version doesn't include aac support in Linux so you have to transcode the audio from videos recorded from your phone, with ffmpeg for example, prior to opening them with resolve. That's the biggest inconvenience it h
2.
▲
Show HN: ctk-applet – run Cut-the-Knot Java applets locally
(github.com)
1 points
by
joseluis
6mo ago
|
0 comments
3.
▲
by
joseluis
1y ago
Just a nitpick. Rust's char is really a 21 bit unicode scalar value (a code point without surrogates) using a 32-bit representation and indeed there are a lot of invalid char values in a 32-bit space. Utf-8 is a different encoding form
4.
▲
by
joseluis
2y ago
I agree in that the meaning of prove in that context is "put it to the test" but for me it doesn't go as far as finding the rule incorrect, because it's a general rule, not an absolute rule. A lot more exceptions would b
5.
▲
by
joseluis
2y ago
The key difference is that this is a multidisciplinary conversational interface, and a tool in itself for interrelating structured meaning and reshaping it coherently enough so that it can be of great value both in the specific domain of t
6.
▲
by
joseluis
2y ago
That's exactly how I see coffee, and I keep stopping taking it and then coming back every few months...
7.
▲
by
joseluis
2y ago
You can do a handy struct wrapper over a private Nonzero that xors the given value with the prohibited value (max in this case) at the new constructor. And like so for the get method. Xoring is very cheap. That's my favorite way of sto
8.
▲
by
joseluis
3y ago
I found that the stripping of the libc made impossible for me to manage signals that didn't exit the program. E.g. Sigint worked fine as long as the callback didnt return to the caller but e.g. trying to use Sigwinch or sigcontinue seg
9.
▲
by
joseluis
3y ago
Rust macros can be used like that: let hello = dbg!{ dbg![ dbg!("world") ] };
10.
▲
by
joseluis
3y ago
And I'm sure they also did crazy useful complex things with rope, strings, fibers, textiles and skins.
11.
▲
by
joseluis
3y ago
I was thinking Spain, it describes the situation here perfectly.
12.
▲
by
joseluis
3y ago
Very pretty. And to relate it somewhat to the topic: 1/27 = 0.037 repeating 037 and 1/37 = 0.027 repeating 027 :)
13.
▲
by
joseluis
3y ago
My favorite combination is Mint + Xfce + openbox as the window manager which leaves the CPU at 0% when not doing anything, and is very responsive and versatile. I had to setup separate dark themes for each one but now it looks good. The onl
14.
▲
by
joseluis
3y ago
> exceeds v10-15 What do you think about internet browsers like Firefox and Chromium?
15.
▲
by
joseluis
3y ago
That must be without stripping. Also there are ways to reduce binary size. See e.g. [min-sized-rust]( https://github.com/johnthagen/min-sized-rust ). I've gotten stripped binaries of small cli utils less than 400KiB
16.
▲
by
joseluis
4y ago
You can add Rust to the list https://crates.io/crates/rust-script
17.
▲
by
joseluis
4y ago
Having both approaches available would be better IMHO. Builder pattern is very nice but I frequently miss having named arguments too. Even if macros can partially fullfill that need, it's not the same and introduces more quirks and com
18.
▲
by
joseluis
4y ago
Hmm... I wonder if it will be possible some day to use posits in Posit: - https://posithub.org/ - https://en.wikipedia.org/wiki/Unum_(number_format)#Posit
19.
▲
by
joseluis
4y ago
Apart from many good and very well known channels already shared: - math videos https://www.youtube.com/c/TheMathSorcerer - math videos https://www.youtube.com/c/brightsideofmaths - math videos
20.
▲
by
joseluis
4y ago
I really think this paper should be more widely known, because it's eye opening: https://physicsdetective.com/something-is-rotten-in-the-stat... It made me realize QED is the equivalent of a million lines spaghetti cod
21.
▲
by
joseluis
4y ago
it reminds me of some adage for surgeons in training: see one, botch one, nail one.
22.
▲
by
joseluis
5y ago
we don't even need to be able to calculate everything, we just need to fool you! The Truman's show meets the Matrix.
23.
▲
by
joseluis
5y ago
I'd love to see a dynamic raytracing of a high resolution 3d scan of this picture or another masterpiece. I doubt nobody has attempted to do this before.
24.
▲
by
joseluis
5y ago
well... come to the future: https://www.youtube.com/watch?v=dcjkezf1ARY
25.
▲
by
joseluis
5y ago
another crappy experience with a Dell xps15 9575... the feeling of a laptop built to quickly auto desintegrate, with crappy components, bad BT/wifi module, very unreliable touchpad, butter screws... everything sucked ass. I remember al
26.
▲
by
joseluis
5y ago
this will become more obvious as time passes, specially after November, but for whomever is ready now to explore beyond the intoxicating veil of pervasive propaganda and censorship in the space, this article will prove itself useful for con
27.
▲
by
joseluis
5y ago
... in Spain too, were called disquetes.
28.
▲
by
joseluis
5y ago
icequare
29.
▲
by
joseluis
5y ago
that's wonderful news! I'm hoping to be able to use this data structure in the near future using rust, so this helps a lot. thank you so much
30.
▲
by
joseluis
5y ago
then would you mind opening an issue in the first repository so that it can have a chance to be fixed?
More ›