Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
shakeel_mohamed
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
shakeel_mohamed
6y ago
I highly recommend FreeCodeCamp https://www.freecodecamp.org/ Feel free to DM me on Twitter @_shakeel, I'm happy to give a more exhaustive list if you're interested!
2.
▲
by
shakeel_mohamed
9y ago
Yep, I love bropages!
3.
▲
by
shakeel_mohamed
9y ago
Thanks for the link! Been dealing with this problem for multiple years now :)
4.
▲
by
shakeel_mohamed
10y ago
Correct. But the signature doesn't necessarily need to be per-file upload, so I have it embedded in JS. For my use case, saving the extra network hop is worthwhile.
5.
▲
by
shakeel_mohamed
10y ago
What's wrong with doing all of this on the front-end? I recently did just that after generating the signature and policy locally. See this guide: https://aws.amazon.com/articles/1434
6.
▲
by
shakeel_mohamed
10y ago
This seems very odd, I wonder if it's a bug or by design
7.
▲
by
shakeel_mohamed
10y ago
Thanks for the link! I want something for my desk, so I can try using my old Nexus 4. Maybe I can live with the 5" display since it won't cost me anything
8.
▲
by
shakeel_mohamed
10y ago
Interesting timing, I actually want to do this with my Pi (but wired). The only thing holding me back is the cost of the display - any suggestions for a cheaper non-touch display?
9.
▲
by
shakeel_mohamed
10y ago
That's not obvious :)
10.
▲
by
shakeel_mohamed
10y ago
I LOVE the scroll with j & k, it's smoothest scrolling experience I've ever seen!
11.
▲
by
shakeel_mohamed
10y ago
I knew Brita wasn't great, but I didn't know they were so inferior. Thanks for the info!
12.
▲
The Flippy Flop: An Unpredictable Data Structure
(github.com)
2 points
by
shakeel_mohamed
10y ago
|
0 comments
13.
▲
by
shakeel_mohamed
10y ago
I switched to a safety razor and never looked back!
14.
▲
by
shakeel_mohamed
10y ago
It could be intentional, there's already siri commands for Apple Music.
15.
▲
by
shakeel_mohamed
10y ago
I don't know when the perf improved, but it definitely has recently. In the past month I downloaded Atom on OS X (for the third time) to see if the perf had improved and I was impressed! I added a huge project's folder and indexin
16.
▲
Reflecting on 1 Year of Zen Audio Player
(medium.com)
1 points
by
shakeel_mohamed
10y ago
|
0 comments
17.
▲
by
shakeel_mohamed
11y ago
I've been using Gitter for a few months now, I think it's just polished enough to use consistently. If it were even slightly unstable I'd have to stop using it.
18.
▲
by
shakeel_mohamed
11y ago
True. I actually use custom goals with Coach me, so I could totally make a specific task like that.
19.
▲
by
shakeel_mohamed
11y ago
This looks similar to coach.me, aside from the "hire a coach" aspect. Or, am I missing something?
20.
▲
by
shakeel_mohamed
11y ago
Basically this, everything seems like it's hidden behind another gesture.
21.
▲
by
shakeel_mohamed
11y ago
I think generally reading, learning & connecting with more people will help you to link ideas from very different aspects of life. The more you know, the more interesting conversations you can have. Just my 2 cents
22.
▲
by
shakeel_mohamed
11y ago
Another thing to check for that I didn't see addressed is debug statements. There's nothing quite like seeing console.log("shit"); during a code review :)
23.
▲
by
shakeel_mohamed
11y ago
+1 I'm currently dealing with this. The individual doesn't offer feedback on my code when under review, so it appears like a personal attack.
24.
▲
“Oops, I pushed a commit with something sensitive to a public GitHub project”
(coderwall.com)
7 points
by
shakeel_mohamed
11y ago
|
2 comments
25.
▲
by
shakeel_mohamed
11y ago
I wonder if this is related to a wacky clipboard bug I hit today while VMWare Fusion was open. Basically I copied & pasted a file within a VM, then copied some text from Chrome on OSX and Chrome froze instantly.
26.
▲
by
shakeel_mohamed
11y ago
The readme says "Lightweight: no dependencies like jQuery, cheerio, or jsdom", I think the context is relevant for performance and/or size reasons.
27.
▲
Hacker’s First Logo, Designing with PowerPoint
(medium.com)
1 points
by
shakeel_mohamed
12y ago
|
0 comments
28.
▲
by
shakeel_mohamed
12y ago
I might be a bit overkill because it has the modeling tools as well, but I really like pgModeler: http://pgmodeler.com.br/
29.
▲
by
shakeel_mohamed
12y ago
MSFT should really be pushing these more, seems like a great opportunity
30.
▲
by
shakeel_mohamed
12y ago
I found a bug in the tutorial that introduces map. Typing in: map(+1) [1..5] won't advance to the next step (even though the interpreter handles it fine), but map (+1) [1..5] will (note the space after map).
More ›