Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
SlySherZ
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
SlySherZ
2y ago
Do you know how to create a local branch that tracks a gerrit commit? Usually I just do git commit --amend to update gerrit, but then I lose access to my patch's history (it's still on gerrit, but I want it locally).
2.
▲
Just one swimming world record has fallen at the Olympics. Is the pool to blame?
(theguardian.com)
2 points
by
SlySherZ
2y ago
|
0 comments
3.
▲
by
SlySherZ
3y ago
The article is hard to follow for me, but if I understood it correctly, this is not true: > That is just not going to happen in (classical) reality, though. Because once you properly set the initial state of the ball (force=velocity=0, o
4.
▲
by
SlySherZ
4y ago
There's a common way people from scientific communities (such as HN) look at the world - there's a "real world" out there, and in order to improve our understanding of things we should approximate (discover the rules tha
5.
▲
by
SlySherZ
4y ago
Portugal, either Porto or Braga. Let me know if you'd like to meet!
6.
▲
by
SlySherZ
5y ago
If you like this, do yourself a favor and go watch the entire Human Behavioral Biology course from Standford, it's also taught by Sapolsky: https://www.youtube.com/watch?v=NNnIGh9g6fA What I think makes the course so g
7.
▲
by
SlySherZ
5y ago
Alright, I'll try. Last time you used an higher level interpreted language (like JS), did you have to worry whether or not the machine instructions it was generating were the right ones? Generating instructions at runtime sounds pretty
8.
▲
by
SlySherZ
7y ago
Location: Portugal Remote: yes Willing to relocate: no Technologies: JavaScript (Node), C/C++, Ruby, Rust, Elixir, Python Résumé/CV: https://github.com/slysherz/slysherz.github.io/blob/master/d.
9.
▲
by
SlySherZ
7y ago
Location: Portugal Remote: Yes Willing to relocate: not at the moment Technologies: JavaScript (NodeJS), C/C++, Ruby, Rust, Elixir Résumé/CV: https://github.com/slysherz/slysherz.github.io/raw/master
10.
▲
by
SlySherZ
7y ago
For everyone that enjoyed this, there's an entire free online MIT course called Performance Engineering of Software Systems[1] where you'll learn plenty more tricks and common pitfalls like these. You'll also learn how to use
11.
▲
by
SlySherZ
7y ago
Location: Esposende, Portugal Remote: Yes Willing to relocate: No Technologies: Javascript, NodeJS, C++ but also dabble in Ruby, Rust and Elixir Résumé/CV: Available on request Email: slysherz (at) gmail (dot) com Khan Academy: https:
12.
▲
by
SlySherZ
8y ago
If I remember correctly, when you learn a new language after age 10, the brain encodes the new language in a region adjacent to the one where your mother language is encoded, which means that any localized injury on this part of the brain m
13.
▲
by
SlySherZ
8y ago
Elixir newbie here. If I remember correctly IO is implemented as a process, which means that different write requests are processed sequentially in the order they arrive to the process. The following link has more information: http:/&
14.
▲
by
SlySherZ
8y ago
Yes, there is JSDoc[1] which allows you to add type annotations in comments, that can then be used by some tool. The VSCode editor is able to leverage the TypeScript engine even with vanilla JS to automatically infer types and also supports
15.
▲
Portuguese ANACOM: “40 Days to Change Offers That Violate Net Neutrality”
(translate.google.com)
1 points
by
SlySherZ
9y ago
|
0 comments
16.
▲
by
SlySherZ
9y ago
As @Cursuviam said, Introduction to Algorithms is a pretty good introduction: https://www.youtube.com/playlist?list=PLUl4u3cNGP61Oq3tWYp6V... There are two things that make the lectures difficult to follow, IMO: The first t
17.
▲
by
SlySherZ
9y ago
For everyone interested in this, I would like to recommend the MIT Advanced Data Structures course, by prof. Erik Demaine (mentioned in the article). The part of the course about cache oblivious data structures starts on this lecture: http
18.
▲
Microsoft Introduces New Privacy Tools in Windows 10
(blogs.windows.com)
3 points
by
SlySherZ
9y ago
|
0 comments
19.
▲
by
SlySherZ
9y ago
The graphs about languages seem very weird. Let's take a look at the "Which languages do developers prefer by age?": Python: 84.6% C: 54.0% C++: 48.2% Java: 48.2% JavaScript: 47.6% ... Ruby: 21.0% Why is Python so far ahead o
20.
▲
by
SlySherZ
9y ago
Using uBlock with Firefox, you can right click anywhere on the page and open the "block element" thingy, which allows you to block anything on the page that you don't like :)
21.
▲
by
SlySherZ
9y ago
Notice that your first and last example are somewhat simple to explain conceptually, so they should also be simple to build by composing the right building blocks: "Play" gives away the fact you're looking for a song or list
22.
▲
by
SlySherZ
9y ago
I've been thinking about this for a while, there are some cool things you could do with command-based interfaces. My take on it atm is to have a flexible (should work if you mistype a letter) command-based interface which is both voice
23.
▲
by
SlySherZ
9y ago
For me, the most awesome part is the debugging experience out of the box. If you're programming for NodeJs (or other supported languages, with a bit of configuration), you can click on the side to add a breakpoint and hit F5 to run, st
24.
▲
Firefox Privacy Notice
(mozilla.org)
2 points
by
SlySherZ
9y ago
|
0 comments
25.
▲
by
SlySherZ
9y ago
I've tried this and the distribution stays pretty close to constant. You can check it out, just comment line 13 and uncomment 15-18: https://www.khanacademy.org/computer-programming/yet-another...
26.
▲
by
SlySherZ
9y ago
My experience with e10s enabled has been a very smooth. If you want to check wheter or not it's active for you, go to: about:support and look at "Multiprocess Windows"
27.
▲
by
SlySherZ
9y ago
I just tried it out and it's very smooth with Nightly. The CPU spikes, but it doesn't lag at all.
28.
▲
by
SlySherZ
9y ago
This website is slugish as hell. Every time I scroll my cpu usage jumps to ~30% and I have ~2FPS, using the latest version of Firefox. On Chrome the CPU still spikes, but it's no nearly as bad.
29.
▲
by
SlySherZ
9y ago
I can confirm for Firefox. Right click the tab -> Pin Tab. It shows up as a symbol only (hides the title) leftmost tab and never goes away. Here's more info, with images of how it looks like: https://support.mozilla.org&#
30.
▲
by
SlySherZ
10y ago
I completly agree with the need to communicate and program with other people. From my experience, computer science degrees severely lack this communication trainning. You do ~2 small group projects per semester. The group splits the projec
More ›