Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mredigonda
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
mredigonda
14d ago
Using API billing would be a bummer because, as far as I know, there's no way to set up a spend cap or pre-pay the API key, correct?
2.
▲
by
mredigonda
2y ago
This is absolutely amazing, the fact that you can click on text and it takes you immediately to the part of the audio where that text is being said is great. I wish the video was shown as well, but other than that, excellent work!
3.
▲
by
mredigonda
3y ago
Thanks for recommending this, I just browsed some files online and it's looking indeed amazing. P.S. It's now easy to check a repo file by replace .com with .dev: https://github.dev/desktop/desktop
4.
▲
Make It Easy for People to Share Feedback with You
(mredigonda.github.io)
3 points
by
mredigonda
3y ago
|
0 comments
5.
▲
by
mredigonda
4y ago
Google Graveyard: https://killedbygoogle.com/
6.
▲
by
mredigonda
4y ago
I believe they do help, but certainly hiring doesn't seem to be a priority for them at the moment. It's strange that they decided to discontinue the entire competition instead of just cancelling this year's one, though.
7.
▲
by
mredigonda
4y ago
They did, indeed, lay off the group in charge of organizing these competitions (or at least the Google Code Jam Program Manager). https://twitter.com/jonathanirvings/status/16220755214872084...
8.
▲
Beat the $5 wrench: multi-passphrase multi-content in a single encrypted file
(github.com)
2 points
by
mredigonda
4y ago
|
1 comments
9.
▲
by
mredigonda
4y ago
The $5 wrench: https://xkcd.com/538/ You would still be vulnerable to a $10 wrench though, so don't use this.
10.
▲
by
mredigonda
4y ago
Hey Tomas, I just send an email with my application, but I've got "Delivery Status Notification (Failure)". Is the email posted correct?
11.
▲
by
mredigonda
4y ago
Location: Rosario, Argentina Remote: Yes! (EST/PST timezones OK) Willing to relocate: Yes Technologies: Typescript, React/Svelte + Redux, Python, PHP, C++, interested in Rust, SQL. Résumé/CV: overview at https://gi
12.
▲
by
mredigonda
4y ago
Indeed this overflows too! Still don't have the rights here to edit or delete the comment, sorry for the confusion! It needs a couple of extra conditions: x and y need to be uint, and y needs to be >= x (you can swap them if they ar
13.
▲
by
mredigonda
4y ago
You can also do x + (y - x) / 2 (starting point + distance halved), that doesn't overflow, is easy to remember, and the compiler would probably optimize it further.
14.
▲
by
mredigonda
4y ago
Because the division is truncated twice, which increases the error. Take x=y=1, or x=y=3 for example.
15.
▲
by
mredigonda
4y ago
You just did it, and it was perfectly well-received by the community. You approached a topic you are interested in, without causing any problem or offending anyone, and the question was not misunderstood. Using this evidence, chances are yo
16.
▲
by
mredigonda
4y ago
This video [0] is from February 2012, but as far as I know this tool is not yet implemented (or at least it is not widely used). Basically as you are writing a function, you can write sample input for it, and it tells you the intermediate v
17.
▲
When reinventing the wheel makes sense
(mredigonda.github.io)
20 points
by
mredigonda
4y ago
|
6 comments